@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400i|PT+Serif:700');

body {
  background-color: #FFFFFF;
  color: #000000;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  text-align: center;
  font-size: 16px;
}
a:link {
  color: #0088CC;
  text-decoration: none;
}
a:visited {
  color: #335566;
  text-decoration: none;
}
a:hover {
  color: #0088CC;
  text-decoration: underline;
}
a:active {
  color: #22AAFF;
  text-decoration: underline;
}
body, table {
  line-height: 1.5;
}
p {
  line-height: 1.5;
}
p a:link {
  text-decoration: underline;
}
p a:visited {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
p a:active {
  text-decoration: underline;
}
/*------BLOCKQUOTE_COLOR_START------*/
blockquote.quotation {color: #003366}
blockquote.quotation blockquote {color: #336699}
blockquote.quotation blockquote blockquote {color: #88bbff}
blockquote.quotation blockquote blockquote blockquote {color: #99cc66}
blockquote.quotation blockquote blockquote blockquote blockquote {color: #999999}
blockquote.quotation blockquote {margin: 0}
/*------BLOCKQUOTE_COLOR_E_N_D------*/
blockquote.quotation, blockquote.quotation blockquote {
  background: transparent none;
  border: none;
  padding: 0 0 0 8px;
  margin: 0.8em 0;
  border-left-style: solid !important;
  border-left-width: 2px !important;
}

/* コード */
pre code {
  display: block;
  padding: 0.5em 1em;
  white-space: nowrap;
  overflow: scroll;
  font-size: 0.8em;
  background-color: #eee;
  color: #444;
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -o-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  -ms-box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
  box-shadow: 0 1px 4px rgba(0,0,0,0.3) inset;
}

/* 回り込み解除 */
a.end {
  display: block;
  width: 100%;
  height: 1px;
  clear: both;
  text-indent: -500px;
  overflow: hidden;
}

/* 入力欄の表示調整 */
body.editor {
  margin: 0;
  padding: 0;
  background: #f2f2f2 none;
  color: #000;
}
body.editor a {
  color: #000;
  text-decoration: underline;
}
div#container form table.field-table {
  margin: 0 auto 30px auto;

}
.nicEdit-main { background-color: #fff }
table.field-table tbody tr.tbody-start th.field-group-name,
table.field-table tr.tbody-start td.field-group-description {
  text-align: left;
  color: #666;
  border-bottom: #ccc 1px solid;
}

/* 慎重に操作するべきフィールドセット */
fieldset.risky {
  background-repeat: repeat-x;
  background-position: top;
  background-image: url('../image/bg_caution.gif');
  background-color: #eee;
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  margin: 0;
  padding: 10px;
  text-align: center;
  color: #000000;
}

/* リフレッシュフィールドセット */
fieldset#refresh {
  margin-bottom: 20px;
  font-size: 90%;
}
fieldset#refresh legend {
  display: none;
}
fieldset#refresh ol, fieldset#refresh ol li {
  display: inline;
  padding-right: 0.6em;
}

/* ターゲット選択フィールドセット */
div#article-finder, form#categoryselector {
  background: #f3f3f3 url('../image/bg_plastic_light.gif') repeat-x center top;
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  padding: 10px 20px;
  text-align: left;
  color: #000;
  margin: 0;
}
div#target-selector ul {
  margin: 0;
  padding: 10px 20px;
  background: #ddd none;
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  text-align: left;
  color: #000;
}
div#target-selector ul li a {
  margin: 0 1em 0 0;
  padding: 2px 4px;
  border: 1px solid #999;
  background: #eee none;
  text-decoration: none;
  font-size: 0.8em;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  -ms-border-radius: 9px;
  border-radius: 9px;
}
div#target-selector ul li a:hover {
  background: #fff none;
}
fieldset#subdivision-arrangement {
  margin: 0;
  padding: 10px 20px;
  background: #bbb none;
  border: 1px solid #aaa;
  border-bottom-color: #ccc;
  text-align: left;
  color: #000;
}
div#article-finder form#articlenavi {
  float:left;
  margin-right: 1em;
}

