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

	FileName : style.css

---------------------------- */
/* extend_set */
.clearfix {
  display: inline-block;
}
.clearfix {
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

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

/* mixin_SET */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

#wrapper #topicpath {
  width: 1000px;
  margin: 10px auto;
}
#wrapper #topicpath:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper #topicpath ol {
  float: right;
}
#wrapper #topicpath ol li {
  padding: 0 0 0 18px;
  float: left;
  position: relative;
  font-size: 100%;
}
#wrapper #topicpath ol li:before {
  display: none;
}
#wrapper #topicpath ol li:after {
  content: "/";
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 0;
  line-height: 1.3;
  font-size: 116.66667%;
}
#wrapper #topicpath ol li:last-child:after {
  display: none;
}
#wrapper #topicpath ol li a {
  color: #8a6201;
  text-decoration: underline;
}
#wrapper #topicpath ol li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #wrapper #topicpath {
    width: 100%;
    margin: 7px auto 5px;
  }
  #wrapper #topicpath ol {
    float: none;
  }
  #wrapper #topicpath ol li:first-child {
    padding-left: 10px;
  }
}
#wrapper ul.stepList {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0.8em 0 2.5em;
}
#wrapper ul.stepList li {
  padding-bottom: 10px;
  display: table-cell;
  border-bottom: 2px solid #ddd;
  text-align: center;
  font-weight: bold;
  color: #999;
  font-size: 133.33333%;
}
#wrapper ul.stepList li.active {
  color: #8a6201;
  border-bottom: 2px solid #8a6201;
}

#wrapper ul.stepList + p {
  font-size: 15px;
}

