@charset "UTF-8";
body {
  background: #f9f9f5;
  color: #333333; }

body, td, th {
  font-size: 13px;
  line-height: 25px; }

a {
  color: #fa4556;
  text-decoration: underline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

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

#header {
  background: url(../img/sp/header_bg.png) repeat-x;
  width: 100%;
  height: 61px;
  border-top: 3px solid #b29145;
  position: relative; }
  #header .header_inner {
    padding-top: 0; }
  #header #logo_area {
    padding-left: 8px;
    padding-top: 1px; }
  #header #logo_area #site_copy {
    font-size: 7px;
    line-height: 2;
    margin-bottom: 3px;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  #header #logo_area #logo img {
    width: 165px;
    height: 30px; }
  #header .menu-btn {
    position: absolute;
    right: 8px;
    top: 6px; }
  #header .menu-btn img {
    width: 45px;
    height: 45px; }

#sp_gNav ul {
  display: table;
  width: 100%;
  height: 50px;
  background: url(../img/sp/gnav_bg.png) repeat-x;
  background-size: auto 50px; }

#sp_gNav ul li {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
  height: 50px;
  text-align: center;
  border-top: 1px solid #fff;
  border-right: 1px solid #f4d69b;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #f4d69b; }

#sp_gNav ul li img {
  width: 65px;
  height: 40px; }

#contents {
  width: auto;
  padding: 0; }
  #contents #main {
    width: auto;
    float: none;
    padding: 0 10px; }
    #contents #main.bg_white {
      background: #fff;
      padding-top: 10px; }
    #contents #main .bg_race {
      max-width: initial;
      background: none;
      border: none;
      margin: 0;
      height: auto; }
      #contents #main .bg_race .inner {
        padding: 0; }
      #contents #main .bg_race .top_cont03_script {
        line-height: 16px;
        margin-bottom: 20px; }
    #contents #main .top_cont01 {
      padding-top: 30px; }
    #contents #main .top_cont_ttl {
      margin: 10px 0;
      padding: 0; }
    #contents #main .top_cont_txt {
      line-height: 16px;
      padding: 0 10px;
      margin-bottom: 20px; }
    #contents #main .deco_border {
      height: auto !important;
      background: none;
      width: auto;
      padding: 0;
      margin: 0; }
      #contents #main .deco_border .deco_inner {
        background: none; }
      #contents #main .deco_border h3 {
        margin-bottom: 10px; }
      #contents #main .deco_border .deco_script {
        padding: 0; }
      #contents #main .deco_border .deco_box {
        margin-bottom: 0;
        padding: 0; }
      #contents #main .deco_border .menu_list li {
        display: inline-block;
        margin-right: 1em;
        border: none;
        line-height: 25px; }
        #contents #main .deco_border .menu_list li::before {
          content: "\f0da";
          font-family: FontAwesome;
          color: #b29145;
          margin-right: 6px; }
        #contents #main .deco_border .menu_list li a {
          text-decoration: underline;
          display: inline;
          color: #fa4556;
          background: none;
          padding-left: 0; }
    #contents #main .top_cont02 .text {
      position: initial;
      background: #fff;
      text-align: center;
      padding: 10px 40px;
      margin: 0 -10px; }
    #contents #main .top_cont02 .promise {
      position: initial;
      padding: 10px 40px;
      background: #fff;
      margin: 0 -10px 10px; }
      #contents #main .top_cont02 .promise .btn {
        text-align: center;
        position: initial; }
    #contents #main .top_cont02 .top_cont02_script {
      position: initial;
      width: auto; }
    #contents #main .top_cont02 .top_cont02_script p {
      margin-bottom: 0; }
  #contents #sidebar {
    width: auto;
    float: none;
    border-top: 3px solid #fff0d3;
    border-bottom: 3px solid #fff0d3;
    background: url(../img/sp/bnr_bg.png) repeat;
    padding: 18px 5px 9px 5px !important; }
    #contents #sidebar .side_bnr {
      display: flex;
      flex-wrap: wrap; }
      #contents #sidebar .side_bnr li {
        width: 50%;
        padding: 0 5px;
        text-align: center;
        margin-bottom: 10px; }

