@charset "UTF-8";
/* --------------------------------------------

	FileName	:	style.css

-------------------------------------------- */
.textOver {
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

/* main
-------------------------------------------------------------------- */
main em {
  font-weight: bold;
}
main strong {
  color: #c0006b;
  font-weight: bold;
}
main strong a {
  color: #c0006b;
  text-decoration: underline;
}
main strong a:hover {
  text-decoration: none;
}
main *.txtC {
  text-align: center;
}
main *.txtR {
  text-align: right;
}
main *.txtL {
  text-align: left;
}
main .more {
  font-size: 126.66667%;
  font-weight: bold;
  margin: 1.5em 0;
}
main *.big {
  font-size: 106.66667%;
  font-weight: bold;
}
main .icon {
  vertical-align: middle;
  margin-left: 5px;
}
main .lead {
  margin: 1em 0 0.7em;
  color: #e70000;
  font-weight: bold;
  font-size: 140%;
}
main .red {
  color: #e70000;
  font-weight: bold;
}
main .blue {
  color: #004ea2;
  font-weight: bold;
}
main .green {
  color: #1a7318;
  font-weight: bold;
}
main .lead.big {
  font-size: 240%;
}
main .lead.big strong {
  color: #e70000;
}
main .note {
  margin: 3px 0;
  font-size: 86.66667%;
}
main .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
main .ml1em {
  margin-left: 1em;
}
main img {
  max-width: 100%;
  height: auto;
}
main p, main ul, main ol, main dl {
  margin: 1em 0;
}
main button, main input, main textarea, main select {
  font: 16px/1.65 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, Sans-Serif;
}
main a {
  text-decoration: none;
  color: #ca0070;
}
main a:hover {
  color: #df2a8f;
  text-decoration: underline;
}
main div.box {
  border: 1px solid #e4007f;
  padding: 1.5em 20px 0.5em;
}
main div.box h2 {
  margin-top: 0;
}
main div.box ol.circlea, main div.box ul {
  margin: 0;
}
main div.box ol.circlea li, main div.box ul li {
  margin-top: 0;
}
main dl.box {
  background: #fae2ef;
  border-radius: 3px;
}
main dl.box dt {
  background: #ed86b5;
  display: block;
  color: #fff;
  padding: 0.5em 0 0.5em 0.8em;
  font-weight: bold;
  font-size: 106.66667%;
  border-radius: 3px 3px 0 0;
}
main dl.box dd {
  padding: 0.5em 0.8em 0.5em 0.8em;
}
main div.coutionBox {
  border: 2px solid #db0000;
  margin: 1.5em 0 1em;
  padding: 10px 15px;
}
main div.coutionBox h3 {
  margin-top: 0;
  border-color: #db0000;
  color: #db0000;
}
main div.coutionBox ul li:before {
  background: #db0000;
}

@media only screen and (max-width: 640px) {
  main .lead.big {
    font-size: 186.667%;
  }
}
.ie main input[type=tel], .ie main input[type=text] {
  line-height: 18px;
}

main .color {
  color: #c0006b;
}

/* section
-------------------------------------------------------------------- */
section.inner {
  margin: 40px auto 70px;
  padding: 40px 35px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
}

@media only screen and (max-width: 640px) {
  section.inner {
    margin: 0 auto;
    padding: 30px 10px 25px;
    border-radius: 0;
  }
}
.ie section.inner {
  width: 930px;
  min-width: 930px;
  max-width: 930px;
}

section.inner > *:first-child {
  margin-top: 0;
}
section.inner h1 {
  line-height: 1.3;
  text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 2px 3px 3px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #c0006b;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 0.8em;
  padding-bottom: 0;
  font-size: 240%;
}
section.inner h2 {
  color: #fff;
  background: #c1056e;
  margin: 40px 0 25px;
  padding: 10px 25px;
  font-weight: bold;
  font-size: 133.33333%;
  border-radius: 3px;
}
section.inner h3 {
  color: #c0006b;
  border-bottom: 2px solid #c0006b;
  margin: 1.5em 0 1em;
  padding: 0 0 5px 0;
  font-weight: bold;
  font-size: 120%;
}
section.request > h2, section.survey > h2, section.about > h2, section.caution > h2, section.guide > h2, section.news > h2, section.newsList > h2, section.shop > h2, section.qa > h2, section.shopDetail > h2, section.error > h2, section.campaign > h2 {
  background-position: left center;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
section.survey > h2 {
  background-image: url("/img/common/h1_survey.png");
}
section.request > h2 {
  background-image: url("/img/common/h1_request.png");
}
section.request section.inner h2 {
  color: #c0006b;
  border-bottom: 3px solid #c0006b;
  background: none;
  padding: 0 10px 10px;
  border-radius: 0;
}
section.about > h2 {
  background-image: url("/img/common/h1_ticket.png");
}
section.about .box ul li {
  margin: 0 0 0.8em;
}
section.about .box ul li br {
  display: none;
}
section.error > h2 {
  background-image: url("/img/common/h1_error.png");
}
section.caution > h2 {
  background-image: url("/img/common/h1_caution.png");
}
section.guide > h2 {
  background-image: url("/img/common/h1_guide.png");
}
section.qa > h2 {
  background-image: url("/img/common/h1_qa.png");
}
section.news > h2, section.newsList > h2 {
  background-image: url("/img/common/h1_news.png");
}
section.news .anchorIn + img, section.newsList .anchorIn + img {
  display: none;
}
section.revise > h2 {
  background-image: url("/img/common/h1_ticket.png") !important;
}
section.campaign > h2 {
  background-image: url("/img/common/h1_campaign.png") !important;
}
section.news section.inner {
  min-height: 300px;
}
section.news section.inner h1 {
  margin-bottom: 0.5em;
  padding-bottom: 25px;
  border-bottom: 3px solid #c0006b;
  font-size: 186.66667%;
}
section.news section.inner h1 span {
  display: block;
  color: #c0006b;
  text-shadow: none;
  margin-bottom: 4px;
  font-size: 53.33333%;
}
section.shop > h2, section.shopDetail > h2 {
  background-image: url("/img/common/h1_shop.png");
}
section.shop section.inner h1.update, section.shopDetail section.inner h1.update {
  position: relative;
  line-height: 1.4;
}
section.shop section.inner h1.update span, section.shopDetail section.inner h1.update span {
  display: inline-block;
  background: url("/img/shop/img_update.png") left top no-repeat;
  width: 190px;
  height: 111px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0 -14px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
section.shop section.inner h2, section.shopDetail section.inner h2 {
  background: #f39800;
}
section.newsList section.inner h1 {
  margin-bottom: 0;
  padding-bottom: 30px;
  border-bottom: 4px solid #c0006b;
  font-size: 240%;
}
section.newsList section.inner ul {
  margin: 0;
  padding: 0;
}
section.newsList section.inner ul a {
  text-decoration: none;
  color: #333333;
}
section.newsList section.inner ul a:hover {
  color: #df2a8f;
}
section.newsList section.inner ul a:hover dd {
  text-decoration: none;
}
section.newsList section.inner ul a dd {
  text-decoration: underline;
}
section.newsList section.inner ul li {
  border-bottom: 1px dotted #cb0071;
  margin: 0;
  padding: 16px 0;
}
section.newsList section.inner ul li:after, section.newsList section.inner ul li:before {
  display: none;
}
section.newsList section.inner ul li dl {
  display: block;
  margin: 0;
}
section.newsList section.inner ul li dl dt {
  display: inline;
  margin-right: 15px;
  color: #cb0071;
  font-weight: bold;
}
section.newsList section.inner ul li dl dt span.new {
  background: #cb0071;
  letter-spacing: 0.6px;
  padding: 2px 20px 1px;
  display: inline-block;
  color: #fff;
  margin-left: 15px;
  text-align: center;
  font-size: 73.33333%;
  border-radius: 3px;
}
section.newsList section.inner ul li dl dd {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  section.inner h1 {
    font-size: 186.66667%;
  }
}
@media only screen and (max-width: 640px) {
  section.inner h2 {
    margin: 30px 0 20px;
    padding: 10px 15px;
    font-size: 120%;
  }
}
@media only screen and (max-width: 640px) {
  section.inner h3 {
    font-size: 113.33333%;
  }
}
@media only screen and (max-width: 640px) {
  section.request > h2, section.survey > h2, section.about > h2, section.caution > h2, section.guide > h2, section.news > h2, section.newsList > h2, section.shop > h2, section.qa > h2, section.shopDetail > h2, section.error > h2, section.campaign > h2 {
    background-position: 10px center;
  }
}
@media only screen and (max-width: 640px) {
  section.about .box ul li br {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  section.shop section.inner h1.update span, section.shopDetail section.inner h1.update span {
    background-size: 120px auto;
    width: 120px;
    height: 75px;
    margin: auto 0 -10px;
  }
}
@media only screen and (max-width: 640px) {
  section.shop section.inner h1.update span, section.shopDetail section.inner h1.update span {
    background-image: none;
    background-color: #1e961a;
    margin: 0;
    padding: 6px 12px;
    vertical-align: top;
    text-indent: 0;
    color: #fff;
    width: auto;
    height: auto;
    position: relative;
    text-shadow: none;
    font-size: 53.33333%;
    border-radius: 3px;
  }
}
/* 新着情報用リスト
-------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
  section.newsList section.inner h1 {
    font-size: 186.66667%;
  }
}
@media only screen and (max-width: 640px) {
  section.newsList section.inner ul li dl dt span.new {
    vertical-align: text-top;
    padding: 1px 8px;
    font-size: 60%;
  }
}
@media only screen and (max-width: 640px) {
  section.newsList section.inner ul li dl dd {
    display: block;
  }
}
/* 購入フォーム
-------------------------------------------------------------------- */
.errorMessage {
  border: 1px solid #cb0071;
  background: #fff;
  margin: 1em 0 1.5em;
  padding: 15px;
}
.errorMessage ul {
  margin: 0;
  padding: 0;
}
.errorMessage ul li {
  margin: 0;
  padding: 0;
  color: #cb0071;
  font-size: 93.33333%;
}
.errorMessage ul li:before {
  display: none;
}

.privacy-area {
  height: 200px;
  border: 1px solid #c9c8c8;
  overflow: auto;
  padding: 0 1em;
}
.privacy-area + p label {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.privacy-area h3 {
  color: #333333 !important;
  border-color: #333333 !important;
}
.privacy-area ul li:before, .privacy-area ol li:before {
  color: #333333;
}
.privacy-area ul li:before {
  background: #333333;
}

@media only screen and (max-width: 640px) {
  .privacy-area + p label {
    margin-top: 2.1em;
  }
}
.contactBtnBox {
  text-align: center;
  margin: 30px 0 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contactBtnBox input {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 1.5em;
  width: 100%;
  max-width: 40%;
  margin: 0 auto;
  display: block;
  display: inline-block\9 ;
  border: 1px solid #d0d0d0;
  background: #dedede;
  background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#d7d7d7));
  background: linear-gradient(#ececec, #d7d7d7);
  font-size: 106.66667%;
  border-radius: 3px;
}
.contactBtnBox input:hover {
  background: #d7d7d7;
}
.contactBtnBox input#btnBack {
  margin-left: 8%;
}
.contactBtnBox input#btnSend {
  margin-right: 8%;
}
.contactBtnBox input#btnBack {
  width: 45%;
  min-width: 9em;
}
.contactBtnBox input#btnSend {
  width: 45%;
  min-width: 9em;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#e80584), to(#c1056e));
  background: linear-gradient(#e80584, #c1056e);
}
.contactBtnBox input#confirm {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#e80584), to(#c1056e));
  background: linear-gradient(#e80584, #c1056e);
}
.contactBtnBox input#btnSend:hover, .contactBtnBox input#confirm:hover {
  background: #df2a8f;
}

@media only screen and (max-width: 640px) {
  .contactBtnBox input {
    font-size: 106.66667%;
  }
  .contactBtnBox input#confirm {
    padding: 0.8em 1.5em;
    max-width: 75%;
  }
  .contactBtnBox input#btnBack, .contactBtnBox input#btnSend {
    padding: 0.7em 1em;
  }
}
@media print {
  .contactBtnBox input {
    background: #dedede;
  }
}
@media only screen and (max-width: 640px) {
  .contactBtnBox input#btnBack {
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  .contactBtnBox input#btnSend {
    margin: auto;
  }
}
.ie .contactBtnBox {
  display: inline-block;
  display: block;
}
.ie .contactBtnBox:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.ie .contactBtnBox input#btnBack, .ie .contactBtnBox input#btnSend {
  float: left;
  margin: 0 5%;
}

