@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */
body {
  background-color: #fff;
  color: #534741;
  font-size: 100%;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

::selection {
  background: #db5242;
  color: white;
}

a {}

.none_text {
  display: none;
}

a:link {
  color: #534741;
}

a:visited {
  color: #534741;
}

a:hover,
a:focus {
  color: #9b8880;
  /*	transition: 0.6s; */
}

.clr {
  clear: both;
  min-height: 1em;
}

*html .clr {
  height: 1px;
}

.clr:after {
  display: block;
  height: 1px;
  content: "";
  clear: both;
}

input,
select,
textarea {
  color: #000;
  font-family: inherit;
  font-size: 100%;
}

.new {
  margin-left: 0;
  padding: 5px 10px;
  border-radius: 2px;
  background-color: #ff0101;
  color: #ffffff;
  font-size: 90%;
  font-weight: bold;
  text-transform: uppercase;
}

.fs-cap {
  font-size: 180%;
  line-height: 150%;
  color: #6e4825;
  font-weight: lighter;
  margin-top: 20px;
  margin-bottom: 20px;
}

.fs-cap-02 {
  font-weight: 700;
  line-height: 200%;
}

img {}

.clr {
  clear: both;
  min-height: 1em;
}

*html .clr {
  height: 1px;
}

.clr:after {
  display: block;
  height: 1px;
  content: "";
  clear: both;
}

.margin-b {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.margin-b60 {
  margin-bottom: 60px;
}

.margin-b30 {
  margin-bottom: 60px;
}

.bl-check {
  background-color: #eee;
  padding: 20px;
}

.tbl-cnt {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
}

.tbl-cnt th {
  font-size: 160%;
  color: #96682e;
  text-align: center;
  margin-bottom: 30px;
  font-weight: lighter;
  padding-bottom: 30px;
}

.tbl-cnt td {}

/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
  *zoom: 1;
}

/* PCサイト
==================================================
==================================================
==================================================
================================================== */

@media print,
screen and (min-width: 1024px) {
  .content-top1-inner {
    width: 100%;
    max-width: 900px !important;
    margin: 0 auto;
    padding: 0 5px;
  }
}

@media print,
screen and (min-width: 768px) {

  a:hover img,
  a:focus img {
    opacity: 0.85;
    filter: alpha(opacity=85);
  }

  :-ms-input-placeholder {
    color: #999999;
  }

  body,
  html {
    height: 100%;
  }

  body {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
    line-height: 145%;
  }

  ol,
  ul {
    list-style: none;
  }

  form {
    margin: 0px;
    padding: 0px;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pc-disp {}

  .sp-disp {
    display: none;
  }

  #container {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    margin: 0;
  }

  #scrollTop {
    position: fixed;
    right: 0;
    z-index: 20;
    padding: 0;
    margin-bottom: 25px;
  }

  #scrollTop a {
    text-decoration: none;
  }

  #scrollTop img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    max-width: 52px;
  }

  .skip a {
    display: block;
    background-color: #007b44;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: absolute;
    height: 0;
    overflow: hidden;
  }

  #logo {
    position: absolute;
    width: 260px;
    top: 0;
    left: 20px;
    z-index: 99999;
  }

  #logo img {
    width: 100%;
  }

  #header {
    background-color: #fff;
    border-bottom: 2px solid #d95347;
  }

  #header-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0px 5px 10px 0px;
  }

  #header-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  #header-inner-l {
    float: left;
    width: 1%;
  }

  /*
#header-inner-l img{
	width: 100%;
	margin-bottom: -50px;
}
*/
  #header-inner-c {
    float: left;
    width: 0%;
  }

  #header-inner-r {
    float: right;
    width: 75%;
    text-align: right;
    padding-top: 0px;
  }

  .tool-area {
    text-align: right;
    padding-right: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .tool-area span {
    display: inline-block;
  }

  .tool-area .label {
    margin-right: 10px;
  }

  .tool-area .large {
    margin-right: 20px;
  }

  .tool-area .default img,
  .tool-area .large img {
    width: 35px;
    vertical-align: middle;
  }

  .keyword-area {}

  #keyword {
    width: 250px;
    height: 28px;
    margin-top: 5px;
    border-radius: 28px;
    padding: 0 5px;
  }

  #searchsubmit {
    padding-left: 5px;
    width: 35px;
  }

  .sp-header {
    display: none;
  }

  #globalNav {
    width: 100%;
    text-align: right;
    padding-top: 8px;
    font-weight: bold;
  }

  #globalNav ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #globalNav ul li {
    text-align: center;
    border-left: 1px solid #ccc;
  }

  #globalNav ul li:first-child {
    border-left: none;
  }

  #globalNav ul li a {
    display: block;
    padding: 2px 12px;
    text-decoration: none;
  }

  /* プルダウン Nav */

  #globalNav>ul .child {
    width: auto;
    min-width: 150px;
    display: none;
    position: absolute;
    z-index: 800;
    padding: 0px;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #d95347;
  }

  #globalNav>ul .child li {
    border-left: none;
    border-right: none;
    font-size: 100%;
    width: auto;
    font-weight: normal;

    padding: 0 3px;
  }

  #globalNav>ul .child li:last-child {
    border-bottom: none;
    height: auto;
  }

  #globalNav>ul .child li a {
    display: block;
    text-decoration: none;
    padding: 8px 10px;
    text-align: left;
    border-left: none;
    font-size: 90%;
    border-bottom: 1px dotted #d95347;
  }

  #globalNav>ul .child li:last-child a {
    border-bottom: none;
  }

  #globalNav>ul .child li:hover {
    background-color: #f4f4f4;
  }

  #globalNav>ul .child li:first-child {
    border-radius: 0 0 0 0;
  }

  #globalNav>ul .child li:last-child {
    border-radius: 0 0 0 0;
  }

  #globalNav>ul .child li:first-child a {
    border-radius: 0 0 0 0;
  }

  #globalNav>ul .child li:last-child a {
    border-radius: 0 0 0 0;
  }

  #globalNav>ul .child li:first-child a:hover {
    border-radius: 0 0 0 0;
  }

  #globalNav>ul .child li:last-child a:hover {
    border-radius: 0 0 0 0;
  }

  #globalNav>ul .child li:first-child a:focus {
    border-radius: 0 0 0 0;
  }

  #globalNav>ul .child li:last-child a:focus {
    border-radius: 0 0 0 0;
  }

  #content {
    width: 100%;
    background-image: url("../images/bg-main.png");
    background-repeat: repeat;
  }

  /* jquery.bxslider.min.js*/
  #main_img_wrapper {
    width: 100%;
    background-image: url("../images/bg-main2.png");
    background-repeat: repeat;
    padding: 0px 0 50px 0;
  }

  .main_img_body {
    margin: 0 auto;
  }

  .main_img_body img {
    width: 100%;
    position: relative;
  }

  span.pickup_banner_image_text {
    padding: 3px 10px;
    position: absolute;
    top: 4%;
    font-size: 80%;
    letter-spacing: 3px;
    right: 15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
  }

  #main_img_wrapper .bx-wrapper {
    margin-bottom: 0;
  }

  #main_img_wrapper .bx-wrapper .bx-viewport {
    left: 0;
    border: 0;
    box-shadow: none;
  }

  #main_img_wrapper .bx-wrapper .bx-controls-direction a {
    top: 0;
    margin-top: 0;
    width: 74px;
    height: 100%;
  }

  #main_img_wrapper .bx-wrapper .bx-next {
    display: none;
    right: 0;
    background: -moz-linear-gradient(left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 80%,
        rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 80%,
        rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 80%,
        rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
  }

  #main_img_wrapper .bx-wrapper .bx-prev {
    display: none;
    left: 0;
    background: -moz-linear-gradient(left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 20%,
        rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 20%,
        rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 20%,
        rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
  }

  .main_img_body {
    text-align: right;
  }

  img.p-content-title-backimage {
    width: 100%;
    vertical-align: bottom;
  }


  .bnr_wrapper {
    width: 100%;
    text-align: left;
    /* float: left; */
    margin: 0px 0 45px 0;
    background-color: transparent;
  }


  .top1-inner {
    width: 100%;
    max-width: 910px;
    margin: 0 auto;
    padding: 0 5px;
	  display: none;
  }

  .bnr_wrapper img {
    width: 100%;
    max-width: 50%;
    border: solid 1px #ccc;
  }


  .machi-inner {
    width: 100%;
    margin: 0 auto;
  }

  .machi-inner img {
    width: 100%;
  }



  .content-top1 {
    width: 100%;
  }

  .content-top1-inner {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    padding: 0 5px;
  }

  .content-top1-inner h2 {
    text-align: center;
    font-size: 198%;
    margin-bottom: 50px;
  }

  .content-top1-inner h2 span {
    border-bottom: 2px solid #d95347;
    letter-spacing: 0.1em;
    padding-bottom: 7px;
  }

  .top1-news-area {
    width: 100%;
    padding: 40px 40px 15px 40px;
    background-color: #fff;
    margin-bottom: 30px;
  }

  .top1-news-area ul li {
    margin-bottom: 20px;
  }

  .top1-news-area ul li:first-child {
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #d95347;
  }

  .top1-news-area ul li .date {
    padding: 0 5px 0 20px;
    background-image: url("../images/bg-date.png");
    background-repeat: no-repeat;
    background-position: left 45%;
    vertical-align: middle;
    color: #d95347;
  }

  .top1-news-area ul li .title {}

  .top1-news-area .more {
    text-align: right;
  }

  .top1-news-area .more img {
    width: 70px;
  }

  .yoyaku img {
    width: 100%;
  }

  #footer {
    width: 100%;
    /*bottom: 0;*/
    border-top: 2px solid #d95347;
    background-color: #fff;
  }

  .footer1 {
    width: 100%;
  }

  .footer1-inner {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 5px 20px 5px;
    border-bottom: 1px solid #ccc;
  }

  .footer1-inner ul {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .footer1-inner ul li {
    margin-right: 15px;
    background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: 32px 6px;
    padding-left: 50px;
    background-size: 10px;
  }

  .footer1-inner ul li a {
    text-decoration: none;
  }

  .footer2 {
    width: 100%;
  }

  .footer2-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 5px 20px 5px;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-logo img {
    width: 360px;
  }

  .footer-add {
    text-align: center;
  }

  .footer-tel {
    text-align: center;
  }

  .footer3 {
    width: 100%;
    background-color: #d95347;
    text-align: center;
    color: #fff;
    padding: 5px 5px 5px 5px;
    font-size: 80%;
  }

  #sp-footer {
    display: none;
  }

  /*
================================================== */

  .profile-left {
    float: left;
  }

  .profile-right {
    float: right;
    width: 83%;
  }

  .member_profile {}

  .member_profile_self_image {
    max-width: 100px;
  }

  .member_profile_self_image img {
    max-width: 100px;
  }

  .member_profile_desc_block {}

  .member_profile_desc_header {}

  .member_profile_desc_post {
    font-weight: bold;
    color: #84745f;
    letter-spacing: 0.1em;
  }

  .member_profile_desc_name_wrp {
    padding: 0.5em 0.75em;
    border-left: 6px solid #ffa400;
    margin-bottom: 18px;
  }

  .member_profile_desc_name_wrp::after {}

  .member_profile_desc_name {
    font-size: 160%;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .member_profile_desc_name_en {
    letter-spacing: 0.1em;
    padding-left: 20px;
    color: #4d4d4d;
  }

  .member_profile_skill_block {
    padding-bottom: 20px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
  }

  .member_profile_skill_block_head {
    background-color: #000;
    color: #fff;
    padding: 5px 5px 5px 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-right: 20px;
    float: left;
  }

  .member_profile_skill_list {
    font-size: 80%;
  }

  .member_profile_body {}

  .member_profile_school {
    padding-left: 5px;
  }

  .member_profile_body a:visited {
    color: #c1272d;
  }

  .member_profile_body a:link {
    color: #c1272d;
  }

  /*
================================================== */

  .contentBody th {
    background-color: #e6e6e6;
    font-weight: bold;
  }

  #sitemap_main {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: url("../images/sitemap_main.jpg");
    background-repeat: no-repeat;
    background-position: center top;
  }

  #search_main {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background-color: #ffffff;
    background-image: url("../images/sitemap_main.jpg");
    background-repeat: no-repeat;
    background-position: center top;
  }

  #breadCrumb {
    padding: 30px 0 20px 0px;
  }

  #breadCrumb a {}

  #breadCrumb a:hover {}

  #breadCrumb p {
    margin-left: 0px;
    font-size: 70%;
  }

  .scrText {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .print_wrp {
    display: none;
    text-align: right;
    padding-top: 8px;
    margin-bottom: -32px;
  }

  #content-inner {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
  }

  #content-inner:after {
    content: "";
    display: block;
    clear: both;
  }

  .page-image {
    margin-top: 15px;
    text-align: center;
  }

  #main {
    width: 71%;
    font-size: 90%;
    float: left;
    background-color: #fff;
    padding: 20px;
    min-height: 538px;
    margin-bottom: 35px;
    border: solid 1px #e6e6e6;
  }

  #main2 {
    width: 100%;
    clear: both;
    min-height: 538px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 50px;
    border: solid 1px #e6e6e6;
  }

  .contentBody {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    min-height: 1em;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    line-height: 25px;
  }

  #page .contentBody {
    width: 65%;
  }

  .contentBody img {
    max-width: 100%;
  }

  .contentHeader p.date {
    float: right;
  }

  .thumb {
    float: right;
    padding-left: 0px;
    height: 67px;
    overflow: hidden;
    margin-right: 0px;
    margin-top: 0px;
  }

  .thumb img {
    width: 100px;
    margin-right: 0px;
  }

  /*calendar*/

  .calendar {}

  .sectionHeader {}

  .contentBodyWrapper {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .calendar .contentBodyWrapper {
    display: block;
  }

  .sectionBody {}

  .cal_month_select span {
    font-weight: bold;
    margin: 0px 20px;
    display: inline-block;
    padding: 8px 15px;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.4s;
    background-color: #eee;
    line-height: 150%;
    /* width: 100%; */
    /* font-size: 130%; */
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #999999;
    margin-bottom: 10px;
  }

  .cal_month_select span:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }

  .cal_month_select span a {
    color: #5c514b;
    font-weight: bold;
    text-decoration: none;
  }

  .reserved_table {
    width: 100%;
    text-align: center;
  }

  .reserved_table th,
  .reserved_table td {
    padding: 0px;
    border: 1px #a99582 solid !important;
  }

  .reserved_table th.saturday {
    background-color: #dceef6;
  }

  .reserved_table th.sunday {
    background-color: #f6dcdc;
  }

  .reserved_table th.holiday {
    background-color: #f6dcdc;
  }

  .reserved_table th.weekday {
    background-color: #f2f2f2;
  }

  .saturday {
    background-color: #dceef6;
  }

  .holiday {
    background-color: #f6dcdc;
  }

  .sunday {
    background-color: #f6dcdc;
  }

  .reserved_table th {
    text-align: center;
    vertical-align: middle;
    background-color: #f2f2f2;
    padding: 0.2%;
  }

  .cal-top {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .free {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    padding: 25px;
  }

  .logo-f {
    float: right;
  }

  p.free1 {
    margin-bottom: 10px;
  }

  .free2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .free2 span {}

  .free2 a {
    color: #b54800;

  }

    
  .free2 .indent-text {
    margin-left: 1em;
  }

  .cal_month_select {
    margin-bottom: 30px;
    text-align: center;
    font-size: 130%;
  }

  .scroll {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pc {
    display: none;
  }



  /* pagelist */

  .contentListWrapper .pageList {
    width: 100%;
    margin-top: 20px;
    display: inline-flex;
    flex-wrap: wrap;
  }

  .contentListWrapper .pagelist-item {
    width: 44%;
    margin: 15px 0% 10px 4%;
    border: 1px solid #ccc;
    /* border-radius: 10px; */
    /* -webkit-border-radius: 10px; */
    -moz-border-radius: 10px;
    padding: 10px 10px 10px 10px;
    line-height: 175%;
    /* border-radius: 10px; */
    background-image: url(../images/con_h.png);
    background-repeat: repeat-x;
    background-size: 140%;
  }

  .contentListWrapper .pagelist-item .thumb {}

  .contentListWrapper .pagelist-item .thumb img {
    width: 100%;
  }

  .contentListWrapper .pagelist-item .thumb img:hover {}

  .contentListWrapper .pagelist-item .title {
    display: block;
    font-size: 120%;
    font-weight: bold;
    margin: 0 10px;
    background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: 5px 12px;
    background-size: 12px;
    padding: 5px 0 5px 27px;
    line-height: 145%;
  }

  .contentListWrapper .pagelist-item .title a {
    transition: 0.6s;
    text-decoration: none;
  }

  .contentListWrapper .pagelist-item .description {
    padding: 10px 0;
    margin: 0 10px;
    display: block;
    font-size: 85%;
    border-top: 1px dotted #73b21b;
  }

  .contentListWrapper .pagelist-item .date {
    padding-left: 40px;
    font-size: 90%;
    color: #d95347;
  }

  .contentBody .pagination {
    text-align: center;
    font-size: 80%;
  }

  .contentBody .pagination a {
    background-color: #534741;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    /* CSS3???ﾄ */
    -webkit-border-radius: 100px;
    /* Safari,Google Chrome?p */
    -moz-border-radius: 100px;
    /* Firefox?p */
    padding: 2px 7px 2px 7px;
  }

  #sidemenu {
    width: 30%;
    /* float: right; */
    margin-top: 0px;
    margin-left: 5%;
  }

  .sideHeader {
    width: 100%;
    background-color: #da5347;
  }

  .sideHeader h2 {
    padding: 7px 10px 34px 10px;
    font-size: 90%;
    color: #fff;
    text-align: center;
    background-image: url(../images/bg-sidemenu-h2.png);
    background-repeat: no-repeat;
    background-position: center 80%;
    background-size: 24px;
  }

  .sideBody {
    width: 100%;
    background-color: #fff;
    padding: 5px 0 5px 0;
    font-size: 95%;
  }

  .sideBody li {
    margin: 10px 0px 0 0px;
    padding: 9px 10px 7px 28px;
    background-color: #fff;
    background-image: url(../images/pagelist-icon.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 13px;
  }

  .sideBody .current_page {
    background-color: #eeefef;
  }

  .sideBody li a:link {
    color: #534741;
  }

  .sideBody li a:visited {
    color: #534741;
  }

  .sideBody li a:hover,
  a:focus {}

  .sideBody li .active {
    color: #a99582;
  }

  .sideBody a {
    background-image: url("../images/link-icon01.png");
    background-repeat: no-repeat;
    background-position: left;
    text-decoration: none;
  }

  .sidebanner {
    margin-top: 15px;
    text-align: center;
  }

  .sidebanner li {
    margin-bottom: 0px;
  }

  .sidebanner li img {
    border: solid 1px #ccc;
  }

  .contentBody .pul-li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  .contentBody .pul-li li {
    background-image: url("../images/pul-li.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
  }

  .contentBody .pul-li strong {}

  .contentBody .pul-li02 {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  .contentBody .pul-li02 li {
    background-image: url("../images/pul-li-02.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
  }

  .contentBody .pul-li02 strong {}


  .contentBody .agreement-section .checkbox-group {
    margin-bottom: 1em;
    display: flex;
    align-items: flex-start;
  }

  .contentBody .agreement-section .checkbox-group input[type="checkbox"] {
    margin-top: 0.4em;
    flex-shrink: 0;
  }

  .contentBody .agreement-section .checkbox-label {
    margin-left: 0.5em;
    line-height: 1.6;
  }

  .contentBody .agreement-section .checkbox-label .indent-level-2 {
    display: block;
    margin-left: 1.5em;
  }

  .contentBody .agreement-section .decoration-underline {
    text-decoration: underline;
  }
  /*
================================================== */

  /*
================================================== */

  .sitemap {
    margin-left: 0px;
  }

  .depth1 li {
    padding-top: 0px;
  }

  .depth2 li {
    padding-top: 0px;
  }
}

/* 幅が 1000px以上 1200px以下であれば */
@media (min-width: 1100px) and (max-width: 1250px) {
  #logo {}

  #globalNav ul {
    font-size: 90%;
  }

  .tool-area {
    margin-bottom: 10px;
    padding-top: 15px;
  }

  .tool-area .default img,
  .tool-area .large img {
    width: 30px;
    vertical-align: middle;
  }

  #keyword {
    width: 230px;
    height: 26px;
    border-radius: 26px;
  }

  #searchsubmit {
    width: 32px;
  }

  #globalNav ul li a {
    padding: 2px 8px;
    font-size: 95%;
  }
}

