@charset "UTF-8";
html,
body {
  background: #257399; }

.mono {
  font-family: "ＭＳ ゴシック", "Osaka−等幅","ヒラギノ角ゴ Pro W3",monospace; }

.container {
  box-sizing: border-box; }

.pc-item {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc-item {
      display: none !important; } }

.sp-item {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-item {
      display: block !important; } }

.pc-btn {
  display: block !important;
  margin: auto; }

.mobile-btn {
  display: none !important;
  margin: auto; }

#header {
  border-top: 6px solid #257399;
  background: #f0f0f0;
  color: #fff;
  border-bottom: 1px solid #ddd; }
  #header .container {
    width: 90%;
    max-width: 900px;
    margin: auto;
    padding: 1em;
    position: relative; }
  #header .title {
    font-size: 2rem; }
  #header .corporate-logo {
    text-align: center;
    padding: 1em 0; }
    #header .corporate-logo img {
      width: 80%;
      max-width: 240px; }
  @media screen and (max-width: 767px) {
    #header {
      height: inherit; }
      #header .container {
        width: 100% !important;
        padding: 1em; }
      #header .headline {
        position: relative;
        text-align: center;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; }
      #header .corporate-logo {
        position: relative;
        text-align: center;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0; } }

#footer {
  background: #ccc;
  /** border-top: solid 1px #ccc; */
  background: -moz-linear-gradient(top, #3296C7, #257399);
  /* Firefox用 */
  background: -ms-linear-gradient(top, #3296C7, #257399);
  /* IE9用 */
  background: -webkit-gradient(linear, left top, left bottom, from(#3296C7), to(#257399));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3296C7', endColorstr='#257399', GradientType=0);
  /* IE7,8,9 */
  behavior: url(PIE.php);
  padding: 1em 0 2em;
  text-align: center;
  font-size: 1.3rem; }
  #footer .container {
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: auto;
    color: #fff; }
  @media screen and (max-width: 767px) {
    #footer .container {
      width: 100% !important;
      padding: 1em; } }
  #footer .footer_nav {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 1em; }
    #footer .footer_nav li {
      display: inline-block; }
      #footer .footer_nav li::before {
        content: "｜"; }
      #footer .footer_nav li:first-child::before {
        content: ""; }
    #footer .footer_nav a {
      color: #fff; }
  #footer .pagetop {
    position: absolute;
    right: 0;
    top: -47px;
    text-align: right;
    margin: 0 auto;
    font-size: 1.3rem; }
    #footer .pagetop a {
      margin: auto;
      display: block;
      width: 140px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      -webkit-border-radius: 7px 7px 0 0;
      border-radius: 7px 7px 0 0;
      background: #3296C7;
      behavior: url(PIE.php);
      color: #fff;
      font-weight: bold; }
  @media screen and (max-width: 767px) {
    #footer .pagetop {
      text-align: center;
      width: 200px;
      margin: auto;
      left: 0;
      right: 0; } }

#content {
  width: 100%;
  background: #fff;
  padding: 20px 0 60px; }
  #content .container {
    /** background: #ccc; */
    position: relative;
    width: 90%;
    max-width: 900px;
    margin: auto; }
    #content .container .section {
      /** background: #eee; */
      margin: 2rem auto; }
      #content .container .section h2 {
        font-size: 1.8rem; }
        #content .container .section h2::before {
          content: "■"; }
      #content .container .section p {
        font-size: 1.4rem; }
      #content .container .section .notes li {
        font-size: 1.3rem;
        padding-left: 1em;
        text-indent: -1em; }
      #content .container .section .ttl {
        margin: 2em 0 1em 0; }
    #content .container .form-tbl2 {
      border-collapse: collapse;
      width: 100%; }
      #content .container .form-tbl2 tr {
        border-top: dotted 1px #ccc; }
        #content .container .form-tbl2 tr:last-child {
          border-bottom: dotted 1px #ccc; }
      #content .container .form-tbl2 th,
      #content .container .form-tbl2 td {
        vertical-align: top;
        font-size: 1.4rem; }
      #content .container .form-tbl2 th {
        text-align: right;
        font-weight: normal;
        white-space: nowrap;
        line-height: 1;
        vertical-align: middle;
        background: #f0f0f0;
        padding: 1em 1em; }
      #content .container .form-tbl2 td {
        padding: 1em 1.5em; }
  #content .btn-text {
    display: inline-block;
    width: 300px;
    background-color: #ed7c7e;
    border: none;
    color: #FFF !important;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-appearance: none;
    appearance: none;
    padding-bottom: 20px;
    padding-top: 20px;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    behavior: url("/traffic/js/PIE/PIE.htc");
    text-align: center; }
    #content .btn-text:hover {
      opacity: .6;
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    #content .container {
      width: 100% !important;
      padding: 0 1em; }
      #content .container .section p {
        font-size: 1.3rem; } }

