@charset "UTF-8";
@keyframes bounce {
  0% {
    transform: translateY(100%); }
  50% {
    transform: translateY(-1%); }
  60% {
    transform: translateY(0%); }
  80% {
    transform: translateY(3%); }
  100% {
    transform: translateY(0); } }

@keyframes bounce-candy {
  0% {
    transform: translateY(0);
    opacity: 0; }
  50% {
    transform: translateY(-1%);
    opacity: 0.5; }
  70% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(0);
    opacity: 1; } }

@keyframes pumpkin-kebake-bounce {
  0% {
    transform: rotate(80deg) scale(0);
    opacity: 0; }
  50% {
    transform: rotate(0deg) scale(1);
    opacity: 0.5; }
  70% {
    transform: rotate(15deg) scale(1);
    opacity: 1; }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1; } }

@keyframes entry-word-bounce {
  0% {
    transform: translateY(0); }
  4% {
    transform: translateY(-10%); }
  8% {
    transform: translateY(0); } }

@keyframes entry-product-bounce {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateY(-5%); }
  50% {
    transform: translateY(0); }
  75% {
    transform: translateY(5%); }
  100% {
    transform: translateY(0); } }

@keyframes entry-step-rotate {
  0% {
    transform: rotate(0deg); }
  2% {
    transform: rotate(5deg); }
  4% {
    transform: rotate(0deg); }
  6% {
    transform: rotate(-5deg); }
  8% {
    transform: rotate(0deg); }
  10% {
    transform: rotate(5deg); }
  12% {
    transform: rotate(0deg); }
  14% {
    transform: rotate(-5deg); }
  16% {
    transform: rotate(0deg); } }

@keyframes entry-kebake-scale {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.2); }
  20% {
    transform: scale(1); }
  30% {
    transform: scale(1.2); }
  40% {
    transform: scale(1); } }

@keyframes spider-down {
  0% {
    transform: translateY(-100%); }
  50% {
    transform: translateY(5%); }
  60% {
    transform: translateY(0%); }
  100% {
    transform: translateY(0%); } }

@keyframes spider-up {
  0% {
    transform: translateY(0%); }
  100% {
    transform: translateY(-100%); } }

p.photo {
  margin-top: 10px; }

a.entry-button {
  width: 600px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  font-size: 20px;
  background-color: #6c757d;
  border-radius: 10px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color .4s; }
  a.entry-button:hover {
    color: #000;
    background-color: #5a6268; }
  @media screen and (max-width: 812px) {
    a.entry-button {
      width: 100%;
      height: 60px; } }

.rec-mds1 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 150%;
  color: #000;
  display: block;
  border-bottom: thin solid #333; }

.rec-mds2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 150%;
  color: #000;
  display: block;
  border-bottom: thin solid #333;
  margin-top: 35px; }

.rec-mds3 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 0px; }

.rec-mds4 {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0px; }

p.rec-list {
  font-size: 14px;
  line-height: 2.0em;
  margin: 0; }

.rec-list a {
  text-decoration: underline; }