#wrapper {
  /* JSバリデートスタイル */
}
#wrapper div.title {
  -webkit-box-shadow: #aaa 0 2px 2px -1px inset;
  -moz-box-shadow: #aaa 0 2px 2px -1px inset;
  box-shadow: #aaa 0 2px 2px -1px inset;
  height: 200px;
  background: #f9f5ef;
}
#wrapper div.title.about {
  background: url(../img/about/main_about.jpg) center top no-repeat #f9f5ef;
}
#wrapper div.title.introduction {
  background: url(../img/introduction/main_introduction.jpg) center top no-repeat #f9f5ef;
}
#wrapper div.title.order {
  background: url(../img/order/main_order.jpg) center top no-repeat #f9f5ef;
}
#wrapper div.title.company {
  background: url(../img/company/main_company.jpg) center top no-repeat #f9f5ef;
}
#wrapper div.title.contact {
  background: url(../img/inquiry/main_inquiry.jpg) center top no-repeat #f9f5ef;
}
#wrapper div.title.confirmation_service {
  background: url(../img/confirmation_service/main_confirmation_service.jpg) center top no-repeat #f9f5ef;
}
#wrapper div.title.area {
  background: url(../img/area/main_area.jpg) center top no-repeat #f9f5ef;
}
#wrapper div.title.faq {
  background: url(../img/faq/main_faq.jpg) center top no-repeat #f9f5ef;
}
#wrapper div.title.voice {
  background: url(../img/voice/main_voice.jpg) center top no-repeat #f9f5ef;
}
#wrapper div.title.sitemap {
  background: url(../img/sitemap/main_sitemap.jpg) center top no-repeat #f9f5ef;
}
#wrapper div.title.recruit {
  background: url(../img/recruit/main_recruit.jpg) center top no-repeat #f9f5ef;
}
#wrapper div.title h1, #wrapper div.title p {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #wrapper div.title {
    height: 0;
    padding-top: 26%;
    box-shadow: none;
    background-position: right top !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
  }
  #wrapper div.title.about {
    background: url(../img/about/main_about_sp.jpg) center top no-repeat #f9f5ef;
  }
  #wrapper div.title.introduction {
    background: url(../img/introduction/main_introduction_sp.jpg) center top no-repeat #f9f5ef;
  }
  #wrapper div.title.order {
    background: url(../img/order/main_order_sp.jpg) center top no-repeat #f9f5ef;
  }
  #wrapper div.title.company {
    background: url(../img/company/main_company_sp.jpg) center top no-repeat #f9f5ef;
  }
  #wrapper div.title.contact {
    background: url(../img/inquiry/main_inquiry_sp.jpg) center top no-repeat #f9f5ef;
  }
  #wrapper div.title.confirmation_service {
    background: url(../img/confirmation_service/main_confirmation_service_sp.jpg) center top no-repeat #f9f5ef;
  }
  #wrapper div.title.area {
    background: url(../img/area/main_area_sp.jpg) center top no-repeat #f9f5ef;
  }
  #wrapper div.title.faq {
    background: url(../img/faq/main_faq_sp.jpg) center top no-repeat #f9f5ef;
  }
  #wrapper div.title.voice {
    background: url(../img/voice/main_voice_sp.jpg) center top no-repeat #f9f5ef;
  }
  #wrapper div.title.sitemap {
    background: url(../img/sitemap/main_sitemap_sp.jpg) center top no-repeat #f9f5ef;
  }
  #wrapper div.title.recruit {
    background: url(../img/recruit/main_recruit_sp.jpg) center top no-repeat #f9f5ef;
  }
}
#wrapper .wrapperInner {
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 40px;
}
@media only screen and (max-width: 640px) {
  #wrapper .wrapperInner {
    width: 100%;
    padding: 0 0 20px;
  }
}
#wrapper main {
  display: block;
  padding: 20px 0;
}
@media only screen and (max-width: 640px) {
  #wrapper main {
    padding: 20px 10px 0;
  }
}
#wrapper main h2.mainTitle {
  line-height: 1;
  text-align: center;
  color: #8a6201;
  position: relative;
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
  font-size: 366.66667%;
}
#wrapper main h2.mainTitle + .subText {
  margin: 15px 0 30px;
  text-align: center;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
  font-size: 125%;
  line-height: 1.4;
}
#wrapper main h2.mainTitle + .subText.small {
  font-size: 116.66667%;
}
#wrapper main h2.mainTitle#confirmation_service {
  margin: auto;
  width: 395px;
  height: 95px;
  background: url("../img/confirmation_service/ttl_confirmation_service.gif") center top no-repeat;
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
#wrapper main h2.mainTitle.introduction span {
  display: inline-block;
  position: relative;
}
#wrapper main h2.mainTitle.introduction span:after {
  content: "";
  display: inline-block;
  width: 85px;
  height: 85px;
  background: url("../img/introduction/intro_example.png") left top no-repeat;
  position: absolute;
  right: -90px;
  top: -30px;
}
@media only screen and (max-width: 640px) {
  #wrapper main h2.mainTitle {
    font-size: 233.33333%;
  }
  #wrapper main h2.mainTitle + .subText {
    margin: 10px auto 15px;
    font-size: 133.33333%;
  }
  #wrapper main h2.mainTitle#confirmation_service {
    display: inline-block;
    width: 197.5px;
    height: 47.5px;
    background: url('../img/confirmation_service/ttl_confirmation_service.gif') no-repeat;
    background-size: 197.5px 47.5px;
    display: block;
  }
  #wrapper main h2.mainTitle.introduction span:after {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url('../img/introduction/intro_example_sp.png') no-repeat;
    background-size: 50px 50px;
    right: -55px;
    top: -20px;
  }
}
#wrapper main p {
  margin: 1em 0 .7em;
}
#wrapper main p.link {
  position: relative;
  padding: 0 0 0 20px;
}
#wrapper main p.link:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../img/common/arrow_circle.png') no-repeat;
  background-size: 15px 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#wrapper main p.lead {
  font-size: 133.33333%;
  font-weight: bold;
  color: #8a6201;
  margin: 2em 0 0.5em;
}
#wrapper main em {
  font-weight: bold;
  color: #8a6201;
}
#wrapper main strong {
  font-weight: bold;
}
#wrapper main ol, #wrapper main ul {
  margin: 1.2em 0;
  padding: 0 0 0 4px;
}
#wrapper main ol > li, #wrapper main ul > li {
  position: relative;
  margin: .6em 0;
  padding: 0 0 0 15px;
}
#wrapper main ol > li ol, #wrapper main ol > li ul, #wrapper main ul > li ol, #wrapper main ul > li ul {
  margin: .6em 0 1.2em;
}
#wrapper main ol > li ol li, #wrapper main ol > li ul li, #wrapper main ul > li ol li, #wrapper main ul > li ul li {
  font-size: 100%;
  padding: 0 0 0 13px;
}
#wrapper main ol.none li:before, #wrapper main ul.none li:before {
  display: none;
}
#wrapper main ol.none li:before a, #wrapper main ul.none li:before a {
  position: relative;
}
#wrapper main ul > li {
  position: relative;
}
#wrapper main ul > li:before {
  position: absolute;
  top: 8px;
  left: 2px;
  display: inline-block;
  overflow: hidden;
  width: 7px;
  height: 7px;
  content: '';
  background: url(../img/common/icon_list.png) left center no-repeat;
}
#wrapper main ul.link > li:before {
  position: absolute;
  top: 8px;
  left: 4px;
  display: inline-block;
  overflow: hidden;
  width: 5px;
  height: 7px;
  content: '';
  background: url(../img/common/arrow.png) left center no-repeat;
}
#wrapper main ul.faqList {
  margin: 0;
  padding: 25px 0 0;
  background: url(../img/common/bg_shadow.png) center top no-repeat;
}
#wrapper main ul.faqList li {
  margin: 20px 0 20px;
  padding: 0 35px 25px;
  border-bottom: 1px solid #000;
}
#wrapper main ul.faqList li:before {
  background-size: none;
}
#wrapper main ul.faqList li dl dt,
#wrapper main ul.faqList li dl dd {
  padding-left: 55px;
  text-indent: -55px;
}
#wrapper main ul.faqList li dl dt *,
#wrapper main ul.faqList li dl dd * {
  text-indent: 0;
}
#wrapper main ul.faqList li dl dt {
  font-style: italic;
  font-size: 183.33333%;
}
#wrapper main ul.faqList li dl dt span.question {
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 45px;
  background: url(../img/faq/icon_question.png) left top no-repeat;
  text-indent: 120%;
  overflow: hidden;
}
#wrapper main ul.faqList li dl dd {
  font-size: 125%;
}
#wrapper main ul.faqList li dl dd span.answer {
  display: inline-block;
  margin-right: 19px;
  width: 36px;
  height: 40px;
  background: url(../img/faq/icon_answer.png) left top no-repeat;
  text-indent: 120%;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #wrapper main ul.faqList {
    padding: 15px 0 0;
  }
  #wrapper main ul.faqList li {
    padding: 0 0 15px;
  }
  #wrapper main ul.faqList li dl dt, #wrapper main ul.faqList li dl dd {
    padding-left: 33px;
    text-indent: -33px;
  }
  #wrapper main ul.faqList li dl dt {
    font-size: 133.33333%;
  }
  #wrapper main ul.faqList li dl dt span.question {
    width: 20px;
    height: 23px;
    background: url(../img/faq/icon_question.png) left top no-repeat;
    -moz-background-size: 20px auto;
    -o-background-size: 20px auto;
    -webkit-background-size: 20px auto;
    background-size: 20px auto;
  }
  #wrapper main ul.faqList li dl dd {
    font-size: 108.33333%;
  }
  #wrapper main ul.faqList li dl dd span.answer {
    margin-right: 15px;
    width: 18px;
    height: 20px;
    background: url(../img/faq/icon_answer.png) left top no-repeat;
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
  }
}
#wrapper main ul.orderList li {
  position: relative;
  margin: 0 0 40px;
}
#wrapper main ul.orderList li img {
  max-width: none;
}
#wrapper main ul.orderList li:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 20px;
  background: url(../img/order/order_arrow.png) left top no-repeat;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin: 0 0 0 -16px;
}
#wrapper main ul.orderList li:last-child {
  margin: 0 0 10px;
}
#wrapper main ul.orderList li:last-child:after {
  display: none;
}
#wrapper main ul.orderList + p {
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  #wrapper main ul.orderList li {
    margin: 0 0 20px;
    padding: 0;
  }
  #wrapper main ul.orderList li img {
    max-width: 100%;
  }
  #wrapper main ul.orderList li:after {
    width: 16px;
    height: 10px;
    -moz-background-size: 16px 10px;
    -o-background-size: 16px 10px;
    -webkit-background-size: 16px 10px;
    background-size: 16px 10px;
    bottom: -15px;
  }
}
#wrapper main ol {
  counter-reset: num;
}
#wrapper main ol li {
  position: relative;
  margin: 0 0 7px;
  padding: 0 0 0 21px;
}
#wrapper main ol li:before {
  font-family: 'Oswald','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', ‘游ゴシック体’, ‘Yu Gothic’, ‘YuGothic’ , Meiryo, メイリオ, sans-serif;
  counter-increment: num;
  content: counter(num) " .";
  position: absolute;
  top: -1px;
  left: 4px;
  color: #313131;
  font-weight: bold;
  font-size: 116.66667%;
}
#wrapper main ol li ol {
  counter-reset: num;
}
#wrapper main ol li ol li:before {
  left: 0px;
}
#wrapper main dl dt {
  font-weight: bold;
  line-height: 1.45;
}
#wrapper main dl dd {
  margin: 5px 0;
  line-height: 1.45;
}
#wrapper main dl dd ul {
  margin-top: 0;
}
#wrapper main dl dd ul:last-child {
  margin-bottom: 0;
}
#wrapper main dl dd ol {
  margin: 0.6em 0;
}
#wrapper main dl[class] dd {
  margin: 0;
}
#wrapper main table {
  margin: 1.5em 0 1em;
  width: 100%;
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
  background: #fff;
  border-collapse: collapse;
  border-spacing: 0;
}
#wrapper main table tr.grayBg {
  background: #eee;
}
#wrapper main table th > ul,
#wrapper main table th > ol, #wrapper main table td > ul,
#wrapper main table td > ol {
  margin: 5px 0;
}
#wrapper main table th {
  padding: 15px 20px;
  font-weight: bold;
  background: #eee;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
  font-size: 116.66667%;
}
#wrapper main table th div {
  position: relative;
  padding: 0 50px 0 0;
  font-size: 15px;
}
#wrapper main table th div span.required {
  display: inline-block;
  width: auto;
  height: 0.9em;
  margin: auto;
  padding: 5px 6px;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #8a6201;
  color: #fff;
  font-weight: normal;
  font-size: 75%;
}
#wrapper main table td {
  padding: 15px 25px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 108.33333%;
  font-size: 15px;
}
#wrapper main table td ul.inputList01 {
  margin: 0;
  padding: 0;
}
#wrapper main table td ul.inputList01:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper main table td ul.inputList01 li {
  margin: 0;
  padding: 0;
  float: left;
  font-size: 100%;
}
#wrapper main table td input[type="text"], #wrapper main table td input[type="tel"], #wrapper main table td input[type="email"], #wrapper main table td textarea {
  border: none;
  padding: 8px 10px;
  border: 1px solid #ccc;
  line-height: 1.4;
  background: #f9f9f9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 108.33333%;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px inset;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px inset;
}
#wrapper main table td input[type="text"]:focus, #wrapper main table td input[type="tel"]:focus, #wrapper main table td input[type="email"]:focus, #wrapper main table td textarea:focus {
  outline: medium none;
}
#wrapper main table td input[type="text"].length01, #wrapper main table td input[type="tel"].length01, #wrapper main table td input[type="email"].length01, #wrapper main table td textarea.length01 {
  width: 30%;
}
#wrapper main table td input[type="text"].length02, #wrapper main table td input[type="tel"].length02, #wrapper main table td input[type="email"].length02, #wrapper main table td textarea.length02 {
  width: 50%;
}
#wrapper main table td input[type="text"].length03, #wrapper main table td input[type="tel"].length03, #wrapper main table td input[type="email"].length03, #wrapper main table td textarea.length03 {
  width: 80%;
}
#wrapper main table td textarea {
  width: 90%;
  height: 150px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper main table td label.single {
  display: block;
  margin: 15px 0 0;
}
#wrapper main table td label.single:first-child {
  margin-top: 0;
}
#wrapper main table td input[type="radio"],
#wrapper main table td input[type="checkbox"] {
  width: 0;
  margin: 0;
  position: absolute;
  visibility: hidden;
}
#wrapper main table td input[type="radio"] + label,
#wrapper main table td input[type="checkbox"] + label {
  position: relative;
  margin-right: 15px;
  padding: 0 0 0 23px;
  font-size: 116.66667%;
}
#wrapper main table td input[type="radio"] + label:hover,
#wrapper main table td input[type="checkbox"] + label:hover {
  cursor: pointer;
}
#wrapper main table td input[type="radio"] + label:before,
#wrapper main table td input[type="checkbox"] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
  border: 1px solid #bbb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper main table td input[type="radio"]:checked + label:after,
