#top {
  position: relative;
}
#top .main_nav {
  height: 300px;
  margin-bottom: 10px;
}
#top .main_nav .mainvisual {
  height: 100%;
  position: relative;
  background: url(../img/top/mainvisual.jpg) no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#top .main_nav .mainvisual .mainvisual_inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  margin: auto;
}
#top .main_nav .mainvisual .mainvisual_inner h2 {
  color: #8e8e8e;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #ffffff;
  padding: 0 10px;
  line-height: 28px;
  text-align: center;
}
#top .main_nav .mainvisual .mainvisual_inner h1 {
  text-align: center;
}
#top #nav li:first-child {
  display: none;
}
#top #nav li img {
  display: block;
  width: 100%;
  max-width: inherit !important;
  height: auto;
  margin-bottom: 4px;
}
ul.subject_nav img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.category_service .service_nav li h6.bottom_text {
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  bottom: -2px;
  text-align: center;
  width: 87%;
  letter-spacing: 0;
}
.whats_cryptex img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 568px) {
  #nav li {
    display: inline-block;
    width: 49%;
  }
}
@media screen and (min-width: 768px) {
  #top .main_nav {
    height: 490px;
    margin-bottom: 20px;
  }
  #top .main_nav .mainvisual .mainvisual_inner {
    width: 600px;
  }
  #top .main_nav .mainvisual .mainvisual_inner h2 {
    font-size: 16px;
    line-height: 32px;
  }
  #top #nav {
    top: 10%;
  }
  #top #nav ul {
    width: 100%;
  }
}
@media only screen and (min-width: 990px) {
  #top .main_nav .mainvisual .mainvisual_inner {
    left: 30%;
  }
  #top .main_nav .mainvisual .mainvisual_inner h2 {
    font-size: 18px;
    line-height: 36px;
  }
  #top #nav {
    position: absolute;
    left: -100%;
    clear: both;
    width: 325px;
  }
  #top #nav li {
    display: block;
    width: 100%;
  }
  #top #nav li:first-child {
    display: block;
  }
}
@media screen and (min-width: 1230px) {
  #top .category_news .news {
    width: 69%;
  }
  #top .main_nav .mainvisual .mainvisual_inner {
    left: 0;
  }
  #top .container {
    width: 1335px;
  }
}
#top .whats_cryptex {
  background-color: #a6a6a6;
  padding: 5px 0;
  margin: 20px 0;
}
#top .whats_cryptex .whats_img {
  text-align: center;
}
#top .category_inner .category_title h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
}
#top .category_inner .category_title h3::first-letter {
  color: #a1a1a1;
  font-size: 35px;
}
#top .category_service .service_nav li img {
  display: none;
}
#top .category_service .service_nav li p {
  background-color: #cccccc;
  color: #333;
  font-size: 15px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