/* 記事選択フィールドセット */
fieldset#article-selector {
  background-color: #f9f9f9;
  background-repeat: repeat-x;
  background-position: top;
  background-image: url('../image/fieldset_bg.gif');
  border: 1px solid #ddd;
  border-bottom-color: #bbb;
  padding: 10px;
  margin: 10px auto;
  color: #000000;
  text-align: left;
  width: 90%;
  max-width: 800px;
}

@media screen and (max-width: 440px), screen and (max-device-width: 480px) {
  * {
    max-width: 100%;
    word-break:break-all;
  }
  object, applet, embed, img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
  iframe {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  div#calendar-body {
    width: 960px;
  }
  div#calendar-body, div#calendar-body * {
    max-width: none !important;
  }
  body.editor, body.inquiry {
    -webkit-text-size-adjust: none;
  }
  body.editor {
    margin-bottom: 60px;
  }
  body.editor *, body.inquiry * {
    white-space: normal !important;
  }
  label, span.datatitle, .note, .date-selector, .time-selector {
    display: block;
  }
  .date-selector label, .time-selector label {
    display: inline;
  }
  .note {
    font-size: 0.9em !important;
  }
  input, textarea, select {
    max-width: 99% !important;
    font-size: 16px !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  input[class^="button-"] {
    -webkit-appearance: none;
    font-size: 1px !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
  }
  select#rewind {
    width: 90%;
  }
  table.field-table,
  table.field-table table.sub-field-table,
  table.field-table tbody,
  table.field-table tr,
  table.field-table th,
  table.field-table td {
    display: block !important;
    text-align: left !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  table.field-table tr {
    border-top: #FAFAFA solid 1px !important;
    border-bottom: #DDD solid 1px !important;
  }
  table.field-table table.sub-field-table tr {
    border-left: #E0E0E0 solid 1px !important;
    border-right: #E0E0E0 solid 1px !important;
  }
  table.field-table th,
  table.field-table td {
    padding: 5px 10px !important;
  }
  table.field-table  img {
    max-width: 95% !important;
  }
  div#article-finder {
    padding: 0;
    background: transparent none;
    border: none;
  }
  div#article-finder form {
    display: block;
    background: #f3f3f3 url('../image/bg_plastic_light.gif') repeat-x center top;
    border: 1px solid #ddd;
    border-bottom-color: #bbb;
    padding: 10px 20px;
    text-align: left;
    color: #000000;
    margin: 0 !important;
    float: none !important;
  }
  div#target-selector ul li {
    display: block;
  }
  div#target-selector ul li a {
    display: block;
    margin: 0 0 0.5em 0;
    padding: 0.2em 1em;
    text-align: center;
    font-size: 1em;
  }
  input.save, input.cancel {
    display: block;
    margin: 20px auto;
    width: 300px !important;
  }
  fieldset#refresh ol, fieldset#refresh ol li {
    display: block;
    padding-right: 0;
  }
}

h1,h2,h3,
div#main article,
section#pricing-table header p {
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
section#introduction p,
section#conditions ul li p,
section#conditions ul li div,
section#pricing-table p,
section#pricing-table dl,
section#pricing-table ul,
section#pricing-table div.price,
article section.description p,
a.recruit-link,
p.button a,
section#contact address p.address {
  font-family: Avenir, "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.company-name {
  font-family: 'PT Serif', serif;
  font-weight: bold;
  line-height: 1;
  font-size: 13px;
}
.company-name span.name {
  font-size: 20px;
  margin-left: 0.2em;
}
a.tel {
  font-family: 'PT Serif', serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
a.tel span.number {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.25em;
}
div#banner a.tel {
  font-size: 18px;
}
div#banner a.tel span.number {
  font-size: 1.25em;
}