#wrapper main table td input[type="checkbox"]:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper main table td input[type="radio"] + label:before {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#wrapper main table td input[type="radio"]:checked + label:after {
  width: 8px;
  height: 8px;
  top: 50%;
  margin-top: -4px;
  background: #8a6201;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
#wrapper main table td .selectWrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  min-width: 6em;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper main table td .selectWrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmFmYSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTdlN2U3Ii8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkMGQwZDAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMGQwZDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(50%, #e7e7e7), color-stop(50%, #d0d0d0), color-stop(100%, #d0d0d0));
  background-image: -moz-linear-gradient(#fafafa, #e7e7e7 50%, #d0d0d0 50%, #d0d0d0);
  background-image: -webkit-linear-gradient(#fafafa, #e7e7e7 50%, #d0d0d0 50%, #d0d0d0);
  background-image: linear-gradient(#fafafa, #e7e7e7 50%, #d0d0d0 50%, #d0d0d0);
}
#wrapper main table td .selectWrap:after {
  content: '';
  display: block;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -2px;
  background: url(../img/common/arrow_select.png) 0 0 no-repeat;
}
#wrapper main table td .selectWrap select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 180%;
  margin: 0;
  padding: 4px 22px 4px 5px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  line-height: 1.6;
}
#wrapper main table td .selectWrap + .text {
  line-height: 2.8em;
  vertical-align: top;
  margin: 0 5px;
}
#wrapper main table td .selectWrap + span {
  display: inline-block;
  height: 32px;
  vertical-align: bottom;
}
#wrapper main table td .selectWrap + span + .radio {
  display: inline-block;
}
#wrapper main table thead th {
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #444;
}
#wrapper main table thead td {
  font-weight: bold;
  background: #eee;
  text-align: center;
}
#wrapper main table.confTable th {
  width: 25%;
}
#wrapper main table.confTable td {
  width: 75%;
}
@media only screen and (max-width: 640px) {
  #wrapper main table {
    border-right: 1px solid #eee;
  }
  #wrapper main table th, #wrapper main table td {
    display: block;
    padding: 10px 15px;
  }
  #wrapper main table th {
    border: none;
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrapper main table td {
    width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrapper main table td input[type="text"].length01, #wrapper main table td input[type="tel"].length01, #wrapper main table td input[type="email"].length01, #wrapper main table td textarea.length01 {
    width: 50%;
  }
  #wrapper main table td input[type="text"].length02, #wrapper main table td input[type="tel"].length02, #wrapper main table td input[type="email"].length02, #wrapper main table td textarea.length02 {
    width: 70%;
  }
  #wrapper main table td input[type="text"].length03, #wrapper main table td input[type="tel"].length03, #wrapper main table td input[type="email"].length03, #wrapper main table td textarea.length03 {
    width: 100%;
  }
  #wrapper main table td textarea {
    width: 100%;
  }
}
#wrapper main .btnArea {
  text-align: center;
  margin: 10px auto 30px;
}
#wrapper main .btnArea .btn {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
#wrapper main .btnArea .btn a,
#wrapper main .btnArea .btn button {
  display: inline-block;
  min-width: 300px;
  border: 1px solid #8a6201;
  padding: 15px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #8a6201;
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 125%;
}
#wrapper main .btnArea .btn a:before,
#wrapper main .btnArea .btn button:before {
  content: "";
  margin: 0 6px 0 0;
  display: inline-block;
  display: inline-block;
  width: 4px;
  height: 7px;
  background: url('../img/common/arrow_white.png') no-repeat;
  background-size: 4px 7px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#wrapper main .btnArea .btn a:hover,
#wrapper main .btnArea .btn button:hover {
  color: #fff;
  background: #745201;
}
#wrapper main .btnArea .btn a.backBtn,
#wrapper main .btnArea .btn button.backBtn {
  font-weight: bold;
  border: 1px solid #ddd;
  background: #f2f2f2;
  color: #313131;
}
#wrapper main .btnArea .btn a.backBtn:before,
#wrapper main .btnArea .btn button.backBtn:before {
  display: inline-block;
  width: 4px;
  height: 7px;
  background: url('../img/common/arrow.png') no-repeat;
  background-size: 4px 7px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#wrapper main .btnArea .btn a.backBtn:hover,
#wrapper main .btnArea .btn button.backBtn:hover {
  background: #ddd;
}
#wrapper main .btnArea .btn a.orderBtn,
#wrapper main .btnArea .btn button.orderBtn {
  border: 1px solid #303872;
  background: #3c4483;
  color: #fff;
}
#wrapper main .btnArea .btn a.orderBtn:before,
#wrapper main .btnArea .btn button.orderBtn:before {
  display: inline-block;
  width: 4px;
  height: 7px;
  background: url('../img/common/arrow_white.png') no-repeat;
  background-size: 4px 7px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#wrapper main .btnArea .btn a.orderBtn:hover,