/* 幅が 900px以上 999px以下であれば */
@media (min-width: 950px) and (max-width: 1099px) {
  #logo {
    width: 240px;
  }

  #globalNav ul {
    font-size: 80%;
  }

  .tool-area {
    margin-bottom: 6px;
    padding-top: 15px;
  }

  .tool-area .default img,
  .tool-area .large img {
    width: 25px;
    vertical-align: middle;
  }

  #keyword {
    width: 210px;
    height: 24px;
    border-radius: 24px;
  }

  #searchsubmit {
    width: 28px;
  }

  #globalNav ul li a {
    padding: 2px 8px;
    font-size: 90%;
  }
}

/* 幅が 768px以上 899px以下であれば */
@media (min-width: 768px) and (max-width: 949px) {
  #logo {
    width: 180px;
    left: 10px;
    background-color: #d95347;
    padding-top: 20px;
  }

  #globalNav ul {
    font-size: 80%;
  }

  #globalNav ul li a {
    padding: 2px 4px;
    font-size: 85%;
  }

  .tool-area {
    margin-bottom: 4px;
  }

  .tool-area .default img,
  .tool-area .large img {
    width: 25px;
    vertical-align: middle;
  }

  #keyword {
    width: 190px;
    height: 24px;
    border-radius: 24px;
  }

  #searchsubmit {
    width: 28px;
  }
}