article>header {
  padding: 0 0 1px 0;
}
article>header h1 {
  margin: 0;
  padding: 17px;
  border-top: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
}
article>header h1 span.en {
  display: block;
  margin: 0.2em 0 -10px 0;
  font-size: 10px;
  letter-spacing: 0;
}
article>header ul.tags {
  list-style-type: none;
  margin: -52px auto 12px;
  padding: 0;
  width: 950px;
  text-align: right;
}
article>header ul.tags li {
  display: inline-block;
  margin: 0 0 0 1em;
  padding: 0;
}
article>header ul.tags li span,
a.contact-button,
a.recruit-button,
a.recruit-link {
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em;
  border-radius: 5px;
  background: #f39800 none;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  text-decoration: none !important;
}
article>header ul.single.tags li {
  margin: 0 5em 0 0.2em;
}
a.recruit-button {
  background: #7bc423 none;
}
a.recruit-button:hover {
  background: #2ea7e0 none;
}
a.recruit-button:active {
  background: #f39800 none;
}
a.contact-button {
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 120, color-stop(0.60, #0d1117), color-stop(0.00, #143c58), color-stop(0.00, #143c58));
  background: -webkit-radial-gradient(50% 50%, circle, #143c58 0%, #143c58 0%, #0d1117 60%);
  background: -moz-radial-gradient(50% 50%, circle, #143c58 0%, #143c58 0%, #0d1117 60%);
  background: -o-radial-gradient(50% 50%, circle, #143c58 0%, #143c58 0%, #0d1117 60%);
  background: -ms-radial-gradient(50% 50%, circle, #143c58 0%, #143c58 0%, #0d1117 60%);
  background: radial-gradient(50% 50%, circle, #143c58 0%, #143c58 0%, #0d1117 60%);
}
a.contact-button:hover {
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 120, color-stop(0.60, #0d1117), color-stop(0.00, #3073a1), color-stop(0.00, #3073a1));
  background: -webkit-radial-gradient(50% 50%, circle, #3073a1 0%, #3073a1 0%, #0d1117 60%);
  background: -moz-radial-gradient(50% 50%, circle, #3073a1 0%, #3073a1 0%, #0d1117 60%);
  background: -o-radial-gradient(50% 50%, circle, #3073a1 0%, #3073a1 0%, #0d1117 60%);
  background: -ms-radial-gradient(50% 50%, circle, #3073a1 0%, #3073a1 0%, #0d1117 60%);
  background: radial-gradient(50% 50%, circle, #3073a1 0%, #3073a1 0%, #0d1117 60%);
}
a.contact-button:active {
  background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 120, color-stop(0.60, #0d1117), color-stop(0.00, #3073a1), color-stop(0.00, #3073a1));
  background: -webkit-radial-gradient(50% 50%, circle, #3073a1 0%, #3073a1 0%, #0d1117 100%);
  background: -moz-radial-gradient(50% 50%, circle, #3073a1 0%, #3073a1 0%, #0d1117 100%);
  background: -o-radial-gradient(50% 50%, circle, #3073a1 0%, #3073a1 0%, #0d1117 100%);
  background: -ms-radial-gradient(50% 50%, circle, #3073a1 0%, #3073a1 0%, #0d1117 100%);
  background: radial-gradient(50% 50%, circle, #3073a1 0%, #3073a1 0%, #0d1117 100%);
}
a.recruit-link {
  padding: 12px 0 12px 45px;
  border-radius: 0;
  background: transparent none;
  font-size: 16px;
  color: #888;
  background: transparent url("../image/bros/arrow_right_green.png") no-repeat left center;
}
a.recruit-link:hover {
  background: transparent url("../image/bros/arrow_right_green.png") no-repeat 1px center;
  color: #8fc31f;
}

article section#menu {
  margin: 30px 0 0 0;
}
article section#introduction {
  margin: 62px 0 0 0;
}

article section#introduction div.image {
  padding: 0 30px;
}
article section#introduction div.image img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
article section#introduction h2 {
  margin: 42px auto 8px auto;
  padding: 0 30px;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.8;
  max-width: 710px;
  color: #54636a;
}
article section#introduction p {
  line-height: 1.8;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 710px;
  text-align: left;
}

@media screen and (max-width: 950px) {
  article>header ul.tags {
    max-width: 99%;
  }
}
@media screen and (max-width: 800px) {
  article section#introduction h2 {
    text-align: left;
  }
  article>header ul.tags {
    list-style-type: none;
    margin: 10px 30px;
    padding: 0;
    width: auto;
    text-align: center;
 }
 article>header ul.tags li,
 article>header ul.single.tags li {
    display: inline-block;
    margin: 0.5em;
 }
}
@media screen and (max-width: 640px) {
  article>header h1 {
    margin: 0 30px 20px;
    padding: 13px;
    border: 2px solid #aaa;
    font-size: 20px;
    letter-spacing: 0;
  }
}

ul.index {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.index li {
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  padding: 6px 10px;
  width: 176px;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
ul.index li:first-child {
  margin-left: 0;
}
ul.index li:last-child {
  margin-right: 0;
}
ul.index li h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0.4em;
}
ul.index li p {
  font-size: 11px;
  margin: 0.4em 0;
}
ul.index li p.link {
  text-align: right;
}
ul.index li p.link a {
  display: inline-block;
  margin: 1em 0 0 auto;
  padding: 4px 8px 4px 24px;
  line-height: 1;
  text-decoration: none;
  font-size: 11px;
  color: #888;
  background: transparent url("../image/bros/arrow_right.png") no-repeat left center;
}
ul.index li p.link a:hover {
  text-decoration: none;
  color: #f39800;
  background: transparent url("../image/bros/arrow_right.png") no-repeat 1px center;
}

@media screen and (max-width: 950px) {
  ul.index li:first-child {
    margin-left: 20px;
  }
  ul.index li:last-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  a.tel {
    font-size: 24px;
  }
  ul.index li {
    display: block;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #aaa;
    width: auto;
    margin: 0 30px;
    padding: 15px 0;
  }
  ul.index li h2 br {
    display: none;
  }
  ul.index li p.link {
    text-align: center;
  }
}

section#conditions,
section#pricing-table {
  margin: 110px 0 90px;
}
section#conditions ul {
  list-style-type: none;
  margin: 0;
  padding: 0 30px;
  text-align: center;
}
section#conditions ul li {
  display: inline-block;
  vertical-align: top;
  margin: 8px;
  padding: 24px;
  width: 260px;
  min-height: 370px;
  background: #f8f8f4 none;
}
section#conditions ul li:first-child {
  margin-left: 0;
}
section#conditions ul li:last-child {
  margin-right: 0;
}
section#conditions ul li h2 {
  margin: 0 0 0.5em 0;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
}
section#conditions ul li div.image {
  min-height: 200px;
}
section#conditions ul li p {
  margin: 0.3em 0;
  text-align: left;
}
section#conditions ul li div.note {
  font-size: 0.9em;
  text-align: left;
}

@media screen and (max-width: 950px) {
  section#conditions ul li:first-child {
    margin-left: 8px;
  }
  section#conditions ul li:last-child {
    margin-right: 8px;
  }
}
@media screen and (max-width: 640px) {
  section#conditions ul li {
    display: block;
    width: auto;
    min-height: 0;
    margin: 20px 0;
  }
  section#conditions ul li:first-child {
    margin-left: 0;
  }
  section#conditions ul li:last-child {
    margin-right: 0;
  }
}