#wrapper main .btnArea .btn button.orderBtn:hover {
  background: #303872;
}
@media only screen and (max-width: 640px) {
  #wrapper main .btnArea {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  #wrapper main .btnArea .btn {
    display: table-cell;
    padding: 0 5px;
  }
  #wrapper main .btnArea .btn a, #wrapper main .btnArea .btn button {
    min-width: 100px;
    width: 100%;
    padding: 10px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 108.33333%;
  }
}
#wrapper main p.btn {
  display: inline-block;
  margin: 0 20px;
  text-align: center;
}
#wrapper main p.btn button {
  outline: none;
  border: none;
  background: #8a6201;
  margin: 20px auto 10px;
  padding: 15px 0;
  line-height: 1.3;
  width: 220px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 108.33333%;
}
#wrapper main p.btn button:hover {
  cursor: pointer;
  background: #745201;
}
#wrapper main ul.ancNav {
  border: 2px solid #eee;
  padding: 15px 20px;
}
#wrapper main ul.ancNav:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper main ul.ancNav > li {
  float: left;
  margin: 0 30px 0 0;
  padding: 0 0 0 20px;
}
#wrapper main ul.ancNav > li:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url('../img/common/arrow_circle_bottom.png') no-repeat;
  background-size: 15px 15px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #wrapper main ul.ancNav {
    padding: 15px;
  }
  #wrapper main ul.ancNav > li {
    margin: 0 15px 0 0;
    font-size: 116.66667%;
  }
  #wrapper main ul.ancNav > li:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url('../img/commonSp/arrow_circle_bottom.png') no-repeat;
    background-size: 15px 15px;
  }
}
#wrapper main #townInfo h2 {
  font-size: 250%;
  font-weight: bold;
  display: block;
  margin: 20px 0 0 0;
  line-height: 1.2;
  color: #8a6201;
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
  border-bottom: 2px solid #eee;
  padding: 20px 0 8px;
  position: relative;
}
#wrapper main #townInfo h2:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: #8a6201;
  width: 120px;
  height: 2px;
  bottom: -2px;
  left: 0;
}
#wrapper main #townInfo h2:first-child {
  margin-top: 0px;
}
#wrapper main #townInfo dl {
  margin: 20px 0 0 0;
}
#wrapper main #townInfo dl dt {
  font-size: 166.66667%;
  font-weight: bold;
  border-bottom: 1px solid #8a6201;
  margin: 0 0 12px 0;
  padding: 0 0 3px;
}
#wrapper main #townInfo dl dd ul:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper main #townInfo dl dd ul li {
  float: left;
  width: 16%;
  margin: 0 0 12px;
  line-height: 1.3;
  padding: 0;
}
#wrapper main #townInfo dl dd ul li span.ruby {
  display: block;
  font-size: 66.66667%;
  color: #777;
}
#wrapper main #townInfo dl dd ul li span.name {
  font-size: 125%;
  display: block;
}
@media only screen and (max-width: 640px) {
  #wrapper main #townInfo h2 {
    font-size: 200%;
  }
  #wrapper main #townInfo dl dt {
    font-size: 150%;
  }
  #wrapper main #townInfo dl dd ul li {
    width: 33%;
    margin-bottom: 7px;
  }
  #wrapper main #townInfo dl dd ul li span.ruby {
    font-size: 75%;
  }
  #wrapper main #townInfo dl dd ul li span.name {
    font-size: 108.33333%;
  }
}
#wrapper main .contactInfo {
  width: 1000px;
  margin: auto;
  padding: 20px 30px;
  display: table;
  position: relative;
  background: #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper main .contactInfo:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper main .contactInfo .company {
  float: left;
  padding-right: 15px;
  border-right: 1px solid #c9c9c9;
}
#wrapper main .contactInfo .company p.address {
  color: #313131;
  font-weight: bold;
  font-size: 116.66667%;
}
#wrapper main .contactInfo .company p.mail a {
  color: #c7b27e;
  text-decoration: none;
  font-size: 91.66667%;
}
#wrapper main .contactInfo .company p.mail a:hover {
  text-decoration: underline;
}
#wrapper main .contactInfo .order {
  float: right;
  text-align: right;
}
#wrapper main .contactInfo .order h2 {
  margin: 15px 0 10px;
}
#wrapper main .contactInfo .order p {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #c7b27e;
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
  font-size: 116.66667%;
}
#wrapper main .contactInfo .order p.info {
  text-align: center;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', ‘游ゴシック体’, ‘Yu Gothic’, ‘YuGothic’ , Meiryo, メイリオ, sans-serif;
  font-size: 91.66667%;
}
#wrapper main .contactInfo .order p a {
  margin: 0;
}
#wrapper main .contactInfo .order ul.webService {
  border-top: 1px solid #c9c9c9;
  margin: 12px 0 0;
  padding: 12px 0 0;
}
#wrapper main .contactInfo .order ul.webService:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper main .contactInfo .order ul.webService li {
  margin: 0 10px 0 0;
  padding: 0 15px 0 0;
  display: inline-block;
  border-right: 1px solid #c9c9c9;
}
#wrapper main .contactInfo .order ul.webService li:last-child {
  margin: 0;
  padding: 0;
  border-right: none;
}
#wrapper main .contactInfo .order ul.webService li dl dt {
  float: left;
  margin-right: 10px;
}
#wrapper main .contactInfo .order ul.webService li dl dd {
  float: left;
}
#wrapper main .contactInfo .order ul.webService li dl dd a {
  color: #313131;
  text-decoration: none;
}
@media only screen and (max-width: 640px) {
  #wrapper main .contactInfo {
    display: block;
    width: auto;
    margin: 0 -10px 0;
    padding: 10px;
  }
  #wrapper main .contactInfo .company {
    float: none;
    padding: 0;
    border-right: none;
  }
  #wrapper main .contactInfo .company h2 {
    display: inline-block;
    width: 272.5px;
    height: 61px;
    background: url('../img/commonSp/logo_content.png') no-repeat;
    background-size: 272.5px 61px;
  }
  #wrapper main .contactInfo .company h2 img {
    display: none;
  }
  #wrapper main .contactInfo .company p.address {
    margin: 0;
    font-size: 100%;
  }
  #wrapper main .contactInfo .order {
    float: none;
  }
  #wrapper main .contactInfo .order div {
    margin: 10px auto 10px;
    padding: 12px 0 0;
    text-align: center;
    border-top: 1px solid #c9c9c9;
  }
  #wrapper main .contactInfo .order div h2, #wrapper main .contactInfo .order div p {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) and (max-width: 374px) {
  #wrapper main .contactInfo .order div h2, #wrapper main .contactInfo .order div p {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 640px) {
  #wrapper main .contactInfo .order div h2 img, #wrapper main .contactInfo .order div p img {
    display: none;
  }
  #wrapper main .contactInfo .order div h2 {
    margin: 0 auto 5px;
    display: inline-block;
    width: 337px;
    height: 12px;
    background: url('../img/commonSp/txt_order_content.png') no-repeat;
    background-size: 337px 12px;
  }
  #wrapper main .contactInfo .order div p.tel {
    display: inline-block;
    width: 170px;
    height: 18px;
    background: url('../img/commonSp/txt_tel_content.png') no-repeat;
    background-size: 170px 18px;
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) and (max-width: 374px) {
  #wrapper main .contactInfo .order div p.tel {
    margin: 0 2px 0 0;
  }
  #wrapper main .contactInfo .order div p.tel img {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 640px) {
  #wrapper main .contactInfo .order div p.fax {
    display: inline-block;
    width: 177px;
    height: 18px;
    background: url('../img/commonSp/txt_fax_content.png') no-repeat;
    background-size: 177px 18px;
    display: inline-block;
  }
}
@media only screen and (max-width: 640px) and (max-width: 374px) {
  #wrapper main .contactInfo .order div p.fax {
    margin: 0 0 0 2px;
  }
  #wrapper main .contactInfo .order div p.fax img {
    zoom: 0.8;
  }
}
@media only screen and (max-width: 640px) {
  #wrapper main .contactInfo .order ul.webService {
    margin-top: 10px;
    text-align: left;
  }
  #wrapper main .contactInfo .order ul.webService li {
    display: block;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-right: none;
    border-bottom: 1px solid #8a6201;
  }
  #wrapper main .contactInfo .order ul.webService li:last-child {
    padding: 0;
    border-bottom: none;
  }
  #wrapper main .contactInfo .order ul.webService li dl:after {
    content: "";
    display: block;
    clear: both;
  }
  #wrapper main .contactInfo .order ul.webService li dl dt {
    width: 60px;
    margin: 0 5px 0 0;
  }
  #wrapper main .contactInfo .order ul.webService li dl dd {
    float: none;
    margin: 3px 0;
  }
  #wrapper main .contactInfo .order ul.webService li dl dd a {
    color: #8a6201;
    text-decoration: underline;
  }
  #wrapper main .contactInfo .order ul.webService li dl dd a:hover {
    text-decoration: none;
  }
}
#wrapper main .normalFood {
  margin: 0;
}
#wrapper main .normalFood:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper main .normalFood:after {
  content: "";
  display: inline-block;
}
#wrapper main .normalFood .left, #wrapper main .normalFood .right {
  float: left;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}
