/* header */
header .navbar {
  padding: 0 15px;
  height: 80px;
  background-color: #FFF;
}

header .navbar-brand {
  margin: 10px 0 10px;
  font-size: 10px;
  width: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-right: unset;
}

header .navbar img {
  height: 50px;
}

header .navLp {
  color: #FFF;
  background-color: #F77296;
  padding: 2px 3px;
  margin-left: .5rem;
  position: absolute;
  top: 32px;
  left: 135px;
  font-size: 12px;
}

header .navbar ul, 
header .navbar li {
  float: none;
  display: inline-block;
}

header .navbar ul,
header .navbar li {
  float: none;
  display: inline-block;
}

header a.nav-link {
    font-size: 16px!important;
}
header span.nav-link {
    font-size: 16px!important;
    cursor: pointer;
}

header .phone-box {
    font-size: 14px!important;
}

header .phone-box  i.fas {
    font-size: 2rem;
}

header .nav-item,
header .nav-item a {
  border-bottom: none;
  font-size: 8px;
}

header .nav-item a {
  color: black;
}

header #nav-drawer {
  position: relative;
}

header .nav-unshown {
  display:none;
}

header i.far,
header i.fas {
  font-size: 1.5rem;
}


header #nav-open {
  display: inline-block;
}

header #nav-open span, 
header #nav-open span:before, 
header #nav-open span:after {
  position: absolute;
  height: 0.2rem;
  width: 2rem;
  border-radius: 3px;
  background: #555;
  display: block;
  content: '';
  cursor: pointer;
}

header #nav-open span:before {
  bottom: -8px;
}

header #nav-open span:after {
  bottom: -16px;
}

header #nav-close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  transition: .3s ease-in-out;
}

header #nav-content {
  overflow: auto;
  position: fixed;
  top: 3.8rem;
  right: 0;
  z-index: 9999;
  width: 90%;
  height: 100%;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
}

#nav-input:checked ~ #nav-close {
  display: block;
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

header a.dropdown-parent:after {
  content: "＋";
  color: #F07D0C;
  position: absolute;
  right: 1.5rem;
}

header a.dropdown-parent[aria-expanded="true"]:after {
  content: "ー";
  color: #F07D0C;
  position: absolute;
  right: 1.5rem;
}

header a.dropdown-item {
  color: #555555;
  font-size: 16px;
  background-color: #FFF;
}

header a.dropdown-item:hover,
header a.dropdown-item:active,
header a.dropdown-item:focus{
    background-color: rgba(13,145,217,.3);
    color: #8E8E8E;
}

header a.dropdown-subitem {
  background-color: #dddddd;
}

header input[type=checkbox] {
  display: block;
  visibility: hidden;
  width: 0;
}
/* header */

/* Site Top */
section#siteTop .top-banner {
    margin: -70px 0 0 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 600px;
    overflow: hidden;
    background: url(/img/lp-top.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    color: #FFF;
    /*
     *   filter: brightness(0.6);
     *     -webkit-filter: brightness(0.6);
     *       -moz-filter: brightness(0.6);
     *         -o-filter: brightness(0.6);
     *           -ms-filter: brightness(0.6);
     *             */
}

section#siteTop .banner-text {
    margin-top: 165px;
    margin-left: 0px;
    font-size: 14px;
}

section#siteTop .banner-text h1 {
    font-size: 28px;
    color: #0D91D9;
}

section#LpTypeSearchHead,
section#AreaSearch {
  margin-top: -55px;
  background-color: #FFF;
}

.w-40 {
  width: 41.555%
}


@media screen and (max-width: 1250px) {
  header a.nav-link {
    font-size: 14px!important;
  }
}
@media screen and (min-width: 1680px) {
  section#siteTop .top-banner {
    margin: -130px 0 0 0;
  }
  section#siteTop .banner-text {
    margin-top: 210px;
  }
  section#LpTypeSearchHead,
  section#AreaSearch {
    margin-top: 5px;
  }
}

