@charset "utf-8";
/**
 *  投資(ver4.0.0)SP共通CSS
 */

/* ===================================
共通
=================================== */
body {
  min-width: 320px;
  padding: 0 0 90px !important;
  line-height: 18px;
  font-family: 'Noto Sans JP', sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #463F39;
  background: #FFF;
  position: relative;
}
.mincho {
  font-family: 'Noto Serif JP', serif, "ヒラギノ明朝 Pro","Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Sawarabi Mincho", serif;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ","Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
a {
  color: #463F39;
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
.onlyPC {
  display: none !important;
}
#panList {
  width: 950px;
  margin: 11px auto;
  font-size: 10px;
  color: #666666;
}
#panList a {
  color: #666;
  text-decoration: none;
}
#panList a:hover {
  color: #227dcb;
  text-decoration: underline;
}
h2#pageTitle {
  margin-bottom: 10px;
}
#pageWrapper {
  margin-bottom: 20px;
}
.inner {
  margin: 0 auto;
}
.goqsmile-chat-window .chat-window-toggled-mobile {
  bottom: 57px;
}

/* ===================================
.spHeader
=================================== */
.spHeader {
  border-bottom: 1px solid #0089D8;
}
.spHeaderLogoMenu  {
  padding: 10px;
}
.spHeaderLogoMenu .spHeaderLogoBox {
  float: left;
}
.spHeaderLogoBox .spHeaderLogo {
  float: left;
}
.spHeaderLogoBox .spHeaderConsultingBtn {
  width: 119px;
  margin: 2px 0 0 7px;
  padding: 15px 0 15px 18px;
  font-size: 13px;
  font-weight: 500;
  color: #0089D8;
  text-align: center;
  line-height: 1;
  border-radius: 5px;
  box-sizing: border-box;
  background: #FDF200;
  float: left;
  position: relative;
}
.spHeaderLogoBox .spHeaderConsultingBtn:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 10px;
  background-image: url(../img/sp/ico_topMail_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 16px;
  left: 10px;
}
.spHeaderLogoMenu .spHeaderMenuBtn {
  width: 43px;
  height: 43px;
  margin: 2px 0 0;
  border: 1px solid #DFD9DF;
  border-radius: 6px;
  text-align: center;
  box-sizing: border-box;
  float: right;
  position: relative;
  background: #fafafa; /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #eaeeea 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fafafa 0%,#eaeeea 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafa 0%,#eaeeea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eaeeea',GradientType=0 ); /* IE6-9 */
}
.spHeaderLogoMenu .spHeaderMenuBtnBorder {
  width: 23px;
  height: 4px;
  background: #0089D8;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  left: 10px;
}
.spHeaderLogoMenu .spHeaderMenuBtnTop {
  top: 10px;
}
.spHeaderLogoMenu .spHeaderMenuBtnMiddle {
  top: 19px;
}
.spHeaderLogoMenu .spHeaderMenuBtnBottom {
  top: 28px;
}
.spHeaderInvest {
  padding: 8px 8px 8px 15px;
  background: #EAEEEA;
}
.spHeaderInvest .spHeaderInvestTxt {
  padding-top: 1px;
  font-size: 14px;
  font-weight: 500;
  color: #463F39;
  float: left;
}
.spHeaderInvest .spHeaderInvestTelLink {
  float: right;position: relative;
}
.spHeaderInvest .spHeaderInvestTelLink:after {
  position: absolute;
  content: "";
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 5px solid #0089D8;
  position: absolute;
  right: 0;
  top: 7px;
}
.spHeaderInvest .spHeaderInvestTelLink img {
  padding-right: 20px;
}
.spHeaderCs {
  padding: 10px;
  text-align: right;
}
.spHeaderCs .spHeaderCsLink {
  font-size: 12px;
  font-weight: 500;
  color: #00F;
  text-decoration: underline;
}

/* ===================================
.footer
=================================== */
.footer {
  background: #FFF;
}
.footerBnrListWrapper {
  overflow: hidden;
}

/* ===================================
.footerAboutusBox
=================================== */
.footerAboutusBox {
  padding: 45px 0 40px;
  color: #463F39;
  text-align: center;
}
.footerLogoBox {
  margin-bottom: 25px;
}
.footerLogoLink {
  display: block;
}
.footerTelText {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
}
.spFooterTel {
  padding: 16px 30px;
  border: 1px solid #0089D8;
  border-radius: 6px;
  box-sizing: border-box;
  display: inline-block;
}
.footerSchedule {
  padding-top: 15px;
  font-size: 13px;
}