#wrapper main .normalFood .left p, #wrapper main .normalFood .right p {
  margin: 0;
}
#wrapper main .normalFood .left {
  margin-left: 10px;
}
#wrapper main .normalFood .right p.price {
  margin-left: 25px;
}
#wrapper main .normalFood .serviceInfo {
  float: right;
  margin: -60px 0 0;
}
@media only screen and (max-width: 640px) {
  #wrapper main .normalFood {
    margin: 0 -10px;
    position: relative;
  }
  #wrapper main .normalFood h2 {
    margin-bottom: 5px;
  }
  #wrapper main .normalFood .left, #wrapper main .normalFood .right {
    float: none;
    margin: 0 auto 20px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrapper main .normalFood .left p.price, #wrapper main .normalFood .right p.price {
    margin: 2px auto 0;
  }
  #wrapper main .normalFood .serviceInfo {
    float: none;
    margin: auto;
    max-width: 140px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
  }
}
#wrapper main .description {
  margin: 0 0 40px;
}
#wrapper main .description p {
  margin: 0;
}
@media only screen and (max-width: 640px) {
  #wrapper main .description {
    margin: -25px -10px 35px;
    padding: 15px 13px;
    background: #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrapper main .description h3 {
    margin: 0 0 10px;
  }
}
#wrapper main .otherFood:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper main .otherFood div {
  float: left;
  margin-right: 2px;
}
#wrapper main .otherFood div:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  #wrapper main .otherFood div {
    float: none;
    margin: 0 0 10px;
  }
  #wrapper main .otherFood div:after {
    content: "";
    display: block;
    clear: both;
  }
  #wrapper main .otherFood .calorieFood {
    margin: 0 0 10px;
  }
  #wrapper main .otherFood .lowProteinFood {
    margin: 0 0 5px;
  }
  #wrapper main .otherFood .calorieFood h2,
  #wrapper main .otherFood .lowProteinFood h2,
  #wrapper main .otherFood .mousseFood h2 {
    margin: 0 -10px;
  }
  #wrapper main .otherFood .calorieFood .pic,
  #wrapper main .otherFood .lowProteinFood .pic,
  #wrapper main .otherFood .mousseFood .pic {
    margin: 8px 2px 0;
  }
  #wrapper main .otherFood .calorieFood .left,
  #wrapper main .otherFood .lowProteinFood .left,
  #wrapper main .otherFood .mousseFood .left {
    float: left;
    width: 46%;
  }
  #wrapper main .otherFood .calorieFood .right,
  #wrapper main .otherFood .lowProteinFood .right,
  #wrapper main .otherFood .mousseFood .right {
    float: right;
    width: 49%;
  }
  #wrapper main .otherFood .calorieFood .right img,
  #wrapper main .otherFood .lowProteinFood .right img,
  #wrapper main .otherFood .mousseFood .right img {
    margin: 1em 0 .7em;
    width: 70%;
  }
}
#wrapper main .shadowTop {
  margin: 40px 0 0;
  padding: 10px 0 20px;
  background: url("/img/common/bg_shadow.png") center top no-repeat;
}
@media only screen and (max-width: 640px) {
  #wrapper main .shadowTop {
    margin: 15px 0 0;
    padding: 15px 0;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
#wrapper main .magokoroInfo {
  position: relative;
  background: url("/img/common/bg_shadow.png") center top no-repeat;
  padding: 30px 0 0;
}
#wrapper main .magokoroInfo:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper main .magokoroInfo .catch {
  position: absolute;
  right: 0;
  left: 0;
  margin: 20px auto;
  width: 517px;
  height: 580px;
  text-align: center;
}
#wrapper main .magokoroInfo .catch h2 {
  position: relative;
  left: 5px;
}
#wrapper main .magokoroInfo .catch figure.img {
  position: relative;
  right: 10px;
}
#wrapper main .magokoroInfo .catch figure.img img {
  width: 100%;
}
#wrapper main .magokoroInfo dl {
  width: 210px;
  float: left;
  margin: 0 0 30px;
}
#wrapper main .magokoroInfo dl dt {
  position: relative;
}
#wrapper main .magokoroInfo dl dt .point,
#wrapper main .magokoroInfo dl dt .title {
  display: block;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
}
#wrapper main .magokoroInfo dl dt .point {
  width: 66px;
  height: 66px;
  display: inline-block;
  margin-left: -25px;
}
#wrapper main .magokoroInfo dl dt .title {
  position: absolute;
  right: -25px;
  top: 0;
  display: inline-block;
}
#wrapper main .magokoroInfo dl dd p.text {
  width: 170px;
  font-size: 91.66667%;
}
#wrapper main .magokoroInfo dl dd figure {
  border: 2px solid #8a6201;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper main .magokoroInfo dl.point01, #wrapper main .magokoroInfo dl.point03 {
  margin-right: 290px;
}
#wrapper main .magokoroInfo dl.point02, #wrapper main .magokoroInfo dl.point04 {
  margin-left: 290px;
}
#wrapper main .magokoroInfo dl.point01 dt .point {
  background: url(../img/about/img_pointClip01_circle.png) left top no-repeat;
}
#wrapper main .magokoroInfo dl.point01 dt .title {
  background: url(../img/index/img_pointLead01.png) left top no-repeat;
  width: 181px;
  height: 140px;
}
#wrapper main .magokoroInfo dl.point02 dt .point {
  background: url("../img/about/img_pointClip02_circle.png") left top no-repeat;
}
#wrapper main .magokoroInfo dl.point02 dt .title {
  background: url("../img/index/img_pointLead02.png") left top no-repeat;
  width: 190px;
  height: 144px;
}
#wrapper main .magokoroInfo dl.point03 dt .point {
  background: url("../img/about/img_pointClip03_circle.png") left top no-repeat;
}
#wrapper main .magokoroInfo dl.point03 dt .title {
  background: url("../img/index/img_pointLead03.png") left top no-repeat;
  width: 185px;
  height: 140px;
}
#wrapper main .magokoroInfo dl.point04 dt .point {
  background: url("../img/about/img_pointClip04_circle.png") left top no-repeat;
}
#wrapper main .magokoroInfo dl.point04 dt .title {
  background: url("../img/index/img_pointLead04.png") left top no-repeat;
  width: 192px;
  height: 140px;
}
@media only screen and (max-width: 640px) {
  #wrapper main .magokoroInfo {
    padding: 20px 0 0;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    -webkit-background-size: contain !important;
    background-size: contain !important;
  }
  #wrapper main .magokoroInfo .catch {
    position: static;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrapper main .magokoroInfo .catch h2 {
    position: static;
  }
  #wrapper main .magokoroInfo .catch h2 img {
    max-width: 310px;
    width: 100%;
  }
  #wrapper main .magokoroInfo .catch figure.img {
    position: static;
  }
  #wrapper main .magokoroInfo .catch figure.img img {
    max-width: 290px;
    width: 100%;
  }
  #wrapper main .magokoroInfo dl {
    float: none;
    width: 100%;
    margin: 0 0 10px !important;
    padding: 0;
    background: #fff;
    border: 1px solid #b65e6f;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #wrapper main .magokoroInfo dl dt {
    background: #b65e6f;
    line-height: 1;
    height: 30px;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px;
    border-radius: 4px 4px 0 0;
  }
  #wrapper main .magokoroInfo dl dt .point {
    width: 86px;
    height: 30px;
    margin: 0;
  }
  #wrapper main .magokoroInfo dl dt .title {
    width: auto !important;
    height: auto !important;
    margin: 9px 0 0 8px;
    vertical-align: top;
    position: static;
    text-indent: 0;
    background: none !important;
    color: #fff;
    overflow: initial;
    font-size: 116.66667%;
  }
  #wrapper main .magokoroInfo dl dd {
    padding: 10px;
  }
  #wrapper main .magokoroInfo dl dd:after {
    content: "";
    display: block;
    clear: both;
  }
  #wrapper main .magokoroInfo dl dd p.text {
    float: left;
    width: 68%;
    height: auto !important;
    margin: 0;
  }
  #wrapper main .magokoroInfo dl dd figure {
    float: right;
    overflow: hidden;
    width: 30%;
    margin: 0 0 1% 1%;
    border: 1px solid #d2d2d2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrapper main .magokoroInfo dl.point01 {
    margin-top: 10px !important;
  }
  #wrapper main .magokoroInfo dl.point01 dt .point {
    background: url("../img/index/img_pointClip01_sp.png") center center no-repeat #a54759;
    -moz-background-size: 66px 16px;
    -o-background-size: 66px 16px;
    -webkit-background-size: 66px 16px;
    background-size: 66px 16px;
  }
  #wrapper main .magokoroInfo dl.point02 dt .point {
    background: url("../img/index/img_pointClip02_sp.png") center center no-repeat #a54759;
    -moz-background-size: 66px 16px;
    -o-background-size: 66px 16px;
    -webkit-background-size: 66px 16px;
    background-size: 66px 16px;
  }
  #wrapper main .magokoroInfo dl.point03 dt .point {
    background: url("../img/index/img_pointClip03_sp.png") center center no-repeat #a54759;
    -moz-background-size: 66px 16px;
    -o-background-size: 66px 16px;
    -webkit-background-size: 66px 16px;
    background-size: 66px 16px;
  }
  #wrapper main .magokoroInfo dl.point04 dt .point {
    background: url("../img/index/img_pointClip04_sp.png") center center no-repeat #a54759;
    -moz-background-size: 66px 16px;
    -o-background-size: 66px 16px;
    -webkit-background-size: 66px 16px;
    background-size: 66px 16px;
  }
}
@media only screen and (max-width: 374px) {
  #wrapper main .magokoroInfo dl dt .title {
    margin: 11px 0 0 5px;
    font-size: 100%;
  }
}
#wrapper main .useInfo {
  position: relative;
  padding: 40px 0 0;
  background: url("/img/common/bg_shadow.png") center top no-repeat;
}
#wrapper main .useInfo h2 {
  margin: 0 0 0 240px;
}
#wrapper main .useInfo .commnet {
  position: absolute;
  left: -15px;
  top: 25px;
}
#wrapper main .useInfo .notes:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper main .useInfo .notes .left {
  float: left;
  width: 570px;
  margin: 15px 0 10px;
  padding: 5px 10px;
  border-right: 1px solid #313131;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper main .useInfo .notes .left li {
  font-weight: bold;
  margin: 0.3em 0;
  padding: 0 0 0 20px;
  font-size: 125%;
}
#wrapper main .useInfo .notes .left li:before {
  width: 13px;
  height: 13px;
  top: 5px;
  left: 0;
  background: #bbb;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
}
#wrapper main .useInfo .notes .right {
  float: right;
  width: 430px;
  margin: 15px 0 10px;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper main .useInfo .notes .right li {
  line-height: 1.3;
  font-weight: bold;
}
#wrapper main .useInfo .notes .right li.small {
  font-weight: normal;
}
@media only screen and (max-width: 640px) {
  #wrapper main .useInfo {
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    -webkit-background-size: contain !important;
    background-size: contain !important;
  }
  #wrapper main .useInfo h2 {
    margin: 0;
  }
  #wrapper main .useInfo h2 img {
    max-width: 350px;
    width: 100%;
  }
  #wrapper main .useInfo .commnet {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
    margin: auto;
    max-width: 350px;
  }
  #wrapper main .useInfo .commnet img {
    max-width: 126px;
    width: 100%;
  }
  #wrapper main .useInfo .commnet + figure {
    margin: -23px auto 0;
    max-width: 350px;
  }
  #wrapper main .useInfo .commnet + figure img {
    max-width: 350px;
    width: 100%;
  }
  #wrapper main .useInfo .notes .left {
    float: none;
    width: 100%;
    padding: 0 0 10px;
    border-right: none;
    border-bottom: 1px solid #313131;
  }
  #wrapper main .useInfo .notes .left li {
    line-height: 1.3;
    padding-left: 15px;
    font-size: 100%;
  }
  #wrapper main .useInfo .notes .left li:before {
    width: 10px;
    height: 10px;
    top: 1px;
  }
  #wrapper main .useInfo .notes .right {
    float: none;
    width: 100%;
    margin: 5px 0;
    padding: 0;
  }
  #wrapper main .useInfo .notes .right li {
    margin: 0.3em;
    padding: 0;
    line-height: 1.4;
  }
}
#wrapper main .confirmationService {
  background: #eee;
  margin: 20px auto 50px;
  padding: 30px;
  position: relative;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#wrapper main .confirmationService:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper main .confirmationService .left {
  float: left;
  width: 220px;
}
#wrapper main .confirmationService .left .link {
  margin: 0;
  padding: 0;
}
#wrapper main .confirmationService .left .link:before {
  display: none;
}
#wrapper main .confirmationService .left .link a {
  display: inline-block;
  margin: 10px 0 0;
  width: 190px;
  text-align: center;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#wrapper main .confirmationService .left .link a:hover {
  background: #bbdbd3;
}
#wrapper main .confirmationService .right {
  float: left;
  width: 720px;
  margin: 0;
}
#wrapper main .confirmationService .free {
  position: absolute;
  right: -30px;
  top: -35px;
}
@media only screen and (max-width: 640px) {
  #wrapper main .confirmationService {
    margin: 10px 0 25px;
    padding: 15px;
  }
  #wrapper main .confirmationService .left {
    float: none;
    width: 100%;
  }
  #wrapper main .confirmationService .left h2 {
    display: block;
    margin: auto;
    max-width: 324px;
    width: 100%;
  }
  #wrapper main .confirmationService .left .link a {
    display: block;
    margin: 15px auto 20px;
    padding: 12px 0;
    width: 80%;
    text-align: center;
    line-height: 1;
    border: 1px solid #166e63;
  }
  #wrapper main .confirmationService .left .link a img {
    max-width: 89px;
    width: 100%;
  }
  #wrapper main .confirmationService .right {
    float: none;
    width: 100%;
    max-width: 321px;
    width: 100%;
  }
  #wrapper main .confirmationService .free {
    position: static;
    text-align: center;
  }
  #wrapper main .confirmationService .free img {
    max-width: 174px;
  }
}
#wrapper main .hearingInfo {
  margin: 20px auto;
  padding: 30px 0 0;
  background: url("../img/common/bg_shadow.png") center top no-repeat;
}
#wrapper main .hearingInfo:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper main .hearingInfo .left {
  float: left;
}
#wrapper main .hearingInfo figure {
  float: right;
}
@media only screen and (max-width: 640px) {
  #wrapper main .hearingInfo {
    margin-top: 0;
    background: none;
    padding: 0 10px;
  }
  #wrapper main .hearingInfo .left {
    float: none;
  }
  #wrapper main .hearingInfo figure {
    float: none;
    text-align: center;
  }
  #wrapper main .hearingInfo figure img {
    max-width: 169px;
  }
}
#wrapper .sitemapList:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper .sitemapList li {
  float: left;
  width: 318px;
  padding: 10px 15px 10px 27px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  margin: 0 20px 20px 0;
  font-size: 116.66667%;
}
#wrapper .sitemapList li:nth-child(3n) {
  margin: 0 0 20px;
}
#wrapper .sitemapList li:before {
  background: url("../img/common/arrow.png") center top no-repeat;
  width: 4px;
  height: 7px;
  left: 15px;
  top: 17px;
}
@media only screen and (max-width: 640px) {
  #wrapper .sitemapList li {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  #wrapper .sitemapList li a {
    display: block;
    padding: 10px 15px 10px 27px;
  }
  #wrapper .sitemapList li:nth-child(3n) {
    margin: 0 0 10px;
  }
  #wrapper .sitemapList li:before {
    display: inline-block;
    width: 3px;
    height: 5.5px;
    background: url('../img/commonSp/arrow.png') no-repeat;
    background-size: 3px 5.5px;
  }
}
#wrapper .voiceArea ul {
  border-top: 1px solid #8a6201;
}
#wrapper .voiceArea ul li {
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  font-size: 150%;
}
#wrapper .voiceArea ul li:last-child {
  border-bottom: 1px solid #8a6201;
}
#wrapper .voiceArea dl {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #000;
}
#wrapper .voiceArea dl:last-child {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
#wrapper .voiceArea dl dt {
  color: #8a6201;
  font-size: 150%;
}
#wrapper .voiceArea dl dd {
  font-size: 125%;
}
#wrapper .voiceArea dl dd p {
  margin: 20px 0 25px;
}
#wrapper .voiceArea dl dd.figRight figure {
  margin: 20px 0 0;
  float: right;
}
#wrapper .voiceArea dl dd.figRight div {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #wrapper .voiceArea ul li {
    line-height: 1.4;
    font-size: 116.66667%;
  }
  #wrapper .voiceArea dl {
    margin: 15px 0 0;
    padding: 15px 0 0;
  }
  #wrapper .voiceArea dl dt {
    font-size: 116.66667%;
  }
  #wrapper .voiceArea dl dd {
    font-size: 108.33333%;
  }
}
#wrapper .backImg p.text {
  margin: 0 -50px;
}
@media only screen and (max-width: 640px) {
  #wrapper .backImg p.text {
    margin: auto;
  }
}
#wrapper .feeArea {
  background: #24594c;
  margin: 30px auto;
  padding: 25px 40px 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