.header-text2,
.header-text4 {
  /* font-family: vdl-pengentle, sans-serif; */
  font-weight: 900;
  font-style: normal;
}

.header-text3 {
  font-size: 48px;
  color: #0D91D9;
  /* font-family: vdl-pengentle, sans-serif; */
  font-weight: 900;
  font-style: normal;
}

.header-text5 {
  font-size: 14px;
  color: #797979;
  line-height: 1.3;
  margin-top: 1rem;
}

.header-text6 {
  position: absolute;
  border: 1px solid;
  border-radius: 10px;
  padding: 10px;
  font-size:14px;
  line-height: 1.5;
  background-color: rgba(255,255,255,.8);
}

.reason-multiregist {
  font-weight: 400;
  color: #0D91D9;
}

section#siteTop .btn-shadow {
    box-shadow: 0px 2px 2px #0000002e;
}
/* Site Top */


/* Common */
a {
    color: #8E8E8E;
    font-size: 16px;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: rgba(0,0,0,.7);
}
a:hover img.w-100 {
  opacity: 0.7;
}

.site-text {
  color: #707070;
  font-size: 17px
}

h1 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
}

h1.color {
  color: #0D91D9;
}

h2 {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
}

h2.color {
    color: #0D91D9;
}

#NearRecruitmentBox h2 {
    font-size: 22px;
    height: 78px;
}

h3 {
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    text-decoration: underline solid #F77296;
    /* border-bottom: 4px solid #58C4FF; */
}

h4 {
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #707070;
}

h4.color {
    font-size: 20px;
    color: #0D91D9;
}

.order-arrow {
    position: absolute;
    right: -10%;
    top: 50%;
}

.alert-blue {
    color: #004085;
    background-color: #0D91D9;
    border-color: #0D91D9;
}

.btn-lightblue {
    color: #FFF;
    font-size:12px;
    background-color: #58C4FF;
    border-color: #58C4FF;
    border: 1px solid #58C4FF;
}

.btn-lightblue:hover {
    color: #FFF;
    background-color: #58C4FF;
    border-color: #58C4FF;
    border: 1px solid #58C4FF;
}

.btn-blue {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    background-color: #0D91D9;
    border-color: #0D91D9;
    border: 1px solid #0D91D9;
    padding-top: 8px;
}
.btn-pink {
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  background-color: #F77296;
  border-color: #F77296;
  border: 1px solid #F77296;
  padding-top: 8px;
  border-radius: 30px;
}
.btn-pink:hover {
  color: #FFF;
    background-color: #FF5885;
    border-color: #FF5885;
    border: 1px solid #FF5885;
}


.btn-blue:hover {
  color: #FFF;
    background-color: #1670A0;
    border-color: #1670A0;
    border: 1px solid #1670A0;
}

.btn-blue-border {
    color: #0D91D9;
    background-color: #FFF;
    border: 1px solid #0D91D9;
    padding-top: 8px;
}

.btn-blue-border:hover {
    color: #1670A0;
    background-color: #dddddd;
    border-color: #1670A0;
}

.btn-white-border {
    font-size: 20px;
    font-weight: 700;
    color: #555555;
    background-color: #FFF;
    border: 1px solid #d0d0d0;
    padding-top: 8px;
}

.btn-white-border:hover {
    color: #222222;
    background-color: #dddddd;
    border-color: #222222;
}

.btn-white-border.display:hover {
    color: #555555;
    background-color: #FFF;
    border: 1px solid #d0d0d0;
    cursor: default;
}

.btn-gray {
    background-color: #e9ecef;
    border: 1px solid transparent;
    padding: 4px 2px 2px 2px;
    font-size: 12px;
}

.btn-gray:hover {
    background-color: #e9ecef;
    border: 1px solid transparent;
}

.btn-transparent-border {
    color: #FFF;
    background-color: transparent;
    border: 1px solid #FFF;
    padding-top: 8px;
}

.btn-transparent-border:hover {
    color: #222222;
    background-color: rgba(255,255,255, 0.5);
    border-color: #222222;
}