.footer_flex {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.84);
  z-index: 10000;
  padding: 8px 0 9px;
  border-top: 3px solid #b29145; }
  .footer_flex ul {
    width: 300px;
    margin: 0 auto;
    display: flex;
    justify-content: center; }

#pagetop a {
  display: block;
  margin: 15px 10px;
  background: #f08690;
  text-align: center;
  line-height: 13px;
  padding: 20px 0;
  border-radius: 6px; }

#footer .cf {
  display: none; }

#footer .footerNav {
  display: block;
  margin: 0; }
  #footer .footerNav li {
    display: block;
    width: 50%;
    float: left;
    color: #444;
    border-top: 1px solid #b29145; }
    #footer .footerNav li a {
      background: #fff;
      display: block;
      color: #93680e;
      font-size: 12px;
      line-height: 55px;
      text-decoration: none;
      padding: 0 10px;
      position: relative;
      text-align: left; }
    #footer .footerNav li:nth-child(even) a {
      border-left: 1px solid #b29145; }
    #footer .footerNav li a:after {
      content: "\f105";
      font-family: FontAwesome;
      font-size: 20px;
      color: #b29145;
      margin-right: 6px;
      position: absolute;
      right: 0; }

/*-----------------
COMMON
-----------------*/
.fl, .fr {
  float: none;
  width: auto !important; }

.sp_view {
  display: block; }

.pc_view {
  display: none; }

.pagetop {
  display: none !important; }

.deco_border_big {
  background-size: contain;
  width: 100%; }

#shopList.deco_border_big .deco_inner {
  background-size: contain;
  padding: 20px; }

#pankuzu {
  margin: 10px 10px 14px; }

.page_ttl {
  border-top: 2px solid #b29145;
  background: #f2eee5;
  padding: 12px 10px;
  height: auto;
  margin-bottom: 10px;
  line-height: 100%; }
  .page_ttl .inner {
    width: 100%;
    height: auto; }
  .page_ttl img {
    height: 28px; }

/*flow_lst*/
.flow_box h3 {
  padding: 15px;
  font-size: 18px; }

.flow_lst {
  border: none;
  padding: 15px 0; }

.flow_lst li {
  margin-bottom: 15px;
  width: 50%;
  padding: 0 10px;
  background: none;
  counter-increment: section;
  background-size: 10px;
  position: relative; }

.flow_lst li::before {
  content: "STEP" counter(section);
  background: #b29145;
  color: #fff;
  border-radius: 3px;
  padding: 0 5px;
  font-size: 12px; }

.flow_lst li:nth-child(odd)::after {
  content: "";
  background: url(../img/step_arrow.png) no-repeat center right;
  background-size: 10px;
  position: absolute;
  right: -5px;
  top: 0;
  width: 10px;
  bottom: 0;
  margin: auto; }

.flow_lst li:last-child, .flow_lst li:nth-child(3n) {
  background: none;
  width: 50%;
  padding-right: 10px; }

.flow_lst li:last-child::after {
  display: none; }

.flow_lst li h4 {
  font-size: 14px;
  line-height: 1.5; }

.flow_lst li .pic {
  margin-top: 5px;
  position: relative;
  width: auto;
  height: auto; }

.flow_lst li .text {
  font-size: 10px;
  margin: 5px 0 0;
  width: auto; }

.navi_btn {
  margin: 30px 0; }
  .navi_btn a {
    padding: 20px 0;
    width: 80%;
    font-size: 20px; }

.btnBtmArea {
  text-align: center;
  margin-bottom: 20px; }

.headline02_bg {
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 25px; }

.box_movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 10px 10px 20px; }
  .box_movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*-----------------
