/*-------------------------------------------
 variable
-------------------------------------------*/
/***  color  ***/
/***  font-size  ***/
/***  screen  ***/
/***  font(google)  ***/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/***  point  ***/
/*-------------------------------------------
 reset
-------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  caret-color: transparent; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none !important;
  border-radius: 0; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  overflow-y: scroll; }

body {
  margin: 0 auto;
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 1px; }
  @media screen and (max-width: 500px) {
    body {
      padding-top: 70px; } }

/*-------------------------------------------
/*-------------------------------------------
/*-------------------------------------------
Base
--------------------------------------------/
--------------------------------------------/
-------------------------------------------*/
html {
  font-size: 62.5%; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 57.0%; } }
  @media screen and (max-width: 500px) {
    html {
      font-size: 52.5%; } }

#container {
  width: 100%;
  margin: 0 auto;
  clear: both; }

#header {
  width: 100%;
  margin: 0px auto;
  clear: both; }

#gnavi_base {
  height: 50px;
  width: 100%;
  margin: 0px;
  background: url("../images/gnavi/bg.png") repeat-x; }
  @media screen and (max-width: 500px) {
    #gnavi_base {
      display: none;
      background: #931422;
      height: calc(100% - 70px);
      overflow-y: auto;
      position: fixed;
      top: 70px;
      z-index: 998; } }

#main {
  width: 100%;
  max-width: 940px;
  margin: 0px auto;
  padding: 0px 15px 50px 15px;
  clear: both;
  overflow-x: hidden; }

.sub-title {
  background-color: #951220;
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Noto Serif JP';
  font-weight: 500;
  width: 100%;
  padding: 4px 12px;
  margin-bottom: 20px; }

.sub-head {
  font-family: 'Noto Serif JP';
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 20px; }

.record-title {
  font-family: 'Noto Serif JP';
  font-size: 1.3rem;
  font-weight: 700;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  border-left: 8px solid #951220;
  margin-bottom: 20px; }

/* =======================================
    header
======================================= */
#title_base {
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-color: #ffffff;
  z-index: 999; }

#title {
  width: 100%;
  max-width: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin: 0px auto;
  padding: 10px 15px;
  clear: both; }
  @media screen and (max-width: 500px) {
    #title {
      background-color: #ffffff;
      height: 70px;
      border-bottom: 1px solid #dddddd;
      padding-top: 0;
      padding-bottom: 0;
      padding-right: 0;
      position: fixed;
      top: 0;
      z-index: 998; } }
  #title .h-logo-wrap {
    width: 270px; }
    @media screen and (max-width: 500px) {
      #title .h-logo-wrap {
        width: 90px; } }

#h-logo,
#h-name,
#h-info {
  display: table-cell;
  vertical-align: middle;
  line-height: 0; }

#h-logo {
  width: 90px; }

#h-name {
  width: 200px; }
  @media screen and (max-width: 500px) {
    #h-name {
      display: none; } }

#h-info {
  width: calc(100% - 270px);
  text-align: right; }
  @media screen and (max-width: 500px) {
    #h-info {
      display: none; } }

.h-wrap {
  display: none; }
  @media screen and (max-width: 500px) {
    .h-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: calc(100% - 90px); } }

.h-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .h-tel img {
    width: 45px;
    height: auto; }

.h-burger {
  width: 80px;
  height: 60px;
  padding: 12px 15px 12px 10px;
  margin-left: 5px;
  cursor: pointer;
  z-index: 999; }
  .h-burger.open .icon span.line-1 {
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .h-burger.open .icon span.line-2 {
    opacity: 0.0; }
  .h-burger.open .icon span.line-3 {
    top: 0;
    margin: auto;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .h-burger .icon {
    position: relative;
    width: 100%;
    height: 100%; }
    .h-burger .icon span {
      background-color: #931422;
      display: block;
      width: 100%;
      height: 3px;
      position: absolute;
      right: 0;
      -webkit-transition: all ease-out .3s;
      transition: all ease-out .3s; }
      .h-burger .icon span.line-1 {
        top: 0; }
      .h-burger .icon span.line-2 {
        opacity: 1.0;
        top: calc(50% - 0.2rem); }
      .h-burger .icon span.line-3 {
        bottom: 0; }

/* =======================================
    gnavi
======================================= */
#gnavi {
  height: 50px;
  max-width: 940px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }
  @media screen and (max-width: 500px) {
    #gnavi {
      height: 100%;
      padding-left: 0;
      padding-right: 0; } }