/* ===================================
.footerCopyrightBox
=================================== */
.footerCopyrightBox {
  padding: 5px 0;
  font-size: 10px;
  color: #463F39;
  text-align: center;
  background: #EAEEEA;
}

/* ===================================
.footerBnrList
=================================== */
.footerBnrList {
  padding: 15px 15px 0;
}
.footerBnrList .footerLinkItem {
  margin-right: 5px;
  outline: none;
}
.footerBnrList .footerLinkItem a {
  width: 100%;
  height: 19vw;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-size: contain;
}
.footerBnrList .footerLinkItem .footerLinkItemSale {
  background-image: url(../img/sp/bnr_foot_sale_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemManagement {
  background-image: url(../img/sp/bnr_foot_management_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemRent {
  background-image: url(../img/sp/bnr_foot_rent_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemCorp {
  background-image: url(../img/sp/bnr_foot_corp_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemCs {
  background-image: url(../img/sp/bnr_foot_cs_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemRecruit {
  background-image: url(../img/sp/bnr_foot_recruit_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemMquarto {
  background-image: url(../img/sp/bnr_foot_mquarto_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemHybrid {
  background-image: url(../img/sp/bnr_foot_hybrid_01.png);
}
.footerBnrList .footerLinkItem .footerLinkItemRebreathfund {
  background-image: url(../img/sp/bnr_foot_rebreathfund_01.png);
}
.footerBnrList .footerLinkItem:last-child {
  margin-right: 0;
}
.footerBnrList .slick-dots {
  width: 100vw;
  margin: 23px 0 12px -15px;
  text-align: center;
}
.footerBnrList .slick-dots li {
  margin: 0 5px;
  display: inline-block;
}
.footerBnrList .slick-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #DDD;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  cursor: pointer;
  outline: none;
}
.footerBnrList .slick-dots button:hover {
  opacity: 0.7;
}
.footerBnrList .slick-active button {
  background: #0089D8;
}

/* ===================================
.spFooterLinkList
=================================== */
.spFooterLinkList {
  padding: 5px 0;
  background: #EAEEEA;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.spFooterLinkList .footerLinkItem:first-of-type {
  margin-right: 15px;
}
.spFooterLinkList .footerLinkItem a {
  color: #463F39;
}

/* ===================================
.spFooterMenu
=================================== */
.spFooterMenu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  position: fixed;
  bottom: 0;
  z-index: 100;
}
.spFooterMenu .spFooterItem {
  width: 32%;
  padding: 15px 8px 20px 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 0 2px;
}
.spFooterMenu .spFooterItem:after {
  content: "";
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  position: absolute;
  top: 35px;
  border-top: 5px solid #fff;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.spFooterMenu .spFooterItemInvest {
  color: #0089D8;
  background: #FDF200;
}
.spFooterMenu .spFooterItemInvest:after,
.spFooterMenu .spFooterItemProperty:after {
  border-top: 5px solid #0089D8;
}
.spFooterMenu .spFooterItemManagement {
  color: #FFF;
  background: #0089D8;
}

.spFooterMenu .spFooterItemProperty{
  color: #008BD2;
  background: #EAF7FD;
  border: solid 1px #008BD3;
  border-bottom: none;
}
/* 幅の狭いスマホ用 */
@media screen and (max-width: 374px){
  .spHeaderLogoBox .spHeaderLogo img {
    width: 140px;
    margin: 3px 0 0;
  }
  .spHeaderLogoBox .spHeaderConsultingBtn {
    width: 100px;
    padding: 16px 0 16px 18px;
    font-size: 11px;
  }
  .spHeaderInvest .spHeaderInvestTxt {
    font-size: 12px;
  }
  .spHeaderInvest .spHeaderInvestTelLink img {
    width: 125px;
  }
  .spFooterMenu .spFooterItem {
    font-size: 12px;
  }
}

/* ===================================
旧ページcommonスタイル(下層で使用されているためそのまま移行)
=================================== */
/*** comMenu ***/
#pageWrapper .comMenu li {
  float: left;
  margin-right: 1%;
  text-align: center;
  width: 33%;
}
#pageWrapper .comMenu li:last-child {
  margin: 0;
  width: 32%;
}
#pageWrapper .comMenu li a {
  background: url(../img/sp/icon07.gif) no-repeat center 88% #EAEEEA;
  background-size: 6px 4px;
  -webkit-background-size: 6px 4px;
  border: 2px solid #DDE3DD;
  border-radius: 3px;
  display: block;
  font-size: 13px;
  padding: 10px 5px 15px;
}
#pageWrapper .comMenu li .on {
  margin-bottom: -3px;
  padding: 9pt 5px 22px;
  border: 0;
  border-radius: 3px 3px 0 0;
  background: url(../img/sp/icon06.gif)no-repeat center 81% #e4e474;
  background-size: 6px 4px;
  -webkit-background-size: 6px 4px;
}

/*** comP ***/
#pageWrapper .comP {
  margin-bottom: 2px;
  font-size: 10px;
  text-align: center;
  border-top: 3px solid #E4E474;
}
#pageWrapper .comP span {
  padding: 8px 5px 6px;
  display: block;
  background-color: #EAEEEA;
  border-top: 2px solid #fff;
}

/*** tableNew ***/
#pageWrapper .tableNew {
  margin-bottom: 7px;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
#pageWrapper .tableNew th {
  padding: 8px 3px;
  width: 5%;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  background-color: #FF0000;
  border: none;
}
#pageWrapper .tableNew td {
  padding: 8px 10px;
  width: 95%;
  font-weight: bold;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  background-color: #999;
  border: none;
}

/*** comTable ***/
#pageWrapper .comTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
#pageWrapper .comTable th,
#pageWrapper .comTable td {
  font-size: 11px;
  vertical-align: top;
  text-align: left;
}
#pageWrapper .comTable th {
  padding: 14px 2px 14px 14px;
  width: 28%;
  background-color: #EAEEEA;
  border-bottom: 1px solid #FFF;
}
#pageWrapper .comTable td {
  padding: 14px 2px 14px 14px;
  width: 72%;
  border-bottom: 1px solid #EAEEEA;
}
#pageWrapper .comTable td dl {
  margin-bottom: 15px;
}
#pageWrapper .comTable td dt {
  color: #333;
  font-size: 12px ;
  font-weight: bold;
}
#pageWrapper .comTable td dd {
  margin-bottom: 14px;
}
#pageWrapper .comTable td dd a {
  color: #1D3992;
  text-decoration: underline;
}
#pageWrapper .comTable td dd:last-child {
  margin-bottom: 0;
}
#pageWrapper .comTable td .list li {
  margin-left: 1em;
  font-size: 10px;
  text-indent: -1em;
  line-height: 1.3;
}
#pageWrapper .comTable .trStyle th,
#pageWrapper .comTable .trStyle td {
  border-bottom: 1px solid #EAEEEA;
}
#pageWrapper .comTable .trStyle02 td,
#pageWrapper .comTable .trStyle02 th {
  border-top: 1px solid #EAEEEA;
}
#pageWrapper .comTable td .news {
  margin-bottom: 0;
}
#pageWrapper .comTable td .news dt {
  font-size: 11px;
}
#pageWrapper .comTable td .news dd {
  font-size: 11px;
  line-height: 1.5;
}
#pageWrapper .comTable td .news dd li {
  margin-right: 8px;
  float: left;
}
#pageWrapper .comTable td .news dd li:nth-child(2) {
  margin-right: 0;
}
#pageWrapper .comTable td .news dd a {
  text-decoration: none;
}