section#pricing-table header {
  border-bottom: 1px solid #aaa;
  width: 950px;
  margin: 0 auto;
  text-align: left;
}
section#pricing-table header h2 {
  display: inline-block;
  vertical-align: bottom;
  border-right: 1px solid #aaa;
  margin: 0;
  padding: 13px 1em;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
}
section#pricing-table header p {
  line-height: 1;
  vertical-align: bottom;
  display: inline-block;
  padding: 0 1em;
}
section#pricing-table header p a {
  margin-bottom: -0.3em;
}
section#pricing-table div.body {
  margin: 50px auto;
  width: 950px;
}
section#pricing-table div.description {
  margin: 1.5em auto;
  width: 950px;
  text-align: left;
}
section#pricing-table div.body section.basic,
section#pricing-table div.body section.option {
  margin: 0;
  width: 45%;
  text-align: left;
}
section#pricing-table div.body section.basic {
  float: left;
}
section#pricing-table div.body section.option {
  float: right;
}
section#pricing-table div.body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html section#pricing-table div.body {
  height: 0;
}
section#pricing-table div.body h3 {
  margin: 20px 0;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: left;
  color: #54636a;
}
section#pricing-table div.body h3:before {
  content: "";
  display: inline-block;
  line-height: 1;
  margin: 0 0.2em 0 0;
  padding: 0;
  width: 26px;
  height: 26px;
  background: #54636a none;
  vertical-align: 0;
}
section#pricing-table div.body table,
section#pricing-table div.body div.price,
section#pricing-table div.body dl {
  font-size: 22px;
  width: 100%;
  line-height: 1;
}
section#pricing-table div.body table {
  background: transparent none;
  border: none;
  border-top: 1px #aaa solid;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em auto;
  padding: 0;
}
section#pricing-table div.body table th {
  border-right: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
  text-align: left;
  padding: 0.9em 0.7em;
  font-weight: normal;
}
section#pricing-table div.body table td {
  border-bottom: 1px #aaa solid;
  text-align: center;
  padding: 0.9em 0.7em;
}
section#pricing-table div.body table tr:nth-child(odd) th,
section#pricing-table div.body table tr:nth-child(odd) td {
  background: #f8f8f4 none;
}
section#pricing-table div.body div.price,
section#pricing-table div.body dl {
  margin: 0;
  padding: 0;
  background: #f8f8f4 none;
  border-top: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
  text-align: left;
}
section#pricing-table div.body div.price {
  padding: 0.9em 0.7em;
  width: auto;
}
section#pricing-table div.body dl dt,
section#pricing-table div.body dl dd {
  display: inline-block;
  padding: 0.9em 0.7em;
  font-weight: normal;
}
section#pricing-table div.body dl dt {
  border-right: 1px #aaa solid;
}
section#pricing-table div.body dl dd {
  text-align: center;
}
section#pricing-table div.body section section {
  margin: 0 0 1.5em 0;
}
section#pricing-table div.single.body section.basic {
  margin-bottom: 3em;
}
section#pricing-table div.single.body section.basic,
section#pricing-table div.single.body section.option {
  width: auto;
  float: none;
}