/* Parent nav */
nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 500px) {
    nav > ul {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  nav > ul > li {
    border-right: 1px solid #dd858c;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 16%;
    height: 50px;
    padding: 0px 0px 0px 0px;
    list-style-type: none; }
    @media screen and (max-width: 500px) {
      nav > ul > li {
        display: block;
        width: 100%;
        height: auto;
        border-right: none;
        border-bottom: 1px solid #dd858c; } }
    nav > ul > li:nth-of-type(1) {
      border-left: 1px solid #dd858c; }
      @media screen and (max-width: 500px) {
        nav > ul > li:nth-of-type(1) {
          border-left: none; } }
    @media screen and (max-width: 767px) {
      nav > ul > li:nth-last-of-type(1) {
        width: 20%; } }
    @media screen and (max-width: 500px) {
      nav > ul > li:nth-last-of-type(1) {
        width: 100%; } }
    nav > ul > li.sp {
      display: none; }
      @media screen and (max-width: 500px) {
        nav > ul > li.sp {
          display: block; } }
    nav > ul > li > a {
      font-family: 'Noto Serif JP';
      font-size: 1.3rem;
      line-height: 1.0;
      font-weight: 300;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%;
      height: 100%;
      padding-left: 5px;
      padding-right: 5px;
      -webkit-transition: all ease-in-out .2s;
      transition: all ease-in-out .2s; }
      @media screen and (max-width: 500px) {
        nav > ul > li > a {
          font-size: 1.4rem;
          text-align: left;
          display: block;
          padding: 15px 10px; } }
      nav > ul > li > a:hover {
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        -webkit-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s; }
      nav > ul > li > a span {
        font-size: 0.8rem;
        line-height: 1.2;
        color: #dd858c;
        padding-top: 4px;
        display: block; }
        @media screen and (max-width: 500px) {
          nav > ul > li > a span {
            font-size: 1.0rem; } }
nav a {
  color: #fff;
  text-decoration: none; }
  nav a:hover {
    color: #0090aa; }
nav .sub-menu {
  position: absolute;
  width: 186px;
  background: #b22c34;
  top: 50px;
  left: 0;
  display: none;
  list-style-type: none;
  opacity: 0.9; }
  @media screen and (max-width: 500px) {
    nav .sub-menu {
      font-size: 1.4rem;
      width: 100%;
      display: block;
      position: unset; } }
  nav .sub-menu a {
    color: #fff;
    padding: 15px 15px;
    display: block;
    z-index: 2;
    border-top: 1px solid #ffffff; }
    @media screen and (max-width: 500px) {
      nav .sub-menu a {
        padding: 10px 20px; } }
    nav .sub-menu a:hover {
      color: #fff; }
nav .menu-item-has-children:hover ul {
  display: block;
  z-index: 2; }
nav li.menu-item-has-children li a:hover {
  background: #920b14;
  z-index: 2; }

.h-info-b {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 20px; }
  @media screen and (max-width: 500px) {
    .h-info-b {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .h-info-b a {
    display: block; }

/* =======================================
    TOP Main
======================================= */
#top_main_base {
  max-width: 940px;
  width: 100%;
  margin: 0 auto; }

#top_concept {
  height: 500px;
  position: relative;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (max-width: 767px) {
    #top_concept {
      height: 400px; } }
  @media screen and (max-width: 500px) {
    #top_concept {
      height: 250px; } }
  @media screen and (max-width: 767px) {
    #top_concept img {
      max-width: 520px;
      width: 100%;
      height: auto; } }

#top_concept h2 {
  position: absolute;
  left: 0;
  top: 190px; }
  @media screen and (max-width: 767px) {
    #top_concept h2 {
      top: 150px; } }
  @media screen and (max-width: 500px) {
    #top_concept h2 {
      top: 80px; } }

/* =======================================
    TOP information
======================================= */
.btn_news {
  position: absolute;
  top: 13px;
  right: 37px; }

#top_info_box {
  width: 300px;
  height: 150px;
  overflow: auto;
  margin-top: 30px;
  margin-left: 10px;
  color: #fff; }

#top_info_box dl {
  margin: 5px 10px; }

#top_info_box dl dt {
  margin: 0;
  padding: 0;
  color: #a0902f;
  font-size: 11px; }

#top_info_box dl dt a {
  font-weight: normal; }