01.TOP
-----------------*/
#main.top_content .news {
  background-image: url(../img/race_top.png), url(../img/race_bottom.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top right, bottom left;
  background-color: #fff;
  width: 100%;
  border: none;
  margin-top: 0; }
  #main.top_content .news .news_ttl {
    display: none; }
  #main.top_content .news .news_list {
    padding: 0 10px 15px;
    margin: 0 -10px 20px;
    background: #fff; }
    #main.top_content .news .news_list li {
      position: relative;
      border-bottom: 1px solid #e8e1c9;
      padding: 10px;
      background-image: url(../img/sp/icon01.png);
      background-repeat: no-repeat;
      background-position: center right;
      background-size: 7px 11px; }
    #main.top_content .news .news_list li .date {
      display: inline-block;
      font-size: 10px;
      line-height: 2;
      color: #fff;
      text-decoration: none;
      background: #ccae6e;
      padding: 0 4px;
      float: none;
      width: auto; }
    #main.top_content .news .news_list li .text {
      width: auto; }

#main.top_content .beginner_content {
  margin-bottom: 10px;
  padding-top: 15px;
  line-height: 0; }
  #main.top_content .beginner_content .contentArea {
    border: none;
    border-top: 1px solid #efe8cf;
    margin: 0 -10px;
    padding: 20px 10px; }
    #main.top_content .beginner_content .contentArea h2 {
      margin-bottom: 10px;
      text-align: center;
      padding-top: 15px;
      line-height: 0; }
  #main.top_content .beginner_content #cont02 .block_bg {
    background: url(../img/sp/cont02_bg.png) right top no-repeat;
    background-size: 260px 337px;
    position: relative;
    margin-bottom: 20px !important; }
    #main.top_content .beginner_content #cont02 .block_bg .box {
      width: 66%;
      position: relative;
      font-size: 10px;
      line-height: 160%;
      margin-left: 0; }
    #main.top_content .beginner_content #cont02 .block_bg .box p.text_img {
      padding-top: 15px;
      line-height: 0;
      margin-bottom: 15px !important; }
    #main.top_content .beginner_content #cont02 .block_bg .box p {
      margin-bottom: 7px; }
  #main.top_content .beginner_content #cont02 .beginner_deco {
    width: auto;
    background: url(../img/sp/bg_box.png) 0 0 no-repeat;
    background-size: 100% auto;
    padding: 0; }
    #main.top_content .beginner_content #cont02 .beginner_deco .inner {
      background: url(../img/sp/bg_box_btm.png) 0 bottom no-repeat;
      background-size: 100% auto;
      padding: 0 5vw 20px; }
    #main.top_content .beginner_content #cont02 .beginner_deco h3 {
      position: initial;
      width: auto;
      height: auto;
      text-align: center;
      padding-top: 15px;
      line-height: 0; }
      #main.top_content .beginner_content #cont02 .beginner_deco h3 img {
        max-width: 60%; }
    #main.top_content .beginner_content #cont02 .beginner_deco .box p {
      font-size: 10px;
      line-height: 160%;
      margin-bottom: 15px; }
      #main.top_content .beginner_content #cont02 .beginner_deco .box p.ttl {
        margin-bottom: 0; }
      #main.top_content .beginner_content #cont02 .beginner_deco .box p img {
        width: auto;
        height: 40px; }

#main.top_content .areaNav li {
  background-color: #fff;
  padding: 0 15px;
  border-bottom: 1px solid #f0e5de; }

#main.top_content .areaNav li:nth-child(even) {
  background-color: #f9f5f2; }

#main.top_content .areaNav li a {
  display: block;
  background-image: url(../img/sp/deco01.png), url(../img/sp/icon02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  background-size: 18px 36px, 11px 11px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 60px;
  color: #93680e;
  text-decoration: none; }

/*-----------------
02.SHOP
-----------------*/
.btn_area {
  position: relative;
  background-image: url(../img/sp/shop/area_bg.png);
  background-repeat: repeat-x;
  background-size: auto 55px;
  padding: 18px 10px !important;
  line-height: 18px;
  border: 1px solid #f4d69b;
  border-radius: 6px;
  margin: -1px 0 0 !important;
  cursor: pointer; }
  .btn_area img.sp_view {
    display: inline; }