/** ご応募に関する注意事項 */
.guide,
.privacy {
  font-size: 1.3rem; }
  .guide .headline,
  .privacy .headline {
    margin-bottom: .5em;
    font-size: 1.6rem; }

/**個人情報保護方針 */
#privacypolicy {
  padding: 1em 2em;
  height: 15em;
  border: solid 1px #ccc;
  overflow-y: scroll;
  font-size: 1.3rem; }
  #privacypolicy h3 {
    font-size: 1.6rem; }
  #privacypolicy h4 {
    font-size: 1.3rem;
    margin: 0; }
  #privacypolicy p {
    margin-bottom: 1.0em;
    font-size: 1.3rem; }
  #privacypolicy .f-18 {
    font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    #privacypolicy {
      padding: 1em; } }

.steps {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: table;
  width: 100%; }
  .steps .step {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 5px;
    text-align: center;
    width: 260px;
    font-size: 1.6rem;
    font-weight: bold;
    background: #eee; }
    .steps .step span.label {
      font-size: 1.4rem;
      padding: 0px 10px 0px 10px;
      font-weight: normal; }
    .steps .step span {
      white-space: nowrap; }
  .steps .active {
    color: #ffffff;
    background: #ED7C7E !important; }
  .steps .arrow {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 10px;
    text-align: center;
    font-size: 2.4rem;
    color: #ccc; }

.frmTbl {
  border-top: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  border: 1px solid #d2d2d2;
  border-bottom: none;
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse; }
  .frmTbl th,
  .frmTbl td {
    border-bottom: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    font-size: 1.4rem; }
  .frmTbl th {
    background-color: #f0f0f0;
    border-bottom: 1px solid #d2d2d2;
    border-right: none;
    white-space: nowrap; }
    .frmTbl th div {
      position: relative; }
  .frmTbl td {
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2; }
  .frmTbl .text {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px; }
  .frmTbl select {
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    max-width: 15em; }

.icn-required {
  background-color: #cc1800;
  color: #FFF;
  display: inline-block;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
  padding: 3px 10px;
  position: absolute;
  right: 0px;
  top: 0; }

.input-name {
  display: inline-table;
  margin: 0px; }
  .input-name dt,
  .input-name dd {
    display: table-cell; }
  .input-name dt {
    padding: 0 10px;
    text-align: right;
    width: 5rem; }
    .input-name dt label {
      white-space: nowrap; }
  .input-name input {
    width: 25rem; }

.radio-wrap label {
  margin-right: 20px; }

.frmMail input {
  width: 360px; }

.frmPhone input,
.frmZip input {
  margin-left: 5px;
  margin-right: 5px;
  width: 20rem; }

.frmAddr input {
  margin-bottom: 5px;
  width: 100%; }

.frmAddr select {
  margin-bottom: 5px;
  margin-top: 5px; }

.frmReq textarea {
  border: 1px solid #ccc;
  height: 20em;
  margin-top: 10px;
  padding: 5px;
  width: 90%; }

.frmEssTitle input {
  width: 100%; }

.frmEssKana input {
  width: 100%; }

.frmEss textarea {
  /** max-width: 32em; */
  box-sizing: border-box;
  width: 100%;
  height: 10em;
  line-height: 1.5;
  padding: .5em; }

.error-message {
  background-color: #f8d9d9;
  border: 1px solid #eba399;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #cc1800;
  margin: 15px auto;
  padding: 15px 20px;
  width: 100%;
  max-width: 900px; }
  .error-message h3 {
    font-size: 116.7%;
    font-weight: bold;
    margin-bottom: 10px; }
  .error-message li {
    text-indent: -1em;
    margin-left: 1em; }

.form-tbl .error th {
  background-color: #f8d9d9; }

.submitWrap {
  position: relative;
  padding: 3rem;
  text-align: center;
  direction: rtl;
  /**
  .btn-send{
    .btn-submit{
      width: 300px;
    }
  }
  */ }
  .submitWrap .btn-back,
  .submitWrap .btn-send {
    box-sizing: border-box;
    display: inline-block;
    margin: 1.5rem 1rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    behavior: url("/traffic/js/PIE/PIE.htc"); }
  .submitWrap .btn-submit {
    display: inline-block;
    width: 300px;
    background-color: #ed7c7e;
    border: none;
    color: #FFF !important;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-appearance: none;
    appearance: none;
    padding-bottom: 20px;
    padding-top: 20px;
    -webkit-transition: background-color 0.1s ease;
    transition: background-color 0.1s ease;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    behavior: url("/traffic/js/PIE/PIE.htc"); }
    .submitWrap .btn-submit:hover {
      opacity: .6;
      text-decoration: none; }
  .submitWrap .btn-back .btn-submit {
    width: 150px;
    background-color: #aaa; }

.submit-btn-wrap.icon-arrow01-right::after {
  color: #b7bed2;
  position: absolute;
  left: 90%;
  top: 20px; }

.confirm-text {
  margin-bottom: 30px; }

.name {
  ime-mode: abled; }

.age {
  ime-mode: disabled; }

.postalcode {
  ime-mode: disabled; }

.address {
  ime-mode: abled; }

.phone {
  ime-mode: disabled; }

.mail {
  ime-mode: disabled; }

.required {
  color: #fff;
  background: #cc1800;
  border: solid 1px #cc1800;
  padding: 0.2rem 0.6rem;
  font-size: 1.2rem;
  border-radius: .3rem; }

.caution {
  color: #cc1800;
  padding-top: .5rem 0; }

.notes {
  margin-top: .5rem; }
  .notes li:before {
    content: "※"; }

/** お問い合わせ */
.destination_wrapper {
  box-sizing: border-box;
  border: 2px solid #666;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 1em 2em;
  font-size: 1.3rem;
  color: #333; }
  .destination_wrapper a {
    color: #666; }
  .destination_wrapper img {
    vertical-align: top; }
  .destination_wrapper h5 {
    color: #666;
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-bottom: 0.5rem;
    font-weight: normal; }
  .destination_wrapper .secretariat {
    font-size: 1.92rem;
    font-weight: bold;
    line-height: 2.72rem; }
  .destination_wrapper .tel {
    display: inline-block;
    color: #666;
    font-size: 1.92rem;
    font-weight: bold;
    line-height: 2.4rem;
    margin-bottom: 0.32rem;
    padding-left: 1.5em;
    background: url("../i/tel.png") no-repeat left center; }
  .destination_wrapper .notes {
    display: inline-block; }
  @media screen and (max-width: 767px) {
    .destination_wrapper {
      padding: 1em 1em; } }

@media screen and (max-width: 767px) {
  .pc-btn {
    display: none !important; }
  .mobile-btn {
    display: block !important;
    margin: auto; }
  .contact-info {
    padding: 15px; }
  .notes-use {
    margin-bottom: 25px;
    padding: 15px 0; }
  .frmTbl {
    width: 100%; }
    .frmTbl th,
    .frmTbl td {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      display: block;
      width: 100%; }
    .frmTbl th {
      border-bottom: none;
      width: 100%; }
    .frmTbl td {
      border-right: none; }
      .frmTbl td div {
        position: relative; }
      .frmTbl td .radio-wrap {
        padding-top: 0; }
    .frmTbl input {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box; }
  .icn-required {
    left: inherit;
    right: 0; }
  .input-notes {
    position: absolute;
    right: 0;
    top: 0; }
  .input-name {
    display: block;
    width: 100%; }
    .input-name dt,
    .input-name dd {
      display: block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 10px; }
    .input-name dt {
      width: 4rem;
      padding: 6px;
      float: left; }
    .input-name dd {
      width: calc(100% - 6rem); }
    .input-name input {
      width: 100%;
      padding: 5px; }
  .frmMail input {
    width: 100%;
    padding: 5px; }
  .frmPhone input {
    width: 100%;
    padding: 5px; }
  .frmZip input {
    width: calc(100% - 3rem); }
  .frmAddr select {
    margin-bottom: 10px; }
  .frmAddr input {
    margin-bottom: 10px;
    padding: 5px;
    width: 100%; }
  .frmReq textarea {
    height: 20em;
    margin-top: 10px;
    padding: 5px;
    width: 90%; }
  .error {
    width: 100%; }
    .error h3 {
      font-size: 116.7%; }
  .confirm input {
    height: auto;
    width: 100%; }
  .submitWrap {
    padding: 3rem 0;
    text-align: center; }
    .submitWrap .btn-back,
    .submitWrap .btn-send {
      display: block;
      margin: 1.5rem auto;
      width: 100%; }
    .submitWrap .btn-submit {
      width: 100%; }
  .submit-list {
    direction: ltr; }
    .submit-list .submit-btn-wrap {
      width: 100%; }
    .submit-list li {
      display: block;
      margin: 10px auto 20px;
      width: 100%; }
      .submit-list li:last-child {
        margin-bottom: 0; }
      .submit-list li:last-child .submit-btn-wrap {
        width: 80%; }
      .submit-list li:last-child .submit-btn-wrap:after {
        left: 85%; }
  .confirm-text {
    width: 100%; } }