#top_info_box dl dd {
  margin: 0 0 6px;
  padding: 0 0 6px;
  font-size: 11px; }

#top_info_box dl dd a {
  color: #fff;
  font-size: 11px; }

#anaumekun {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 500px) {
    #anaumekun li {
      width: 50%; } }
  #anaumekun li:nth-of-type(1) {
    margin-right: 10px; }
  #anaumekun li p {
    text-align: center; }
  #anaumekun li img {
    width: 100%;
    height: auto; }

/* =======================================
    Main Banner
======================================= */
#bnn_inner {
  max-width: 940px;
  height: 380px;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 767px) {
    #bnn_inner {
      height: 300px; } }
  @media screen and (max-width: 500px) {
    #bnn_inner {
      height: 200px; } }

#bnn_inner h2 {
  position: absolute;
  right: 30px;
  bottom: 30px; }

.bnn_title {
  position: absolute;
  top: 100px;
  left: 35px; }
  @media screen and (max-width: 767px) {
    .bnn_title {
      top: 80px; } }
  @media screen and (max-width: 500px) {
    .bnn_title {
      top: 40px; } }

/* =======================================
    topicPath
======================================= */
#topicPath {
  clear: both;
  width: 100%;
  max-width: 940px;
  margin: 0px auto;
  padding: 10px 15px;
  display: block; }
  #topicPath li {
    font-size: 1.0rem;
    list-style-type: none;
    display: inline;
    padding-top: 3px; }
    #topicPath li.rt {
      padding-left: 5px; }
    #topicPath li a {
      padding-right: 15px;
      background: url(../images/common/topicpath_arrow.gif) no-repeat right center; }
  #topicPath a:link {
    color: #1a1a1a;
    font-size: 1.0rem;
    text-decoration: underline; }
  #topicPath a:visited {
    color: #1a1a1a;
    font-size: 1.0rem;
    text-decoration: underline; }
  #topicPath a:hover {
    color: #951220;
    font-size: 1.0rem;
    text-decoration: none; }

/* =======================================
    footer
======================================= */
#footer_base {
  width: 100%;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  clear: both;
  background: url("../images/footer/bg.png") repeat-x; }

#footer_link_base {
  max-width: 940px;
  margin: 0 auto;
  font-size: 1.0rem;
  padding: 15px 15px 15px 15px;
  clear: both;
  text-align: center;
  white-space: nowrap;
  color: #ffffff; }
  #footer_link_base ul {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #footer_link_base ul li {
      display: inline-block;
      padding-right: 5px;
      vertical-align: middle; }
      #footer_link_base ul li a:link {
        color: #ffffff;
        text-decoration: underline;
        text-align: center;
        display: block;
        padding: 0px; }
      #footer_link_base ul li a:visited {
        color: #ffffff;
        text-decoration: underline;
        text-align: center;
        display: block;
        padding: 0px; }
      #footer_link_base ul li a:hover {
        color: #efefef;
        text-decoration: none;
        text-align: center;
        display: block;
        padding: 0px; }

#footer {
  font-family: 'Noto Serif JP';
  padding: 0px 0px 15px 0px;
  text-align: center;
  clear: both;
  color: #ffffff;
  letter-spacing: 1px; }

/*-------------------------------------------
/*-------------------------------------------
/*-------------------------------------------
Common
--------------------------------------------/
--------------------------------------------/
-------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px; }

.pagetop a,
.pagetop a:hover {
  display: block;
  width: 48px;
  height: 48px;
  text-decoration: none;
  text-indent: -9999px;
  background: url("../images/common/pagetop.png") no-repeat top center; }

img {
  border-style: none; }

/*ClearFix*/
.clearfix:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
  zoom: 1; }

.top0 {
  padding-top: 0px; }

.top10 {
  padding-top: 10px; }

.top20 {
  padding-top: 20px; }

.top30 {
  padding-top: 30px; }

.top40 {
  padding-top: 40px; }

.bottom10 {
  padding-bottom: 10px; }

.bottom20 {
  padding-bottom: 20px; }

.padding10 {
  padding: 10px; }

.paddingLR10 {
  padding-left: 10px;
  padding-right: 10px; }

.lineheight {
  line-height: 180%; }

.din {
  display: inline-block; }