/*** comTableB ***/
#pageWrapper .comTableB {
  margin-bottom: 7px;
}
#pageWrapper .comTableB th {
  padding: 5px 2px 3px;
  width: 20%;
  color: #333;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #D5D5D5;
}
#pageWrapper .comTableB td {
  padding: 5px 2px 3px 5px;
  width: 80%;
  vertical-align: middle;
  border: 1px solid #D5D5D5;
}
#pageWrapper .comTableB .tdStyle {
  font-size: 12px;
  color: #333;
  font-weight: bold;
}
#pageWrapper .comTableB td a {
  color: #1D3992;
}

/*** comNavi ***/
#pageWrapper .comNavi {
  padding: 10px 0 24px;
  border-top: 1px solid #E8E8E9;
  background-color: #F8F8F8;
}
#pageWrapper .comNavi ul {
  margin-bottom: 5px;
}
#pageWrapper .comNavi li {
  width: 19%;
  float: left;
}
#pageWrapper .comNavi li a {
  padding: 10px 17px 10px 5px;
  position: relative;
  display: block;
  color: #727272;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #E2E2E2;
  border-left: none;
  border-radius: 0 3px 3px 0;
  color: #727272;
  background: -moz-linear-gradient(top,#FEFEFE 0%,#F1F1F1);
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE),to(#F1F1F1));
}
#pageWrapper .comNavi li a.nolink {
  color: #A5A7AA !important;
  cursor: default;
  border-color: #E2E2E2 !important;
}
#pageWrapper .comNavi li a:after {
  width: 16px;
  height: 22px;
  position: absolute;
  top: 36%;
  content: "";
}
#pageWrapper .comNavi li a.nolink:after {
  color: #A5A7AA !important;
  cursor: default;
}
#pageWrapper .comNavi li:first-child a {
  text-align: right;
}
#pageWrapper .comNavi li:first-child a:after {
  left: 21%;
  background: url(../img/sp/navi_icon01.gif) no-repeat left top;
  background-size: 8px 11px;
  -webkit-background-size: 8px 11px;
}
#pageWrapper .comNavi li:first-child a.nolink:after {
  background: url(../img/sp/navi_icon03.gif) no-repeat left top;
  background-size: 8px 11px;
  -webkit-background-size: 8px 11px;
}
#pageWrapper .comNavi li:last-child {
  float: right;
}
#pageWrapper .comNavi li:last-child a {
  padding: 10px 5px 10px 17px;
  text-align: left;
  border-left: 1px solid #E2E2E2;
  border-right: none;
  border-radius: 3px 0 0 3px;
}
#pageWrapper .comNavi li:last-child a:after {
  right: 21%;
  background: url(../img/sp/navi_icon02.gif) no-repeat right top;
  background-size: 8px 11px;
  -webkit-background-size: 8px 11px;
}
#pageWrapper .comNavi li:last-child a.nolink:after {
  background: url(../img/sp/navi_icon04.gif) no-repeat right top;
  background-size: 8px 11px;
  -webkit-background-size: 8px 11px;
}
#pageWrapper .comNavi li:nth-child(2) {
  margin: 8px 3% 0;
  width: 56%;
}
#pageWrapper .comNavi li:nth-child(2) select {
  padding-left: 10px;
  width: 100%;
}
#pageWrapper .comNavi p {
  margin-right: 7px;
  font-size: 10px;
  text-align: right;
}
#pageWrapper .comNavi li.listPage {
  margin: 0 16%;
  width: 30%;
}
#pageWrapper .comNavi li.listPage a {
  padding: 10px 0;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #E2E2E2;
}