#wrapper .feeArea dd {
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 640px) {
  #wrapper .feeArea {
    margin: 15px auto;
    padding: 15px;
  }
}
#wrapper div.monthMenu h2 {
  font-size: 250%;
  font-weight: bold;
  display: block;
  margin: 0;
  line-height: 1.2;
  color: #8a6201;
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
  border-bottom: 2px solid #eee;
  padding: 0 0 8px;
  position: relative;
}
#wrapper div.monthMenu h2:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: #8a6201;
  width: 120px;
  height: 2px;
  bottom: -2px;
  left: 0;
}
#wrapper div.monthMenu ul.menuLink {
  background: #f5f5f5;
  border: 5px solid #eee;
  padding: 20px;
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 20px 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#wrapper div.monthMenu ul.menuLink li {
  display: table-cell;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}
#wrapper div.monthMenu ul.menuLink li a {
  border: 3px solid #8a6201;
  display: block;
  padding: 14px 12px 12px;
  font-size: 133.33333%;
  background: #fff;
  border: 1px solid #8a6201;
  color: #8a6201;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-weight: bold;
}
#wrapper div.monthMenu ul.menuLink li a:hover {
  background: #8a6201;
  color: #fff;
}
#wrapper div.monthMenu ul.menuLink li a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 48px;
  background: url(/img/introduction/icon_pdf.png) left top no-repeat;
  top: 0px;
}
@media only screen and (max-width: 640px) {
  #wrapper div.monthMenu h2 {
    font-size: 166.66667%;
  }
  #wrapper div.monthMenu ul.menuLink {
    border: 2px solid #eee;
    padding: 10px;
  }
  #wrapper div.monthMenu ul.menuLink li {
    display: block;
  }
  #wrapper div.monthMenu ul.menuLink li a {
    font-size: 108.33333%;
  }
  #wrapper div.monthMenu ul.menuLink li a:after {
    margin-top: -12px;
    margin-left: 5px;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('../img/introduction/icon_pdf.png') no-repeat;
    background-size: 24px 24px;
    top: 50%;
  }
}
#wrapper .komachiFood {
  margin: 0 0 40px;
}
#wrapper .komachiFood h2 {
  margin: 0 0 15px;
  padding: 0;
}
#wrapper .komachiFood .subTitle {
  margin: 0;
  padding: 0;
}
#wrapper .komachiFood div.komachiArea:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper .komachiFood div.komachiArea p {
  margin: 0;
  padding: 0;
}
#wrapper .komachiFood div.komachiArea .left {
  margin-left: 10px;
  float: left;
}
#wrapper .komachiFood div.komachiArea .center {
  float: left;
}
#wrapper .komachiFood div.komachiArea .right {
  float: right;
  margin-top: -20px;
}
@media only screen and (max-width: 640px) {
  #wrapper .komachiFood {
    margin: 0 -10px;
    position: relative;
  }
  #wrapper .komachiFood h2 {
    margin-bottom: 10px;
  }
  #wrapper .komachiFood .subTitle {
    margin: 0 10px;
  }
  #wrapper .komachiFood div.komachiArea .left {
    margin: -12px 10px 10px;
    float: none;
  }
  #wrapper .komachiFood div.komachiArea .center {
    float: none;
    margin: 0 10px 25px;
  }
  #wrapper .komachiFood div.komachiArea .right {
    float: none;
    margin-top: 17px;
  }
}
#wrapper #freeGuide {
  padding: 30px;
  background: #8a6201;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 0 50px;
}
#wrapper #freeGuide h2 {
  font-size: 250%;
  font-weight: bold;
  display: block;
  margin: 0;
  line-height: 1.2;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
  border-bottom: 2px solid #eee;
  padding: 0 0 8px;
  position: relative;
  text-align: center;
}
#wrapper #freeGuide h2 + p.lead {
  font-size: 116.66667%;
  color: #fff;
  margin: 10px 0 20px;
  text-align: center;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
}
#wrapper #freeGuide .freeGuideArea {
  display: table;
  table-layout: fixed;
  width: 940px;
  margin: 0 auto;
}
#wrapper #freeGuide .freeGuideArea > div {
  display: table-cell;
  width: 46%;
  padding: 0 1%;
}
#wrapper #freeGuide .freeGuideArea > div div.inner {
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0 15px 30px;
  min-height: 220px;
}
#wrapper #freeGuide .freeGuideArea > div div.inner h3 {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
  font-size: 191.66667%;
  line-height: 1;
  font-weight: bold;
  padding: 15px 0;
  margin: 0 -15px 20px;
  color: #8a6201;
  background: #fff;
}
#wrapper #freeGuide .freeGuideArea > div div.inner h4 {
  font-size: 133.33333%;
  font-weight: bold;
  margin: 0 0 5px;
  line-height: 1.3;
  color: #fff;
}
#wrapper #freeGuide .freeGuideArea > div div.inner p.text {
  font-size: 108.33333%;
  line-height: 1.3;
  color: #fff;
}
#wrapper #freeGuide .freeGuideArea > div div.inner p.btn {
  display: block;
  margin: 15px auto 0;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