.rec-red {
  font-size: 12px;
  color: #d30202; }

a.rec-button1 {
  font-size: 20px;
  background: #333333 url(images/btn_rec1_bkg.png) repeat-x;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 30px 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 40px 0 20px 0px;
  line-height: normal !important; }
  a.rec-button1:hover {
    background-color: #E31D76;
    color: #fff; }

a.rec-button2 {
  font-size: 11px;
  background: #333333 url(images/btn_rec2_bkg.png) repeat-x;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 10px 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 0px;
  line-height: normal !important;
  float: right;
  height: 11px; }
  a.rec-button2:hover {
    background-color: #E31D76;
    color: #fff; }

a.rec-button3 {
  font-size: 20px;
  background: #333333 url(images/btn_rec1_bkg.png) repeat-x;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 30px 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 10px 0 40px 0px;
  line-height: normal !important; }
  a.rec-button3:hover {
    background-color: #E31D76;
    color: #fff; }

.rec-top-msg p {
  line-height: 2.0em;
  font-size: 15px; }

.rec-msg1 {
  font-size: 14px;
  line-height: 1.8em;
  margin: 10px 0 20px; }

table.rec-tbl {
  width: 650px;
  margin: 0;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 130%;
  word-break: break-all; }
  table.rec-tbl th {
    width: 100px;
    padding: 5px 10px;
    border: 1px solid #d4d3d3;
    background: #f7f7f7;
    vertical-align: top;
    color: #353535;
    font-size: 13px;
    line-height: 1.7em; }
  table.rec-tbl td {
    padding: 5px 10px;
    border: 1px solid #d4d3d3;
    vertical-align: top;
    color: #353535;
    font-size: 13px;
    line-height: 1.7em; }
  table.rec-tbl .mt15 {
    margin-top: 15px; }

.rec-nagoya {
  float: left;
  width: 438px;
  margin: 20px 60px 20px 0px; }

.rec-tokyo {
  float: left;
  width: 438px;
  margin: 20px 0px; }

@media screen and (max-width: 991px) {
  .rec-tokyo {
    margin-left: 0; } }

.rec-jigyosyo {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  float: left;
  width: 138px;
  margin: 0; }

.rec-border {
  padding-bottom: 3px;
  border-bottom: thin solid #333; }

.rec-cphoto1 {
  float: left;
  margin: 10px 0; }

.rec-cphoto2 {
  float: right;
  margin: 10px 0; }

.rec-ctext {
  font-size: 12px; }

.rec-polisy-ttl {
  margin: 0;
  font-weight: bold; }

.rec-polisy {
  border: 1px solid #666666;
  padding: 10px;
  font-size: 13px;
  line-height: 1.5;
  color: #333333;
  margin: 0;
  width: 96%;
  max-width: 920px; }

.rec-check {
  margin-left: -28px; }

.rec-form {
  margin-left: -28px;
  margin-bottom: 20px;
  width: 685px;
  border-top: 1px solid #d8d8d8; }
  .rec-form th {
    background: #e3e1e1;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 5px 12px 4px;
    font-weight: normal;
    font-size: 13px;
    text-align: left;
    vertical-align: top; }
  .rec-form td {
    border-bottom: 1px solid #d8d8d8;
    padding: 5px 10px 4px;
    font-size: 13px;
    vertical-align: top; }
  .rec-form .hissu {
    color: #d30202;
    font-size: 12px; }
  .rec-form .assist {
    color: #9b9b9b;
    font-size: 11px; }

.rec-form-s td {
  border: none;
  padding: 0;
  vertical-align: top; }

input[type="text"], input[type="email"], textarea {
  background-color: #fafafa;
  padding: 2px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #6a6a6a;
  border: 1px solid #a0a0a0; }

/*20140508追記*/
.recruitHeadLine {
  margin: 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  padding: 0 0 20px 0;
  font-family: 'FOT-ニューセザンヌ Pro DB', NewCezannePro-DB;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2; }
  .recruitHeadLine .recruitbtn {
    background: url(images/btn.jpg) no-repeat left top;
    height: 54px;
    width: 252px;
    float: right;
    margin-top: -18px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    position: relative; }
    .recruitHeadLine .recruitbtn:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
    .recruitHeadLine .recruitbtn a {
      background: url(images/icon_btn_arrow.png) no-repeat 225px 28px;
      color: #FFF !important;
      display: block;
      padding: 26px 0 0 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 240px;
      height: 50%; }

.recruitText {
  font-family: 'FOT-ニューセザンヌ Pro DB', NewCezannePro-DB;
  margin: 10px 20px -10px 20px;
  padding: 6px 10px 10px 17px;
  background: #f6ee25;
  color: #000000; }
  .recruitText:hover > a span {
    color: #FFFFFF; }
    .recruitText:hover > a span:hover {
      color: #FFFFFF; }
  .recruitText .recruitText1 {
    font-size: 17px;
    font-weight: bold;
    float: left; }
    .recruitText .recruitText1 .recruitText2 {
      font-family: 'FOT-ニューセザンヌ Pro', NewCezannePro-M;
      font-size: 17px;
      padding-left: 15px;
      font-weight: normal; }
  .recruitText .recruitText3 {
    font-size: 17px;
    font-weight: bold;
    float: right; }

.btnBox {
  clear: both;
  padding-top: 30px;
  border-top: 1px solid #e5e6e7; }
  .btnBox p {
    font-size: 16px;
    font-family: 'FOT-ニューセザンヌ Pro DB', NewCezannePro-DB;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: url(images/btn_bg.gif) repeat-x;
    color: #FFF;
    width: 430px;
    text-align: center;
    margin: 0 auto;
    position: relative; }
    .btnBox p:hover {
      opacity: 0.7;
      filter: alpha(opacity=70); }
    .btnBox p a {
      color: #FFF !important;
      background: url(images/icon_btn_arrow.png) no-repeat 400px 19px;
      padding-right: 24px;
      display: block;
      padding: 12px 0;
      top: -5px;
      left: 0;
      width: 100%;
      height: 100%; }

.recruitBox01 p.photo img, .recruitBox02 p.photo img {
  width: 100%; }

/*recruit01.htm*/
.recruitBox01 .recuritTtl {
  border-bottom: 1px solid #b2b2b2; }
  .recruitBox01 .recuritTtl .pText {
    padding: 10px 0;
    font-size: 26px !important;
    font-family: 'FOT-ニューセザンヌ Pro B', NewCezannePro-DB;
    font-weight: bold;
    color: #111111; }
  .recruitBox01 .recuritTtl p span {
    color: #00b9f0; }

.recruitBox01 .photo {
  padding: 3px;
  border: 1px solid #e4e4e4;
  margin-bottom: 5px;
  font-size: 0px;
  clear: both; }

.recruitBox01 dl dt {
  position: relative;
  font-size: 29px;
  font-family: 'FOT-ニューセザンヌ Pro B', NewCezannePro-DB;
  font-weight: bold;
  color: #111111;
  font-weight: bold;
  line-height: 110%;
  min-height: 70px;
  padding: 20px 0 0 90px; }
  .recruitBox01 dl dt.twolineText {
    padding: 0 0 0 90px !important; }
  .recruitBox01 dl dt img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }
    @media screen and (max-width: 812px) {
      .recruitBox01 dl dt img {
        height: auto; } }
  .recruitBox01 dl dt span {
    color: #8cb33d; }

.recruitBox01 dl dd {
  margin: 0 0 30px 0;
  line-height: 160%; }
  .recruitBox01 dl dd p {
    margin-top: 10px; }

.recruitBox01 .section01 dl, .recruitBox01 .section02 dl, .recruitBox01 .section03 dl, .recruitBox01 .section04 dl {
  margin-bottom: 0; }

.recruitBox01 .section01 {
  border-top: 1px solid #b2b2b2;
  padding: 20px 0;
  clear: both; }
  .recruitBox01 .section01 dl {
    padding-left: 15px;
    width: 845px;
    float: right; }
    @media screen and (max-width: 812px) {
      .recruitBox01 .section01 dl {
        margin-top: 20px;
        padding-left: 0;
        width: 100%; } }

.recruitBox01 .section02 {
  padding: 0; }
  .recruitBox01 .section02 dl {
    clear: both; }

.recruitBox01 .section03 {
  clear: both;
  background: url(images/bg_01.gif);
  padding: 12px; }
  .recruitBox01 .section03 dl {
    background: #FFF;
    border: 1px solid #e5e6e7;
    padding: 0;
    overflow: hidden; }
  .recruitBox01 .section03 dt {
    padding: 25px 30px 20px 30px;
    margin: 0;
    min-height: 1em; }
    .recruitBox01 .section03 dt span {
      color: #f67a00; }
  .recruitBox01 .section03 dd {
    padding: 0 30px;
    margin: 0; }
    @media screen and (max-width: 812px) {
      .recruitBox01 .section03 dd {
        padding-bottom: 20px; } }
    .recruitBox01 .section03 dd.photo {
      border: none;
      float: right;
      padding: 0 0 0 30px;
      overflow: hidden; }
      @media screen and (max-width: 812px) {
        .recruitBox01 .section03 dd.photo {
          float: none; } }

.recruitBox01 .section04 {
  padding: 20px 0 20px 0; }
  .recruitBox01 .section04 h4 {
    background: url(images/bg_01.gif);
    font-size: 24px;
    font-family: 'FOT-ニューセザンヌ Pro B', NewCezannePro-DB;
    font-weight: bold;
    color: #111111;
    font-weight: bold;
    text-align: center;
    padding: 5px 0;
    margin-bottom: 15px; }
    .recruitBox01 .section04 h4 span {
      padding-left: 30px;
      background: url(images/01/icon_time.gif) no-repeat;
      background-position: left center; }
  .recruitBox01 .section04 table {
    width: 100%; }
    .recruitBox01 .section04 table .photo {
      padding: 3px;
      border: 1px solid #e4e4e4;
      background: url(none); }
    .recruitBox01 .section04 table th {
      font-size: 13px;
      font-weight: normal;
      background: #ec5985;
      width: 40px;
      color: #fff;
      padding: 5px; }
      .recruitBox01 .section04 table th.am {
        background: #f28baa; }
    .recruitBox01 .section04 table td {
      padding: 5px 0 5px 18px;
      background: url(images/timeline.gif) no-repeat 0 15px; }

/*20140508追記*/
/*recruit02.htm*/
.recruitBox02 {
  padding: 20px; }
  .recruitBox02 .recuritTtl {
    padding-bottom: 20px; }
  .recruitBox02 .photo {
    padding: 3px;
    border: 1px solid #e4e4e4;
    margin-bottom: 5px;
    font-size: 0px;
    clear: both; }
  .recruitBox02 dl dt {
    position: relative;
    font-size: 29px;
    font-family: 'FOT-ニューセザンヌ Pro B', NewCezannePro-DB;
    font-weight: bold;
    color: #111111;
    font-weight: bold;
    line-height: 110%;
    min-height: 70px;
    padding: 20px 0 0 90px; }
    .recruitBox02 dl dt.twolineText {
      padding: 0 0 0 90px !important; }
    .recruitBox02 dl dt img {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%; }
      @media screen and (max-width: 812px) {
        .recruitBox02 dl dt img {
          height: auto; } }
  .recruitBox02 dl dd {
    margin: 0 0 30px 0;
    line-height: 160%; }
  .recruitBox02 .section01 p {
    padding-bottom: 30px; }
  .recruitBox02 .section03 {
    clear: both;
    background: url(images/bg_01.gif);
    padding: 12px; }
    .recruitBox02 .section03 dl {
      background: #FFF;
      border: 1px solid #e5e6e7;
      margin-bottom: 0;
      padding: 0;
      overflow: hidden; }
    .recruitBox02 .section03 dt {
      padding: 30px 30px 20px 110px;
      margin: 0;
      color: #f67a00;
      min-height: 1em;
      position: relative; }
      @media screen and (max-width: 812px) {
        .recruitBox02 .section03 dt {
          padding: 0;
          padding-left: 80px;
          padding-right: 30px;
          font-size: 15px;
          height: 75px;
          display: flex;
          align-items: center; } }
      .recruitBox02 .section03 dt img {
        position: absolute;
        left: 26px;
        top: 24px;
        height: auto; }
        @media screen and (max-width: 812px) {
          .recruitBox02 .section03 dt img {
            top: 13px;
            width: 50px; } }
    .recruitBox02 .section03 dd {
      padding: 0 30px;
      margin: 0; }
      @media screen and (max-width: 812px) {
        .recruitBox02 .section03 dd {
          margin-bottom: 20px; } }
      .recruitBox02 .section03 dd.photo {
        border: none;
        float: right;
        padding: 0 0 0 15px;
        overflow: hidden; }
        @media screen and (max-width: 812px) {
          .recruitBox02 .section03 dd.photo {
            float: none;
            margin-bottom: 0; } }
  .recruitBox02 .section04 {
    padding: 20px 0 20px 0; }
    .recruitBox02 .section04 h4 {
      background: url(images/bg_01.gif);
      font-size: 24px;
      font-family: 'FOT-ニューセザンヌ Pro B', NewCezannePro-DB;
      font-weight: bold;
      color: #111111;
      font-weight: bold;
      text-align: center;
      padding: 5px 0;
      margin-bottom: 15px; }
      .recruitBox02 .section04 h4 span {
        padding-left: 30px;
        background: url(images/02/icon_time.gif) no-repeat left center; }
    .recruitBox02 .section04 table {
      width: 100%; }
      .recruitBox02 .section04 table .photo {
        padding: 3px;
        border: 1px solid #e4e4e4;
        background: url(none); }
      .recruitBox02 .section04 table th {
        font-size: 13px;
        font-weight: normal;
        background: #8157c7;
        width: 40px;
        color: #fff;
        padding: 5px; }
        .recruitBox02 .section04 table th.am {
          background: #a78ad8; }
      .recruitBox02 .section04 table td {
        padding: 5px 0 5px 18px;
        background: url(images/timeline.gif) no-repeat 0 15px; }

/*20140508追記*/
/*recruit03.htm*/
a.rec-button1 {
  font-size: 20px;
  background: #333333 url(images/btn_rec1_bkg.png) repeat-x;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 10px 30px 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 40px 0 20px 0px; }
  a.rec-button1:hover {
    background-color: #E31D76;
    color: #fff; }
  a.rec-button1 span {
    color: #ffffff; }

a.rec-button2 {
  font-size: 11px;
  background: #333333 url(images/btn_rec2_bkg.png) repeat-x;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 5px 10px 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  margin: 0px;
  line-height: normal !important;
  float: right;
  height: 11px; }
  a.rec-button2 span {
    color: #ffffff; }
  a.rec-button2:hover {
    background-color: #E31D76;
    color: #fff; }

#sidemap {
  padding: 10px 0px;
  margin-left: 10px;
  float: right;
  width: 240px; }

.rec-subnavi {
  border-top: 1px solid #777777; }
  .rec-subnavi li {
    padding: 10px 5px;
    border-bottom: 1px solid #777777; }

.rec-annai {
  margin: 40px 0 20px;
  padding: 0px 0px 2px;
  border-bottom: 1px solid #777777;
  font-size: 14px; }

/*ボタンスタイル追加*/
a#btn-shinsotsu{
  background: #3399ff;
  color: #fff !important;
  width: 460px;
  display: block;
  padding: 16px;
  font-size: 22px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
a#btn-shinsotsu:hover{
  background: #64aaf5;
  color: #fff !important;
}
a.btn-faq{
  background: #ef5c89;
  color: #fff;
  width: 440px;
  display: block;
  padding: 10px;
  margin: 20px auto;
  font-size: 18px;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
a.btn-faq:hover{
  background: #f080a2;
  color: #fff;
}
a#btn-pm-1day{
  background: #17a2b8;
  color: #fff !important;
  display: block;
  width: 400px;
  padding: 8px;
  margin: 10px auto 50px 0px;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
}
a#btn-pm-1day:hover{
  background: #30adc1;
  color: #fff !important;
}
@media screen and (max-width: 812px) {
  a#btn-shinsotsu {
    width: 100%;
    font-size: 18px;
    height: 54px; }
  a.btn-faq {
    width: 100%;
    font-size: 16px; }
  a#btn-pm-1day{
    width: 80%;
    font-size: 14px;
    margin: 0 auto 40px;
  }
  #rinen h5.ttl_ideal{
    border-bottom: 1px solid #222;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.btn_chuto{
  text-decoration: underline;
  text-decoration-color: #666666;
}

/*20230323追記*/
.recruit_pickupbox,
.recruit_pickupbox2{
  border:3px solid #ffffff;
  background-color:#cbe1f3;
  box-shadow:0 0 0 6px #cbe1f3;
  margin: 0px auto 40px;
  padding: 20px;
  width: 100%;
  max-width: 780px;
  text-align: center;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
.recruit_pickupbox2{
  margin: 40px auto 40px;
}
p.pickup_ttl{
  font-weight: bold;
  font-size: 1.5rem;
  color: #0068b7;
}
span.pickup_subttl{
  font-weight: bold;
  font-size: 1.2rem;
  display: block;
  margin-bottom: 10px;
  color: #0068b7;
}