@media screen and (max-width: 950px) {
  section#pricing-table div.body, section#pricing-table div.description {
    padding: 0 30px;
    width: auto;
  }
  section#pricing-table header {
    margin: 0 30px;
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  section#pricing-table header {
    margin: 30px;
    border-bottom: none;
    width: auto;
  }
  section#pricing-table header h2 {
    display: block;
    margin: 0;
    border-right: none;
    border-bottom: 1px solid #aaa;
  }
  section#pricing-table header p {
    display: block;
    margin: 10px auto;
    text-align: center;
  }
  section#pricing-table div.body section.basic {
    margin-bottom: 3em;
  }
  section#pricing-table div.body section.basic,
  section#pricing-table div.body section.option {
    width: auto;
    float: none;
  }
}
@media screen and (max-width: 640px) {
  section#pricing-table div.body table,
  section#pricing-table div.body dl {
    font-size: 16px;
  }
}

section.table {
  margin: 85px auto;
  width: 950px;
}
section.table h2 {
  margin: 0 0 10px 0;
  padding: 0 0 0 1.8em;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: left;
  color: #888;
}
section.table table {
  background: transparent none;
  border: none;
  border-top: 1px #aaa solid;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em auto;
  padding: 0;
  width: 100%;
}
section.table table th {
  border-bottom: 1px #aaa solid;
  padding: 1em 0.7em;
  font-weight: normal;
  background: #efefef none;
  width: 12em;
  text-align: center;
}
section.table table td {
  border-bottom: 1px #aaa solid;
  text-align: left;
  padding: 1em 3em;
}
section.table table td div.address div {
  display: inline;
}
section.table table td div.address div:before {
  content: " ";
}