#top .category_service .service_nav li p span {
  color: #fb8501;
  font-size: 12px;
}
#top .category_news {
  width: 100%;
  margin-left: 0;
}
#top .category_news .news {
  height: 200px;
  overflow: scroll;
  border-radius: 3px;
  border: 1px solid #a6a6a6;
  padding: 10px;
}
#top .category_news .news dl {
  border-bottom: 1px dashed #a6a6a6;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#top .category_news .news dl:last-child {
  border-bottom: 0;
}
#top .category_news .news dl dt {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 0 8px;
}
@media screen and (min-width: 568px) {
  #top .category_service .service_nav li img {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  #top .category_service .service_nav li p {
    display: none;
  }
  #top .category_service #nav li img {
    margin: 0px 0;
  }
}
@media screen and (max-width: 568px) {
  .category_service .bottom_text {
    display: none;
  }
}
@media screen and (min-width: 990px) {
  #top .category_inner {
    display: table;
    width: 100%;
  }
  #top .category_inner .category_title {
    float: none;
    display: table-cell;
    border-right: 1px dashed #a6a6a6;
    vertical-align: middle;
  }
  #top .category_inner .category_title h3 {
    font-size: 30px;
  }
  #top .category_inner .category_title h3::first-letter {
    font-size: 60px;
  }
  #top .category_inner .service_nav {
    width: auto;
  }
  #top .category_inner .service_nav ul {
    display: table-cell;
  }
  #top .whats_cryptex .whats_img {
    padding-left: 30px;
    text-align: left;
  }
  #top .category_news .news {
    margin: 0 15px;
    margin-right: 0;
  }
}
@media screen and (min-width: 990px) {
  #top .whats_cryptex {
    margin: 30px 0;
  }
}
.btn_field img:hover,
.pagetop img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.br_none {
  display: none;
}
@media screen and (min-width: 768px) {
  .br_none {
    display: block;
  }
}
.second_header {
  top: 0;
  margin-bottom: 30px;
  width: 100%;
}
.second_header h1.logo {
  display: none;
}
.second_header h1.logo img {
  margin-left: 50%;
}
.second_header nav {
  margin-top: 10px;
}
.second_header nav ul {
  margin-bottom: 0;
  text-align: center;
}
.second_header nav ul li {
  margin-bottom: 5px;
}
.second_header nav ul li img.pc_disp {
  display: none;
}
.japico_disp {
  display: none;
}
@media screen and (min-width: 568px) {
  .second_header nav ul li {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .second_header {
    height: 100px;
  }
  .second_header h1.logo {
    display: block;
  }
  .second_header nav {
    margin-top: 0;
  }
  .second_header nav ul li {
    margin: 0 5px 0 0;
  }
  .second_header nav ul li img {
    width: 100%;
    max-width: inherit !important;
  }
  .second_header nav ul li img.respons_disp {
    display: none;
    padding: 0px;
  }
  .respons_japico_disp {
    display: none;
    padding: 0px;
  }
  .second_header nav ul li img.pc_disp {
    display: inline-block;
    width: 100%;
  }
  .japico_disp {
    display: inline-block;
    width: 260px;
  }
  .cbp-af-header {
    position: fixed;
    width: 100%;
    background: #a1a1a1;
    z-index: 10000;
    height: 70px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    /* We just have one-lined elements, so we'll center the elements with the line-height set to the height of the header */
  }
  .cbp-af-header .logo {
    line-height: 63px;
  }
  .cbp-af-header .logo > img {
    max-width: 70%;
    max-height: 70%;
  }
  .cbp-af-header nav a {
    line-height: 90px;
  }
  /* Transitions and class for reduced height */
  .cbp-af-header .logo,
  .cbp-af-header nav a {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cbp-af-header.cbp-af-header-shrink {
    height: 40px;
  }
  .cbp-af-header.cbp-af-header-shrink .logo,
  .cbp-af-header.cbp-af-header-shrink nav a {
    line-height: 35px;
  }
  .cbp-af-header.cbp-af-header-shrink .logo img {
    width: 20px;
    transition: width 0s ease 0s;
  }
}
@media screen and (min-width: 990px) {
  .second_header nav ul {
    text-align: left;
  }
  .second_header nav ul li {
    margin-right: 20px;
  }
  .second_header nav ul li img.pc_disp {
    width: 100%;
  }
  .japico_disp {
    width: 260px;
  }
}
.main_content h2 {
  color: #a6a6a6;
  line-height: 24px;
  margin-bottom: 5px;
}
.main_content h2::first-letter,
.main_content h2 .accent_letter {
  color: #7b7b7b;
}
.main_content h3 {
  color: #fb8501;
  font-size: 18px;
  margin-bottom: 10px;
}
.main_content h4 {
  margin-top: 10px;
  margin-bottom: 22px;
}
.pagetop {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .main_content {
    margin-top: 180px;
  }
}
footer {
  background-color: #a6a6a6;
  padding-top: 15px;
  margin-top: 30px;
}
footer .footer_nav {
  text-align: center;
}
footer .footer_nav li {
  padding: 0 10px;
}
footer .footer_nav li a {
  color: #333;
}
footer ul.footer_nav {
  margin-bottom: 10px;
}
footer .copyright {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 990px) {
  footer .footer_nav {
    display: inline-block;
    text-align: left;
  }
  footer .copyright {
    display: inline-block;
    text-align: right;
  }
}
#company .main_content section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#company .main_content section .boss_greeting {
  text-align: center;
  margin-top: 30px;
}
#company .main_content section .company_name {
  text-align: center;
}
#company .main_content section .company_name img {
  margin-bottom: 48px;
}
#company .main_content section .philosophy strong {
  line-height: 50px;
  font-size: 18px;
}
#company .main_content section p.company_logo {
  margin-bottom: 50px;
}
#company .main_content section p.philosophy {
  text-align: center;
  margin-bottom: 50px;
}
#company .main_content section dl {
  border-bottom: 1px dashed #c9c9c9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#company .main_content section dl:last-child {
  border-bottom: 0;
  margin-bottom: 20px;
}
#company .main_content section dl dd img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#company .main_content section dl dd img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#company .main_content section dl .dl_btn_field {
  margin-top: 10px;
  text-align: center;
}
#company .main_content section .dl_btn_field img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#company .main_content .btn_field ul {
  text-align: center;
}
#company .main_content .btn_field ul li {
  margin: 5px 0;
}
ul.menu {
  list-style: none;
  padding-bottom: 12px;
  margin-top: 30px;
  padding-left: 0;
}
.interview_menu {
  font-weight: bold;
  font-size: 15px;
  padding: 15px;
  margin: -1px 0 0 -1px;
  cursor: pointer;
  border: 1px solid #c9c9c9;
  text-align: center;
}
.interview_menu h3 {
  margin-bottom: 0px;
}
.accordion {
  background: #f5f5f5;
  padding: 13px 10px 0;
  margin: -1px 0 0 -1px;
}
@media screen and (min-width: 768px) {
  #company .main_content:first-child {
    padding-top: 100px;
  }
  #company .main_content dl .dl_btn_field {
    margin: -25px 10px 0 0;
    text-align: right;
  }
  #company .main_content dl dd img {
    float: right;
    margin: -19px 70px 0;
  }
  #company .accordion .grid_md6 {
    margin-right: 25%;
    margin-left: 25%;
  }
  #company .btn_field ul li {
    margin: 10px;
  }
}
#service .main_content section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#service .main_content section h4 {
  font-size: 16px;
  line-height: 22px;
}
#service .main_content section #service_01,
#service .main_content section #service_02,
#service .main_content section #service_03 {
  margin-top: -90px;
  /* リンク位置上昇部分*/
  padding-top: 90px;
  /* 上昇分を戻す分*/
}
#service .main_content section .btn_main_case {
  text-align: center;
}
#service .main_content section .btn_main_case img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#service .main_content section .btn_main_case img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
#service .main_content .btn_field ul {
  text-align: center;
}
#service .main_content .btn_field ul li {
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  #service .main_content section .service_content {
    display: table;
    width: 100%;
  }
  #service .main_content section .service_content .grid_md8.service_info {
    float: none;
    display: table-cell;
  }
  #service .main_content section .service_content .grid_md8.service_info h3 {
    margin-bottom: 10px;
  }
  #service .main_content section .service_content .grid_md8.service_info p {
    margin-bottom: 0;
  }
  #service .main_content section .service_content .grid_md3.btn_main_case {
    float: none;
    display: table-cell;
    vertical-align: bottom;
  }
  #service .main_content .btn_field ul li {
    margin: 10px;
  }
}
#recruit .main_content section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#recruit .main_content section p {
  text-align: center;
  margin-bottom: 15px;
}
#recruit .main_content section h4 {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 40px;
}
#recruit .main_content section #whats_cryptex_02 {
  margin-top: -90px;
  /* リンク位置上昇部分*/
  padding-top: 90px;
  /* 上昇分を戻す分*/
}
#recruit .main_content .rule ul {
  margin-top: 40px;
  text-align: center;
  padding-left: 0;
}
#recruit .main_content .rule li {
  margin-bottom: 16px;
}
#recruit .main_content .rule li strong {
  font-size: 15px;
}
#recruit .main_content .btn_field ul {
  text-align: center;
}
#recruit .main_content .btn_field ul li {
  margin: 5px 0;
}
@media screen and (min-width: 568px) {
  #recruit .main_content section .rule h4 {
    color: #b0da11;
    margin-bottom: 20px;
  }
  #recruit .main_content section .recruit_img {
    margin-top: 40px;
  }
  #recruit .main_content section .recruit_img img {
    margin: 10% 0 10% 0;
  }
}
@media screen and (min-width: 768px) {
  #recruit .main_content section .rule ul {
    text-align: right;
  }
  #recruit .main_content .btn_field ul li {
    margin: 10px;
  }
}
#main_case .main_content section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#main_case .main_content section .main_case_li {
  margin: 0 15px;
}
#main_case .main_content section h5 {
  margin: 0 0 14px 16px;
}
#main_case .main_content section ul {
  margin-bottom: 0;
}
#main_case .main_content section ul li {
  font-weight: bold;
  margin-left: 20px;
}
#main_case .main_content section ul li span {
  list-style: none;
}
#main_case .main_content section .case_image {
  margin-top: 10px;
  text-align: center;
}
#main_case .main_content .text_only li {
  padding-bottom: 25px;
}
#main_case .main_content .btn_field ul {
  text-align: center;
}
#main_case .main_content .btn_field ul li {
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  #company .main_content section .main_case_li {
    margin: 0 20px;
  }
  #company .main_content section p {
    text-align: center;
  }
  #company .main_content .btn_field ul li {
    margin: 10px;
  }
}
#contact .main_content section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#contact .main_content section dl {
  border-bottom: 1px dashed #c9c9c9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#contact .main_content section dl:last-child {
  border-bottom: 0;
}
#contact .main_content section dl .dl_btn_field {
  margin-top: 10px;
  text-align: center;
}
#contact .main_content .btn_field ul {
  text-align: center;
}
#contact .main_content .btn_field ul li {
  margin: 5px 0;
}
#contact .main_content .form_group {
  margin: 0 0 15px 0;
}
#contact .main_content .form_group small {
  color: #ff9100;
  border: 1px solid #ff9100;
  border-radius: 5px;
  padding: 3px;
  margin-left: 5px;
}
#contact .main_content .form_group .contact_radio {
  margin-right: 10px;
  padding-top: 6px;
}
#contact .main_content .form_group .contact_radio .radio_btn {
  width: 60px;
  display: inline-block;
}
#contact .main_content .form_group .birth_text {
  width: 60px;
  display: inline-block;
  margin: 0 5px 0 10px;
}
#contact .main_content .form_group .birth_text:first-child {
  margin-left: 0;
}
#contact .main_content .form_group textarea {
  height: 100px;
}
#contact .main_content .contact_btn {
  margin: auto;
  width: 300px;
}
#contact .main_content .contact_btn button {
  font-weight: bold;
  color: #727272;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
}
#contact .main_content .contact_btn button:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  #contact .main_content section dl .dl_btn_field {
    margin: -25px 10px 0 0;
    text-align: right;
  }
  #contact .main_content .form_contact .confirm_title label {
    border-bottom: 0;
    width: 25%;
  }
  #contact .main_content .form_contact .confirm_title div {
    border-left: 2px solid #c9c9c9;
    padding: 6px 15px;
    min-height: 34px;
  }
  #contact .main_content .form_contact .contact_btn .btn_back {
    margin-bottom: 0;
  }
  #contact .main_content .form_contact .form_group .attention {
    font-size: 11px;
  }
  #contact .main_content .btn_field ul li {
    margin: 10px;
  }
}
#errmsg {
  background-color: #ffe6e6;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 4px;
  padding: 10px 10px 10px 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .message {
    margin-bottom: 20px;
  }
  .message #errmsg {
    width: 50%;
    padding: 10px 10px 10px 30px;
    margin: 0 auto;
  }
}
#contact_confirm .main_content section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#contact_confirm .main_content section dl {
  border-bottom: 1px dashed #c9c9c9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#contact_confirm .main_content section dl:last-child {
  border-bottom: 0;
}
#contact_confirm .main_content section dl .dl_btn_field {
  margin-top: 10px;
  text-align: center;
}
#contact_confirm .main_content .btn_field ul {
  text-align: center;
}
#contact_confirm .main_content .btn_field ul li {
  margin: 5px 0;
}
#contact_confirm .main_content .form_group {
  margin: 0 0 15px 0;
}
#contact_confirm .main_content .form_group small {
  color: #ff9100;
  border: 1px solid #ff9100;
  border-radius: 5px;
  padding: 3px;
  margin-left: 5px;
}
#contact_confirm .main_content .form_group .contact_radio {
  margin-right: 10px;
  padding-top: 6px;
}
#contact_confirm .main_content .form_group .contact_radio .radio_btn {
  width: 60px;
  display: inline-block;
}
#contact_confirm .main_content .form_group .birth_text {
  width: 60px;
  display: inline-block;
  margin: 0 5px 0 10px;
}
#contact_confirm .main_content .form_group .birth_text:first-child {
  margin-left: 0;
}
#contact_confirm .main_content .form_group textarea {
  height: 100px;
}
#contact_confirm .main_content .contact_btn {
  margin: auto;
  width: 300px;
}
#contact_confirm .main_content .contact_btn button {
  font-weight: bold;
  color: #727272;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 12px;
}
#contact_confirm .main_content .contact_btn button:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#contact_complete .main_content section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#contact_complete .main_content section dl {
  border-bottom: 1px dashed #c9c9c9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#contact_complete .main_content section dl:last-child {
  border-bottom: 0;
}
#contact_complete .main_content section dl .dl_btn_field {
  margin-top: 10px;
  text-align: center;
}
#contact_complete .main_content .btn_field ul {
  text-align: center;
}
#contact_complete .main_content .btn_field ul li {
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  #contact_complete .main_content section dl .dl_btn_field {
    margin: -25px 10px 0 0;
    text-align: right;
  }
  #contact_complete .main_content .form_contact .complete_title label {
    border-bottom: 0;
    width: 25%;
  }
  #contact_complete .main_content .form_contact .complete_title div {
    border-left: 2px solid #c9c9c9;
    padding: 6px 15px;
    min-height: 34px;
  }
  #contact_complete .main_content .form_contact .contact_btn .btn_back {
    margin-bottom: 0;
  }
  #contact_complete .main_content .form_contact .form_group .attention {
    font-size: 11px;
  }
  #contact_complete .main_content .btn_field ul li {
    margin: 10px;
  }
}
#errmsg {
  background-color: #ffe6e6;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 4px;
  padding: 10px 10px 10px 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .message {
    margin-bottom: 20px;
  }
  .message #errmsg {
    width: 50%;
    padding: 10px 10px 10px 30px;
    margin: 0 auto;
  }
}
.form_contact .complete_title label {
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 5px;
}
.form_contact .complete_title div {
  word-wrap: break-word;
}
.form_contact .contact_btn .btn_back {
  background-image: url(../img/bg_dot_gray.gif);
  border: 1px solid #c9c9c9;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .form_contact .confirm_title label {
    border-bottom: 0;
    width: 25%;
  }
  .form_contact .confirm_title div {
    border-left: 2px solid #c9c9c9;
    padding: 6px 15px;
    min-height: 34px;
  }
  .form_contact .contact_btn .btn_back {
    margin-bottom: 0;
  }
}
.form_contact .form_group .attention {
  font-size: 11px;
}
.home_btn {
  margin: auto;
  width: 300px;
}
.home_btn button {
  font-weight: bold;
  color: #727272;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  height: 60px;
}
.home_btn button:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .home_btn button {
    margin: 110px 0 90px 0;
  }
}
@media screen and (min-width: 1320px) {
  .home_btn button {
    margin: 190px 0 140px 0;
  }
}
#experienced_person .main_content section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#experienced_person .main_content section h4 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
#experienced_person .main_content section dl {
  border-bottom: 1px dashed #c9c9c9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#experienced_person .main_content section dl:last-child {
  border-bottom: 0;
}
#experienced_person .main_content section dl .btn_main_case {
  text-align: center;
}
#experienced_person .main_content section .freelance h4 {
  margin-top: 30px;
  margin-bottom: 10px;
}
#experienced_person .main_content section .line_span {
  margin-top: 15px;
}
#experienced_person .main_content section .recruit_contact {
  margin-top: 60px;
}
#experienced_person .main_content .btn_field ul {
  text-align: center;
}
#experienced_person .main_content .btn_field ul li {
  margin: 5px 0;
}
#experienced_person .main_content .entry_btn a {
  margin: 0 auto;
  font-weight: bold;
  color: #727272;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  background-color: #dddddd;
  width: 300px;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 44px;
}
#experienced_person .main_content .entry_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  #experienced_person .main_content section .experienced_person {
    display: table;
    width: 100%;
  }
  #experienced_person .main_content section .experienced_person .grid_md8.mid_carrier_info {
    float: none;
    display: table-cell;
  }
  #experienced_person .main_content section .experienced_person .grid_md8.mid_carrier_info h3 {
    margin-bottom: 10px;
  }
  #experienced_person .main_content section .experienced_person .grid_md8.mid_carrier_info p {
    margin-bottom: 0;
  }
  #experienced_person .main_content section .experienced_person .grid_md3.btn_main_case {
    float: none;
    display: table-cell;
    vertical-align: bottom;
  }
  #experienced_person .main_content .btn_field ul li {
    margin: 10px;
  }
}
#graduate_person .main_content section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#graduate_person .main_content section h4 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
#graduate_person .main_content section dl {
  border-bottom: 1px dashed #c9c9c9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#graduate_person .main_content section dl:last-child {
  border-bottom: 0;
}
#graduate_person .main_content section dl .btn_main_case {
  text-align: center;
}
#graduate_person .main_content section .recruit_contact {
  margin-top: 60px;
}
#graduate_person .main_content section .attended dd {
  color: #fb8501;
}
#graduate_person .main_content .btn_field ul {
  text-align: center;
}
#graduate_person .main_content .btn_field ul li {
  margin: 5px 0;
}
#graduate_person .main_content .entry_btn a {
  margin: 0 auto;
  font-weight: bold;
  color: #727272;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  background-color: #dddddd;
  width: 300px;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 44px;
}
#graduate_person .main_content .entry_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  #graduate_person .main_content section .graduate_person {
    display: table;
    width: 100%;
  }
  #graduate_person .main_content section .graduate_person .grid_md8.graduate_info {
    float: none;
    display: table-cell;
  }
  #graduate_person .main_content section .graduate_person .grid_md8.graduate_info h3 {
    margin-bottom: 10px;
  }
  #graduate_person .main_content section .graduate_person .grid_md8.graduate_info p {
    margin-bottom: 0;
  }
  #graduate_person .main_content section .graduate_person .entry_btn .btn_back {
    margin-bottom: 0;
  }
  #graduate_person .main_content section .graduate_person .grid_md3.btn_graduate_person {
    float: none;
    display: table-cell;
    vertical-align: bottom;
  }
  #graduate_person .main_content .btn_field ul li {
    margin: 10px;
  }
}
#privacy_policy .main_content section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#privacy_policy .main_content section h4 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}
#privacy_policy .main_content section .boss_sign {
  text-align: right;
}
#privacy_policy .main_content section .btn_main_case {
  text-align: center;
}
#privacy_policy .main_content .btn_field ul {
  text-align: center;
}
#privacy_policy .main_content .btn_field ul li {
  margin: 5px 0;
}
@media screen and (min-width: 768px) {
  #privacy_policy .main_content section .service_content {
    display: table;
    width: 100%;
  }
  #privacy_policy .main_content section .service_content .grid_md8.service_info {
    float: none;
    display: table-cell;
  }
  #privacy_policy .main_content section .service_content .grid_md8.service_info h3 {
    margin-bottom: 10px;
  }
  #privacy_policy .main_content section .service_content .grid_md8.service_info p {
    margin-bottom: 0;
  }
  #privacy_policy .main_content section .service_content .grid_md3.btn_main_case {
    float: none;
    display: table-cell;
    vertical-align: bottom;
  }
  #privacy_policy .main_content .btn_field ul li {
    margin: 10px;
  }
}
#interview .main_content section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#interview .main_content p {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
#interview .main_content .btn_field ul {
  text-align: center;
}
#interview .main_content .btn_field ul li {
  margin: 5px 0;
}
#interview ul.menu {
  list-style: none;
  margin: 0;
  padding-bottom: 12px;
}
#interview ul.menu:last-child {
  padding-bottom: 50px;
}
#interview .interview_menu {
  font-weight: bold;
  font-size: 15px;
  padding: 25px;
  margin: -1px 0 0 -1px;
  cursor: pointer;
  border: 1px solid #c9c9c9;
}
#interview .accordion {
  background: #f5f5f5;
  padding: 13px 10px 0;
  margin: -1px 0 0 -1px;
}
#interview .accordion .accordion_inner {
  display: block;
}
#interview .accordion .accordion_inner ul {
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
#interview .accordion .accordion_inner ul:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 568px) {
  #interview .main_content section p {
    text-align: center;
  }
  #interview .main_content section .rule h4 {
    color: #b0da11;
    margin-bottom: 20px;
  }
  #interview .main_content section .rule .grid_md5 {
    text-align: center;
  }
  #interview .main_content section .rule .grid_md5.interview_img {
    text-align: center;
  }
  #interview .main_content section .rule .grid_md5 li {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  #interview .main_content section .rule .grid_md5 {
    text-align: right;
  }
  #interview .main_content .btn_field ul li {
    margin: 10px;
  }
  .interview {
    margin-bottom: 40px;
  }
}
#entry .main_content section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#entry .main_content section dl {
  border-bottom: 1px dashed #c9c9c9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#entry .main_content section dl:last-child {
  border-bottom: 0;
}
#entry .main_content section dl .dl_btn_field {
  margin-top: 10px;
  text-align: center;
}
#entry .main_content .btn_field ul {
  text-align: center;
}
#entry .main_content .btn_field ul li {
  margin: 5px 0;
}
#entry .main_content .form_group {
  margin: 0 0 15px 0;
}
#entry .main_content .form_group small {
  color: #ff9100;
  border: 1px solid #ff9100;
  border-radius: 5px;
  padding: 3px;
  margin-left: 5px;
}
#entry .main_content .form_group .entry_radio {
  margin-right: 10px;
  padding-top: 6px;
}
#entry .main_content .form_group .entry_radio .radio_btn {
  margin-right: 5px;
  display: inline-block;
}
#entry .main_content .form_group .birth_text {
  width: 60px;
  display: inline-block;
  margin: 0 5px 0 10px;
}
#entry .main_content .form_group .birth_text:first-child {
  margin-left: 0;
}
#entry .main_content .form_group textarea {
  height: 100px;
}
#entry .main_content .entry_btn {
  margin: auto;
  width: 300px;
}
#entry .main_content .entry_btn button {
  font-weight: bold;
  color: #727272;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#entry .main_content .entry_btn button:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  #entry .main_content section dl .dl_btn_field {
    margin: -25px 10px 0 0;
    text-align: right;
  }
  #entry .main_content .form_entry .confirm_title label {
    border-bottom: 0;
    width: 25%;
  }
  #entry .main_content .form_entry .confirm_title div {
    border-left: 2px solid #c9c9c9;
    padding: 6px 15px;
    min-height: 34px;
  }
  #entry .main_content .form_entry .entry_btn .btn_back {
    margin-bottom: 0;
  }
  #entry .main_content .form_entry .form_group .attention {
    font-size: 11px;
  }
  #entry .main_content .btn_field ul li {
    margin: 10px;
  }
}
#errmsg {
  background-color: #ffe6e6;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 4px;
  padding: 10px 10px 10px 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .message {
    margin-bottom: 20px;
  }
  .message #errmsg {
    width: 50%;
    padding: 10px 10px 10px 30px;
    margin: 0 auto;
  }
}
#entry_confirm .main_content section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#entry_confirm .main_content section dl {
  border-bottom: 1px dashed #c9c9c9;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#entry_confirm .main_content section dl:last-child {
  border-bottom: 0;
}
#entry_confirm .main_content section dl .dl_btn_field {
  margin-top: 10px;
  text-align: center;
}
#entry_confirm .main_content .btn_field ul {
  text-align: center;
}
#entry_confirm .main_content .btn_field ul li {
  margin: 5px 0;
}
#entry_confirm .main_content .form_group {
  margin: 0 0 15px 0;
}
#entry_confirm .main_content .form_group small {
  color: #ff9100;
  border: 1px solid #ff9100;
  border-radius: 5px;
  padding: 3px;
  margin-left: 5px;
}
#entry_confirm .main_content .form_group .entry_radio {
  margin-right: 10px;
  padding-top: 6px;
}
#entry_confirm .main_content .form_group .entry_radio .radio_btn {
  margin-right: 5px;
  display: inline-block;
}
#entry_confirm .main_content .form_group .birth_text {
  width: 60px;
  display: inline-block;
  margin: 0 5px 0 10px;
}
#entry_confirm .main_content .form_group .birth_text:first-child {
  margin-left: 0;
}
#entry_confirm .main_content .form_group textarea {
  height: 100px;
}
#entry_confirm .main_content .entry_btn {
  margin: auto;
  width: 300px;
}
#entry_confirm .main_content .entry_btn button {
  font-weight: bold;
  color: #727272;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 12px;
}
#entry_confirm .main_content .entry_btn button:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#entry_complete .main_content section {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#entry_complete .main_content section .home_btn a {
  margin: 0 auto;
  font-weight: bold;
  color: #727272;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  background-color: #dddddd;
  width: 300px;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 44px;
}
#entry_complete .main_content section .home_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  #entry_complete .main_content section dl .dl_btn_field {
    margin: -25px 10px 0 0;
    text-align: right;
  }
  #entry_complete .main_content .form_entry .complete_title label {
    border-bottom: 0;
    width: 25%;
  }
  #entry_complete .main_content .form_entry .complete_title div {
    border-left: 2px solid #c9c9c9;
    padding: 6px 15px;
    min-height: 34px;
  }
  #entry_complete .main_content .form_entry .entry_btn .btn_back {
    margin-bottom: 0;
  }
  #entry_complete .main_content .form_entry .form_group .attention {
    font-size: 11px;
  }
  #entry_complete .main_content .btn_field ul li {
    margin: 10px;
  }
}
#errmsg {
  background-color: #ffe6e6;
  color: #ff0000;
  border: 1px solid #ff0000;
  border-radius: 4px;
  padding: 10px 10px 10px 25px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .message {
    margin-bottom: 20px;
  }
  .message #errmsg {
    width: 50%;
    padding: 10px 10px 10px 30px;
    margin: 0 auto;
  }
}
.form_entry .complete_title label {
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 5px;
}
.form_entry .complete_title div {
  word-wrap: break-word;
}
.form_entry .entry_btn .btn_back {
  background-image: url(../img/bg_dot_gray.gif);
  border: 1px solid #c9c9c9;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .form_entry .confirm_title label {
    border-bottom: 0;
    width: 25%;
  }
  .form_entry .confirm_title div {
    border-left: 2px solid #c9c9c9;
    padding: 6px 15px;
    min-height: 34px;
  }
  .form_entry .entry_btn .btn_back {
    margin-bottom: 0;
  }
}
.form_entry .form_group .attention {
  font-size: 11px;
}
.home_btn a {
  margin: 0 auto;
  font-weight: bold;
  color: #727272;
  width: 100%;
  border-radius: 4px;
  padding: 10px;
  background-color: #dddddd;
  text-decoration: none;
  display: block;
  text-align: center;
  height: 44px;
}
.home_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  .home_btn a {
    margin: 170px auto;
    height: 60px;
    padding: 20px;
  }
#contact .main_content .form_contact .doui_check {
  margin: auto;
  width: 500px;
}