.btn_area:after {
  position: absolute;
  right: 10px;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  color: #b29145; }

.shop_list_detail {
  border-right: 1px solid #f0e5de;
  border-left: 1px solid #f0e5de; }

.shop_list_detail li {
  background-color: #fff !important;
  padding: 15px 10px !important;
  border-bottom: 1px solid #f0e5de;
  position: relative;
  width: 100% !important; }
  .shop_list_detail li .deco_inner {
    padding: 0; }

.shop_list_detail li:nth-child(even) {
  background-color: #f9f5f2 !important; }

.shop_list_detail li a {
  display: block;
  background-image: url(../img/sp/icon01.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 7px 11px;
  color: #333;
  text-decoration: none;
  font-size: 11px !important;
  line-height: 16px; }
  .shop_list_detail li a p {
    font-size: 11px;
    line-height: 16px; }

.shop_list_detail li .shop_name {
  font-size: 14px;
  color: #fa4556;
  font-weight: bold;
  background-image: url(../img/sp/icon03.png);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: 0;
  padding: 0 0 0 17px;
  line-height: 16px;
  margin-bottom: 10px;
  border: none; }

.shop_list_detail li .address {
  margin-bottom: 10px; }

.shop_list_detail li .tel {
  background-size: 1em;
  padding-left: 15px;
  font-size: 11px;
  margin: 0 !important; }

.shop .shop_main {
  margin-bottom: 10px; }

.shop_info {
  background: #fff;
  padding: 10px; }
  .shop_info .deco_inner {
    background: none;
    padding: 0; }
  .shop_info .pic {
    text-align: center;
    margin-bottom: 10px; }
  .shop_info .description .message .headline03 {
    background-image: url(../img/sp/icon04.png);
    background-repeat: no-repeat;
    background-size: 20px 21px;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 4px double #f08690;
    padding: 0 0 0 26px;
    margin-bottom: 10px; }
  .shop_info .map {
    height: auto; }

.shopmain .headline02 {
  margin-top: 20px;
  margin-bottom: 20px; }

.shop_info .shop_heaadline03 {
  background-image: url(../img/sp/icon04.png);
  background-repeat: no-repeat;
  background-size: 20px 21px;
  background-position: 0;
  font-size: 15px;
  font-weight: bold;
  border-bottom: 4px double #f08690;
  padding-left: 26px;
  margin-bottom: 10px; }

.shop_info .shop_detail {
  margin-bottom: 20px; }

.shop_info .shop_detail dl {
  display: table;
  border-bottom: 1px dotted #b29145;
  width: 100%;
  padding: 6px 0; }

.shop_info .shop_detail dl dt {
  display: table-cell;
  vertical-align: top;
  font-size: 12px;
  color: #888888;
  line-height: 26px;
  width: 58px;
  background: none;
  text-align: left; }

.shop_info .shop_detail dl dd {
  font-size: 13px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 13px;
  line-height: 1.4; }

.shop_info .map iframe {
  margin-bottom: 10px; }

/*-----------------
03.SERVICE
-----------------*/
.service_menu .inner {
  display: block;
  padding: 10px;
  overflow: hidden; }
  .service_menu .inner h3 {
    font-size: 18px; }
  .service_menu .inner img {
    width: 25%;
    float: left;
    margin: 0 10px 10px 0; }
  .service_menu .inner .con {
    width: auto;
    padding: 0;
    overflow: hidden; }
  .service_menu .inner .price {
    margin-top: 5px; }
  .service_menu .inner .price span {
    font-size: 10px; }

/*-----------------
03.BEGINNER
-----------------*/
#main.beginner_content .beginner_menu {
  margin: 15px 0; }
  #main.beginner_content .beginner_menu li {
    margin: 0;
    width: 32%; }

#main.beginner_content .contentArea {
  padding: 15px 10px 10px; }
  #main.beginner_content .contentArea h2 {
    margin-bottom: 10px !important; }

#main.beginner_content #cont01.contentArea h2 {
  margin-bottom: 0; }

#main.beginner_content #cont01.contentArea .block_bg {
  background-position: right bottom;
  background-size: 32%;
  margin-bottom: 15px !important; }

#main.beginner_content #cont01.contentArea .text_img {
  padding-left: 0;
  margin: 10px 0;
  width: 50%; }