#wrapper #freeGuide .freeGuideArea > div div.inner p.btn a {
  border: 1px solid #8a6201;
  display: inline-block;
  min-width: 300px;
  padding: 16px 20px;
  line-height: 1;
  color: #8a6201;
  text-align: center;
  text-decoration: none;
  background: #fff;
  font-family: "ヒラギノ明朝 ProN W3", YuMincho, "游明朝", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝" , "游ゴシック" , "Yu Gothic","Helvetica Neue" , Helvetica , Arial , Verdana , Roboto, serif;
  font-weight: bold;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 125%;
}
#wrapper #freeGuide .freeGuideArea > div div.inner p.btn a:before {
  content: "";
  margin: 0 5px 0 0;
  display: inline-block;
  display: inline-block;
  width: 4px;
  height: 7px;
  background: url('../img/common/arrow.png') no-repeat;
  background-size: 4px 7px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  top: -2px;
}
#wrapper #freeGuide .freeGuideArea > div div.inner p.btn a:hover {
  color: #fff;
  background: #8a6201;
  border: 1px solid #fff;
}
#wrapper #freeGuide .freeGuideArea > div div.inner p.btn a:hover:before {
  display: inline-block;
  width: 4px;
  height: 7px;
  background: url('../img/common/arrow_white.png') no-repeat;
  background-size: 4px 7px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  #wrapper #freeGuide {
    margin: 0 -10px;
    padding: 20px 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  #wrapper #freeGuide h2 {
    margin-top: 0;
  }
  #wrapper #freeGuide h2 + p.lead {
    font-weight: normal;
    font-size: 91.66667%;
  }
  #wrapper #freeGuide .freeGuideArea {
    width: 100%;
    display: block;
  }
  #wrapper #freeGuide .freeGuideArea > div {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  #wrapper #freeGuide .freeGuideArea > div div.inner {
    min-height: 0;
    padding: 0 10px 15px;
    border: 2px solid #fff;
  }
  #wrapper #freeGuide .freeGuideArea > div div.inner h3 {
    margin: 0 -10px 20px;
    font-size: 133.33333%;
  }
  #wrapper #freeGuide .freeGuideArea > div div.inner h4 {
    font-size: 108.33333%;
  }
  #wrapper #freeGuide .freeGuideArea > div div.inner p.txt {
    margin: 5px 0 0;
    font-size: 100%;
  }
  #wrapper #freeGuide .freeGuideArea > div div.inner p.btn {
    margin: 10px auto 0;
  }
  #wrapper #freeGuide .freeGuideArea > div div.inner p.btn a {
    min-width: auto;
    font-size: 116.66667%;
    position: relative;
  }
  #wrapper #freeGuide .freeGuideArea > div div.inner p.btn a:before {
    display: inline-block;
    width: 3px;
    height: 5.5px;
    background: url('../img/commonSp/arrow.png') no-repeat;
    background-size: 3px 5.5px;
    position: absolute;
    right: 2px;
    top: 20px;
  }
}
#wrapper .checkText {
  display: block;
  padding: 2px 0 5px;
  font-size: 91.66667%;
}
#wrapper .checkText:empty {
  display: none;
}
#wrapper .error input[type="text"], #wrapper .error input[type="tel"], #wrapper .error input[type="email"], #wrapper .error textarea, #wrapper .form .error .c-select {
  background: #fdf0f0;
}
#wrapper .error input[type="text"]:focus, #wrapper .error input[type="tel"]:focus, #wrapper .error input[type="email"]:focus, #wrapper .error textarea:focus {
  border: 1px solid #f8003c;
}
#wrapper .error .selectWrap {
  background: #fdf0f0;
}
#wrapper .error .selectWrap.focus {
  border: 1px solid #f8003c;
}
#wrapper .error .checkText {
  color: #f8003c;
}
#wrapper .success input[type="text"], #wrapper .success input[type="tel"], #wrapper .success input[type="email"], #wrapper .success textarea {
  background: #f0fcf8;
}
#wrapper .success input[type="text"]:focus, #wrapper .success input[type="tel"]:focus, #wrapper .success input[type="email"]:focus, #wrapper .success textarea:focus {
  border: 1px solid #08b978;
}
#wrapper .success .selectWrap {
  background: #f0fcf8;
}
#wrapper .success .selectWrap.focus {
  border: 1px solid #08b978;
}
#wrapper .success .checkText {
  color: #08b978;
}