/*** h3Ttl ***/
#pageWrapper .h3Ttl {
  margin: 0 10px 9px;
  padding-bottom: 7px;
  font-size: 13px;
  border-bottom: 1px solid #D5D5D5;
}
#pageWrapper .h3Ttl span {
  padding: 2px 0 0 22px;
  display: block;
  background: url(../img/sp/icon17.gif) no-repeat left 2px;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
}

/*** listP ***/
#pageWrapper .listP {
  padding: 10px 0 10px;
  text-align: center;
  border-top: 3px solid #E4E474;
  background-color: #F8F8F8;
}
#pageWrapper .listP a {
  padding: 11px 5px 10px 22px;
  width: 25%;
  position: relative;
  display: block;
  color: #A5A7AA;
  font-weight: bold;
  font-size: 13px;
  border: 1px solid #E2E2E2;
  border-left: none;
  border-radius: 0 3px 3px 0;
  background: -moz-linear-gradient(top,#FEFEFE 0%,#F1F1F1);background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE),to(#F1F1F1));
}
#pageWrapper .listP a:after {
  width: 16px;
  height: 22px;
  background: url(../img/sp/navi_icon01.gif) no-repeat left top;
  background-size: 8px 11px;
  -webkit-background-size: 8px 11px;
  position: absolute;
  top: 35%;
  left: 12%;
  content: "";
}
#pageWrapper .listP:last-child {
  border-top: 1px solid #E8E8E9;
}

/*** h3Ttl ***/
#pageWrapper .h3Ttl {
  margin: 0 10px 9px;
  padding-bottom: 7px;
  font-size: 13px;
  border-bottom: 1px solid #D5D5D5;
}
#pageWrapper .h3Ttl span {
  padding: 2px 0 0 22px;
  display: block;
  background: url(../img/sp/icon17.gif) no-repeat left 2px;
  background-size: 16px 16px;
  -webkit-background-size: 16px 16px;
}
#pageWrapper .h3Ttl span span {
  padding: 0;
  font-size: 11px;
  display: inline;
  background: none;
}