.phone {
   color: #0D91D9;
   font-size: 34px;
   font-weight: 700;
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    border-bottom: 3px solid #0D91D9;
}

.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:active, 
.nav-tabs .nav-link:hover {
    border-color: transparent;
    border-bottom: 3px solid #0D91D9;
}

.card-body span {
    font-size: 14px;
    color: #373A3C;
}

.card-body.contents {
    font-size: 16px;
}

.card-body .title {
    color: #495057;
}

.card-body .twoline {
    height: 48px;
}

.card-body .feature {
    height: 82px;
}

.card-footer {
    font-weight: bold;
    padding: .75rem 1.25rem;
    background-color: rgba(255,255,255);
    border-top: 1px solid rgba(0,0,0,.125);
}

.link-detail, .link-keep {
  cursor: pointer;
}

.card-footer .link-keep {
    color: #F77296;
}

.card-footer .link-detail a{
    color: #0D91D9;
    font-size: 18px;
    display:block;
}

.card-footer .favoriteDel {
    color: #8E8E8E;
    font-size: 18px;
    font-weight: 700;
}

.favorite {
    color: #F77296;
    font-weight: 700;
    cursor: pointer;
}

.nav-tabs {
    width: 100%;
}

.nav-tabs .nav-item {
    width: 20%;
}

.nav-link {
    padding: .5rem 0rem;
    font-size: 18px;
    font-weight: bold;
}

.linkBox:hover,
.linkBox:active,
.linkBox:focus {
    display:block;
    background-color: rgba(13,145,217,.3);
    -webkit-tap-highlight-color:rgba(13,145,217,.3);
    cursor: pointer;
}

.linkBox a {
    display:block;
}

.form-check-label {
    padding: 6px 20px 0px 55px;
    margin-left: -15px;
    font-weight: 200;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.form-check-label.checkbox {
    padding: 6px 20px 0px 35px;
    margin-left: 0px;
    font-weight: 200;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.form-inline .form-check {
    width: 50%;
}

.pfForm .form-inline .form-check {
    width: 20%;
}

.form-control {
}

.input-group-text {
    z-index: 2;
}

input[type=radio], input[type=checkbox] {
    display: none;
}

select:not([multiple]){
    -webkit-appearance:none;
    -moz-appearance:none;
    height: calc(3.25rem + 2px);
    background-position:right 50%;
    background-repeat:no-repeat;
    background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right:1.5em;
    background-color: #FFF;
}

input[type=radio]:checked + label:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 40%;
    left: 20px;
    display: block;
    margin-top: -3px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #222;
    content: '';
    opacity: 1;
}

input[type=radio]:checked + label:after {
    border: 2px solid #222;
}

input[type=radio] + label:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 27%;
    left: 14px;
    display: block;
    margin-top: -6px;
    width: 30px;
    height: 30px;
    border: 2px solid #999999;
    border-radius: 100%;
    content: '';
}

main input[type=checkbox] + label:before {
    content: "";
    position: absolute;
    top: 40%;
    left: -5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -9px;
    background-color: white;
    border: 2px solid #999999;
    border-radius: 5px;
}

main input[type=checkbox]:checked + label:before {
    border: 2px solid #58C4FF;
    background-color: #58C4FF;
}

main input[type=checkbox]:checked + label:after {
    content: "\2713";
    position: absolute;
    top: 0%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    font-size: 30px;
    font-weight: 800;
    color: #FFF;
    left: -2px;
    margin-top: -8px;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

main #mailRegistBox input[type=checkbox]:checked + label:after {
    margin-top: 0px;
}

input[type="text"].form-error, input[type="tel"].form-error, input[type="email"].form-error, input[type="password"].form-error, select.form-error, textarea.form-error {
    background-color: #fff0f5;
    border-color: #CC1433;
    position: relative;
    z-index: 2;
}
input[type="text"].error, input[type="email"].error, input[type="password"].error, select.error, textarea.error {
    background-color: #fff0f5;
    border-color: #CC1433;
    position: relative;
    z-index: 2;
}
.badge-blue {
    background-color: #58C4FF;
    color: #FFF;
    border-radius: 10px;
}

