@charset "UTF-8";

/* =========================================================
[Modules]
========================================================= */
.container {
  width: 1120px;
}
.gsm_section {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#222;
}

.sub_title h1 {
  font-family: "Prompt","Noto Sans JP";
}

.gsm_section_note{
  padding:60px 60px  0 60px;
}
.gsm_section_note h2 {
  font-weight: 500;
  font-size: 36px;
  position: relative;
  color: #36454F;
  text-align: center;
  letter-spacing: 3px;
  padding: 0 0 70px;
  line-height: 1.5;
}

.gsm_section_note p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  color: #111;
}


 ul.gsm_section_not_ui {
  max-width: 940px;
  margin: 40px auto;
  font-size: 13px;
  color: #333;
  padding: 30px;
  background: #f0f0f0;
  border: 1px solid #ddd;
  list-style: outside;
}
.partner_form_text{
  padding: 30px 0;
}
/* =========================================================
[Form Elements]
========================================================= */
.mw_wp_form_confirm .confirm-hidden {
   display: none;
}
.gsm_form {
  padding:0px 80px 60px;
  box-sizing: border-box;
  margin-top: 50px;
}
.gsm_detail_title {
  text-align: center;
  font-size: 48px;
  margin: 80px 0 60px 0;
  font-weight: normal;
  line-height: 1.5;
}
.gsm_form_text {
  text-align: center;
  margin:20px 0 60px 0 ;
  font-size: 14px;
  color: #222;
}
.gsm_note_text {
  padding: 2em;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.gsm_note_text a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.gsm_note_text li {
  text-align: left;
  font-size: 13px;
  color: #666;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.gsm_form_notice {
  text-align: left;
  margin:10px 0 ;
  font-size: 13px;
  color: #666;
}
.gsm_flag li {
  float: left;
  width:60px;
  line-height: 24px;
  color:#fff;
  text-align: center;
  font-weight: bold;
  margin-right: 10px;
}
.gsm_form table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin-bottom: 50px;
}
.gsm_form th {
  background: #eee;
  border:1px solid #e2e2e2;
  vertical-align: middle;
  padding:20px;
  width: 190px;
  line-height: 150%;
}
.gsm_form td {
  background: #fff;
  border:1px solid #e2e2e2;
  padding:20px;
  line-height: 150%;
  letter-spacing: 0.01em;
}
.gsm_form td a:link,
.gsm_form td a:visited {
  text-decoration: none;
  color: #fa7046;
}
.gsm_form td a:hover,
.gsm_form td a:active {
  text-decoration: underline;
}
.gsm_form td ul {
  margin: 0.5em 0;
}
.gsm_form td li:before {
  content:"・";
}
.gsm_form td li {
  text-indent: -1em;
  padding-left: 1em;
}
.mod-input-text,
.mod-input-tel,
.mod-textarea {
  font-size: 16px;
  padding: 8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFFFFF;
  border: 2px solid #DDD;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
  transition: border ease 0.2s;
}
.mod-input-text:focus,
.mod-input-tel:focus,
.mod-textarea:focus {
  border: 2px solid #e45e2f;
  outline: none;
  transition: border 0.2s ease;
}
label {
  font-size: 16px;
  cursor: pointer;
}
input[type="checkbox"] {
  font-size: 16px;
}
select {
  font-size: 16px;
}
.mod-textarea {
  line-height: 1.4;
}
input[type="file"] {
  margin: 1em auto 0;
  font-size: 14px;
}
.application_btn{
  text-align: center;
}
.mod-btn {
  display: inline-block;
  margin:5px;
  padding: 0 10px;
  min-width: 300px;
  border: none;
  text-align: center;
  line-height: 60px;
  color: #fff;
  background-color: #2b2b2b;
  font-size: 18px;
  transition: all ease 0.2s;
  border-radius: 2em;
}
.mod-btn-back{
  background-color: #ccc;
}
.mod-btn:hover {
  -ms-filter: "a8pha(opacity=80)";
  opacity: 0.80;
  cursor: pointer;
}
/* Element Size */
.mod-size-ss {
  width: 10%;
}
.mod-size-s {
  width: 20%;
}
.mod-size-m {
  width: 50%;
}
.mod-size-l {
  width: 100%;
}
.tblForm .required {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 2px 5px;
  background-color: #B70000;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.tblForm .error {
  margin: 1em auto 0;
  padding: 5px;
  background-color: #f9e1e1;
}
/* =========================================================
[Media Queries - for SP]
========================================================= */
@media only screen and (max-width:690px) {
  .gsm_section_note h2 {
    font-size: 20px;
    padding: 0 0 40px;
  }
  .gsm_section_note {
    padding: 40px 10px 0 10px;
  }
  .gsm_section_note p {
    font-size: 14px;
  }
  ul.gsm_section_not_ui{
    padding: 20px 20px 20px 40px;
  }
  .display-table{
    display: block;
  }
  .container {
    width: 100%;
  }
  figure {
    width: 100%;
  }

  figure img {
    width: 100%;
  }
  .header_sub .logo {
    width: 225px;
  }
  .header_sub .logo .sub {
    top: 14px;
  }
  .header_sub .logo .sub a {
    height: 16px;
    padding: 0 6px;
    font-size: 12px;
    line-height: 16px;
  }
  .gsm_section {
    width: 100%;
    box-sizing: border-box;
  }
  .subnav_section {
    display: none;
  }
  .gsm_form {
    padding: 0px 15px 10px;
    margin-bottom:0;
  }
  .gsm_detail_title {
    font-size: 28px;
    margin: 40px 0 20px 0;
  }
  .gsm_form_text {
    margin: 20px 0;
  }
  .gsm_form_text a {
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  .gsm_form_notice {
    font-size: 10px;
  }
  .gsm_form table {
    margin-bottom: 20px;
  }
  .gsm_form th,
  .gsm_form td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    border-bottom:none;
  }
  .gsm_form th {
    padding: 5px 10px;
  }
  .gsm_form td {
    padding: 10px;
  }
  .gsm_form tr:last-child td {
    border-bottom: 1px solid #e2e2e2;
  }
  .gsm_form tr:first-child th {
    margin-top: 0;
  }
  .gsm_form td {
    font-size: 12px;
  }
}