<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 登録フォーム CSS */
form fieldset.profile-section{
  border:1px solid #EAECEE;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  padding: 10px 30px;
}
form fieldset.profile-section legend span.fieldset-legend{
  font-size: 1.8rem;
  margin-bottom: 0px;
}
.path-register .maincontent{
    /* max-width: 680px; */
    margin-left: auto;
    margin-right: auto;
}
form.custom-register-form .form-item{
  margin:0px;
  padding-top:15px;
  padding-bottom:15px;
  border-bottom:1px solid #EAECEE;
}
form.custom-register-form .description{
  padding: 10px;
  background: #EAF2F8;
  margin-top: 10px;
  color: #2471A3;
  border: 1px solid #A9CCE3;
  border-radius: 3px;
}

.password-suggestions{
  max-width:100%;
  min-width:100%;
  padding: 10px;
  background: #F9EBEA;
  margin-top: 10px;
  color: #A93226;
  border: 1px solid #F2D7D5;
  border-radius: 3px;
}
.password-suggestions ul li{
  font-size:1.2rem;
  margin-bottom:8px;
}
.password-strength__meter{
  margin-bottom:8px;
}

#edit-entity-seeker-profile{
  margin-top:60px;
}
#edit-entity-seeker-profile-field-skp-prefecture,
#edit-entity-seeker-profile-field-skp-city{
  min-width:120px;
}
#edit-entity-seeker-profile-field-skp-license-wrapper{
  margin-top:25px;
}
form.custom-register-form .form-item .form-item{
  border-bottom:0px;
}
form.custom-register-form #edit-actions{
  text-align: center;
  margin-left:auto;
  margin-right:auto;
}
.register_seeker_term{
  text-align: center;
  padding:20px;
  font-size:1.3rem;
}
.register_seeker_term a{
  text-decoration: underline;
}
#block-register-seeker-head{
  margin-top:60px;
}
ul.registflow{
  display: flex;
}
ul.registflow li.flow.active {
  background-color: #2E86C1 !important;
  border-color: #2E86C1 !important;
  color:#fff;
}
ul.registflow li.flow.active:before,
ul.registflow li.flow.active:after{
  background: #2E86C1;
  border-right: 1px solid #2E86C1;
}
ul.registflow li.flow {
  width: 50%;
  line-height: 46px;
  color: #a6a6a6;
  text-decoration: none;
  padding: 0 15px 0 30px;
  background: #FFF;
  display: inline-block;
  border: 1px solid #CCC;
  /* margin-left: -5px; */
  text-align: center;
}
ul.registflow li.flow:before {
  float: right;
  display: block;
  margin-bottom: -23px;
  margin-left: auto;
  margin-right: -23px;
  height: 23px;
  width: 20px;
  content: " ";
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
  background: #FFF;
  border-right: 1px solid #CCC;
}
ul.registflow li.flow:after {
  position: relative;
  display: block;
  margin-top: -23px;
  margin-left: auto;
  margin-right: -23px;
  height: 23px;
  width: 20px;
  content: " ";
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  background: #FFF;
  border-right: 1px solid #CCC;
}
ul.registflow li.flow:last-child{
  padding-left: 25px;
  padding-right: 20px;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
ul.registflow li.flow:last-child:before,
ul.registflow li.flow:last-child:after{
  display: none;
}



/*****登録完了ページ*****/
#complete-box{
  text-align: center;
  max-width: 680px;
  margin-left:auto;
  margin-right:auto;
}
#complete-box .complete-title {
    font-size: 21px;
    font-weight: 700;
    color: #2E4053;
    margin-bottom: 20px;
}



/* *************************************************************************************
 * Customize
 ************************************************************************************* */
.path-register .maincontent {
  max-width: 900px;
}

#block-dorazamurai-front-registmessage h2 {
  font-size: 3.2rem;
  line-height: 1.5;
}

.path-register #edit-entity-seeker-profile {
  margin-bottom: 50px;
  padding:0;
  border:none;
}
.path-register #edit-entity-seeker-profile &gt; legend{
  display:none;
}

.not_login.path-register form.custom-register-form .form-item {
  padding-top: 0;
  padding-bottom: 0;
}