/* =======================================
pic_base
======================================= */
.pic_base {
  width: 100%; }
  .pic_base ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px;
    margin: 0px; }
    @media screen and (max-width: 500px) {
      .pic_base ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .pic_base ul li {
      width: 33.3%;
      padding: 0px 20px 0px 0px; }
      @media screen and (max-width: 500px) {
        .pic_base ul li {
          width: 100%;
          padding-right: 0; } }
      .pic_base ul li.rt {
        padding: 0px 0px 0px 0px; }
      .pic_base ul li img {
        width: 100%; }

a.L1:link {
  color: #951220;
  text-decoration: underline; }
a.L1:visited {
  color: #951220;
  text-decoration: underline; }
a.L1:hover {
  color: #1a1a1a;
  text-decoration: none; }

/* =======================================
BANNER
======================================= */
.main_company {
  background: url(../images/bnn/company.jpg) repeat-x top; }
  @media screen and (max-width: 767px) {
    .main_company {
      background-size: cover; } }

.main_access {
  background: url(../images/bnn/access.jpg) repeat-x top; }
  @media screen and (max-width: 767px) {
    .main_access {
      background-size: cover; } }

.main_business {
  background: url(../images/bnn/business.jpg) repeat-x top; }
  @media screen and (max-width: 767px) {
    .main_business {
      background-size: cover; } }

.main_records {
  background: url(../images/bnn/records.jpg) repeat-x top; }
  @media screen and (max-width: 767px) {
    .main_records {
      background-size: cover; } }

.main_recruit {
  background: url(../images/bnn/company.jpg) repeat-x top; }
  @media screen and (max-width: 767px) {
    .main_recruit {
      background-size: cover; } }

.main_privacy {
  background: url(../images/bnn/privacy.jpg) repeat-x top; }
  @media screen and (max-width: 767px) {
    .main_privacy {
      background-size: cover; } }

.main_contact {
  background: url(../images/bnn/contact.jpg) repeat-x top; }
  @media screen and (max-width: 767px) {
    .main_contact {
      background-size: cover; } }

/* =======================================
comp
======================================= */
#comp {
  width: 100%;
  clear: both;
  padding: 20px 0px 0px 0px; }
  #comp dl {
    width: 100%;
    border-bottom: 1px solid #cccccc;
    border-top: none; }
    #comp dl.tp {
      border-top: 1px solid #cccccc !important;
      width: 100%; }
    #comp dl dt, #comp dl dd {
      padding: 12px;
      line-height: 160%; }
    #comp dl dt {
      clear: left;
      float: left;
      width: 155px; }
      @media screen and (max-width: 500px) {
        #comp dl dt {
          width: 100px;
          padding-left: 5px;
          padding-right: 5px; } }
    #comp dl dd {
      background: #fff;
      margin-left: 155px; }
      @media screen and (max-width: 500px) {
        #comp dl dd {
          margin-left: 100px;
          padding-right: 5px; } }

/*------ message ------*/
#message {
  width: 100%;
  padding: 10px 0 20px 0;
  clear: both; }
  #message span.spright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    #message span.spright img {
      padding-left: 10px; }

/*------ history ------*/
#history {
  width: 100%;
  clear: both;
  padding: 10px 0px 0px 0px; }
  #history dl {
    border-bottom: 1px solid #cccccc;
    border-top: none;
    width: 100%; }
    #history dl.tp {
      border-top: 1px solid #cccccc !important;
      width: 100%; }
  #history dt, #history dd {
    padding: 12px;
    line-height: 160%; }
  #history dt {
    clear: left;
    float: left;
    width: 155px; }
    @media screen and (max-width: 500px) {
      #history dt {
        width: 100px;
        padding-left: 5px;
        padding-right: 5px; } }
  #history dd {
    background: #fff;
    margin-left: 155px; }
    @media screen and (max-width: 500px) {
      #history dd {
        margin-left: 100px;
        padding-right: 5px; } }

/*------ concept ------*/
#concept {
  width: 100%;
  padding: 20px 0px 0px 0px;
  clear: both; }
  #concept dl {
    width: 100%;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 767px) {
      #concept dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  #concept dt, #concept dd {
    padding: 0px; }
  #concept dt {
    width: 440px;
    line-height: 170%;
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      #concept dt {
        width: 100%; } }
    #concept dt img {
      padding-bottom: 7px; }
  #concept dd {
    width: calc(100% - 440px);
    text-align: right; }
    @media screen and (max-width: 767px) {
      #concept dd {
        width: 100%; } }
    #concept dd img {
      width: 100%; }