/*** comTableC ***/
#pageWrapper .mailForm {
  padding: 13px 10px 40px;
  background-color: #F7F8F7;
}
#pageWrapper .mailForm .title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #333;
  background: url(../../form/img/line.gif) repeat-x left bottom;
}
#pageWrapper .mailForm .title span {
  color: #FF0000;
}
#pageWrapper .comTableC {
  width: 100%;
}
#pageWrapper .comTableC th {
  text-align: left;
  vertical-align: middle;
}
#pageWrapper .comTableC th span {
  color: #FF0000;
  font-size: 11px;
}
#pageWrapper .comTableC td {
  padding: 2px 0 15px;
  text-align: left;
  vertical-align: middle;
}
#pageWrapper .comTableC td .text {
  margin-top: 4px;
  color: #333;
  font-size: 11px;
}
#pageWrapper .comTableC td .notes {
  color: #FF0000;
  font-size: 11px;
  vertical-align: middle;
}
#pageWrapper .comTableC td .date {
  margin-top: 7px;
  padding-bottom: 16px;
  background: url(../../form/img/line.gif) repeat-x left bottom;
}
#pageWrapper .comTableC td .date dt {
  margin-bottom: 1px;
}
#pageWrapper .comTableC td .date dd {
  margin-bottom: 20px;
}
#pageWrapper .comTableC td .assets dt {
  margin-top: 8px;
}
#pageWrapper .comTableC td .borderBox {
  padding-bottom: 13px;
  background: url(../../form/img/line.gif) repeat-x left bottom;
}
#pageWrapper .comTableC td input {
  padding: 0;
}
#coming-day1,
#coming-day2 {
  margin-right: 3%;
  height: 26px;
  width: 44%;
  float: left;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
}
#coming-time1,
#coming-time2,
#coming-minute1,
#coming-minute2 {
  height: 28px;
  width: 18%;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  background: #FFF;
}
#name,
#kana,
#phonetic,
#email,
#address,
#tel,
#job,
#company_name,
#fax  {
  height: 26px;
  width: 99%;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
}
#coming-tel-time {
  height: 30px;
  width: 50%;
  color: #666;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
}
#comment {
  height: 60px;
  width: 99%;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
}
#income {
  margin-right: 10px;
  height: 30px;
  width: 65%;
  color: #666;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
}
#amount,
#amount02 {
  margin-bottom: 4px;
  height: 26px;
  width: 44%;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
}
#inquiry {
  height: 80px;
  width: 99%;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
}
#age {
  margin-right: 4px;
  height: 26px;
  width: 44%;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
}
#pageWrapper .mailForm .submit,
#pageWrapper .mailForm .submit_off {
  margin: 0 5px;
  padding: 13px 0 15px;
  text-align: center;
  border: 1px solid #007D00;
  background: -moz-linear-gradient(
  top,
  #FECB04,
  #FECB04 50%,
  #FCAB08 50%,
  #FCAB08);
  background: -webkit-gradient(
  linear, left top, left bottom,
  from(#FECB04),
  color-stop(0.5, #FECB04),
  color-stop(0.5, #FCAB08),
  to(#FCAB08));
}
#pageWrapper .submit input,
#pageWrapper .mailForm .submit_off p {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  background: none;
  border: none;
  text-shadow: 1px 1px 2px #FDD583,-1px -1px 2px #FDD583,-1px 1px 2px #FDD583,1px -1px 2px #FDD583;
}
#pageWrapper .mailForm .submit_off {
  opacity: 0.40;
  filter: alpha(opacity=40);
  -moz-opacity: 0.40;
  -ms-filter: "alpha(opacity=40)";
}
#pageWrapper .mailForm .submit_caution {
  padding: 10px 5px 0 5px;
  color: #C00;
}

/*** comTableA ***/
#pageWrapper .comTableA {
  width: 100%;
  border-collapse: collapse;
}
#pageWrapper .comTableA thead th {
  padding: 6px 7px 4px 7px;
  font-size: 11px;
  background-color: #D5D5D5;
  border: 1px solid #D5D5D5;
}
#pageWrapper .comTableA tbody th {
  padding: 4px 2px 3px;
  font-size: 10px;
  text-align: center;
  background-color: #F7F8F7;
  border: 1px solid #D8D3DE;
}
#pageWrapper .comTableA tbody td {
  padding: 4px 2px 3px;
  width: 25%;
  font-size: 10px;
  text-align: center;
  border: 1px solid #D8D3DE;
}

