.co_wrap {
  padding-bottom: 100px;
}
.navbar-inverse .navbar-inner {
  background: #fff !important;
  border: initial !important;
  box-shadow: initial !important;
}
.hed {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jfa-logo {
  margin: 10px 0;
}
.jfa-logo img {
  width: 158px;
}
.service_logo img {
  width: 180px;
}
.bg_title {
  background: url("../image/bg_title_pc.png") repeat-y;
  padding: 30px 0;
  text-align: center;
  color: #ffffff;
  background-size: cover;
}
.bg_title h1 {
  font-family: 'Overpass', sans-serif;
  font-size: 63px;
  margin: 0;
  line-height: 100%;
}
.bg_title span {
  font-size: 15px;
  display: block;
  font-weight: normal;
  margin-top: 10px;
  line-height: 100%;
}
.container {
  width: 1200px !important;
  margin: 0 auto;
  flex: 1 0 auto;
}
.dual_lists {
  margin: 0 !important;
}
.dual_lists .login_mem p, .dual_lists .login_new p, .dual_lists .login_mem_captcha p, .dual_lists .login_new_captcha p {
  padding: 0 !important;
}
.dual_lists .login_mem p.link, .dual_lists .login_mem p.caution {
  margin: 0 !important;
}
.dual_lists .box1, .dual_lists .box2 {
  margin: 20px 0 !important;
}
.textlink {
  background: #BAC1C7;
  padding: 20px;
  text-align: center;
}
.textlink li {
  list-style-type: none;
  display: inline;
  border-right: 1px solid #838383;
  padding: 0 10px;
}
.textlink li a, .textlink li a:hover {
  color: #333333;
  text-decoration: none;
}
.textlink li:last-child {
  border-right: none;
}
.copyright {
  background: #0B3076;
  padding: 30px;
  text-align: center;
  color: #fff;
}
.copyright p {
  margin: 10px 0 0 0 !important;
}
@media print, screen and (max-width: 750px) {
  .copyright p {
    font-size: 12px;
  }
}
.ta-c {
  text-align: center;
}
.mr_T30 {
  margin-top: 30px !important;
}
.mr_T50 {
  margin-top: 50px !important;
}
h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #001E55;
}
.errors {
  padding: 0 10px;
}
.totop {
  border: 2px solid #fff;
  background: rgba(0, 0, 0, 0.7);
  width: 40px;
  height: 30px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  text-align: center;
  vertical-align: middle;
  padding-top: 10px;
}
/**/
.wd-12 {
  width: 1200px;
  margin: auto;
}
@media screen and (min-width: 960px) {
  .disp_f {
    display: flex;
  }
  .justify-c {
    justify-content: center;
  }
  .align-c {
    align-items: center;
  }
  .mr_L20 {
    margin-left: 20px;
  }
  .mr-40 {
    margin-right: 40px;
  }
  .mb-10pc {
    margin-bottom: 10px;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mr-20 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1259px) {
  body {
    padding: 0px !important;
  }
  .wd-12 {
    width: auto;
  }
  .sp_wrap {
    width: 95%;
    margin: auto;
  }
  .disp_f {
    display: block;
  }
  .disp_f_sp {
    display: flex;
  }
  .disp_alt_c {
    align-items: center;
  }
  .mr-10 {
    margin: 0 10px;
  }
  .mt-10 {
    margin-top: 10px;
  }
  .mb-10 {
    margin-bottom: 0;
  }
  .pd-20 {
    padding: 0 20px;
  }
  .container {
    width: 100%;
  }
  .dual_lists .box1, .dual_lists .box2 {
    padding: 0 15px;
  }
  .navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding: 0 !important;
  }
  .container {
    width: 100% !important;
  }
  .jfa-logo {
    float: none;
    width: initial !important;
  }
  .hed {
    justify-content: center;
  }
  .bg_title h1 {
    font-size: 32px;
  }
  .titleAdjust h1{
    font-size: 32px;
  }
  .bg_title span {
    font-size: 13px;
  }
  .copyright {
    width: 100%;
    padding: 0px;
    padding: 30px 0;
  }
  .textlink {
    padding: 0px;
  }
  .textlink ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .textlink li {
    width: calc(50% - 1px);
    border-right: none;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
  }
  .textlink li:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}