table.reserve {
  margin: 0 !important;
  padding: 0 !important;
  width: 500px !important;
}
table.reserve th {
  padding: 5px !important;
}
table.reserve td {
  padding: 5px !important;
}
table.reserve td select {
  width: 80px !important;
}


/*採用情報追加*/
#wrapper p.subTitle{
  text-align: center;
  font-size:120%;
}
#wrapper .recruitArea p{
  font-size:110%;
}
#wrapper .recruitArea .leadText{
  font-size:150%;
  font-weight: bold;
  text-align: center;
}
#wrapper .recruitArea .leadText + .btnArea{
  margin-top: 50px;
}

#wrapper .recruitArea .recruitImg{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin:20px auto;
}

#wrapper .recruitArea .recruitImg figure{
  margin: 0 10px;
}

#wrapper .recruitArea .recruitImg figcaption{
  margin: 5px 0 0 0;
}

#wrapper .recruitArea p.recruitBtn {
  margin: 30px auto;
  text-align: center;
  width: 360px;
}

@media only screen and (max-width: 640px) {
	#wrapper .recruitArea p.recruitBtn {
		width: 90%;
	}
}

#wrapper .recruitArea p.recruitBtn a {
  display: block;
  padding: 16px 0;
  line-height: 1;
  background: #8a6201;
  border-radius: 30px;
  color: #fff;
  font-weight: bold;
  font-size: 110%;
  border: 2px solid #8a6201;
  text-decoration: none;
}

#wrapper .recruitArea p.recruitBtn a:hover{
  color:#8a6201;
  background: #fff;
}

#wrapper .recruitArea h2 {
  margin: 1.6em auto 0.6em;
  padding: 2px 0 2px 10px;
  border-left: 4px solid #8a6201;
  font-weight: bold;
  line-height: 1.2;
  font-size: 165%;
}

#wrapper .recruitArea p.lead {
  font-size: 15px;
}

#wrapper .recruitArea table th{
  width: 25%;
  font-size: 125%;
}

#wrapper .recruitArea table td{
  padding: 15px 20px;
  font-size: 115%;
}
#wrapper .recruitArea em{
  color: #222;
}
#wrapper .recruitArea .jobMerit {
  margin: 0;
}
#wrapper .recruitArea .jobMerit li {
  float: left;
  margin: 0 5px 5px 0;
  padding: 5px;
  border: 2px solid #ffbf00;
  color: #d98f00;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#wrapper .form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #f9f9f9;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 2px 0px inset;
  vertical-align: middle;
  font-size: inherit;
  color: #333;
}
#wrapper .form .c-select {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
}
#wrapper .form .c-select:after {
    content: "";
    display: block;
    position: absolute;
    right: 14px;
    top: 7px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    border: 7px solid transparent;
    border-top: 8px solid #8a6201;
}
#wrapper .form .c-select select {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 35px 10px 10px;
    line-height: 1.2;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}
#wrapper .form .c-select + i {
    display: inline-block;
    margin: 0 .5em;
    vertical-align: middle;
}
#wrapper .form .c-select + span {
  font-size: 15px;
}
  @media only screen and (max-width: 640px) {
  #wrapper .form .c-select:after {
      right: 10px;
      top: 8px;
  }
  #wrapper .form .c-select select {
      padding: 10px 30px 10px 10px;
  }
}


div.job-button-area {
    margin: 30px auto;
    text-align: center;
	width: 720px;
	display: table;
}

div.job-button-area .part-button, 
div.job-button-area .full-button{
	display: table-cell;
	width: 350px;
	padding: 0 10px;
}
div.job-button-area .part-button a, 
div.job-button-area .full-button a{
	display: block;
	padding: 20px 0;
	line-height: 1;
	background: #1d0f03;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	border: 2px solid #1d0f03;
	text-decoration: none;
}
div.job-button-area .part-button a{
	background:#ca2120;
	border:2px solid #ca2120;
}
div.job-button-area .part-button a:hover{
	color:#ca2120;
	background: none;
}

div.job-button-area .full-button a{
	background:#bb5d09;
	border:2px solid #bb5d09;
}
div.job-button-area .full-button a:hover{
	color:#bb5d09;
	background: none;
}
@media only screen and (max-width: 640px) {
	div.job-button-area {
    margin: 20px auto;
    text-align: center;
	width: 100%;
	display: block;
}
div.job-button-area .part-button, 
div.job-button-area .full-button{
	display: block;
	width: 80%;
	padding: 0;
	margin: 0 auto 15px !important;
}
div.job-button-area .part-button a, 
div.job-button-area .full-button a{
	padding: 14px 0;
	font-size: 100%;
}
}
.returnBtn{
	width: 360px;
	padding: 0 10px;
	margin: 0 auto !important;
}
.returnBtn a{
    display: block;
    padding: 16px 0;
    line-height: 1;
    background: #999;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    font-size: 110%;
    border: 2px solid #999;
    text-decoration: none;
}
.returnBtn a:hover{
	color:#999;
	background:none;
}
@media only screen and (max-width: 640px) {
.returnBtn{
	display: block;
	width: 80%;
	padding: 0;
	margin: 0 auto 15px;
}
}