/*** checkUl ***/
.checkUl li {
  margin-bottom: 5px;
}
.checkUl li input[type="radio"] {
  display: none;
  height: 12px;
  width: 12px;
}
.checkUl li input[type="radio"] + label {
  background: #fff url(../../form/img/checkbox_bg01.gif) no-repeat 6px 8px;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  display: block;
  line-height: 17px;
  padding: 6px 0 4px 28px;
}
.checkUl li input[type="radio"]:checked + label {
  background: #E4E474 url(../../form/img/checkbox_bg02.gif) no-repeat 6px 8px;
  border: 1px solid #D5D5D5;
}

/*** comTextUl ***/
#pageWrapper .comTextUl {
  margin-bottom: 10px;
  padding: 8px 0;
  border: 2px solid #EBEFEB;
}
#pageWrapper .comTextUl li {
  overflow: hidden;
  zoom: 1;
  font-weight: bold;
}
#pageWrapper .comTextUl li {
  margin-bottom: 5px;
  line-height: 1.2 !important;
}
#pageWrapper .comTextUl li:last-child {
  margin-bottom: 0;
}
#pageWrapper .comTextUl li span {
  display: block;
}
#pageWrapper .comTextUl li .num {
  padding: 3px 0;
  width: 20px;
  float: left;
  color: #FFF;
  text-align: center;
  background-color: #8EC735;
}
#pageWrapper .comTextUl li .text {
  padding: 3px 0 0 25px;
}
#pageWrapper .comTextUl li .text span {
  padding-bottom: 5px;
  font-size: 11px;
  font-weight: normal;
}

/*** ulLink ***/
#pageWrapper .ulLink {
  margin: 0 -3px;
}
#pageWrapper .ulLink li {
  margin-bottom: 5px;
}
#pageWrapper .ulLink .liStyle {
  margin-bottom: 0;
}
#pageWrapper .ulLink li a {
  padding: 12px 12px 10px 10px;
  display: block;
  position: relative;
  font-size: 10px;
  background-color: #FFD60C;
  border-radius: 2px;
}
#pageWrapper .ulLink li a:before {
  width: 5px;
  height: 5px;
  background: url(../img/sp/icon10.png) no-repeat left top;
  background-size: 5px 5px;
  -webkit-background-size: 5px 5px;
  position: absolute;
  top: 47%;
  right: 59px;
  content: "";
}
#pageWrapper .ulLink li a img {
  margin-top: 2px;
  float: right;
}
#pageWrapper .ulLink li .text {
  margin: 0;
  display: block;
  padding-right: 50px;
  line-height: 1.5;
}
#pageWrapper .ulLink li .text span {
  font-weight: bold;
  font-size: 15px;
}
#pageWrapper .ulLink li .text span span {
  font-size: 12px;
}
#pageWrapper .ulLink .liStyle a {
  background-color: #E4E3CF;
}
#pageWrapper .ulLink .liStyle a .text {
  margin-top: -4px;
}
#pageWrapper .ulLink .liStyle a .text span {
  padding: 0 5px;
  font-size: 18px;
  vertical-align: middle;
}
#pageWrapper .ulLink .liStyle a .text {
  margin: 0;
}
#pageWrapper .ulLink .liStyle a .text span {
  padding: 0;
  font-size: 16px;
}
#likebtn li {
  display: inline;
  vertical-align: middle;
}
#likebtn li.fb_btn {
  padding-bottom: 13px;
  display: inline-block;
}
#address1 {
  width: 50%;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
  height: 28px;
}
#address1 {
  background: #FFF url(../../form/img/ico_form_01.png) no-repeat 95% 50%;
  background-size: 6px 5px;
  -webkit-background-size: 6px 5px;
}
#zip {
  height: 26px;
  width: 99%;
  border: 1px solid #D5D5D5;
  border-radius: 4px;
}
.emeNotes {
  width: 100%;
  margin: 10px auto;
  padding: 15px;
  font-size: 12px;
  border: 2px solid #F00;
  box-sizing: border-box;
  background: #FFF;
}
.emetitle {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
}
.emeHours {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #F00;
}
.emeLink {
  display: block;
  margin: 5px 0;
}
.emeLinkTxt {
  font-size: 14px;
  color: #1D3992;
}