.text-blue-large-bold {
    color: #0D91D9;
    font-weight: 700;
    font-size: 36px;
}
/* Common */

#AreaSelect div, 
#AreaSelectLine div {
  color: #8E8E8E;
}

/* Search Cond */
section#searchCond {
    margin-top: 100px;
}

#SearchCount {
font-size: 20px;
font-weight: bold;
}

#SearchCount .count {
font-size: 28px;
color: #0D91D9;
}

#BackToArea,
#BackToAreaLine {
color: #58C4FF;
cursor: pointer;
}

.link-cond a {
  color: #58C4FF;
  display: block;
}

.link-cond a:hover {
  color: #0D91D9;
}

#freeword .form-control,
#searchFreeword .form-control {
    height: calc(2.75rem + 2px);
}
/* Search Cond */

/* Result */
.condition-title {
  color: #495057;
  font-size: 18px;
}
.condition-data {
  font-size: 18px;
}

.text-arrow {
   color: #58C4FF;
   font-size: 18px;
}

section#cardList {
    margin-top: 120px;
  font-size: 18px;
}
section#cardList .search-count {
font-size: 18px;
font-weight: bold;
color: #0D91D9;
}

.page-counter {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 4px solid #58C4FF;
  width: 100%;
}

li.page-item.active {
    position: relative;
    display: block;
    padding: .4rem .75rem;
    margin-left: -1px;
    line-height: 23px;
    color: #dee2e6;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

#cardLinkRange:hover {
   /* background-color: rgba(13,145,217,.3);
    -webkit-tap-highlight-color:rgba(13,145,217,.3);
  */
    cursor: pointer;
}
#SearchResultBox {
    min-height: 800px;
}
/* Result */

span.stateBtn {
  color: #212529;
}

/* Detail */
section#ResultDetail {
  margin-top: 100px;
}

section#ResultDetail .detail-id {
      color: #707070;
      font-size: 22px;
}

section#DetailContent,
section#DetailCompany {
    color: #707070;
    font-size: 18px;
}

section#DetailContent h2,
section#DetailCompany h2
{
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  border-bottom: 4px solid #58C4FF;
}

section#DetailContent h3,
section#DetailCompany h3
{
  border-bottom: transparent;
}

section#DetailContent a{
    color: #0D91D9;
  font-size: 13px;
}

.ended-text {
  color: #707070;
  font-size: 18px;
}

.workplace {
    font-size:18px;
}

section#registraionBtn1 .favoriteDel,
section#registraionBtn2 .favoriteDel,
section#registraionBtn3 .favoriteDel {
    color: #8E8E8E;
    font-size: 20px;
    font-weight: 700;
}

section#LinkCond a:hover,
section#LinkCond a:active,
section#LinkCond a:focus{
    background-color: rgba(13,145,217,.3);
    color: #8E8E8E;
}
/* Detail */

/* Service */
i.fas.fa-angle-double-right {
    font-size: 2rem;
    color: #0D91D9;
}
section#ServiceTop {
  margin-top: 100px;
}


section#ServiceText3 .order-arrow {
    position: absolute;
    right: -3%;
    top: 50%;
}

.qa-q { 
    color: #0D91D9;
}
/* Service */

/* ぱんくず */
.bread {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  white-space: nowrap;
}

ol.breadcrumbs {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

ol.breadcrumbs li {
  display: inline;
}

ol.breadcrumbs li:after {
  content: ' ＞';
}

ol.breadcrumbs li:last-child:after {
  content: '';
}

ol.breadcrumbs a.disabled{
    pointer-events: none;
    color: #8E8E8E;
}

/* Footer */
footer {
    font-size: 14px;
    color: #707070;
}

footer li {
    font-size: 16px;
}

footer a {
    color: #58C4FF
}

footer span.kiyaku1, footer span.kiyaku2, footer span.partner1 {
    font-size: 16px;
    color: #58C4FF;
    cursor: pointer;
}
footer span.partner1:hover, footer span.partner1:active, footer span.partner1:focus, 
footer span.kiyaku1:hover, footer span.kiyaku1:active, footer span.kiyaku1:focus, 
footer span.kiyaku2:hover, footer span.kiyaku2:active, footer span.kiyaku2:focus
{
  text-decoration: none;
  color: rgba(0,0,0,.7);
}

footer img {
  height: 50px;
}

/* Modal */
.modalArea {
  display: none;
  position: fixed;
  z-index: 300; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.2rem;
  right: 0.8rem;
  cursor: pointer;
}

#PartnerBlock .modal-dialog {
  top: 25%;
}