@media screen and (max-width: 767px) {
  #block-dorazamurai-front-registmessage h2 {
    font-size: 2.8rem;
  }
  
  form fieldset.profile-section {
    padding-left: 15px;
    padding-right: 15px;
  }
}



/* 新規会員登録フォーム 上部LP ********************************* */
.path-register .maincontent {
  max-width: 100%;
  padding: 0;
}

.lp-register .mv {
  font-size: 0;
}
.lp-register .mv img {
  width: 100%;
}


.lp-register .ttl-area {
  text-align: center;
  padding: 50px 15px;
}
.lp-register .ttl-area h2 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .lp-register .ttl-area img {
    width: 100%;
  }
}


.lp-register .btn-regist-area {
  padding: 40px 15px;
  font-size: 0;
}
.lp-register .btn-regist-area .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  background-color: #fb4848;
  border: 1px solid #fb4848;
  border-radius: 5px;
  color: var(--white-color);
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .lp-register .btn-regist-area {
    padding-bottom: 0;
  }
  .lp-register .btn-regist-area .btn {
    height: 50px;
    font-size: 1.8rem;
  }
}

.lp-register .reason-box {
  padding: 60px 15px;
}
.lp-register .reason-box:nth-child(even) {
  background-color: #f5f5f5;
}

.lp-register .reason-box .unit {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.lp-register .reason-box .unit .head {
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.lp-register .reason-box:nth-child(even) .unit .head {
  border-bottom: 2px dotted #178aff;
}
.lp-register .reason-box:nth-child(odd) .unit .head {
  border-bottom: 2px dotted #ff9000;
}
.lp-register .reason-box .unit .head .ttl {
  color: #178aff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.4rem;
  font-weight: bold;
  margin: 0;
}
.lp-register .reason-box:nth-child(odd) .unit .head .ttl {
  color: #ff9000;
}
.lp-register .reason-box .unit .body {
  display: flex;
  align-items: center;
  gap: 40px;
}

.lp-register .reason-box .unit .body .icon {
  width: 60px;
}
.lp-register .reason-box .unit .body .icon img {
  width: 100%;
}
.lp-register .reason-box:nth-child(3) .unit .body .icon img,
.lp-register .reason-box:nth-child(4) .unit .body .icon img {
	transform: scale(1.4);
}

.lp-register .reason-box .unit .body .balloon {
  flex: 1;
  position: relative;
  padding: 20px 15px;
  background: #fff;
  border-radius: 5px;
}
.lp-register .reason-box .unit .body .balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #fff;
}
.lp-register .reason-box:nth-child(odd) .unit .body .balloon {
  background: #efefef;
}
.lp-register .reason-box:nth-child(odd) .unit .body .balloon:before {
  border-right: 15px solid #efefef;
}
.lp-register .reason-box .unit .body .balloon p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

.lp-register .reason-box .unit .body strong.red {
  color: #f00;
}

@media screen and (max-width: 767px) {
  .lp-register .reason-box .unit .head .ttl {
    font-size: 2.0rem;
  }
  .lp-register .reason-box .unit .body {
    gap: 25px;
  }
}


.lp-register .job-offer {
  background-color: #007eff;
  padding: 15px;
}
.lp-register .job-offer .ttl-area {
  padding-left: 0;
  padding-right: 0;
}

.lp-register .job-box {
  background-color: var(--white-color);
  max-width: 800px;
  width: 100%;
  margin: 0 auto 60px;
  padding: 40px;
}
.lp-register .job-box h3 {
  display: block;
  margin: 0 auto;
  color: #007eff;
  font-size: 2.4rem;
  text-align: center;
  text-decoration: underline;
}
.lp-register .job-box .unit h4 {
  font-weight: bold;
  color: #ff9000;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.5em;
}
.lp-register .job-box .unit .flex {
  display: flex;
  gap: 10px;
  border-bottom: 5px solid #000;
  margin-bottom: 10px;
}
.lp-register .job-box .unit .flex * {
  font-size: 1.6rem;
  font-weight: bold;
  color: #777;
}
.lp-register .job-box .unit .flex .ttl {
  width: 80px;
}
.lp-register .job-box .unit .flex .text {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .lp-register .job-box {
    padding: 40px 20px;
  }
}


.lp-register .flow {
  padding: 0 15px;
}

.lp-register .flow-box {
  max-width: 600px;
  width: 100%;
  background-color: #007eff;
  border-radius: 10px;
  margin: 0 auto 80px;
  padding: 40px;
  color: var(--white-color);
  position: relative;
}
.lp-register .flow-box:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: -55px;
  left: 0;
  right: 0;
  
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #007eff;
  margin: auto;
}
.lp-register .flow-box .icon {
  margin: 0 auto 20px;
  text-align: center;
}
.lp-register .flow-box .ttl {
  font-size: 2.1rem;
  text-align: center;
}
.lp-register .flow-box .text p {
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .lp-register .flow-box {
    padding: 40px 20px;
  }
}