/*------ access ------*/
#access {
  width: 100%;
  clear: both;
  padding: 0px; }
  #access dl {
    border-bottom: 1px solid #cccccc;
    border-top: none;
    width: 100%; }
    #access dl.tp {
      border-top: 1px solid #cccccc !important; }
  #access dt, #access dd {
    padding: 12px;
    line-height: 160%; }
  #access dt {
    clear: left;
    float: left;
    width: 155px; }
    @media screen and (max-width: 500px) {
      #access dt {
        padding-left: 5px;
        padding-right: 5px;
        width: 80px; } }
  #access dd {
    background: #fff;
    margin-left: 155px; }
    @media screen and (max-width: 500px) {
      #access dd {
        margin-left: 80px;
        padding-right: 5px; } }
    #access dd iframe {
      width: 100%; }

/*------ Google Map ------*/
p.accessMap {
  width: 940px;
  height: 200px;
  padding: 20px 0px;
  margin: 0px;
  clear: both;
  display: table; }

p.parking {
  width: 940px;
  display: table;
  line-height: 180%;
  padding: 0px 0px 20px 0px; }

/* =======================================
    business
======================================= */
.business_index {
  width: 100%;
  padding: 10px 0px 20px 0px; }
  .business_index dl {
    width: 100%;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .business_index dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    @media screen and (max-width: 767px) {
      .business_index dl.change {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    .business_index dl.change dt {
      width: calc(100% - 500px); }
      @media screen and (max-width: 767px) {
        .business_index dl.change dt {
          width: 100%;
          margin-top: 10px; } }
    .business_index dl.change dd {
      width: 440px;
      line-height: 180%;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .business_index dl.change dd {
          width: 100%; } }
  .business_index dt, .business_index dd {
    vertical-align: top;
    padding: 0px; }
  .business_index dt {
    width: 440px;
    line-height: 180%; }
    @media screen and (max-width: 767px) {
      .business_index dt {
        width: 100%; } }
  .business_index dd {
    width: calc(100% - 500px);
    text-align: right; }
    @media screen and (max-width: 767px) {
      .business_index dd {
        width: 100%;
        margin-top: 10px; } }
  .business_index img {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .business_index img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 75%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 500px) {
      .business_index img {
        width: 100%; } }

/*------ business_detail ------*/
.business_detail {
  max-width: 940px;
  width: 100%;
  clear: both; }
  .business_detail dl {
    border-bottom: 1px solid #cccccc;
    border-top: none;
    width: 100%; }
    .business_detail dl.tp {
      border-top: 1px solid #cccccc !important; }
    .business_detail dl dt, .business_detail dl dd {
      padding: 12px;
      line-height: 160%; }
    .business_detail dl dt {
      clear: left;
      float: left;
      width: 230px;
      background: url(../images/common/arrow_red.png) no-repeat left center;
      text-indent: 30px; }
      @media screen and (max-width: 767px) {
        .business_detail dl dt {
          text-indent: 25px;
          width: 180px;
          padding-left: 5px;
          padding-right: 5px; } }
      @media screen and (max-width: 500px) {
        .business_detail dl dt {
          width: 150px;
          padding-right: 5px; } }
    .business_detail dl dd {
      background: #fff;
      margin-left: 230px;
      font-size: 1.2rem; }
      @media screen and (max-width: 767px) {
        .business_detail dl dd {
          margin-left: 180px; } }
      @media screen and (max-width: 500px) {
        .business_detail dl dd {
          margin-left: 150px;
          padding-right: 5px; } }

/* =======================================
records_list
======================================= */
.records_list {
  width: 100%;
  padding: 0px 0px 20px 0px;
  margin-bottom: 20px; }
  .records_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #cccccc;
    padding: 0px;
    margin: 0px; }
    .records_list ul li {
      line-height: 1.5;
      width: 50%;
      background: url(../images/common/arrow_red_02.png) no-repeat left center;
      padding: 12px 20px;
      border-bottom: 1px solid #cccccc;
      list-style-type: none; }
      @media screen and (max-width: 500px) {
        .records_list ul li {
          width: 100%; } }

/* =======================================
privacy
======================================= */
.privacy {
  width: 100%;
  padding: 0px 0px 0px 0px;
  clear: both; }
  .privacy ul {
    width: 100%;
    padding: 0px;
    clear: both;
    margin: 0px; }
    .privacy ul li {
      width: 100%;
      padding: 0px 0px 12px 25px;
      list-style-type: none; }
      .privacy ul li.title {
        width: 940px;
        padding: 5px 0px;
        border-left: 10px solid #951220;
        border-bottom: none;
        background: none;
        margin: 20px 0px 20px 0px;
        text-indent: 10px; }
      .privacy ul li.titletp {
        margin: 20px 0px 20px 0px; }
      .privacy ul li.titletp2 {
        margin: 40px 0px 20px 0px; }

/* =======================================
contact
======================================= */
#contact {
  max-width: 940px;
  clear: both;
  padding: 0px; }
  #contact dl {
    border-bottom: 1px solid #cccccc;
    border-top: none;
    max-width: 940px; }
    #contact dl.tp {
      border-top: 1px solid #cccccc !important; }
  #contact dt, #contact dd {
    line-height: 160%;
    padding: 12px 0px; }
  #contact dt {
    clear: left;
    float: left;
    width: 200px;
    padding-left: 10px; }
    @media screen and (max-width: 767px) {
      #contact dt {
        width: 180px; } }
    @media screen and (max-width: 500px) {
      #contact dt {
        width: 150px; } }
  #contact dd {
    background: #fff;
    margin-left: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 767px) {
      #contact dd {
        margin-left: 180px; } }
    @media screen and (max-width: 500px) {
      #contact dd {
        margin-left: 150px; } }
  #contact input {
    width: 300px;
    height: 18px; }
    @media screen and (max-width: 767px) {
      #contact input {
        width: 100%; } }
    #contact input.radio {
      width: 20px;
      height: 18px;
      vertical-align: middle;
      margin-right: 5px; }
  #contact select {
    width: 300px;
    height: 18px; }
    @media screen and (max-width: 767px) {
      #contact select {
        width: 100%; } }
  #contact textarea {
    max-width: 500px;
    width: 100%;
    height: 150px; }
  @media screen and (max-width: 767px) {
    #contact .radio-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media screen and (max-width: 767px) {
    #contact .radio-wrap span {
      margin-left: 0;
      margin-bottom: 5px; } }
  @media screen and (max-width: 767px) {
    #contact .radio-wrap span:nth-last-of-type(1) {
      margin-bottom: 0; } }
  #contact .btn {
    width: 100%;
    max-width: 940px;
    margin: 0px auto;
    padding: 20px 0px;
    text-align: center; }
    #contact .btn input {
      background-color: #951220;
      color: #fff;
      width: 225px;
      height: 44px;
      cursor: pointer;
      -webkit-transition: all ease-in-out .2s;
      transition: all ease-in-out .2s; }
      #contact .btn input:hover {
        opacity: 0.75;
        -webkit-transition: all ease-in-out .2s;
        transition: all ease-in-out .2s; }
  #contact .formbtn {
    display: inline-block;
    padding-right: 20px; }
  #contact .formbtn_rt {
    display: inline-block;
    padding-right: 0px; }
  #contact span {
    font-weight: bold;
    font-size: 1.2rem;
    color: #951220;
    padding-left: 6px; }
  #contact .error {
    font-weight: bold;
    font-size: 1.2rem;
    color: #951220;
    padding-top: 5px;
    padding-left: 0; }
  #contact p {
    max-width: 940px;
    width: 100%;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
    text-align: left;
    text-indent: 10px; }
    #contact p.info {
      padding: 0px 0px 20px 0px;
      text-align: left;
      text-indent: 10px; }
  #contact .ctxt {
    text-indent: 0;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0; }
    #contact .ctxt.top {
      margin-top: 0; }
  #contact .num-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 500px) {
      #contact .num-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; } }
    #contact .num-wrap:nth-of-type(1) {
      margin-bottom: 5px; }
    #contact .num-wrap .txt {
      color: #000000;
      font-weight: normal;
      padding-left: 0; }
    #contact .num-wrap .type-num {
      width: 40px; }

/*------ business_detail ------*/
#contact .mwform-radio-field-text {
  font-weight: normal;
  color: #000000;
  padding-left: 0;
  margin-right: 20px; }
#contact #send_comp {
  max-width: 940px;
  width: 100%;
  clear: both;
  padding-left: 10px;
  line-height: 180%; }