#main.beginner_content #cont01.contentArea .box {
  width: 66%;
  height: auto;
  background: #fff7f9;
  border: 1px solid #febece;
  padding: 15px 8px 12px;
  position: relative;
  margin: 0 0 13px; }
  #main.beginner_content #cont01.contentArea .box .flower {
    background: url(../img/sp/beginner/cont01_bg_02.png) 0 0 no-repeat;
    background-size: 36px 34px;
    position: absolute;
    top: -7px;
    left: -7px;
    text-indent: -9999px;
    width: 36px;
    height: 34px; }
  #main.beginner_content #cont01.contentArea .box h3 {
    font-size: 12px;
    line-height: 140%;
    margin-bottom: 5px; }
  #main.beginner_content #cont01.contentArea .box p {
    font-size: 10px;
    line-height: 160%; }

#main.beginner_content .beginner_deco {
  background: url(../img/sp/beginner/bg_box.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: auto;
  padding: 0; }
  #main.beginner_content .beginner_deco .inner {
    background: url(../img/sp/beginner/bg_box_btm.png) 0 bottom no-repeat;
    background-size: 100% auto; }
  #main.beginner_content .beginner_deco h3 {
    position: initial !important;
    width: 50% !important;
    height: auto !important;
    text-align: center;
    padding-top: 15px; }
  #main.beginner_content .beginner_deco .promise {
    padding: 0 20px 10px !important;
    margin-top: -20px; }
    #main.beginner_content .beginner_deco .promise li {
      border: 2px solid #f0ebc5;
      padding: 10px 6px;
      margin-bottom: 5px; }
      #main.beginner_content .beginner_deco .promise li img {
        height: 24px; }
      #main.beginner_content .beginner_deco .promise li .text {
        font-size: 10px;
        line-height: 160%; }

#main.beginner_content .step_block li {
  width: auto;
  height: auto;
  background: #f9f7e5;
  border: 2px solid #efe8cf;
  min-height: 110px;
  padding: 10px;
  display: flex;
  justify-content: space-between; }

#main.beginner_content .step_block .fl {
  width: 30% !important; }

#main.beginner_content .step_block .fr {
  width: 69% !important; }
  #main.beginner_content .step_block .fr .text {
    font-size: 10px;
    line-height: 160%;
    padding-right: 0; }

#main.beginner_content .beginner_menu_list {
  padding: 0; }
  #main.beginner_content .beginner_menu_list li {
    width: auto;
    height: auto;
    margin: 0 0 7px !important;
    border: 2px solid #cdaf70;
    background: #e6c1b7;
    padding: 1px; }
    #main.beginner_content .beginner_menu_list li.menu01 {
      background: url(../img/sp/beginner/cont04_bg_01.png) right top no-repeat;
      background-size: 600px 73px; }
    #main.beginner_content .beginner_menu_list li.menu03 {
      background: url(../img/sp/beginner/cont04_bg_03.png) right top no-repeat;
      background-size: 600px 73px; }
    #main.beginner_content .beginner_menu_list li.menu02 {
      background: url(../img/sp/beginner/cont04_bg_02.png) right top no-repeat;
      background-size: 600px 73px; }
    #main.beginner_content .beginner_menu_list li.menu04 {
      background: url(../img/sp/beginner/cont04_bg_04.png) right top no-repeat;
      background-size: 600px 73px; }
    #main.beginner_content .beginner_menu_list li .ttl {
      margin: 8px 0 5px 10px;
      line-height: 0%;
      border-bottom: 1px solid #d9d9c1;
      box-shadow: 0px 1px 0px #fff;
      width: 50%;
      padding-bottom: 5px; }
      #main.beginner_content .beginner_menu_list li .ttl img {
        height: 15px; }
    #main.beginner_content .beginner_menu_list li .text {
      display: block;
      margin-left: 10px;
      margin-top: 0;
      width: 50%;
      padding-bottom: 5px;
      font-size: 9px;
      line-height: 160%;
      color: #444;
      text-decoration: none; }

/*-----------------
04.privacy
-----------------*/
.disc_list {
  padding-left: 20px; }

.disc_list li {
  list-style-type: disc;
  margin-bottom: 5px; }

/*-----------------
05-1.COMPANY
-----------------*/
.table {
  margin-bottom: 30px; }