/* 企業向け登録フォーム 上部LP ********************************* */

.lp-company img {
  max-width: fit-content;
  width: 100%;
}


.lp-company .mv {
  background-image: url(../img/contents/service/coverbg.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.lp-company .mv h1 {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.lp-company .mv h1 img {
  display: block;
  max-width: 1009px;
  width: 100%;
  margin: 0 auto;
}

.form-link-area {
  background-color: #e09e1e;
  padding: 40px;
}
.form-link-area h2 {
  margin: 0 auto;
  color: var(--white-color);
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.form-link-area h2 span {
  display: block;
  font-size: 2.4rem;
}

.form-link-area .link-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background-color: var(--white-color);
  padding: 40px;

  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.form-link-area .link-wrapper .text strong.red {
  color: #f00;
  font-size: 3.2rem;
}
.form-link-area .link-wrapper .text p {
  font-size: 1.6rem;
  font-weight: bold;
}
.form-link-area .link-wrapper .link {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.form-link-area .link-wrapper .link a.tel {
  color: #000;
  font-size: 3.8rem;
  font-weight: bolder;
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-link-area .link-wrapper .link a.tel:before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../img/contents/service/tel.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
  background-color: #000;
  border-radius: 5px;
}
.form-link-area .link-wrapper .link .salesday p {
  margin: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .form-link-area {
    padding: 20px;
  }
  .form-link-area h2 {
    font-size: 2.8rem;
    letter-spacing: initial;
    line-height: 1.4;
  }
  .form-link-area h2 span {
    font-size: 1.8rem;
  }
  .form-link-area .link-wrapper {
    padding: 20px;
    flex-direction: column;
    gap: 0px;
  }
  .form-link-area .link-wrapper .link img {
    width: 100%;
  }
  .form-link-area .link-wrapper .link a.tel {
    font-size: 2.6rem;
  }
  .form-link-area .link-wrapper .link .salesday p {
    font-size: 1.4rem;
  }
}


.lp-company .merit h2 {
  text-align: center;
  position: relative;
}
.lp-company .merit h2::after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid var(--white-color);
  z-index: 20;
  margin: auto;
}
.lp-company .merit-box {
  /* margin-bottom: 40px; */
  padding: 80px 0 40px;
  text-align: center;
  color:  #2c67b7;
  font-weight: bold;
	position: relative;
}
/* .lp-company .merit-box:last-child {
  margin-bottom: 0;
} */
.lp-company .merit-box:not(:last-child):after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #2c67b7;
  margin: auto;
}
.lp-company .merit-box:nth-child(odd):after {
  border-top: 30px solid var(--white-color);
  z-index: 20;
}

.lp-company .merit-box:nth-child(even) {
  background-color: #2c67b7;
  color: var(--white-color);
}

.lp-company .merit-box .inner {
  width: 100%;
  margin: 0 auto;
}
.lp-company .merit-box .inner .ttl {
  border-bottom: 5px solid #2c67b7;;
}
.lp-company .merit-box:nth-child(even) .inner .ttl {
  border-bottom: 5px solid var(--white-color);
}
.lp-company .merit-box .inner .ttl h3 {
  font-size: 3.2rem;
  margin-bottom: 10px;
  padding: 0 15px;
}
.lp-company .merit-box .inner .desc img {
  margin-top: 20px;
}
.lp-company .merit-box .inner .desc p {
  font-size: 1.6rem;
  line-height: 1.5;
}
.lp-company .merit-box .inner .desc strong.yellow {
  color: #ff0;
}
@media screen and (max-width: 767px) {
  .lp-company .merit-box .inner .desc {
    padding: 0 15px;
  }
}

.lp-company .posting {
  background-image: url(../img/contents/service/pricebg.webp);
  padding-bottom: 50px;
}
.lp-company .posting img {
  max-width: 100%;
  width: 100%;
}


.lp-company .voice {
  background-color: #2c67b7;
  padding: 50px 20px;
}
.lp-company .voice h2 {
  color: var(--white-color);
  font-size: 4.8rem;
  text-align: center;
  margin: 0 auto 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.lp-company .voice h2:before {
  content: '';
  display: block;
  background-image: url(../img/contents/service/title-icon1.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 71px;
  height: 70px;
}

.lp-company .voice-box {
  background-color: var(--white-color);
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 40px;
  padding: 20px;
  
  display: flex;
  gap: 50px;
}
.lp-company .voice-box h3 {
  margin: 0;
}
.lp-company .voice-box h3 img {
  max-width: fit-content;
  width: 100%;
}
.lp-company .voice-box h4 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
.lp-company .voice-box .body p {
  margin-top: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.lp-company .voice-box .left {
  flex: 1;
}
.lp-company .voice-box .right {
  width: 283px;
}
.lp-company .voice-box .right img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .lp-company .voice h2 {
    font-size: 3.2rem;
    gap: 15px;
  }
  .lp-company .voice h2:before {
    width: 61px;
    height: 60px;
  }
  .lp-company .voice-box {
    flex-direction: column;
    gap: 20px;
    padding: 15px;
  }
  .lp-company .voice-box .left .ttl {
    margin-left: -15px;
  }
  .lp-company .voice-box .right {
    max-width: 283px;
    width: 100%;
    margin: auto;
  }
}


.lp-company .flow {
  background-color: #e1edfe;
  padding: 40px 15px;
}
.lp-company .flow h2 {
  margin-top: 0;
  color: #1c4276;
  font-size: 4.8rem;
  margin: 0 auto 20px;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.lp-company .flow h2:before {
  content: '';
  display: block;
  background-image: url(../img/contents/service/title-icon2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 71px;
  height: 70px;
}
.lp-company .flow .step-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px 40px;
  max-width: 918px;
  width: 100%;
  margin: 0 auto;
}

.lp-company .flow .step-flow .flow-box {
  width: calc((100% - 40px) / 2);
}
.lp-company .flow .step-flow .flow-box:last-child {
  width: 100%;
}
.lp-company .flow .step-flow .flow-box img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .lp-company .flow h2 {
    font-size: 3.2rem;
    gap: 15px;
  }
  .lp-company .flow h2:before {
    width: 61px;
    height: 60px;
  }
  .lp-company .flow .step-flow {
    gap: 20px;
  }
  .lp-company .flow .step-flow .flow-box {
    width: 100%;
  }
  .lp-company .flow .step-flow .flow-box img {
    display: block;
    margin: 0 auto;
  }
}

.lp-company + .lp-form-ttl {
  background-color: #1c4276;
  padding: 50px 15px;
  
}
.lp-company + .lp-form-ttl h2 {
  margin: 0;
  color: var(--white-color);
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lp-company + .lp-form-ttl h2 {
    font-size: 2.4rem;
  }
}

.webform-submission-service-company-contact-form {
  padding: 0 15px;
}

.webform-submission-service-company-contact-form #edit-processed-text,
.webform-submission-service-company-contact-form .form-type-processed-text {
  margin-left: -15px;
  margin-right: -15px;
}

.webform-submission-service-company-contact-form &gt; fieldset,
.webform-submission-service-company-contact-form &gt; .form-item:not(.form-type-processed-text) {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 30px;
}

form.webform-submission-form  .webform-radios-other-input {
  margin-top: 20px;
}

/*　ユーザー登録 thanksページ *************************/
#block-dorazamurai-front-register-complete .thanks {
  text-align: center;
  color: #333;
}

/* line-bnr */
#block-dorazamurai-front-register-complete .line-warp {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}
#block-dorazamurai-front-register-complete .line-warp img{
  width: 100%;
  height:auto;
}
/*いますぐ検索ボタン*/
#block-dorazamurai-front-register-complete .job-search-btn{
  text-align:center;
}
#block-dorazamurai-front-register-complete .job-search-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 8px 20px;
  background-color: #1488c0;
  border: 2px solid #1488c0;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
#block-dorazamurai-front-register-complete .job-search-btn a:hover {
  background-color: #106fa4;
  border-color: #106fa4;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
#block-dorazamurai-front-register-complete .job-search-btn a:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(20,136,192,0.4);
}
#block-dorazamurai-front-register-complete .job-search-btn a::after {
  content: "&gt;";
  font-size: 12px;
  margin-bottom: 3px;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
#block-dorazamurai-front-register-complete .job-search-btn a:hover::after {
  transform: translateX(8px);
}
/*チェックボックス*/
.container-check {
  box-sizing: border-box;
  padding: 25px;
  text-align: center;
}
/* Checkmark style starts */
@-moz-keyframes dothabottomcheck {
  0% {
      height: 0;
  }
  100% {
      height: 50px;
  }
}
@-webkit-keyframes dothabottomcheck {
  0% {
      height: 0;
  }
  100% {
      height: 50px;
  }
}
@keyframes dothabottomcheck {
  0% {
      height: 0;
  }
  100% {
      height: 50px;
  }
}
@keyframes dothatopcheck {
  0% {
      height: 0;
  }
  50% {
      height: 0;
  }
  100% {
      height: 120px;
  }
}
@-webkit-keyframes dothatopcheck {
  0% {
      height: 0;
  }
  50% {
      height: 0;
  }
  100% {
      height: 120px;
  }
}
@-moz-keyframes dothatopcheck {
  0% {
      height: 0;
  }
  50% {
      height: 0;
  }
  100% {
      height: 120px;
  }
}
.container-check input[type=checkbox] {
  display: none;
}
.container-check .check-box {
  height: 100px;
  width: 100px;
  background-color: transparent;
  border: 10px solid #000;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer;
}