@media screen and (max-width: 767px) {
  .closeModal {
    right: 0.7rem;
  }
}

.favoriteMsg {
    display: none;
    width: 120px;
    padding-right: 5px;
    left: 50%;
    position: absolute;
    height: 30px;
    line-height: 30px;
    margin-left: -60px;
    background-color: #ff5757;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 700;
    z-index: 200;
    top: -36px;
    text-align: center;
}

.nextUndisplay input[type="checkbox"] {
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  vertical-align: middle;
  position: relative;
  top: 1px;
  cursor: pointer;
}

.favoriteMsg:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #ff5757;
}

.shiny-btn {
    display: block;
    position: relative;
    z-index: 2;
    overflow: hidden;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
}

.modalContents .modalTitle {
    margin-bottom: 20px; 
    font-size: 18px; 
    font-weight: 700; 
    color: #0D91D9;
}

.modalContents .modalText {
    margin-top: 20px; 
    font-size: 16px; 
    font-weight: 700; 
    color: #0D91D9;
}

.modalContents .chkBox {
    margin: 20px 0; 
}

.modalContents i.far,
.modalContents i.fas {
  font-size: 3.5rem;
  color: #0D91D9;
}

/* 以下ボタンスタイル */
button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}

#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}

.fixed-register-button {
  position: fixed;
  display:none;
  top: 0;
  width: 100%;
  background: rgba(255,255,255, 0);
  height: 80px;
}
.fixed-register-button a{
  font-size: 20px;
}
.btn-detail {
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    width: 40%;
}
.font-12 {
  font-size: 12px!important;
}

.far.fa-inverse {
  color: #0D91D9;
  font-weight: 700;
}

.fixed-apply-button {
  position: fixed;
  display:none;
  bottom: 0;
  width: 100%;
  padding: 7px 0;
  background: rgba(255,255,255, 0);
}

.fa-stack {
    margin-top: -3px;
}

.fa-stack-1x {
    font-size: 0.75rem;
}

.fixed-search-button {
  position: fixed;
  bottom: 0;
  background: rgba(255,255,255);
  width: 100%;
  padding: 7px 0;
}

.btn-blue a {
  color: #FFF;
}

/* 規約・個人情報モーダル用CSS */
#PrivacyBlock .modal-dialog, #KiyakuBlock .modal-dialog {
    max-width: 1000px;
    margin: 20px auto 50px;
    background: #fff;
}
#PrivacyBlock .modal-body, #KiyakuBlock .modal-body {
    overflow: scroll;
    height: 600px;
}
#PrivacyBlock .modal, #KiyakuBlock .modal {
    z-index: 10050;
}
span.kiyaku3 {
    color: #58C4FF;
    text-decoration: none;
    background-color: transparent;
}
span.kiyaku3:hover {
    opacity: 0.6;
}
#PrivacyBlock .modal-body a, #KiyakuBlock .modal-body a {
    color: #58C4FF;
    text-decoration: none;
    background-color: transparent;
    font-size: 17px;
}
#PrivacyBlock .modal-body a:hover, #KiyakuBlock .modal-body a:hover {
    opacity: 0.6;
}
.kiyaku_block {
    margin-left: auto;
    margin-right: auto;
    padding: 30px 40px;
    width: 980px;
    height: 540px;
    /* overflow: scroll; */
    font-size: 17px;
    line-height: 1.5;
}
.kiyaku_title_main {
    width: 100%;
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 50px;
}
.kiyaku_title {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 10px;
}