/* リスト関連
-------------------------------------------------------------------- */
main ul {
  margin: 1.2em 0;
  padding: 0 0 0 4px;
}
main ul li {
  position: relative;
  margin: 0.6em 0;
  padding: 0 0 0 15px;
  position: relative;
}
main ul li:before {
  position: absolute;
  left: 3px;
  top: 8px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #c0006b;
  border-radius: 100%;
}
main ul li ul {
  margin: 0.6em 0;
}
main ul li ul li {
  padding: 0 0 0 13px;
}
main ul.link li {
  padding: 0 0 0 2em;
}
main ul.link li.download a {
  color: #215f9c;
}
main ul.link li:before {
  position: absolute;
  left: 3px;
  top: 2px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-size: 18px auto;
  background: url("/img/arrow/arrow_pink_circle.png") 0 0;
}

.ie main ul.link li:before {
  background-size: 36px auto;
  width: 18px;
  height: 18px;
  background-position: 0 -90px;
  background: url("/img/arrow/arrow_pink_circle.png") 0 0;
}

main ul.link li.download a {
  color: #215f9c;
}
main ul.link li.news a {
  color: #222;
}
main ul.link li.download:before {
  background: url("/img/arrow/arrow_blue_circle_ret.png") 0 0;
  background-size: 18px auto;
}
main ul.link li.news:before {
  background: url("/img/arrow/arrow_black_circle_ret.png") 0 0;
  background-size: 18px auto;
}
main ul.anchorLink {
  background: #fae2f0;
  padding: 13px 17px;
  display: inline-block;
  display: block;
}
main ul.anchorLink:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
main ul.anchorLink li {
  margin: 0 15px 0 0;
  padding: 0;
  float: left;
}
main ul.anchorLink li a {
  padding: 0 0 0 23px;
}
main ul.anchorLink li a:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: inline-block;
  display: inline-block;
  height: 18px;
  width: 18px;
  background: url("/img/arrow-s730e3fe639.png") 0 -104px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-size: 18px auto;
}

.ie main ul.anchorLink li a:before {
  display: inline-block;
  height: 9px;
  width: 9px;
  background: url("/img/arrow-s730e3fe639.png") 0 -95px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-size: 18px auto;
  background-position: 0 -72px;
  width: 18px;
  height: 18px;
}