@media screen and (max-width: 950px) {
  section.table {
    padding: 0 30px;
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  section.table table th {
    width: auto;
  }
  section.table table td {
    width: auto;
    padding: 1em 0.7em;
  }
}
@media screen and (max-width: 640px) {
  section.table h2 {
    padding: 0;
    text-align: center;
    font-size: 24px
  }
  section.table table th {
    width: auto;
    display: block;
    border-bottom: none;
  }
  section.table table td {
    display: block;
    width: auto;
    padding: 1em 0.7em;
    text-align: center;
  }
}

article section.description {
  margin: 56px auto 40px auto;
  max-width: 950px;
}
article section.description p {
  line-height: 2em;
}
section.form {
  margin: 0 auto;
  max-width: 950px;
}

@media screen and (max-width: 950px) {
  article section.description {
    padding: 0 30px;
  }
  section.table {
    padding: 0 30px;
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  section.table table th {
    width: auto;
  }
  section.table table td {
    width: auto;
    padding: 1em 0.7em;
  }
}
@media screen and (max-width: 640px) {
  section.table h2 {
    padding: 0;
    text-align: center;
    font-size: 24px
  }
  section.table table th {
    width: auto;
    display: block;
    border-bottom: none;
  }
  section.table table td {
    display: block;
    width: auto;
    padding: 1em 0.7em;
    text-align: center;
  }
}

section#recruit-info p {
  margin: 3em auto;
  max-width: 950px;
  text-align: left;
}
section#recruit-info div.note p {
  text-align: center;
}
section#recruit-info h2 {
  margin: 1em 0;
  padding: 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: left;
  color: #888;
}
section#recruit-info h2:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background: #8fc31f none;
  margin: 0.1em 0.3em -0.1em 0;
}
section#recruit-info table {
  background: transparent none;
  border: none;
  border-top: 1px #aaa solid;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em auto;
  padding: 0;
  width: 100%;
}
section#recruit-info table th {
  border-bottom: 1px #aaa solid;
  border-right: 1px #aaa solid;
  padding: 1em 0.7em;
  font-weight: normal;
  width: 12em;
  text-align: center;
}
section#recruit-info table td {
  border-bottom: 1px #aaa solid;
  text-align: left;
  padding: 1em 3em;
}

@media screen and (max-width: 950px) {
  section#recruit-info {
    padding: 0 30px;
    width: auto;
  }
}
@media screen and (max-width: 800px) {
  section#recruit-info table th {
    width: auto;
  }
  section#recruit-info table td {
    width: auto;
    padding: 1em 0.7em;
  }
}
@media screen and (max-width: 640px) {
  section#recruit-info h2 {
    padding: 0;
    text-align: center;
  }
  section#recruit-info table th {
    width: auto;
    display: block;
    border-bottom: 1px #aaa dotted;
    border-right: none;
  }
  section#recruit-info table td {
    display: block;
    width: auto;
    padding: 1em 0.7em;
  }
}

p.button {
  margin: 4em 0 1em 0;
  text-align: center;
}
p.button a {
  display: block;
  margin: 0 auto;
  padding: 1em;
  width: 370px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #54636a none;
  border-radius: 5px;
}
p.button a:hover {
  background: #2ea7e0 none;
}
p.button a:active {
  background: #f39800 none;
}
section#contact address {
  margin: 0;
  padding: 0;
  font-style: normal;
}
section#contact address p.tel {
  margin: 1.5em 0;
}
section#contact address p.tel a.tel {
  color: #54636a;
  text-decoration: none;
  line-height: 1.3;
}
section#contact address p.tel span.note {
  vertical-align: 0.2em;
  font-size: 0.8em;
}
section#contact address p.address {
  display: block;
  margin: 0;
  padding: 80px 0 0 0;
  background: transparent url("../image/bros/logo.png") no-repeat center top;
  font-size: 18px;
}

@media screen and (max-width: 640px) {
  p.button {
    margin: 24px 0;
  }
  p.button a {
    display: inline-block;
    width: auto;
  }
  section#contact address p.address {
    font-size: 12px;
  }
}