/*
#kiyaku_main {
  width: 1000px;
  margin: 50px auto;
  background: #fff;
}
@media screen and (max-width: 767px) {
  #kiyaku_main {
    width: 90%;
    margin: 50px auto;
    background: #fff;
    font-size: 14px;
  }
}

.kiyaku_block {
  width: 100%;
  padding-top: 50px;
  font-size: 1.2em;
  line-height: 1.5;
}
.kiyaku_block a {
  color: #58C4FF;
  font-size: 1.2em;
}

.kiyaku_block .modal-link {
  color: #58C4FF;
  font-size: 1.2em;
}
.kiyaku_title_main {
  width: 100%;
  text-align: center;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 50px;
}
.kiyaku_title {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}
*/
.thanks_space {
  margin: 150px 0 0;
}
.thanks_main_title {
  width: 800px;
  margin: 0 auto 30px;
  font-size: 16px;
  line-height: 1.5;
}
.thanks_entry {
  width: 800px;
  color: #58C4FF;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 5px;
}
.thanks_entry2 {
  width: 800px;
  color: #58C4FF;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 5px;
}
.thanks_entry3 {
  width: 800px;
  color: #666666;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 5px;
}
.thanks_block {
  width: 760px;
  margin: 0 auto 20px;
  padding: 20px;
  border: 5px solid #58C4FF;
  border-radius: 10px;
}
.thanks_block_2 {
  width: 860px;
  margin: 0 auto 20px;
  padding: 20px;
  border: 5px solid transparent;
  text-align: center;
}
.thanks_company_name {
  color: #58C4FF;
  font-size: 20px;
  font-weight: 700;
}
.thanks_company_tel {
  color: #555;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0;
}
.thanks_company_sub {
  color: #555;
  font-size: 14px;
  margin: 0 0 20px;
}
.thanks_caution {
  width: 800px;
  margin: 0 auto 50px;
}
.thanks_caution_title {
  font-size: 20px;
  font-weight: 700;
  color: #58C4FF;
  margin: 0 auto 10px;
}
#MoreDetail {
font-size: 16px;
}
#MoreDetail .form-control {
  height: calc(3.25rem + 2px);
}
.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 15rem; 
}

@media screen and (max-width: 767px) {
  .thanks_space {
    margin: 70px 0 0;
  }
  .thanks_main_title {
    width: 100%;
    margin: 0 auto 15px;
    font-size: 14px;
    line-height: 1.5;
  }
  .thanks_entry {
    width: 100%;
    color: #58C4FF;
    font-size: 20px;
    font-weight: 700;
    /* margin: -200% auto 5px; */
  }
  .thanks_entry2 {
    width: 100%;
    color: #58C4FF;
    font-size: 16px;
    font-weight: 700;
  }
  .thanks_entry3 {
    width: 300px;
    color: #666666;
    font-size: 18px;
    font-weight: 700;
    margin: 0 10px 10px;
  }
  .thanks_block {
    width: 270px;
    margin: 0 auto 20px;
    padding: 10px;
    border: 2px solid #58C4FF;
    border-radius: 10px;
  }
  .thanks_company_name {
    color: #58C4FF;
    font-size: 18px;
    font-weight: 700;
  }
  .thanks_company_tel {
    color: #555;
    font-size: 20px;
    font-weight: 700;
    margin: 5px 0;
  }
  .thanks_company_tel a {
    color: #555;
  }
  .thanks_company_sub {
    color: #555;
    font-size: 14px;
    margin: 0 0 20px;
  }
  .thanks_caution {
    width: 290px;
    margin: 0 auto 50px;
  }
}

iframe {width: 100%!important;}
.iframe-content {
  position: relative;
  width: 560px;
  height: 315px;
  padding: 0px;
}

.iframe-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 560px;
  height: 315px;
}

.thanks_movie {
  width: 560px;
  color: #58C4FF;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 5px solid #58C4FF;
}