main ul.anchorLink li:before {
  display: none;
}
main ol {
  list-style-type: none;
  counter-reset: num;
}
main ol li {
  position: relative;
  padding: 0 0 0 25px;
  margin: 0 0 0.8em;
}
main ol li:before {
  counter-increment: num;
  content: counter(num) ".";
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.54em;
  line-height: 1.7;
  color: #c0006b;
}
main ol li ol {
  margin: 0.6em 0;
}
main ol li ol li {
  padding: 0 0 0 42px;
}
main ol li ol li:before {
  width: 2.8em;
  line-height: 1.5;
}
main ol li ul {
  counter-reset: num;
  margin: 0.6em 0;
}
main ol li ul li {
  position: relative;
  margin: 0.6em 0;
  padding: 0 0 0 15px;
  position: relative;
}
main ol li ul li:before {
  position: absolute;
  left: 3px;
  top: 8px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #cb0071;
  border-radius: 100%;
}
main ol li ul li ul {
  margin: 0.6em 0;
}
main ol li ul li ul li {
  padding: 0 0 0 13px;
}
main ol.maru > li {
  padding: 0 0 0 1.4em;
}
main ol.maru > li:before {
  counter-increment: num;
  content: counter(num);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 0.8em;
  width: 1.2em;
  line-height: 1.2em;
  color: #cb0071;
  border: 1px solid #cb0071;
  border-radius: 50%;
}
main ol.maru.maru_blue > li:before {
  color: #004ea2;
  border-color: #004ea2;
}
main ol.maru.maru_big > li:before {
  font-size: 0.9em;
  top: 1px;
}
main ol.maru.maru_more > li:before {
  font-size: 1em;
  top: 2px;
}
main ol.circlea {
  margin: 0;
}
main ol.circlea li:before {
  content: counter(num);
  color: #fff;
  width: 1.54em;
  height: 1.54em;
  line-height: 1.54;
  background: #cb0071;
  font-weight: bold;
  border-radius: 100%;
  font-size: 86.66667%;
}
main ol.none li {
  padding: 0;
}
main ol.none li:before {
  display: none;
}
main ul.noStyle {
  padding: 0;
  margin: 1em 0;
}
main ul.noStyle li {
  padding: 0;
  margin: 0 0 15px;
  line-height: 1.3;
}
main ul.noStyle li:after {
  background: none;
}
main ul.columList {
  margin: 1em 0 1.5em;
  padding: 0;
  width: 100%;
  display: inline-block;
  display: block;
}
main ul.columList:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
main ul.columList li {
  float: left;
  margin: 0;
  padding: 8px 5px 8px 20px;
  border-bottom: 3px double #cb0071;
  border-radius: 3px;
  width: 49%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
main ul.columList li:nth-child(1), main ul.columList li:nth-child(2) {
  border-top: 3px double #cb0071;
}
main ul.columList li:nth-child(2n) {
  float: right;
}
main ul.columList li:nth-child(2n+1) {
  clear: left;
}
main ul.columList li:after {
  left: 5px;
  top: 15px;
}

@media only screen and (max-width: 640px) {
  main ul.anchorLink li {
    width: 100%;
    margin: 5px;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  main ul.columList li {
    float: none;
    width: 100%;
  }
  main ul.columList li:nth-child(2) {
    border-top: none;
  }
}
@media only screen and (max-width: 640px) {
  main ul.columList li:nth-child(2n) {
    float: none;
  }
}
@media only screen and (max-width: 640px) {
  main ul.columList li:nth-child(2n+1) {
    clear: none;
  }
}
.ie main ul.link li.download:before {
  background: url("/img/arrow/arrow_blue_circle.png") 0 0;
}
.ie main ul.link li.news:before {
  background: url("/img/arrow/arrow_black_circle.png") 0 0;
}

/* figure関連
------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
  main .posAb {
    display: table;
  }
  main .posAb figure {
    display: table-footer-group;
  }
}
.figRight figure {
  float: right;
  margin: 0.5em 0 1em 15px;
}

.figLeft {
  margin: 1.5em 0;
  display: inline-block;
}
.figLeft figure {
  float: left;
  margin: 0.5em 15px 1em 0;
}

.figRight {
  margin: 1.5em 0;
  display: inline-block;
}

.figLeft, .figRight {
  display: block;
}

.figLeft:after, .figRight:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.figLeft figure, .figRight figure {
  width: 30%;
}

@media only screen and (max-width: 640px) {
  .figLeft figure, .figRight figure {
    float: none;
    width: 80% !important;
    margin: 1em auto;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .figLeft table, .figRight table {
    width: 100% !important;
  }
}
.figLeft h3, .figLeft h4, .figLeft h5, .figLeft dl, .figLeft .tex, .figLeft ul {
  overflow: hidden;
}

.figRight h3, .figRight h4, .figRight h5, .figRight dl, .figRight .tex, .figRight ul {
  overflow: hidden;
}

.figLeft .tex h3, .figRight .tex h3 {
  margin-top: 0;
}

.figColum2 {
  margin: 2em auto;
  text-align: center;
  display: inline-block;
  display: block;
}
.figColum2:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.figColum2 figure {
  width: 49%;
  margin: 0 0 12px 2%;
  float: left;
}
.figColum2 figure:nth-child(2n+1) {
  margin: 0 0 12px;
}

.figColum3 {
  margin: 2em auto;
  text-align: center;
  display: inline-block;
  display: block;
}
.figColum3:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.figColum3 figure {
  width: 32%;
  margin: 0 0 12px 2%;
  float: left;
}
.figColum3 figure:first-child {
  margin: 0;
}
.figColum3 figure:nth-child(3n+1) {
  margin: 0 0 12px;
}

@media only screen and (max-width: 640px) {
  .figColum3 figure {
    width: 49%;
    margin: 0 0 12px 2%;
  }
  .figColum3 figure:nth-child(3n+1) {
    margin: 0 0 12px 2%;
  }
  .figColum3 figure:nth-child(2n+1) {
    margin: 0 0 12px;
  }
}
.figColum4 {
  margin: 2em auto;
  text-align: center;
  display: inline-block;
  display: block;
}
.figColum4:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.figColum4 figure {
  width: 23.5%;
  margin: 0 0 12px 2%;
  float: left;
}
.figColum4 figure:first-child {
  margin: 0;
}
.figColum4 figure:nth-child(4n+1) {
  margin: 0 0 12px;
}

@media only screen and (max-width: 640px) {
  .figColum4 figure {
    text-align: center;
    width: 100%;
    float: none;
    margin: 0.8em auto;
    display: block;
  }
}
.columnThree {
  margin: 2em auto;
  text-align: center;
  display: inline-block;
  display: block;
}
.columnThree:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.columnThree p {
  font-size: 133.33333%;
  line-height: 1.4;
}
.columnThree div {
  width: 32%;
  margin: 0 0 12px 2%;
  float: left;
}
.columnThree div div.sticker {
  border: 2px solid #333333;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.columnThree div div.sticker.add:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 23px;
  height: 18px;
  top: 10px;
  left: -23px;
  background: url("/img/about/img_about04.gif") left top no-repeat;
}
.columnThree div:first-child {
  margin-left: 0;
}
.columnThree div:nth-child(3n+1) {
  margin: 0 0 12px;
}
.columnThree div#small {
  width: 60%;
  margin: 0 0 12px 2%;
  float: left;
}

@media only screen and (min-width: 641px) {
  .columnThree div.twoThirds {
    width: 64%;
    margin-left: 4%;
  }
}
@media only screen and (max-width: 640px) {
  .columnThree div {
    width: 49%;
    margin: 0 0 12px 2%;
  }
  .columnThree div:nth-child(3n+1) {
    margin: 0 0 12px 2%;
  }
  .columnThree div:nth-child(2n+1) {
    margin: 0 0 12px;
  }
  .columnThree div#small {
    width: 90%;
  }
}
@media only screen and (max-width: 640px) {
  .columnThree div.txtL {
    width: 100%;
  }
  .columnThree div.txtL p {
    float: left;
    width: 50%;
    font-size: 113.33333%;
  }
  .columnThree div.txtL div.sticker {
    margin: 1.5em 0;
    float: left;
    width: 50%;
  }
}
/* table
-------------------------------------------------------------------- */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
table thead th, table thead td {
  background: #f39800;
  color: #fff;
  text-align: center;
}
table tbody th, table tbody td {
  border: 1px solid #dcdcdc;
  padding: 9px 10px 8px 10px;
}
table tbody th input[type=text], table tbody td input[type=text] {
  padding: 5px;
}
table tbody th label, table tbody td label {
  margin-right: 1em;
  display: inline-block;
}
table tbody th label.fullW, table tbody td label.fullW {
  width: 100%;
}
table tbody th {
  color: #c0006b;
  font-weight: bold;
  background: #f7f7f7;
}
table tbody th span {
  vertical-align: text-top;
  color: #fff;
  display: inline-block;
  background: #cb0071;
  margin-left: 5px;
  padding: 2px 6px 3px;
  font-size: 73.33333%;
  border-radius: 2px;
}
table tbody td {
  line-height: 1.3;
}
table tbody td p {
  margin: 0.5em 0;
}
table.formTable tr.request label {
  min-width: 9em;
}

@media only screen and (max-width: 640px) {
  table tbody th {
    text-align: left;
    font-size: 106.66667%;
    border-bottom: none;
  }
}
.ie table.formTable tr.request label {
  min-width: 0;
  margin-right: 5px !important;
}

table.formTable tr.exchange label {
  min-width: 13em;
}

.ie table.formTable tr.exchange label {
  min-width: 0;
  margin-right: 5px !important;
}

table.formTable th {
  padding: 15px;
}
table.formTable th .require {
  background: #d60243;
  vertical-align: middle;
  color: #fff;
  margin: 8px;
  line-height: 1;
  padding: 3px 6px;
}
table.formTable td {
  padding: 15px 20px;
}
table.formTable td.address p {
  margin-bottom: 10px;
}
table.formTable td input[type=text], table.formTable td input[type=number], table.formTable td input[type=password], table.formTable td input[type=tel], table.formTable td input[type=number] {
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 12px 5px;
  border: 1px solid #c9c8c8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.formTable td textarea, table.formTable td select {
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 12px 5px;
  border: 1px solid #c9c8c8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table.formTable td input[type=text]:focus, table.formTable td input[type=number]:focus, table.formTable td input[type=password]:focus, table.formTable td input[type=tel]:focus, table.formTable td input[type=number]:focus {
  border: 1px solid #cb0071;
  outline: medium none;
  background: #fdf8fb;
}
table.formTable td textarea:focus, table.formTable td select:focus {
  border: 1px solid #cb0071;
  outline: medium none;
  background: #fdf8fb;
}
table.formTable td input[type=text] {
  width: 60%;
}
table.formTable td input[type=text].post0 {
  width: 12%;
  min-width: 2em;
}
table.formTable td input[type=text].post1 {
  width: 20%;
  min-width: 3em;
}
table.formTable td input[type=text].post2 {
  width: 28%;
  min-width: 4em;
}
table.formTable td input[type=text].post10 {
  width: 100%;
  min-width: 10em;
}
table.formTable td input::-webkit-input-placeholder, table.formTable td input:-ms-input-placeholder {
  color: #aaa;
  font-weight: normal;
}
table.formTable td input::-moz-placeholder {
  color: #aaa;
}
table.formTable td input[type=tel].post0 {
  width: 12%;
  min-width: 2em;
}
table.formTable td input[type=tel].post1 {
  width: 20%;
  min-width: 3em;
}
table.formTable td input[type=tel].post2 {
  width: 28%;
  min-width: 4em;
}
table.formTable td label.postBox1 input[type=text] {
  width: auto;
  min-width: 3em;
  margin-left: 0.5em;
}
table.formTable td label.postBox2 input[type=text] {
  width: auto;
  min-width: 3em;
  margin-left: 0.5em;
}
table.formTable td label.postBox2 + label.postBox2 {
  margin-right: 0;
}
table.formTable td label.postBox2 + span {
  display: inline-block;
}
table.formTable td input[type=text].post0 {
  width: 15%;
  min-width: 2em;
}
table.formTable td.radio input[type=radio] {
  display: none;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  table.formTable th {
    padding: 8px 15px;
    display: block;
    width: calc(100vw - 72px);
  }
  table.formTable th .require {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 640px) {
  table.formTable td input[type=text] {
    width: 100%;
  }
  table.formTable td input[type=text].post1 {
    width: 30%;
  }
  table.formTable td input[type=text].post2 {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  table.formTable td {
    padding: 15px 15px;
  }
  table.formTable td p {
    margin: 0;
  }
  table.formTable td p span {
    display: inline-block;
  }
  table.formTable td label {
    display: block;
    margin: 0.5em 0 0.5em 0;
  }
  table.formTable td input[type=tel], table.formTable td input[type=number] {
    width: 100%;
  }
  table.formTable td input[type=tel].post1, table.formTable td input[type=number].post1 {
    width: 30%;
  }
  table.formTable td input[type=tel].post2, table.formTable td input[type=number].post2 {
    width: 40%;
  }
}
.ie table.formTable td.radio input[type=radio] {
  display: inline-block;
}
.ie table.formTable td.radio input[type=radio] + label {
  padding: 0 !important;
}

table.formTable td.radio input[type=radio] + label {
  position: relative;
  margin-right: 0;
  padding: 0 0 0 34px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
table.formTable td.radio input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}
table.formTable td.radio input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
table.formTable td.radio input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 15px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #e4007f;
  border-radius: 8px;
}
table.formTable td.radio input[type=radio]:checked + label.close::after {
  background: #777;
}
table.formTable td.check input[type=checkbox] {
  display: none;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  table.formTable td.radio input[type=radio] + label {
    margin-right: 0;
    padding: 10px 10px 10px 34px;
  }
}
@media only screen and (max-width: 640px) {
  table.formTable td.radio input[type=radio]:checked + label {
    background: #e6e6e6;
    -webkit-box-shadow: 0 0 3px #ccc inset;
            box-shadow: 0 0 3px #ccc inset;
  }
}
.ie table.formTable td.check input[type=checkbox] {
  display: inline-block;
}
.ie table.formTable td.check input[type=checkbox] + label {
  padding: 0 !important;
}

table.formTable td.check input[type=checkbox] + label {
  position: relative;
  margin-right: 0;
  padding: 0 0 0 34px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
table.formTable td.check input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}
table.formTable td.check input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}
table.formTable td.check input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 11px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e4007f;
  border-bottom: 3px solid #e4007f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
table.formTable td.check input[type=checkbox]:checked + label.close::after {
  background: #777;
}
table.formTable tr.disabled {
  background: #f7f7f7;
}
table.formTable tr.disabled td {
  color: #888;
}
table.formTable td.radio input[type=radio] + label + div.other {
  margin-left: 34px;
  margin-bottom: 10px;
}
table.formTable td.radio input[type=radio] + label + div.reason {
  margin-left: 10px;
}
table.formTable td.check input[type=checkbox] + label + div.other input[type=text] {
  font-size: 14px;
  padding: 5px;
}
table.formTable td.radio input[type=radio] + label + div.other input[type=text], table.formTable td.radio input[type=radio] + label + div.reason input {
  font-size: 14px;
  padding: 5px;
}
table.formTable td.check div.otherBox, table.formTable td.radio div.otherBox {
  font-size: 14px;
  margin-top: 5px;
}
table.formTable td.check div.otherBox label.block, table.formTable td.radio div.otherBox label.block {
  display: inline;
}
table.formTable td.check div.otherBox label.block + div.other, table.formTable td.radio div.otherBox label.block + div.other {
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline;
}
table.formTable td.check div.otherBox label + div.other span.small, table.formTable td.radio div.otherBox label + div.other span.small {
  display: inline-block;
  margin: 2px 0 5px;
  font-size: 13px;
  line-height: 1.5;
  color: #777;
}
table.formTable td input[name=text_item_other] {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  table.formTable td.check input[type=checkbox] + label {
    margin-right: 0;
    padding: 10px 10px 10px 34px;
  }
}
@media only screen and (max-width: 640px) {
  table.formTable td.check input[type=checkbox]:checked + label {
    background: #e6e6e6;
    -webkit-box-shadow: 0 0 3px #ccc inset;
            box-shadow: 0 0 3px #ccc inset;
  }
}
@media only screen and (max-width: 640px) {
  table.formTable td {
    display: inline-block;
    display: block;
  }
  table.formTable td:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
  }
  table.formTable td.column, table.formTable td.columnOne {
    border: 1px solid #d2d2d2;
  }
  table.formTable td.column label, table.formTable td.columnOne label {
    display: inline-block;
    margin: 0;
    padding: 12px;
    width: 50%;
    height: auto;
    float: left;
    border-top: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    background: -webkit-gradient(linear, left bottom, left top, from(#f5f3f3), color-stop(26%, #f8f6f6), to(#ffffff));
    background: linear-gradient(0deg, #f5f3f3 0%, #f8f6f6 26%, #ffffff 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  table.formTable td.column label.active, table.formTable td.columnOne label.active {
    background: #e6e6e6;
    -webkit-box-shadow: 0 0 3px #ccc inset;
            box-shadow: 0 0 3px #ccc inset;
  }
  table.formTable td.column label:nth-child(4n), table.formTable td.columnOne label:nth-child(4n) {
    border-right: 1px solid #d2d2d2;
  }
  table.formTable td.column label[for=age1], table.formTable td.columnOne label[for=age1] {
    border-radius: 3px 0 0 0;
  }
  table.formTable td.column label[for=age2], table.formTable td.columnOne label[for=age2] {
    border-radius: 0 3px 0 0;
  }
  table.formTable td.column label[for=age7], table.formTable td.columnOne label[for=age7] {
    border-radius: 0 0 0 3px;
    border-bottom: 1px solid #d2d2d2;
  }
  table.formTable td.column label[for=age8], table.formTable td.columnOne label[for=age8] {
    border-radius: 0 0 3px 0;
    border-bottom: 1px solid #d2d2d2;
  }
  table.formTable td.column label[for=sex1], table.formTable td.columnOne label[for=sex1] {
    border-radius: 3px 0 0 3px;
    border-bottom: 1px solid #d2d2d2;
  }
  table.formTable td.column label[for=sex2], table.formTable td.columnOne label[for=sex2] {
    border-radius: 0 3px 3px 0;
    border-bottom: 1px solid #d2d2d2;
  }
  table.formTable td.column input[type=checkbox]:checked:after, table.formTable td.columnOne input[type=checkbox]:checked:after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #e4007f;
    border-bottom: 3px solid #e4007f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  table.formTable td.column input[type=checkbox]:before, table.formTable td.columnOne input[type=checkbox]:before {
    position: absolute;
    top: 14px;
    left: 14px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
  }
  table.formTable td.column input[type=radio]:checked:after, table.formTable td.columnOne input[type=radio]:checked:after {
    position: absolute;
    top: 16px;
    left: 16px;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #e4007f;
    border-radius: 100%;
  }
  table.formTable td.column input[type=radio]:before {
    position: absolute;
    top: 14px;
    left: 14px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 100%;
  }
  table.formTable td.columnOne input[type=radio]:before {
    position: absolute;
    top: 14px;
    left: 14px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 100%;
  }
  table.formTable td.columnOne label {
    float: none;
    width: 100%;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
  }
  table.formTable td.columnOne label:first-child {
    border-radius: 3px 3px 0 0;
  }
  table.formTable td.columnOne label:last-child {
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0 0 3px 3px;
  }
}
/* ksd 150914 */
@media only screen and (max-width: 640px) {
  table.formTable td.check div.otherBox, table.formTable td.radio div.otherBox {
    background: -webkit-gradient(linear, left bottom, left top, from(#f5f3f3), color-stop(26%, #f8f6f6), to(#ffffff));
    background: linear-gradient(0deg, #f5f3f3 0%, #f8f6f6 26%, #ffffff 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
  }
  table.formTable td.check div.otherBox.last, table.formTable td.radio div.otherBox.last {
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0 0 3px 3px;
  }
  table.formTable td.check div.otherBox label, table.formTable td.radio div.otherBox label {
    background: none;
  }
  table.formTable td.check div input[type=checkbox] + label + div.other, table.formTable td.radio div input[type=radio] + label + div.other, table.formTable td.check div.otherBox label.block + div.other, table.formTable td.radio div.otherBox label.block + div.other {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    margin: -10px 0 0;
    padding: 0 20px 10px 35px;
    position: relative;
    z-index: 1;
  }
  table.formTable td.check div.otherBox label.block, table.formTable td.radio div.otherBox label.block, table.formTable td.check div.otherBox label.block + div.other, table.formTable td.radio div.otherBox label.block + div.other {
    display: block;
  }
  table.formTable td.check div input[type=checkbox]:checked + label + div.other, table.formTable td.radio div input[type=radio]:checked + label + div.other {
    background: #e6e6e6;
  }
  table.formTable td.check div input[type=checkbox] + label + div.other input[type=text] {
    margin: 5px 0;
    font-size: 13px;
  }
  table.formTable td.radio div input[type=radio] + label + div.other input[type=text] {
    margin: 5px 0;
    font-size: 13px;
  }
  table.formTable td.radio input[type=radio] + label + div.reason {
    border: 1px solid #d2d2d2;
    padding: 15px;
    margin-left: 0;
  }
  table.formTable td.radio input[type=radio] + label + div.reason input {
    margin: 5px 0;
    padding: 5px;
    font-size: 13px;
  }
}
/* ksd 150914 */
textarea {
  width: 100%;
  min-height: 5em;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(30%, #f3f3f3), to(#ffffff));
  background: linear-gradient(180deg, #f7f7f7 0%, #f3f3f3 30%, #ffffff 100%);
  -webkit-box-shadow: 0 0 3px #ccc inset;
          box-shadow: 0 0 3px #ccc inset;
  border: none;
  margin-bottom: 5px;
  padding: 12px 5px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea:focus {
  border: 1px solid #e4007f;
  -webkit-box-shadow: 0 0 3px #888 inset;
          box-shadow: 0 0 3px #888 inset;
  outline: medium none;
  background: #fdf8fb;
}

section.shop table thead th, section.shop table thead td {
  color: #fff;
  padding: 10px 0;
}
section.shopDetail table thead th, section.shopDetail table thead td {
  color: #fff;
  padding: 10px 0;
}
section.shop table tbody td a, section.shopDetail table tbody td a {
  color: #e78200;
  text-decoration: underline;
}
section.shop table tbody td a:hover, section.shopDetail table tbody td a:hover {
  text-decoration: none;
}
section.shop table tbody td span.allT a, section.shop table tbody td span.smallT a {
  display: inline-block;
  margin: 2px 4px 2px 0;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  min-width: 10em;
  font-weight: bold;
  border-radius: 3px;
  font-size: 86.66667%;
}
section.shopDetail table tbody td span.allT a, section.shopDetail table tbody td span.smallT a {
  display: inline-block;
  margin: 2px 4px 2px 0;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
  min-width: 10em;
  font-weight: bold;
  border-radius: 3px;
  font-size: 86.66667%;
}
section.shop table tbody td span.allT a:hover, section.shop table tbody td span.smallT a:hover {
  text-decoration: underline;
}
section.shopDetail table tbody td span.allT a:hover, section.shopDetail table tbody td span.smallT a:hover {
  text-decoration: underline;
}
section.shop table tbody td span.allT a, section.shopDetail table tbody td span.allT a {
  color: #936419;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6eab2), color-stop(#f7f3e2), to(#f6eab2));
  background: linear-gradient(#f6eab2, #f7f3e2, #f6eab2);
}
section.shop table tbody td span.allT a:hover, section.shopDetail table tbody td span.allT a:hover {
  background: #f6eab2;
}
section.shop table tbody td span.smallT a, section.shopDetail table tbody td span.smallT a {
  color: #5b797e;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3e9f2), color-stop(#eff7fa), to(#d3e9f2));
  background: linear-gradient(#d3e9f2, #eff7fa, #d3e9f2);
}
section.shop table tbody td span.smallT a:hover, section.shopDetail table tbody td span.smallT a:hover {
  background: #d3e9f2;
}
section.shop table th, section.shopDetail table th {
  text-align: center;
  color: #e78200;
}
section.shop table th span.allT, section.shop table th span.smallT {
  margin: 2px 5px 0 0;
  padding: 2px 5px;
  font-size: 73.33333%;
}
section.shopDetail table th span.allT, section.shopDetail table th span.smallT {
  margin: 2px 5px 0 0;
  padding: 2px 5px;
  font-size: 73.33333%;
}
section.shop table th span.allT, section.shopDetail table th span.allT {
  color: #936419;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6eab2), color-stop(#f7f3e2), to(#f6eab2));
  background: linear-gradient(#f6eab2, #f7f3e2, #f6eab2);
}
section.shop table th span.smallT, section.shopDetail table th span.smallT {
  color: #5b797e;
  background: -webkit-gradient(linear, left top, left bottom, from(#d3e9f2), color-stop(#eff7fa), to(#d3e9f2));
  background: linear-gradient(#d3e9f2, #eff7fa, #d3e9f2);
}
section.shop table th span.new, section.shopDetail table th span.new {
  background: #e78200;
  padding: 2px 6px;
  font-size: 53.33333%;
}
section.shop table.searchList thead th, section.shop table.searchList thead td {
  text-align: center;
}
section.shopDetail table.searchList thead th, section.shopDetail table.searchList thead td {
  text-align: center;
}
section.shop table.searchList tbody th, section.shopDetail table.searchList tbody th {
  text-align: left;
}
section.shop table.searchList tbody th a, section.shopDetail table.searchList tbody th a {
  display: block;
  color: #e78200;
  text-decoration: underline;
}
section.shop table.searchList tbody th a:hover, section.shopDetail table.searchList tbody th a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  section.shop table tbody td span.allT a, section.shop table tbody td span.smallT a {
    padding: 8px 10px;
    font-size: 86.66667%;
    min-width: 0;
  }
  section.shopDetail table tbody td span.allT a, section.shopDetail table tbody td span.smallT a {
    padding: 8px 10px;
    font-size: 86.66667%;
    min-width: 0;
  }
}
@media only screen and (max-width: 640px) {
  section.shop table th, section.shopDetail table th {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  section.shop table th span.allT, section.shop table th span.smallT {
    font-size: 66.66667%;
  }
  section.shopDetail table th span.allT, section.shopDetail table th span.smallT {
    font-size: 66.66667%;
  }
}
@media only screen and (max-width: 640px) {
  section.shop .swipeTable, section.shopDetail .swipeTable {
    width: 100%;
    overflow-x: auto;
    position: relative;
  }
  section.shop .swipeTable table, section.shopDetail .swipeTable table {
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
  }
  section.shop .swipeTable table td, section.shopDetail .swipeTable table td {
    width: 28%;
  }
  section.shop .swipeTable table tbody tr, section.shopDetail .swipeTable table tbody tr {
    display: table-row;
  }
  section.shop .swipeTable table tbody th, section.shop .swipeTable table tbody td {
    display: table-cell;
  }
  section.shopDetail .swipeTable table tbody th, section.shopDetail .swipeTable table tbody td {
    display: table-cell;
  }
  section.shop .swipeTable table tbody th a, section.shop .swipeTable table tbody td a {
    padding: 8px 8px;
    text-decoration: none;
    position: relative;
  }
  section.shopDetail .swipeTable table tbody th a, section.shopDetail .swipeTable table tbody td a {
    padding: 8px 8px;
    text-decoration: none;
    position: relative;
  }
  section.shop .swipeTable table tbody th a:after, section.shop .swipeTable table tbody td a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto 0;
    display: inline-block;
    height: 9px;
    width: 7px;
    background: url("/img/arrow-s730e3fe639.png") 0 -68px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-size: 18px auto;
  }
  section.shopDetail .swipeTable table tbody th a:after, section.shopDetail .swipeTable table tbody td a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto 0;
    display: inline-block;
    height: 9px;
    width: 7px;
    background: url("/img/arrow-s730e3fe639.png") 0 -68px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-size: 18px auto;
  }
  section.shop .swipeTable table tbody th, section.shopDetail .swipeTable table tbody th {
    padding: 0;
    font-size: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#e0e0e0), color-stop(30%, #e7e7e7), to(#f7f7f7));
    background: linear-gradient(0deg, #e0e0e0 0%, #e7e7e7 30%, #f7f7f7 100%);
  }
  section.shop .swipeTable table tbody th:hover, section.shopDetail .swipeTable table tbody th:hover {
    background: #e0e0e0;
  }
  section.shop .swipeTable table tbody td, section.shopDetail .swipeTable table tbody td {
    padding: 8px 10px;
    font-size: 80%;
  }
  section.shop .swipeTable table tbody td p, section.shopDetail .swipeTable table tbody td p {
    margin: 0.3em 0;
  }
  section.shop .swipeTable table .hidden, section.shopDetail .swipeTable table .hidden {
    display: none;
    visibility: hidden;
  }
}
.swipeTable .swipe-icon {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -75px;
  margin-top: -75px;
  width: 150px;
  height: 150px;
  opacity: 0.3;
  background-color: #333;
  text-align: center;
}
.swipeTable .swipe-icon img {
  width: 91px;
  padding-top: 16px;
}

p.backBtn {
  text-align: center;
  margin: 1.5em auto 0;
  display: block;
}
p.backBtn a {
  position: relative;
  display: inline-block;
  padding: 12px 35px 12px 45px;
  background: #eeeeee;
  color: #e78200;
  border-radius: 3px;
}
p.backBtn a:before {
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: inline-block;
  display: inline-block;
  height: 9px;
  width: 7px;
  background: url("/img/arrow-s730e3fe639.png") 0 -68px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-size: 18px auto;
  background-size: 18px auto;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

@media only screen and (max-width: 640px) {
  p.backBtn {
    margin: 0.5em auto 0;
  }
}
.ie p.backBtn a:before {
  display: inline-block;
  height: 9px;
  width: 7px;
  background: url("/img/arrow-s730e3fe639.png") 0 -68px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  background-size: 18px auto;
  background-size: 36px auto;
  background-position: 0 27px !important;
}

p.backBtn a:hover {
  color: #f39800;
}

/* チェックボックス
-------------------------------------------------------------------- */
input[type=checkbox] {
  display: none;
  margin: 0;
}

.ie input[type=checkbox] {
  display: inline-block;
}
.ie input[type=checkbox] + span {
  padding: 0 !important;
}

input[type=checkbox] + span {
  position: relative;
  margin-right: 0;
  padding: 0 0 0 34px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  font-weight: bold;
  font-size: 100%;
}
input[type=checkbox] + span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}
input[type=checkbox] + span::before {
  border: 2px solid #ccc;
}
input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 12px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #e4007f;
  border-bottom: 3px solid #e4007f;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type=checkbox]:checked + span.close::after {
  background: #777;
}

@media only screen and (max-width: 640px) {
  input[type=checkbox] + span {
    background: #eee;
    margin-right: 0;
    padding: 15px 15px 15px 39px;
  }
}
/* 商品券について
-------------------------------------------------------------------- */
main section.about .figRight figure {
  width: 44%;
}
main section.about .figRight h2 {
  margin-top: 0;
  background: url("/img/about/h2_about.png") left top no-repeat #fff;
  background-size: contain;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}

.about_ticket_fig {
  width: 100%;
  max-width: 764px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about_ticket_fig > * {
  width: 50%;
  max-width: 382px;
  text-align: center;
}
.about_ticket_fig > * img {
  width: auto;
  max-width: 100%;
}
.about_ticket_fig > *:nth-child(2) {
  margin: 0 0 0 -15px;
}

@media only screen and (max-width: 640px) {
  .about_ticket_fig > * {
    width: 100%;
  }
  .about_ticket_fig > *:nth-child(2) {
    margin: 15px 0 0;
  }
}
.about_ticket_txt {
  text-align: center;
}
.about_ticket_txt p {
  display: inline-block;
  border: 2px solid #e3007f;
  color: #e3007f;
  font-weight: bold;
  font-size: 106.66667%;
  padding: 0.25em 2em;
}

@media only screen and (max-width: 640px) {
  .about_ticket_txt p {
    font-size: 93.33333%;
  }
}
/* 参加店舗検索
-------------------------------------------------------------------- */
main section.shop .serchBox {
  margin-bottom: 30px;
  display: table;
  width: 100%;
}

.ie main section.shop .serchBox {
  display: inline-block;
  display: block;
}
.ie main section.shop .serchBox:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

main section.shop .serchBox ul {
  position: relative;
  z-index: 1;
  display: table-cell;
  width: 48%;
}

.ie main section.shop .serchBox ul {
  display: inline-block;
  float: left;
}

@media only screen and (max-width: 640px) {
  main section.shop .serchBox ul {
    width: 100%;
    display: block;
    padding: 0 !important;
  }
}
main section.shop .serchBox ul li {
  margin: 0;
  padding: 0;
}
main section.shop .serchBox ul li.categories h2 {
  position: relative;
  color: #333333;
  margin: 0;
  text-align: center;
  font-weight: normal;
  border: 1px solid #f39800;
  font-size: 106.66667%;
  background: -webkit-gradient(linear, left bottom, left top, from(#e0e0e0), color-stop(30%, #e7e7e7), to(#f7f7f7));
  background: linear-gradient(0deg, #e0e0e0 0%, #e7e7e7 30%, #f7f7f7 100%);
}
main section.shop .serchBox ul li.categories h2:after {
  content: "";
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-top: 14px solid #f39800;
  position: absolute;
  right: 15px;
  top: 40%;
}
main section.shop .serchBox ul li.categories h2:hover {
  cursor: pointer;
  color: #f39800;
  background: #e0e0e0;
}
main section.shop .serchBox ul li.categories ul {
  position: absolute;
  left: 0;
  top: 55px;
  display: none;
  padding: 0;
  width: 100%;
  margin-bottom: 2em;
  border: 3px solid #dcdcdc;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px #999;
          box-shadow: 0 2px 2px #999;
}
main section.shop .serchBox ul li.categories ul li {
  border-bottom: 1px solid #dcdcdc;
}
main section.shop .serchBox ul li.categories ul li:before {
  display: none;
}
main section.shop .serchBox ul li.categories ul li a {
  display: block;
  padding: 10px;
  color: #333333;
}
main section.shop .serchBox ul li.categories ul li a:hover {
  text-decoration: none;
  background: #eeeeee;
  color: #f39800;
}
main section.shop .serchBox ul#areaList {
  z-index: 2;
  padding: 0 2% 0 0;
}
main section.shop .serchBox ul#businessList {
  z-index: 1;
  padding: 0 0 0 2%;
}

@media only screen and (max-width: 640px) {
  main section.shop .serchBox ul#areaList {
    margin: 0.2em 0 1.2em;
  }
}
/* よくある質問
-------------------------------------------------------------------- */
section.qa .inner h2 {
  line-height: 1.3;
  text-shadow: 1px 1px 1px #FFF, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 2px 3px 3px rgba(0, 0, 0, 0.5);
  border-bottom: 3px solid #e4007f;
  font-weight: bold;
  border-bottom: none;
  background: none;
  margin-top: 2em;
  margin-bottom: 0.8em;
  padding: 0;
  color: #333333;
  font-size: 240%;
}
section.qa .inner h2:first-child {
  margin-top: 0 !important;
}
section.qa .inner h3 {
  font-size: 133.33333%;
  border-bottom: 2px solid #e4007f;
}

@media only screen and (max-width: 640px) {
  section.qa .inner h2 {
    font-size: 186.66667%;
  }
}
ul.questionList {
  margin: 0;
  padding: 0;
}
ul.questionList li {
  padding: 0;
  border-bottom: 2px solid #e5e5e5;
}
ul.questionList li:before {
  display: none;
}
ul.questionList li dl {
  margin: 1em 15px;
}
ul.questionList li dl dt {
  position: relative;
  font-weight: bold;
  margin: 25px 0 20px;
  padding-left: 40px;
  font-size: 113.33333%;
}
ul.questionList li dl dt:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -7px;
  height: 34px;
  width: 32px;
  background-image: url("/img/iconRet-s6ed755d32b.png");
  background-position: 0 -270px;
  background-size: 124px auto;
}

@media only screen and (max-width: 640px) {
  ul.questionList li dl {
    margin: 1em 0;
  }
}
.ie ul.questionList li dl dt:before {
  height: 34px;
  width: 32px;
  background: url("/img/icon-s824fad8249.png") 0 -270px;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

ul.questionList li dl dd {
  margin: 0 0 20px;
  padding-left: 40px;
  position: relative;
  font-size: 100%;
}
ul.questionList li dl dd:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: -7px;
  height: 30px;
  width: 30px;
  background-image: url("/img/iconRet-s6ed755d32b.png");
  background-position: 0 0;
  background-size: 124px auto;
}

.ie ul.questionList li dl dd:before {
  height: 30px;
  width: 30px;
  background: url("/img/icon-s824fad8249.png") 0 0;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

ul.questionList li ul {
  margin: 0.6em 0;
  padding: 0 0 0 4px;
}
ul.questionList li ul li {
  position: relative;
  border-bottom: none;
  margin: 0.6em 0;
  padding: 0 0 0 15px;
  position: relative;
}
ul.questionList li ul li:before {
  position: absolute;
  left: 3px;
  top: 8px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #e4007f;
  border-radius: 100%;
}
ul.questionList li ul li ul {
  margin: 0.6em 0;
}
ul.questionList li ul li ul li {
  padding: 0 0 0 13px;
}

/* wp-pagenavi
-------------------------------------------------------------------- */
.wp-pagenavi {
  display: block;
  text-align: center;
  margin: 20px auto;
}
.wp-pagenavi span.pages {
  display: none;
}
.wp-pagenavi a.page, .wp-pagenavi a.last, .wp-pagenavi a.first {
  font-family: "Google-Oswald", sans-serif;
  text-align: center;
  display: inline-block;
  padding: 4px 11px;
  margin: 0 5px 5px 0;
  color: #333333;
  background: #e5e5e5;
  border-radius: 3px;
  font-size: 93.33333%;
}
.wp-pagenavi span.current, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  font-family: "Google-Oswald", sans-serif;
  text-align: center;
  display: inline-block;
  padding: 4px 11px;
  margin: 0 5px 5px 0;
  color: #333333;
  background: #e5e5e5;
  border-radius: 3px;
  font-size: 93.33333%;
}
.wp-pagenavi a.page:hover, .wp-pagenavi a.last:hover, .wp-pagenavi a.first:hover {
  text-decoration: none;
  background: #e4007f;
  color: #fff;
}
.wp-pagenavi span.current:hover, .wp-pagenavi .nextpostslink:hover, .wp-pagenavi .previouspostslink:hover {
  text-decoration: none;
  background: #e4007f;
  color: #fff;
}
.wp-pagenavi span.current {
  background: #e4007f;
  color: #fff;
}

section.shop .wp-pagenavi a.page:hover, section.shop .wp-pagenavi a.last:hover, section.shop .wp-pagenavi a.first:hover {
  background: #f39800;
}
section.shop .wp-pagenavi span.current:hover, section.shop .wp-pagenavi .nextpostslink:hover, section.shop .wp-pagenavi .previouspostslink:hover, section.shop .wp-pagenavi span.current {
  background: #f39800;
}

/* googlemap
-------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {
  #mapArea {
    position: relative;
    background: #eeeeee;
    padding: 20px 20px 65px;
    margin-bottom: 20px;
  }
}
#mapArea div#map-canvas {
  height: 420px;
  width: 100%;
}
#mapArea .mapBtn {
  margin: 5px 0 35px;
  text-align: right;
  font-size: 93.33333%;
}

@media only screen and (max-width: 640px) {
  #mapArea div#map-canvas {
    border: 1px solid #fff;
    height: 400px;
    margin: auto;
  }
}
@media only screen and (max-width: 640px) {
  #mapArea .mapBtn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 20px;
    margin: 0 auto;
    text-align: center;
  }
  #mapArea .mapBtn a {
    position: relative;
    color: #f39800;
    padding: 12px 30px 12px 25px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  #mapArea .mapBtn a:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 13px;
    margin: auto 0;
    display: inline-block;
    height: 9px;
    width: 7px;
    background: url("/img/arrow-s730e3fe639.png") 0 -68px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-size: 18px auto;
  }
}
div.gm-style div div div div[style*="cursor: default;"] > div > div[style*="position: absolute;"] {
  background: #1f9744 !important;
  border-radius: 5px !important;
}
div.gm-style div div div div[style*="cursor: default;"] > div > div[style*="width: 0px; height: 0px;"] {
  background: none !important;
}
div.gm-style div div div div[style*="cursor: default;"] > div > div > div[style*="overflow: hidden;"] > div {
  background: #1f9744 !important;
}
div.gm-style .hukidashi {
  color: #fff !important;
  margin-left: 22px;
}

.ie div.gm-style .hukidashi {
  color: #333333 !important;
}

div.gm-style .hukidashi em {
  font-size: 113.33333%;
}

/* keyword検索
-------------------------------------------------------------------- */
.keyword {
  display: none;
}

h2 .keyword {
  display: inline-block;
  float: right;
}
h2 .keyword label {
  font-size: 78%;
}
h2 .keyword input[type=text] {
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(30%, #f3f3f3), to(#ffffff));
  background: linear-gradient(180deg, #f7f7f7 0%, #f3f3f3 30%, #ffffff 100%);
  -webkit-box-shadow: 0 0 3px #ccc inset;
          box-shadow: 0 0 3px #ccc inset;
  border: none;
  margin-bottom: 5px;
  padding: 6px 5px 3px;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 65%;
  margin: 0;
  width: 340px;
}
h2 .keyword input[type=submit] {
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #716f70;
  background: -webkit-gradient(linear, left top, left bottom, from(#716f70), to(#515151));
  background: linear-gradient(#716f70, #515151);
  font-weight: normal;
  font-size: 67%;
  padding: 6px 14px 5px;
  vertical-align: middle;
}
h2 .keyword input[type=submit]:hover {
  background: #515151;
}

@media only screen and (max-width: 640px) {
  .keyword {
    display: block;
    position: relative;
    color: #333333;
    margin: 1.2em 0;
    padding: 10px 0;
    text-align: center;
    font-weight: normal;
    border: 1px solid #f39800;
    font-size: 106.66667%;
    background: #e7e7e7;
    background: -webkit-gradient(linear, left bottom, left top, from(#e0e0e0), color-stop(30%, #e7e7e7), to(#f7f7f7));
    background: linear-gradient(0deg, #e0e0e0 0%, #e7e7e7 30%, #f7f7f7 100%);
    border-radius: 3px;
  }
  .keyword label {
    display: block;
  }
  .keyword input[type=text] {
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), color-stop(30%, #f3f3f3), to(#ffffff));
    background: linear-gradient(180deg, #f7f7f7 0%, #f3f3f3 30%, #ffffff 100%);
    -webkit-box-shadow: 0 0 3px #ccc inset;
            box-shadow: 0 0 3px #ccc inset;
    border: none;
    margin-bottom: 5px;
    padding: 2px 5px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    width: 70%;
  }
  .keyword input[type=submit] {
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    background: #716f70;
    background: -webkit-gradient(linear, left top, left bottom, from(#716f70), to(#515151));
    background: linear-gradient(#716f70, #515151);
    font-weight: normal;
    font-size: 86%;
    padding: 5px 14px;
    width: 20%;
  }
  h2 .keyword {
    display: none;
  }
}
.grayArea {
  position: relative;
  overflow: hidden;
  padding: 0 20px 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grayArea:after {
  content: "";
  display: block;
  width: 100%;
  margin-left: -10px;
  padding: 200% 0;
  background: #eee;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
}
.grayArea .message {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  text-align: center;
  font-size: 230%;
  font-weight: bold;
  z-index: 1000;
  height: 4em;
}

td.grayArea {
  margin: 0;
  padding: 9px 10px 8px 10px;
}
td.grayArea:after {
  margin: 0;
}
td.grayArea .message {
  font-size: 180%;
  height: 2.5em;
}

@media only screen and (max-width: 640px) {
  .grayArea .message, td.grayArea .message {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 10px;
    display: inline-block;
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    z-index: 1000;
    height: 4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.box_red {
  background-color: #FBE6EF;
  font-size: 133.33333%;
  padding: 20px;
  text-align: center;
  font-weight: bold;
}

.ml10 {
  margin-left: 10px;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

@media only screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  .spOnly {
    display: none;
  }
}
.hide {
  visibility: hidden !important;
}

/* width設定
-------------------------------------------------------------------- */
.wid1 {
  width: 1%;
}

.wid2 {
  width: 2%;
}

.wid3 {
  width: 3%;
}

.wid4 {
  width: 4%;
}

.wid5 {
  width: 5%;
}

.wid6 {
  width: 6%;
}

.wid7 {
  width: 7%;
}

.wid8 {
  width: 8%;
}

.wid9 {
  width: 9%;
}

.wid10 {
  width: 10%;
}

.wid11 {
  width: 11%;
}

.wid12 {
  width: 12%;
}

.wid13 {
  width: 13%;
}

.wid14 {
  width: 14%;
}

.wid15 {
  width: 15%;
}

.wid16 {
  width: 16%;
}

.wid17 {
  width: 17%;
}

.wid18 {
  width: 18%;
}

.wid19 {
  width: 19%;
}

.wid20 {
  width: 20%;
}

.wid21 {
  width: 21%;
}

.wid22 {
  width: 22%;
}

.wid23 {
  width: 23%;
}

.wid24 {
  width: 24%;
}

.wid25 {
  width: 25%;
}

.wid26 {
  width: 26%;
}

.wid27 {
  width: 27%;
}

.wid28 {
  width: 28%;
}

.wid29 {
  width: 29%;
}

.wid30 {
  width: 30%;
}

.wid31 {
  width: 31%;
}

.wid32 {
  width: 32%;
}

.wid33 {
  width: 33%;
}

.wid34 {
  width: 34%;
}

.wid35 {
  width: 35%;
}

.wid36 {
  width: 36%;
}

.wid37 {
  width: 37%;
}

.wid38 {
  width: 38%;
}

.wid39 {
  width: 39%;
}

.wid40 {
  width: 40%;
}

.wid41 {
  width: 41%;
}

.wid42 {
  width: 42%;
}

.wid43 {
  width: 43%;
}

.wid44 {
  width: 44%;
}

.wid45 {
  width: 45%;
}

.wid46 {
  width: 46%;
}

.wid47 {
  width: 47%;
}

.wid48 {
  width: 48%;
}

.wid49 {
  width: 49%;
}

.wid50 {
  width: 50%;
}

.wid51 {
  width: 51%;
}

.wid52 {
  width: 52%;
}

.wid53 {
  width: 53%;
}

.wid54 {
  width: 54%;
}

.wid55 {
  width: 55%;
}

.wid56 {
  width: 56%;
}

.wid57 {
  width: 57%;
}

.wid58 {
  width: 58%;
}

.wid59 {
  width: 59%;
}

.wid60 {
  width: 60%;
}

.wid61 {
  width: 61%;
}

.wid62 {
  width: 62%;
}

.wid63 {
  width: 63%;
}

.wid64 {
  width: 64%;
}

.wid65 {
  width: 65%;
}

.wid66 {
  width: 66%;
}

.wid67 {
  width: 67%;
}

.wid68 {
  width: 68%;
}

.wid69 {
  width: 69%;
}

.wid70 {
  width: 70%;
}

.wid71 {
  width: 71%;
}

.wid72 {
  width: 72%;
}

.wid73 {
  width: 73%;
}

.wid74 {
  width: 74%;
}

.wid75 {
  width: 75%;
}

.wid76 {
  width: 76%;
}

.wid77 {
  width: 77%;
}

.wid78 {
  width: 78%;
}

.wid79 {
  width: 79%;
}

.wid80 {
  width: 80%;
}

.wid81 {
  width: 81%;
}

.wid82 {
  width: 82%;
}

.wid83 {
  width: 83%;
}

.wid84 {
  width: 84%;
}

.wid85 {
  width: 85%;
}

.wid86 {
  width: 86%;
}

.wid87 {
  width: 87%;
}

.wid88 {
  width: 88%;
}

.wid89 {
  width: 89%;
}

.wid90 {
  width: 90%;
}

.wid91 {
  width: 91%;
}

.wid92 {
  width: 92%;
}

.wid93 {
  width: 93%;
}

.wid94 {
  width: 94%;
}

.wid95 {
  width: 95%;
}

.wid96 {
  width: 96%;
}

.wid97 {
  width: 97%;
}

.wid98 {
  width: 98%;
}

.wid99 {
  width: 99%;
}

.wid100 {
  width: 100%;
}

/*-----------230822追記---------------*/
section.inner table tbody tr.bank {
  display: none;
}
section.about section.inner h2.sp-sizesm {
  position: relative;
  padding-left: 3.2rem;
}
section.about section.inner h2.sp-sizesm::before {
  content: "";
  display: block;
  width: 26px;
  height: 23px;
  background: url(/img/about/h2_mark.png) center bottom no-repeat;
  position: absolute;
  left: 1rem;
  top: 0.98rem;
  background-size: 100%;
}

.address .bank_select1 em {
  margin-right: 1rem;
}

.contactBtnBox button {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em 1.5em;
  width: 100%;
  max-width: 40%;
  margin: 0 auto;
  display: block;
  display: inline-block\9 ;
  border: 1px solid #d0d0d0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#d7d7d7));
  background: linear-gradient(#ececec, #d7d7d7);
  font-size: 106.66667%;
  border-radius: 3px;
}
.contactBtnBox button:first-of-type {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1em;
  /* width: 100%; */
  max-width: 40%;
  margin: 0 auto;
  display: block;
  display: inline-block\9 ;
  border: 1px solid #d0d0d0;
  color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#ececec), to(#d7d7d7));
  background: linear-gradient(#ececec, #d7d7d7);
  font-size: 106.66667%;
  border-radius: 3px;
  width: 45%;
  min-width: 9em;
  margin-left: 8%;
  border: none;
  cursor: pointer;
}
.contactBtnBox button:first-of-type:hover {
  background: #d7d7d7;
}
.contactBtnBox button:last-of-type {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#e03894), to(#e4007f));
  background: linear-gradient(#e03894, #e4007f);
  margin-right: 8%;
  width: 45%;
  min-width: 9em;
  border: none;
  cursor: pointer;
}

main ul.link li.gray-arrow:before {
  background: url(/img/arrow/arrow_gray_circle.png);
}
main ul.link li.green-arrow:before {
  background: url(/img/arrow/arrow_green_circle.png);
}
main ul.link li.green-arrow a {
  color: #004929;
}
main ul.link li.green-arrow a:hover {
  color: #077a48;
}

@media only screen and (max-width: 820px) {
  section.about > h2, section.caution > h2, section.guide > h2 {
    background-position-x: 0.5rem;
  }
  section.request > h2 {
    background-position-x: 0.5rem;
  }
  section.request #submitForm table tbody tr:last-of-type .postBox2 #sector_select {
    max-width: 400px;
  }
}
@media only screen and (max-width: 640px) {
  table.formTable tr {
    display: block;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  section.about section.inner .sp-sizesm .sp-only {
    display: none;
  }
  section.about section.inner h2.sp-sizesm {
    font-size: 109%;
  }
  section.about section.inner h2.sp-sizesm::before {
    top: 0.73rem;
  }
  main section.about .figRight h2 {
    background: url(/img/about/h2_about.png) left top no-repeat #fff;
    background-size: 100%;
  }
  #sector_select {
    width: calc(100vw - 55px);
  }
  section.inner h2.sp-margin {
    margin: 0;
    padding: 11px 15px;
  }
  section.about .inner table tr {
    margin-bottom: 1rem;
    display: block;
  }
  section.about .inner table th {
    display: block;
  }
  section.about .inner table td {
    display: block;
    padding: 0.8rem 10px;
  }
  table.formTable tr#bank + tr {
    margin-top: 1rem;
  }
  .contactBtnBox button:first-of-type, .contactBtnBox button:last-of-type {
    margin: auto;
    padding: 0.7em 1em;
  }
}
@media only screen and (max-width: 430px) {
  section.about section.inner .sp-sizesm .sp-only {
    display: block;
  }
  section.inner h2.sp-margin {
    padding: 0px 15px;
  }
  section.about section.inner h2.sp-sizesm {
    padding: 10px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 34px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 23px;
  }
  section.about section.inner h2.sp-sizesm::before {
    background-image: url(/img/about/h2_mark_sp.png);
    background-position: 9% center;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
/*------------231026追記----------------*/
section#caution p.mgtop_2 {
  margin-top: 2rem;
}
section#caution .inner ul.mgtop_1 {
  margin-top: 1rem;
}

section.caution #exempt {
  background: none;
  color: #c0006b;
  border-bottom: 2px solid #c0006b;
  margin: 1.5em 0 1em;
  padding: 0 0 5px 0;
  font-weight: bold;
  font-size: 120%;
}

/*--------------231225追記-------------*/
#guide .finish {
  padding: 0;
}
#guide .finish::before {
  content: none;
}

#shop .finish, #guide .finish {
  color: red;
  -webkit-text-decoration: underline red;
          text-decoration: underline red;
  font-weight: bold;
}

section.inner {
  margin: 0 auto 70px;
}

section.about .finish {
  color: red;
  -webkit-text-decoration: underline red;
          text-decoration: underline red;
  font-weight: bold;
  font-size: 123%;
}

#guide .finish {
  font-size: 135%;
}

@media only screen and (max-width: 640px) {
  #guide .finish {
    font-size: 120%;
  }
}
/*--------------令和７年度追記-------------*/
main {
  padding-top: 130px;
}
main ol li {
  padding: 0 0 0 35px;
}
main a {
  color: #326454;
}
main a:hover {
  color: #E73177;
  text-decoration: underline;
}
main ul {
  margin: 2.5em 0;
  padding: 0 0 0 4px;
}
main ul.link li {
  padding: 0 0 0 2em;
  position: relative;
}
main ul.link li:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #326454;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
main ul.link li:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
}

section.inner {
  padding: 0;
}

/*--------------フォーム-------------*/
table {
  border-spacing: 10px;
}
table tbody th, table tbody td {
  border: 1px solid #326454;
}
table tbody th {
  color: #326454;
  background: #E3EFE9;
  padding: 2em 0 2em 1em;
}

.errorMessage {
  border: 1px solid #326454;
}

table.formTable td input[type=text]:focus, table.formTable td input[type=number]:focus, table.formTable td input[type=password]:focus, table.formTable td input[type=tel]:focus, table.formTable td input[type=number]:focus {
  border: 1px solid #326454;
  background: #f8fdf9;
}
table.formTable td textarea:focus, table.formTable td select:focus {
  border: 1px solid #326454;
  background: #f8fdf9;
}

@media only screen and (max-width: 640px) {
  table {
    border-spacing: 0;
  }
  table colgroup {
    display: none;
  }
  table.formTable th {
    width: 100%;
  }
  .contactBtnBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contactBtnBox button:first-of-type, .contactBtnBox button:last-of-type {
    margin: 0.5em auto;
    padding: 0.7em 1em;
  }
}
@media only screen and (max-width: 640px) {
  input[type=checkbox] + span {
    padding: 10px 10px 10px 35px;
  }
}
h2 {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
h2 span {
  position: relative;
  color: #326454;
  text-shadow: rgba(0, 0, 0, 0.2039215686) 1px 5px 10px;
  font-weight: bold;
  font-size: 50px;
  padding-left: 70px;
}
h2 span::before {
  position: absolute;
  content: url(../img/common/h2accent.png);
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

section.request {
  position: relative;
}
section.request::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  background-color: #E3EFE9;
  top: 0;
  left: 0;
  z-index: 0;
}

section .request {
  padding-top: 20em;
}
section.inner > *:first-child {
  margin-top: 0;
}
section.inner h3 {
  color: #fff;
  border-bottom: none;
  margin: 1.5em 0 1em;
  padding: 0.8em 0 0.8em 0.5em;
  font-weight: bold;
  font-size: 30px;
}

input[type=checkbox]:checked + span::after {
  border-left: 3px solid #326454;
  border-bottom: 3px solid #326454;
}

.contactBtnBox input#confirm {
  background: #326454;
}

.contactBtnBox input#btnSend:hover, .contactBtnBox input#confirm:hover {
  background: #1d3930;
}

.contactBtnBox button:last-of-type {
  background: #326454;
}

ul {
  margin: 2.5em 0;
  padding: 0 0 0 4px;
}
ul.link li {
  padding: 0 0 0 2em;
  position: relative;
}
ul.link li:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #326454;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
ul.link li:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
}