/* お問い合わせのフィールドテーブル */
body.inquiry div#main table.field-table .datatitle:after,
body.inquiry div#main table.field-table td.field-name label:after {
  content: "";
}
body.inquiry div#main table.field-table td.field-name strong:after {
  display: -moz-inline-box;
  display: inline-block;
  margin: 0 0 0 0.3em;
  padding: 3px 4px;
  vertical-align: 3px;
  content: "*";
  content: "\5FC5\9808";
  color: #FFF;
  background: #E84848 none;
  font: normal 0.75em "ヒラギノ丸ゴ Pro W4" ,"ヒラギノ丸ゴ Pro" ,"Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", Avenir, "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
body.inquiry div#main table.field-table {
  empty-cells: show;
  background: transparent none;
  border: none;
  border-top: 1px #d6d6d6 solid;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.5em auto;
  padding: 0;
  width: 100%;
  _width: auto;
}
body.inquiry div#main table.field-table table {
  margin: 0;
}
body.inquiry div#main table.field-table tr.tbody-end td.field-name,
body.inquiry div#main table.field-table tr.tbody-end td.field,
body.inquiry div#main table.field-table tr.tbody-start td.field-name,
body.inquiry div#main table.field-table tr.tbody-start td.field {
  padding: 8px 14px;
}
body.inquiry div#main table.field-table td.field-name {
  background: #f6f6f6 none;
  border-left: 1px #d6d6d6 solid;
  border-bottom: 1px #d6d6d6 solid;
  padding: 8px 14px;
  vertical-align: middle;
  white-space: nowrap;
  text-align: left;
}
body.inquiry div#main table.field-table td.field {
  background: #fff none;
  border: none;
  border-right: 1px #d6d6d6 solid;
  border-bottom: 1px #d6d6d6 solid;
  padding: 8px 14px;
  vertical-align: middle;
  text-align: left;
}
body.inquiry div#main table.field-table td.field p,
body.inquiry div#main table.field-table td.field ul {
  max-width: 540px;
}
body.inquiry div#main table.field-table td.submit-box {
  padding-top: 40px;
  text-align: center;
}
body.inquiry div#main table.field-table td.field ol {
  margin: 0;
}
body.inquiry div#main table.field-table td.submit-box input[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
body.inquiry div#main table.field-table td.submit-box input[type="submit"]::-webkit-search-decoration {
  display: none;
}
body.inquiry div#main table.field-table td.submit-box input[type="submit"]::focus {
  outline-offset: -2px;
}
body.inquiry div#main table.field-table td.submit-box input[type="submit"] {
  background: #2ea7e0 none;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  padding: 1em;
  text-align: center;
  min-width: 200px;
}
body.inquiry div#main table.field-table td.submit-box input[type="submit"]:hover {
  background: #f39800 none;
  cursor: pointer;
}
body.inquiry div#main table.field-table td.field input[type="text"],
body.inquiry div#main table.field-table td.field input[type="tel"],
body.inquiry div#main table.field-table td.field input[type="number"],
body.inquiry div#main table.field-table td.field input[type="password"],
body.inquiry div#main table.field-table td.field input[type="email"],
body.inquiry div#main table.field-table td.field input[type="url"],
body.inquiry div#main table.field-table td.field textarea {
  font-size: 20px;
  max-width: 560px;
}
body.inquiry div#main table.field-table td.submit-box input.cancel[type="submit"] {
  background: #e65645 none;
  color: #fff;
}
body.inquiry div#main table.field-table td.submit-box input.save[type="submit"]:hover,
body.inquiry div#main table.field-table td.submit-box input.cancel[type="submit"]:hover {
  background: #f39800 none;
}