@media (min-width: 971px) and (max-width: 1024px) {
  #globalNav>ul .child {
    /*width: 190px;*/
  }

  #globalNav>ul .child li a {
    font-size: 80%;
  }
}

/*PCサイト終わり
==================================================
==================================================
==================================================
================================================== */

/* スマホサイト
==================================================
==================================================
==================================================
================================================== */

@media (max-width: 767px) {

  body,
  html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
  }

  body {
    margin: 0px;
    padding: 0px;
    font-size: 87.5%;
    line-height: 130%;
  }

  img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  ol,
  ul {
    list-style: none;
  }

  form {
    margin: 0px;
    padding: 0px;
  }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pc-disp {
    display: none;
  }

  .sp-disp {}

  #container {
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    font-size: 87.5%;
  }

  #scrollTop {
    position: fixed;
    right: 0;
    z-index: 20;

    bottom: 33px !important;
  }

  #scrollTop a {
    text-decoration: none;
  }

  #scrollTop img {
    width: 40px;
    opacity: 0.4;
    filter: alpha(opacity=40);
  }

  .skip p {
    display: block;
    background-color: #007b44;
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: absolute;
    height: 0;
    overflow: hidden;
  }

  #header {
    display: none;
  }

  .sp-header {
    margin-top: 60px;
  }

  /*
================================================== */

  #title {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .header-top {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: #d95347;
    width: 100%;
    height: 60px;
    padding: 0px 0px 0 0px;

    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    opacity: 0.95;
    z-index: 3;
  }

  .header-top .logo {
    float: left;
    padding-top: 20px;
    padding-left: 15px;
    vertical-align: middle;
  }

  .header-top .logo img {
    float: left;
    width: 240px;
    padding-top: 0px;
  }

  .header-top a {
    text-decoration: none;
  }

  .menu_open_button {
    margin-top: 0;
    float: left;
    background-repeat: no-repeat;
    background-position: center 12px;
    background-image: url(/theme/sn-default/images/menu_icon.png);
    padding-top: 35px;
    text-align: center;
    width: 65px;
    height: 60px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
  }

  .menu_close_button {
    background-repeat: no-repeat;
    background-position: center 12px;
    background-size: 38px;
    background-image: url(/theme/sn-default/images/close.png);
    /* background-color: #534741; */
    padding-top: 10px;
    text-align: center;
    width: 55px;
    height: 50px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 10px;
    margin-right: 0px;
    float: right;
  }

  /* Header Nav
================================================== */

  .header-navi {}

  .header-navi .nav-header {
    background: #999999;
  }

  .header-navi .nav-header h2 {
    float: left;
    padding: 15px 5px 5px 5px;
  }

  .header-navi .nav-header button {
    float: right;
    padding: 5px;
  }

  .header-navi .nav-header button img {
    width: 45px;
  }

  /*
---------------------------------------------------------------*/
  #pc-search {
    margin: 10px 10px;
  }

  #keyword {
    width: 170px;
    height: 28px;
    margin-top: 5px;
    border-radius: 28px;
    padding: 0 5px;
  }

  #searchsubmit {
    padding-left: 5px;
    width: 35px;
  }

  #modal {
    display: none;
  }

  #modal h2 {}

  #modal h2,
  #modal ul {
    padding: 0px;
    width: 230px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  #modal ul li {
    margin-bottom: 1px;
    padding: 0 0 0 5px;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    font-size: 87.5%;
    color: #534741;
  }

  #modal ul li a {
    display: block;
    text-decoration: none;
    padding: 10px 10px 10px 20px;
    background-image: url(../images/pagelist-icon.png);
    background-repeat: no-repeat;
    background-position: 0px 14px;
    background-size: 10px;
    /* color: #534741; */
    margin-left: 6px;
    /* font-size: 130%; */
    font-weight: bold;
  }

  #modal-menu1 {}

  #modal-menu2 {}

  #modal-menu3 {}

  #modal-menu4 {}

  #modal-menu5 {}

  #modal-menu6 {}

  #modal-menu7 {}

  #modal-menu8 {}

  #modal-menu9 {}

  .close {
    text-align: right;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .close a {}

  .open {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    float: right;
  }

  .open img {
    vertical-align: middle;
  }

  /*
---------------------------------------------------------------*/

  #content {
    width: 100%;
    padding-bottom: 50px;
    background-image: url("../images/bg-main.png");
    background-repeat: repeat;
  }

  /* jquery.bxslider.min.js*/
  #main_img_wrapper {
    max-width: 1980px;
    margin: 0 auto;
    padding: 0px 0 50px 0;
    background-image: url("../images/bg-main2.png");
    background-repeat: repeat;
  }

  #main_img_wrapper .bx-wrapper {
    margin-bottom: 0;
  }

  #main_img_wrapper .bx-wrapper .bx-viewport {
    left: 0;
    border: 0;
    box-shadow: none;
  }

  #main_img_wrapper .bx-wrapper .bx-controls-direction a {
    top: 0;
    margin-top: 0;
    width: 74px;
    height: 100%;
  }

  #main_img_wrapper .bx-wrapper .bx-next {
    display: none;
    right: 0;
    background: -moz-linear-gradient(left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 80%,
        rgba(255, 255, 255, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 80%,
        rgba(255, 255, 255, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 80%,
        rgba(255, 255, 255, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    /* IE6-9 */
  }

  #main_img_wrapper .bx-wrapper .bx-prev {
    display: none;
    left: 0;
    background: -moz-linear-gradient(left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 20%,
        rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 20%,
        rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 20%,
        rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
  }

  /* jquery.bxslider.min.js*/

  #main_img_wrapper img {
    vertical-align: bottom;
    position: relative;
  }

  span.pickup_banner_image_text {
    padding: 3px 10px;
    position: absolute;
    top: 12px;
    font-size: 80%;
    letter-spacing: 3px;
    right: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
  }


  .bnr_wrapper {
    width: 100%;
    text-align: left;
    /* float: left; */
    margin: 0px 0 45px 0;
    background-color: transparent;
  }


  .top1-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }

  .bnr_wrapper img {
    width: 100%;
    border: solid 1px #ccc;
  }

  .content-top1 {
    width: 100%;
  }

  .content-top1-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
  }

  .content-top1-inner h2 {
    text-align: center;
    font-size: 140%;
    margin-bottom: 25px;
  }

  .content-top1-inner h2 span {
    border-bottom: 2px solid #d95347;
    letter-spacing: 0.1em;
    padding-bottom: 7px;
    font-size: 85%;
  }

  .top1-news-area {
    font-size: 85%;
    width: 100%;
    padding: 30px 15px 15px 15px;
    background-color: #fff;
    margin-bottom: 30px;
  }

  .top1-news-area ul li {
    margin-bottom: 40px;
  }

  .top1-news-area ul li .date {
    padding: 0 7px 0px 20px;
    background-image: url(../images/bg-date.png);
    background-repeat: no-repeat;
    background-position: 3px 6px;
    background-size: 8px;
  }

  .top1-news-area ul li .title {
    display: block;
    margin-top: 10px;
    font-size: 120%;
  }

  .top1-news-area .more {
    text-align: right;
  }

  .top1-news-area .more img {
    width: 50px;
  }

  #footer {
    width: 100%;
    /*bottom: 0;*/
    /*position: absolute;*/
    border-top: 2px solid #d95347;
    background-color: #fff;
  }

  .footer1 {
    width: 100%;
  }

  .footer1-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 5px 15px 5px;
    border-bottom: 1px solid #ccc;
  }

  .footer1-inner ul {
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer1-inner ul li {
    width: 31%;
    font-size: 90%;
    margin: 0 1% 5px 1%;
    background-image: url(../images/bg-link1.png);
    background-repeat: no-repeat;
    background-position: 8px 44%;
    background-size: 10px;
    background-color: #f1f1ef;
  }

  .footer1-inner ul li a {
    text-decoration: none;
    display: block;
    padding: 5px 0 5px 25px;
  }

  .footer2 {
    width: 100%;
  }

  .footer2-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 15px 5px 15px 5px;
  }

  .footer-logo {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-logo img {
    width: 240px;
  }

  .footer-add {
    text-align: center;
  }

  .footer-add span {
    display: block;
    letter-spacing: -1px;
  }

  .footer-tel {
    text-align: center;
  }

  .footer3 {
    width: 100%;
    background-color: #d95347;
    text-align: center;
    color: #fff;
    padding: 5px 5px 5px 5px;
    font-size: 70%;
    letter-spacing: 0px;
    line-height: 130%;
  }

  .footer3 span {
    display: block;
  }

  #pc-footer {
    display: none;
  }

  /*
================================================== */

  #sitemap_main {
    display: none;
  }

  #search_main {
    display: none;
  }

  #breadCrumb {
    padding: 5px 0 5px 5px;
    font-size: 70%;
  }

  #breadCrumb a {}

  #breadCrumb a:hover {}

  .scrText {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .print_wrp {
    display: none;
    text-align: right;
    padding-top: 8px;
    margin-bottom: -32px;
  }

  p.description {
    font-size: 80%;
  }

  #content-inner {
    width: 100%;
    padding: 0;
  }

  #content-inner:after {}

  #main {
    width: 100%;
    background-color: #fff;
    padding: 10px 5px 20px 5px;
  }

  #main2 {
    width: 100%;
    background-color: #fff;
    padding: 10px 5px 20px 5px;
  }

  .contentBody {}

  .contentBody img {
    padding: 10px;
  }

  .thumb {
    float: right;
    padding-left: 0px;
    height: 67px;
    overflow: hidden;
    margin-right: 0px;
    margin-top: 0px;
  }

  .thumb img {
    width: 82px;
    margin-right: 0px;
    margin-left: 16px;
    padding: 0;
  }

  .contentBody .pageList {
    margin-left: 5px;
    padding-left: 0px;
  }

  .pageList li:nth-child(odd) {
    background-color: #f2f2f2;
  }

  .pageList li {
    padding: 25px 12px;
    list-style-type: none;
  }

  .pageList .title {
    font-size: 120%;
    display: block;
    padding-bottom: 0px;
    font-weight: bold;
  }

  .pageList .title a {
    text-decoration: none;
    background-image: url(../images/pagelist-icon.png);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    background-size: 10px;
    padding-left: 22px;
  }

  .pageList .date {
    font-size: 80%;
    color: #a99582;
    font-weight: normal;
    margin: 0 0 0 0;
    padding-top: 10px;
    /* padding-bottom: 8px; */
    display: block;
    padding-left: 22px;
    padding-right: 20px;
    /* float: left; */
  }

  .pageList .description {
    display: block;
    font-weight: normal;
    margin-top: 0px;
    font-size: 80%;
  }

  .contentBody .pagination {
    text-align: center;
    font-size: 70%;
  }

  .contentBody .pagination a {
    background-color: #534741;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    /* CSS3???ﾄ */
    -webkit-border-radius: 100px;
    /* Safari,Google Chrome?p */
    -moz-border-radius: 100px;
    /* Firefox?p */
    padding: 5px;
  }

  /*calendar*/

  .calendar {}

  .sectionHeader {}

  .contentBodyWrapper {}

  .sectionBody {}

  .cal_month_select span {
    font-weight: bold;
    margin: 0px 7px;
    display: inline-block;
    padding: 5px 8px;
    text-decoration: none;
    border-radius: 10px;
    transition: 0.4s;
    background-color: #eee;
    line-height: 150%;
    /* width: 100%; */
    font-size: 90%;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #999999;
    margin-bottom: 0px;
  }

  .cal_month_select span:active {
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
  }

  .cal_month_select span a {
    color: #5c514b;
    font-weight: bold;
    text-decoration: none;
  }

  .reserved_table {
    width: 100%;
    text-align: center;
  }

  .reserved_table th,
  .reserved_table td {
    padding: 10px !important;
    border: 1px #a99582 solid !important;
  }

  .reserved_table th.saturday {
    background-color: #dceef6;
  }

  .reserved_table th.sunday {
    background-color: #f6dcdc;
  }

  .reserved_table th.holiday {
    background-color: #f6dcdc;
  }

  .reserved_table th.weekday {
    background-color: #f2f2f2;
  }

  .saturday {
    background-color: #dceef6;
  }

  .holiday {
    background-color: #f6dcdc;
  }

  .sunday {
    background-color: #f6dcdc;
  }

  .reserved_table th {
    text-align: center;
    vertical-align: middle;
    background-color: #f2f2f2;
    padding: 0.2%;
  }

  .cal-top {
    margin-top: 0;
    margin-bottom: 3px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .free {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 0;
    font-weight: bold;
    padding: 10px;
    text-align: center;
  }

  .logo-f {}

  p.free1 {
    margin-bottom: 10px;
  }

  .free2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
  }

  .free2 span {
    display: block;
  }
  
  .free2 .indent-text {
    margin-left: 1em;
  }

  .cal_month_select {
    margin-bottom: 30px;
    text-align: center;
    font-size: 130%;
  }

  .scroll {
    overflow: auto;
  }

  .pc {
    display: block;
    /* margin-bottom: 10px; */
    text-align: center;
    padding: 10px;
    font-size: 82%;
  }

  #sidemenu {
    display: none;
  }

  .contentBody .pul-li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  .contentBody .pul-li li {
    background-image: url("../images/pul-li.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    margin-bottom: 10px;
  }

  .contentBody .pul-li strong {}

  .contentBody .pul-li02 {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
  }

  .contentBody .pul-li02 li {
    background-image: url("../images/pul-li-02.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
    margin-bottom: 10px;
  }

  .contentBody .pul-li02 strong {}

  /*
================================================== */

  /*
================================================== */

  .profile-left {
    float: left;
  }

  .profile-right {
    float: right;
    width: 75%;
  }

  .member_profile {}

  .member_profile_self_image {
    max-width: 100px;
  }

  .member_profile_self_image img {
    max-width: 60px;
  }

  .member_profile_desc_block {}

  .member_profile_desc_header {}

  .member_profile_desc_post {
    font-weight: bold;
    color: #84745f;
    font-size: 90%;
    padding-bottom: 4px;
    letter-spacing: 0.1em;
  }

  .member_profile_desc_name_wrp {
    padding: 0.5em 0.75em;
    border-left: 6px solid #ffa400;
    margin-bottom: 18px;
  }

  .member_profile_desc_name_wrp::after {}

  .member_profile_desc_name {
    font-size: 130%;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .member_profile_desc_name_en {
    letter-spacing: 0.1em;
    padding-left: 20px;
    color: #4d4d4d;
  }

  .member_profile_skill_block {
    padding-bottom: 20px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
  }

  .member_profile_skill_block_head {
    background-color: #000;
    color: #fff;
    padding: 5px 5px 5px 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-right: 20px;
    float: left;
  }

  .member_profile_skill_list {
    font-size: 80%;
  }

  .member_profile_body {
    font-size: 90%;
  }

  .member_profile_school {
    padding-left: 5px;
  }

  .member_profile_body a:visited {
    color: #c1272d;
  }

  .member_profile_body a:link {
    color: #c1272d;
  }

  /*
================================================== */

  .sitemap {
    margin-left: 0px;
  }

  .depth1 li {
    padding-top: 0px;
  }

  .depth2 li {
    padding-top: 0px;
  }
}

/* map
================================================== */

.map {
  padding: 50px 0;
}

.map img {
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
}

/* form-demo
================================================== */

.top-category_form-demo #sidemenu {
  display: none;
}

#page.top-category_form-demo .contentBody {
  width: 100%;
}

/*
==================================================
==================================================
==================================================
================================================== */



.tbl-form-button-block {
  text-align: center;
}

/* login
================================================== */
.login label {
  width: 100px;
  display: inline-block;
}

.login fieldset+fieldset {
  margin-top: 10px;
}

.login .login-button {
  margin-top: 20px;
}

.login .p-login-form {
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* sect-form-error
================================================== */
.sect-form-error {
  background-color: #F9E6E6;
  color: #D34841;
  border: 2px solid #D34841;
  border-radius: 5px;
}

.contentBody .sect-form-error ul li {
  margin-bottom: 0;
}

/* cal-bg-gray
================================================== */
.cal-bg-gray {
  padding: 3rem;
  background-image: url(../images/bg-main.png);
  background-repeat: repeat;
}

.cal-bg-gray .contentBody {
  max-width: 1180px;
  background-color: #fff;
  padding: 1rem 2rem;
}

@media (max-width: 768px) {

  .cal-bg-gray {
    margin-bottom: 2rem;
  }

  .cal-bg-gray,
  .cal-bg-gray .contentBody {
    padding: 1rem;
  }
}

/* text_attention
================================================== */
.text_attention {
  color: #d95347;
  font-weight: bold;
}