.table dl {
  border: 2px solid #ebe4d7;
  margin-bottom: 2px;
  line-height: 160%; }

.table dl dt {
  width: 60px;
  font-size: 12px;
  padding: 5px; }

.table dl dd {
  padding: 8px 8px;
  font-size: 12px; }

.table dl dd ul li {
  line-height: 160%;
  position: relative;
  padding: 5px 0; }

.table dl dd ul li span {
  width: 30px; }

/*-----------------
05-2.CONTACT
-----------------*/
.contact_table {
  margin: 0; }

.contact_table dl dt {
  width: auto;
  padding: 5px;
  font-weight: bold;
  display: block; }
  .contact_table dl dt .must {
    font-size: 11px;
    padding: 0px 3px;
    margin-left: 3px;
    display: inline-block; }

.contact_table dl dd {
  padding: 8px 8px;
  width: auto;
  display: block;
  padding: 8px; }
  .contact_table dl dd .wpcf7-list-item {
    display: block;
    line-height: 160%;
    border-bottom: 1px dashed #ebe4d7;
    position: relative;
    padding: 5px 0;
    margin: 0; }

.contact_btn_area {
  width: auto;
  margin: 15px auto; }
  .contact_btn_area input {
    margin: 0 auto; }

input {
  padding: 10px;
  font-size: 100%;
  line-height: normal;
  border: #ccc 1px solid;
  background: #fff;
  width: 100%;
  margin-bottom: 5px !important; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 6px;
  width: auto;
  margin-bottom: 0; }