footer#footer {
  margin: 110px 0 0 0;
  background: #efefef none;
  line-height: 1;
  padding: 1px 0 0 0;
  text-align: left;
  color: #888;
}
footer#footer div.body {
  max-width: 950px;
  padding: 0 30px;
  margin: 0 auto;
}
p#jump-to-top {
  margin: -2.4em 0 0 auto;
  width: 300px;
  font-size: 20px;
}
p#jump-to-top a {
  display: block;
  margin: 0;
  padding: 0.7em 0 1em 106px;
  width: 194px;
  background: #efefef none;
  color: #fff;
  font-weight: lighter;
  line-height: 1;
  text-decoration: none;
  background: #efefef url("../image/bros/arrow_up.png") no-repeat 60px 10px;
}
p#jump-to-top a:hover {
  background: #efefef url("../image/bros/arrow_up.png") no-repeat 60px 7px;
}
footer#footer div.body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html footer#footer div.body {
  height: 0;
}
footer#footer div.body ul {
  list-style: none;
  margin: 0 0 ;
  padding: 34px 0 23px 0;
  font-size: 16px;
  line-height: 1;
  float: right;
}
footer#footer div.body ul li {
  margin: 0 0 1em 0;
  padding: 0;
}
footer#footer div.body>ul>li:before {
  content: "";
  display: inline-block;
  margin: 0 0.2em 0 0;
  width: 14px;
  height: 14px;
  background: #f39800 none;
  vertical-align: 0;
}
footer#footer div.body>ul>li:hover:before {
  background: #2ea7e0 none;
}
footer#footer div.body ul li a {
  color: #888;
}
footer#footer div.body ul li a:hover {
  color: #2ea7e0;
  text-decoration: none;
}
footer#footer p a {
  color: #888;
  text-decoration: none;
}
footer#footer p a:hover {
  color: #f39800;
}
footer#footer address {
  float: left;
  margin: 0;
  padding: 25px 0 30px 0;
  font-style: normal;
  font-size: 18px;
}
footer#footer address p {
  margin: 0 0 14px 0;
  line-height: 1;
}
footer#footer address p.title {
  margin: 0 0 30px 0;
}
footer#footer address p.title a {
  display: block;
  margin: 0;
  padding: 70px 0 0 0;
  background: transparent url("../image/bros/logo_mini.png") no-repeat 10px top;
}
footer#footer address p.name {
  margin: 0 0 12px 0;
}
footer#footer address p.address {
  margin: 0 0 18px 0;
}
p#copyright {
  margin: 0;
  padding: 42px 30px;
  text-align: center;
  color: #898989;
  font-size: 12px;
  background: #fff none;
}
p#copyright br {
  display: none;
}

@media screen and (max-width: 950px) {
  body.inquiry div#main table.field-table,
  body.inquiry div#main table.field-table tbody,
  body.inquiry div#main table.field-table tr,
  body.inquiry div#main table.field-table td.field-name,
  body.inquiry div#main table.field-table td.field,
  body.inquiry div#main table.field-table td.submit-box {
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  body.inquiry div#main table input[type="text"],
  body.inquiry div#main table input[type="tel"],
  body.inquiry div#main table input[type="number"],
  body.inquiry div#main table input[type="password"],
  body.inquiry div#main table input[type="email"],
  body.inquiry div#main table input[type="url"],
  body.inquiry div#main table textarea {
    max-width: 100%;
  }
  footer#footer div.body>ul,
  footer#footer div.body div.address {
    float: none;
  }
  p#copyright br {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  p#jump-to-top {
    margin: -2.4em auto 0 auto;
  }
  footer#footer {
    margin: 88px 0 0 0;
  }
  footer#footer div.body ul {
    padding: 1em 0;
  }
  footer#footer div.body ul li {
    margin: 0 0 0.5em 0;
    padding: 0;
  }
  footer#footer address {
    padding: 0.3em 0;
    font-size: 16px;
  }
  footer#footer address p.title a {
    padding: 32px 0 0 124px;
    background: transparent url("../image/bros/logo_mini.png") no-repeat left top;
  }
  footer#footer address p.name {
    margin: 0 0 6px 0;
  }
  footer#footer address p.address {
    margin: 0 0 9px 0;
  }
  p#copyright {
    padding: 20px 30px;
  }
}