@media print, screen and (max-width: 750px) {
  .textlink .staticLink{
    font-size: 12px;
  }
}
/*---------------------------ページ別指定----------------------------*/
/*ログイン*/
#login_indx {
  background: #fff !important;
}
.col-md-12 {
  padding: 20px 0 100px 0;
}
.loginbox {
  width: 572px;
  border: 4px solid #0B3076;
  border-radius: 10px;
  margin-right: 40px;
}
.signpubox {
  width: 572px;
  border: 4px solid #8C98A2;
  border-radius: 10px;
}
.boxtitle {
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.loginbox .boxtitle {
  background: #0B3076;
  border-radius: 5px 5px 0 0;
}
.signpubox .boxtitle {
  background: #8C98A2;
  border-radius: 5px 5px 0 0;
}
.boxtitle h3 {
  font-family: 'Overpass', sans-serif;
  font-size: 30px;
  margin: 0;
  line-height: 100%;
  color: #ffffff;
}
.boxtitle span {
  font-size: 15px;
  display: block;
  font-weight: normal;
  margin-top: 5px;
  line-height: 100%;
}
.idpw input {
  border: 3px solid #001E55 !important;
  border-radius: 10px !important;
  width: 488px !important;
  margin: auto;
}
.idpw_id input, .idpw_pw input {
  padding: 10px !important;
  margin-left: 30px;
  margin-bottom: 20px !important;
}
.form_btn {
  text-align: center;
}
.dual_lists .login_mem p.link {
  text-align: right;
  margin: 10px 30px 20px 0 !important;
}
.cautionbox {
  width: 494px;
  background: #E9EFF4;
  padding: 10px !important;
  border-radius: 10px;
  margin-left: 30px;
}
.signup_lead {
  text-align: center;
  color: #001E55;
  font-size: 30px;
  font-weight: bold;
  line-height: 140%;
  margin: 30px 0 30px 0;
}
@media print, screen and (max-width: 750px) {
  .dual_lists .box1.login_new {
    padding: 0;
  }
  .signup_lead {
    font-size: 24px;
  }
  .mr_L15sp{
    margin-left: 15px!important;
    margin-right: 15px!important;
  }
}
.jfaid_words_2 {
  width: 100% !important;
  text-align: center;
  margin: 10px 0 60px 0;
}
.jfaapps {
  background: #E9EFF4;
  padding: 20px;
  width: 1160px;
}
.jfaapps h4 {
  margin-bottom: 20px;
}
.app_box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  width: 520px;
}
.app_caption img {
  width: 90px;
  height: 90px;
}
.app_caption p {
  width: 200px;
  font-size: 14px;
}
.applink {
  width: 180px;
  text-align: center;
}
.applink li {
  list-style-type: none;
}
.applink img {
  width: 100%;
}
.ttl_jfapass {
  color: #3296D7;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  font-size: 25px;
}
.ttl_kickoff {
  color: #D7000F;
  font-family: 'Overpass', sans-serif;
  font-weight: 900;
  font-size: 25px;
}
.banner_service {
  background: #DCE4E4;
  width: 100%;
}
.banner_service ul {
  width: 1200px;
  margin: auto;
  padding: 20px 0;
  display: flex;
}
.banner_service li {
  list-style: none;
  width: calc(100% / 6);
  background: #fff;
  margin-right: 20px;
  text-align: center;
  height: 55px;
  vertical-align: middle;
}
.banner_service li:last-child {
  margin-right: 0;
}
.banner_service li img {
  width: 100%;
}
@media screen and (max-width: 1259px) {
  .col-md-12.disp_f.sp_contents.col-md-12 {
    padding-bottom: 0;
  }
  .loginbox {
    width: 95%;
    margin: 0 auto 30px auto;
    padding: 0;
    border: 5px solid #001E55;
  }
  .signpubox {
    width: 95%;
    padding: 0;
    margin: auto;
    border: 5px solid #8C98A2;
  }
  .idpw_id input, .idpw_pw input {
    margin: 0;
    padding: 0;
  }
  .idpw input {
    width: 95% !important;
  }
  .cautionbox {
    width: 95%;
    margin-left: 0px;
    padding: 10px !important;
  }
  .jfaid_words_2 {
    margin-bottom: 20px;
  }
  .dual_lists .login_mem p.link {
    text-align: right;
    margin: 10px 0px 20px 0 !important;
  }
  .jfaapps {
    width: 100%;
    padding: 10px 0;
    margin-top: 30px;
  }
  .jfaapps h4 {
    text-align: center;
  }
  .app_box {
    padding: 10px;
    width: 90%;
    margin: 0 auto 20px auto;
  }
  .app_caption p {
    width: inherit;
  }
  .applink {
    width: 100%;
  }
  .applink ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 8px 0 0 0;
    padding: 0;
  }
  .applink li:first-child {
    margin-right: 30px;
  }
  .applink img {
    width: auto;
    height: 72px;
  }
  .textlink ul {
    margin: 0;
    padding: 0;
  }
  .banner_service ul {
    width: 95% !important;
    padding: 10px;
  }
  .banner_service ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .banner_service li {
    width: 48%;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px
  }
}
@media print, screen and (max-width: 750px) {
  .applink img {
    height: 48px;
  }
}
/*トップページ*/
.pagemenu {
  width: 350px;
  margin-right: 40px;
  font-size: 1.25rem;
}
.pagemenu .title {
  background: #EDEDED;
  border-bottom: 4px solid #001E55;
  padding: 20px;
  font-size: 1.5rem;
  color: #001E55;
  margin: 0 0 10px 0;
}
.userDATA {
  padding: 10px;
  border-bottom: 3px solid #8C98A2;
}
.userNAME {
  font-weight: bold;
}
.userDATA ul {
  padding: 0;
}
.userDATA li {
  list-style-type: none;
}
.userDATA dl {
  display: flex;
}
.userDATA dt, .userDATA dd {
  margin: 0;
}
.userDATA dt {
  width: 100px;
  margin-right: 10px;
}
.userDATA dd {
  width: 250px;
}
.menulist {
  padding-top: 20px;
}
.menulist ul {
  margin: 0;
  padding: 0;
}
.menulist li {
  list-style-type: none;
  padding: 0 0 20px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #8C98A2;
  background: url("../image/icon_menu_arrow.svg") no-repeat;
  background-position: right 18%;
}
.menulist a {
  color: #000;
}
.menulist a:hover {
  color: #3296D7;
  text-decoration: none;
}
.servicelist {
  width: 810px;
}
.servicelist ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.servicelist li {
  list-style-type: none;
  margin-right: 20px;
  width: calc(50% - 20px);
  margin-bottom: 20px;
}
.servicelist li:nth-child(even) {
  margin-right: 0px;
}
.servicelist li img {
  width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 510px) {
  .sp_contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .pagemenu {
    order: 2;
    width: calc(100% - 20px);
    margin-right: 0px;
  }
  .contents {
    order: 1;
  }
  .servicelist {
    width: 100%;
  }
  .servicelist li {
    margin: 0 10px;
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 750px) {
  .userDATA dd {
    width: 230px;
  }
}
/*取得系*/
.regst_step {
  margin-bottom: 20px;
}
.regst_step ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.regst_step li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.regst_step dl {
  text-align: center;
}
.regst_step dt {
  font-family: 'Overpass', sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}
.regst_step dd {
  font-size: 0.8rem;
}
.regst_step dt, .regst_step dd {
  margin: 0;
  padding: 0;
}
.regst_step .on {
  color: #001E55
}
.regst_step .on dt {
  background: url("../image/icon_step_on.svg") no-repeat;
  background-position: center top;
  padding-top: 35px;
}
.regst_step .off {
  color: #8C98A2
}
.regst_step .off dt {
  background: url("../image/icon_step_off.svg") no-repeat;
  background-position: center top;
  padding-top: 35px;
}
.regst_step .line {
  margin: 0 6rem;
}
.message {
  background: #E9EFF4;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
fieldset h2 {
  background: #F2F2F2;
  color: #001E55;
  padding: 15px;
  border-bottom: 4px solid #001E55;
}
h2 .must,
span.must {
  background: #D7000F;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
}
span.must {
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 4px;
  padding: 2px 10px;
  vertical-align: middle;
}
h2 .optional {
  background: #fff;
  color: #8C98A2;
  font-size: 0.8rem;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
}
.accordion-header {
  position: relative;
  background: #F2F2F2;
  color: #001E55;
  padding: 15px;
  border-bottom: 4px solid #001E55;
  cursor: pointer;
}
.accordion-header:after {
  background: #F2F2F2;
  color: #001E55;
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: url("../image/icon_arrow_open.svg") no-repeat;
}
.accordion-header.open:after {
  content: "";
  position: absolute;
  top: 15px;
  background: url("../image/icon_arrow_close.svg") no-repeat;
}
.control-group {
  border-bottom: 1px solid #C4C4C4;
  padding: 20px;
  display: flex;
  font-size: 1rem;
}
.control-groupAdjust{
  border-bottom: 0;
}
.control-label {
  font-weight: bold;
  width: 270px;
}
@media print, screen and (min-width: 751px) {
  .control-label {
    min-width: 270px;
  }
}
.controls {
  width: auto;
}
.sublabel {
  width: 4rem;
  margin-right: 10px;
  display: block;
  font-weight: bold;
}
.sublabel_L {
  width: 10rem;
  margin-right: 10px;
  display: block;
  font-weight: bold;
}
.controls input, .controls select {
  font-size: 1rem;
  border: 3px solid #001E55;
  border-radius: 10px;
  padding: 10px;
}
.controls select {
  padding: 10px 3px;
  background-color: white;
}
.help-block {
  color: #8C98A2;
  font-size: 0.8rem;
  margin-top: 10px;
}
.input-xlarge {
  width: 35rem;
}
.input-xlarge_column {
  width: 30.4rem;
}
.input-large_column {
  width: 24.4rem;
}
.input-small {
  width: 10rem;
}
.input-s-small {
  width: 5.3rem;
}
.controls .uline {
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.controls .checkbox {
  display: block;
}
.chck-block {
  min-height: 1rem;
}
.chcklist .chck-block:before {
  content: "・"
}
placeholder {
  color: #B3B3B3;
}
input[type=checkbox], input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  vertical-align: -0.8rem;
  transition: all .15s ease-out 0s;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: .4rem;
  outline: none;
  border-radius: 10%;
}
input[type=checkbox]:before, input[type=checkbox]:after {
  position: absolute;
  content: "";
  background: #fff;
  transition: all .2s ease-in-out;
}
input[type=checkbox]:before {
  left: 2px;
  top: 6px;
  width: 0;
  height: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
input[type=checkbox]:after {
  right: 9px;
  bottom: 3px;
  width: 2px;
  height: 0;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transition-delay: .2s;
}
input[type=checkbox]:checked:before {
  left: 3px;
  top: 13px;
  width: 6px;
  height: 2px;
}
input[type=checkbox]:checked:after {
  right: 7px;
  bottom: 2px;
  width: 2px;
  height: 14px;
}
input[type=checkbox]:indeterminate:before, input[type=checkbox]:indeterminate:after {
  width: 7px;
  height: 2px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
input[type=checkbox]:indeterminate:before {
  left: 1px;
  top: 7px;
}
input[type=checkbox]:indeterminate:after {
  right: 1px;
  bottom: 7px;
}
input[type=checkbox], input[type=radio] {
  border: 2px solid #001E55;
}
input[type=checkbox]:checked, input[type=checkbox]:indeterminate, input[type=radio]:checked:before {
  background: #001E55;
}
.termscheck {
  width: 30%;
  margin: auto;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}
.termscheck input[type=checkbox]:checked:before {
  left: 1px;
  top: 11px;
}
.termscheck input[type=checkbox]:checked:after {
  right: 5px;
  bottom: 0px;
}
@media screen and (max-width: 960px) {
  .regst_step .line {
    margin: 0 0.4rem;
  }
  .regst_step .line img {
    width: 1rem;
  }
  .control-group {
    display: block;
  }
  .controls {
    width: 100%;
  }
  .input-xlarge {
    width: 18rem;
  }
  .sp_input-xlarge {
    width: 13rem;
  }
  .input-smal {
    width: 7rem;
  }
  .input-s-small {
    width: 4.5rem;
  }
  #phone1.input-s-small.form_phone{
    margin-left: 0!important;
    width: 3rem;
  }
  .input-s-small.form_phone{
    width: 3rem;
  }
  .controls .uline {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 20px;
  }
  .termscheck {
    width: 90%;
  }
}
@media print, screen and (min-width: 751px) {
  .Content-Type2{
    display: flex;
    justify-content: space-between;
  }
  .Content-Type2 div{
    display: block;
    width: 45%;
  }
  .Content-Type2 .control-group{
    display: block;
    width: 100%;
  }
  .Content-Type2 .control-submit{
    display: flex;
    border-bottom: none;
  }
  .Content-Type2 .controls{
    width: auto;
  }
  .Content-Type2 .btnsize_L{
    width: 240px;
  }
  .Content-Type2 .btnsize_L::before{
    width: 240px;
  }
}

/* 調整 */
.control-submit.disp_f{
  /* margin-bottom: 32px; */
}
@media screen and (max-width: 959px){
  .control-submit.disp_f{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-bottom: 32px; */
  }
  .mb-10 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1259px) {
  .sp_contents {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0 0 0;
  }
  .pagemenu {
    order: 2;
    width: calc(100% - 20px);
    margin-right: 0px;
  }
  .contents {
    order: 1;
  }
  .servicelist {
    width: 100%;
  }
  .servicelist li {
    margin: 0 10px;
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }
  .sp_contents .control-submit.ta-c{
    margin-bottom: 48px;
  }
}
@media print, screen and (max-width: 375px) {
  .bg_title h1{
    font-size: 32px;
  }
}
@media print, screen and (max-width: 1100px) {
    /* メール到達確認 */
    #testmailBtn{
      display: block;
      margin-left: 0!important;
      width: 150px;
    }  
}
@media screen and (min-width: 750px) and (max-width: 1259px) {
  .banner_service {
    padding-top: 24px;
  }
  .banner_service li {
    width: 32%;
  }
}
@media screen and (max-width: 750px) {
  #label-message {
    display:block;
    font-size: 0.8rem;
    color: #FF0000;
    font-weight:normal;
  }
  .help-message {
    font-size: 0.8rem;
    color: #FF0000;
  }
}
@media screen and (min-width: 960px){
  #label-message {
    font-size: 0.8rem;
    color: #FF0000;
    font-weight:normal;
  }
  .help-message {
    font-size: 0.8rem;
    color: #FF0000;
  }
}
@media screen and (max-width: 1259px) {
  #label-message {
    font-size: 0.8rem;
    color: #FF0000;
    font-weight:normal;
  }
  .help-message {
    font-size: 0.8rem;
    color: #FF0000;
  }
}