input[type=radio]:checked {
  background: #c7ac73; }

textarea {
  padding: 5px;
  border: #ccc 1px solid;
  background: #fff;
  height: 100px;
  font-size: 13px;
  width: 100%; }

/*-----------------
05-3.SITEMAP
-----------------*/
.sitemap_list {
  max-width: 314px;
  margin: 0 auto; }

/*-----------------
05-4.FAQ
-----------------*/
.faq_content .beginner_menu li {
  float: left;
  margin: 0 10px 20px 0; }

.faq_content h2 {
  line-height: 1; }

.faq_content .contentArea {
  margin-bottom: 20px !important; }

.faq_content .boxFaq {
  padding: 15px;
  padding-bottom: 0;
  width: auto; }

.faq_content .boxFaqInner {
  margin-bottom: 20px; }

.faq_content .boxFaqInner h3 {
  background: url(../img/faq/icon_q.png) no-repeat 0 2px;
  background-size: 14px 18px;
  padding-left: 20px;
  padding-bottom: 4px;
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 140%;
  padding-top: 0; }

.faq_content .boxFaqInner p {
  padding-top: 0;
  padding-bottom: 0;
  background: url(../img/faq/icon_a.png) no-repeat 0 5px;
  background-size: 15px 14px;
  padding-left: 20px;
  font-size: 13px;
  line-height: 160%;
  margin-bottom: 0; }

.faq_content .boxFaqInner p.indent {
  background: url(../img/faq/icon_a.png) no-repeat 0 10px; }

.faq_content span.ls {
  letter-spacing: -0.4em; }

/*-----------------
06.INFORMATION
-----------------*/
.info_list {
  border: 1px solid #ebe4d7; }

.info_list dl {
  line-height: 160%; }

.info_list dl dt {
  width: 25%;
  font-size: 12px; }

.info_list dl dd {
  width: 75%;
  padding: 8px 10px; }

/*-----------------
採用サイト
-----------------*/
body#recruit {
  font-size: 13px;
  line-height: 25px; }
  body#recruit #cont_r {
    padding: 0 10px; }
    body#recruit #cont_r h2 {
      margin-bottom: 20px;
      line-height: 1; }
  body#recruit img {
    max-width: 100%; }
  body#recruit .movie {
    padding: 20px 40px; }
    body#recruit .movie iframe {
      width: 100%;
      height: auto;
      margin: 0; }
  body#recruit #header_r {
    padding: 10px 0; }
    body#recruit #header_r h1 {
      float: none;
      text-align: center; }
      body#recruit #header_r h1 img {
        height: 57px; }
  body#recruit #top_image_r {
    margin: 0; }
  body#recruit .key li {
    margin-bottom: 10px; }
  body#recruit .box {
    border: 1px solid #717171;
    margin-bottom: 35px;
    padding-top: 15px; }
    body#recruit .box p {
      padding: 15px; }
    body#recruit .box img {
      vertical-align: bottom; }
  body#recruit .box_01 {
    padding: 0 !important;
    margin-bottom: 30px; }
    body#recruit .box_01 h2 {
      margin-bottom: 20px;
      text-align: center;
      padding-bottom: 5px; }
    body#recruit .box_01 h3 {
      margin-bottom: 20px;
      text-align: center; }
    body#recruit .box_01 .text {
      height: auto;
      margin-top: 0;
      background-size: contain;
      padding-right: 40%; }
      body#recruit .box_01 .text p {
        font-size: 10px;
        line-height: 1.8;
        padding: 0; }
  body#recruit .box_02 {
    margin-bottom: 30px; }
    body#recruit .box_02 h2 {
      text-align: center;
      padding-bottom: 5px;
      margin-top: 0; }
    body#recruit .box_02 h3 {
      margin-bottom: 0; }
  body#recruit .box_03 {
    margin-bottom: 30px; }
  body#recruit .box_04 {
    margin-bottom: 30px; }
    body#recruit .box_04 h3 {
      margin-bottom: 20px; }
    body#recruit .box_04 .variety ul li {
      width: auto;
      height: auto; }
    body#recruit .box_04 .bigineer {
      border: 1px solid #717171;
      margin-bottom: 35px;
      background: none;
      height: auto; }
      body#recruit .box_04 .bigineer p {
        padding: 15px; }
  body#recruit .box_05 {
    margin-bottom: 30px; }
    body#recruit .box_05 p.line {
      font-size: 13px;
      line-height: 25px;
      margin: 0 auto 20px; }
    body#recruit .box_05 h3 {
      margin-bottom: 20px; }
  body#recruit .box_06 {
    margin-bottom: 30px; }
    body#recruit .box_06 p.line {
      font-size: 13px;
      line-height: 25px;
      margin: 0 auto 20px; }
    body#recruit .box_06 h3 {
      margin-bottom: 25px; }
    body#recruit .box_06 .one_flow {
      margin-bottom: 60px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      body#recruit .box_06 .one_flow li {
        width: 46%;
        border: none !important;
        height: auto; }
    body#recruit .box_06 .private {
      border: 1px solid #717171;
      margin-bottom: 35px;
      background: none;
      height: auto; }
      body#recruit .box_06 .private p {
        padding: 15px;
        font-size: 13px;
        line-height: 25px; }
  body#recruit .box_07 {
    margin-bottom: 30px; }
    body#recruit .box_07 h3 {
      margin-bottom: 20px; }
    body#recruit .box_07 p.line {
      font-size: 13px;
      line-height: 25px;
      margin: 0 auto 20px; }
    body#recruit .box_07 .staff {
      background: #f1f1f1;
      padding: 20px;
      border-radius: 6px; }
      body#recruit .box_07 .staff .inner {
        background: #fff;
        padding: 15px;
        border-radius: 6px; }
  body#recruit .box_08 {
    margin-bottom: 30px; }
    body#recruit .box_08 h3 {
      margin-bottom: 20px; }
    body#recruit .box_08 p.line {
      font-size: 13px;
      line-height: 25px;
      margin: 0 auto 20px; }
    body#recruit .box_08 table th {
      width: auto;
      padding: 10px; }
    body#recruit .box_08 table td {
      padding: 10px; }
  body#recruit #cont_r .box_04 .bigineer p {
    margin: 0;
    font-size: 13px;
    line-height: 25px; }
  body#recruit #cont_r .box_05 .license ul li {
    float: none;
    width: auto;
    padding-top: 162px;
    margin-left: 26px; }
  body#recruit #cont_r .box_05 .career li {
    width: 100%;
    height: 240px;
    float: none !important; }
  body#recruit #cont_r .box_06 .private p {
    margin: 0; }

/*-----------------
body
-----------------*/

/*# sourceMappingURL=sp.css.map */