.container-check .check-box::before,
.container-check .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: 20px;
  background-color: #34b93d!important;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: ' ';
  -webkit-transition: opacity ease .5;
  -moz-transition: opacity ease .5;
  transition: opacity ease .5;
}
.container-check .check-box::before {
  top: 72px;
  left: 43px;
  /*box-shadow: 0 0 0 5px #667788;*/
  border: none;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.container-check .check-box::after {
  top: 37px;
  left: 5px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.container-check input[type=checkbox]:checked+.check-box,
.container-check .check-box.checked {
  border-color: #34b93d;
}

.container-check input[type=checkbox]:checked+.check-box::after,
.container-check .check-box.checked::after {
  height: 50px;
  -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
  animation: dothabottomcheck 0.2s ease 0s forwards;
}
.container-check input[type=checkbox]:checked+.check-box::before,
.container-check .check-box.checked::before {
  -moz-animation: dothatopcheck 0.4s ease 0s forwards;
  -o-animation: dothatopcheck 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
  animation: dothatopcheck 0.4s ease 0s forwards;
}
#block-dorazamurai-front-registmessage h2.regist-ttl{
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 18px;
  padding: 10px 15px;
  border-radius: 5px;
  background: #f2f4f4;
  box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
}
body.path-register #block-dorazamurai-front-content{
  margin-top:-55px;
}
#block-dorazamurai-front-registmessage p{
  font-size:14px;
  line-height: 150%;
}
.form-ttl.entry img {
    display: block;
    max-width: 258px;
    width: 100%;
    margin: 0 auto;
}
#line-login{
    width: 100%;
    height: 50px;
    background: #4cc764 url(/themes/custom/dorazamurai_front/img/icon/line_logo.svg) no-repeat left 10px top 10px;
    background-size: 30px;
    box-sizing: border-box;
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 8px;
    padding: 0px;
    line-height: 50px;
    border: 1px solid #dedede;
    margin-bottom: 10px;
}
</pre></body></html>