@charset "UTF-8";

.c-anchor__link {
	font-size: 1.6rem;
	background-size: 12px 8px;
}
.c-heading4 {
	font-size: 20px;
}
.c-txt, .c-link__txt, .c-button__txt, .c-contact__head {
	font-size: 1.6rem;
}
.c-contact__tel__notes, .c-contact__txt, .c-contact__caption{
	font-size: 1.4rem;
}
.c-link{
	background-size: 8px 12px;
}.c-txt.-notes .c-link.-inline.-blank .c-link__txt {
	font-size: 1.2rem;
}

.clearfix:after {
  content: "";
  height: auto;
  display: block;
  clear: both;
  line-height: normal;
  visibility: inherit;
}

.checkBox {
  width: 100%;
  height: auto;
  margin: 0 auto 16px;
  padding: 0;
  box-sizing: border-box;
  display: block;
  position: relative;
}

.checkBox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0 8px 0 0;
  padding: 0;
  box-sizing: border-box;
  display: block;
  border-radius: 0px;
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  cursor: pointer;
}

.checkBox input[type="checkbox"]:checked {
  background: url(/assets/images/icn_checkbox_blue.svg)50% 50% no-repeat #fff;
  background-size: 16px 16px;
}

.checkBox p.c-txt {
  width: 490px;
  height: auto;
  display: block;
  line-height: 1.2;
  float: left;
}

button.c-button {
  cursor: pointer;
}

button.c-button:disabled {
  border: 1px solid #999;
  color: #999;
  cursor: auto;
}

button.c-button:disabled:before {
  background: url(/assets/images/icn_arrow_bbgray.svg) no-repeat;
}

button.c-button:disabled:hover {
  opacity: 1;
  border: 1px solid #999;
  background-color: none;
  color: #999;
}

button.c-button:disabled:after {
  content: "";
  position: static;
}

button .c-button__txt {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 游ゴシック体, 'Yu Gothic', YuGothic, メイリオ, Meiryo, sans-serif;
}

.checkBox .c-link {
  display: inline-block;
  margin: 0 10px 0 0;
  padding-left: 12px;
}

.checkBox .c-link.-inline {
  margin: 0 10px;
  background-position: top 50% left 0;
}

.checkBox .c-link__txt {
  line-height: normal;
}

p.c-txt a.c-anchor__link {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding-left: 12px;
  padding-top: 0;
  background: url(/assets/images/icn_arrow_down_blue.svg) no-repeat left center;
  background-size: 9px 6px;
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
}

p.c-txt a.c-anchor__link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0;
  background-color: #6688be;
  transform: scaleX(0);
  transition: all 0.2s;
}

p.c-txt a.c-anchor__link:hover:after {
  transform: scaleX(1);
}

.c-heading4.-freelance, .c-heading4.-ethics{
  position: relative;
}
.c-heading4.-freelance::before, .c-heading4.-ethics::before{
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #0050a5;
  border-radius: 50%;
}
.mb-0{
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .checkBox input[type="checkbox"] {
    margin: auto;
    float: none;
    position: absolute;
    top:0;
    left: 0;
  }

  .checkBox input[type="checkbox"] {
    width: 24px;
    height: 24px;
  }

  .checkBox input[type="checkbox"]:checked {
    background-size: 20px 20px;
  }

  .checkBox p.c-txt {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 0 0 0 32px;
    line-height: normal;
    float: none;
  }
}

@media screen and (min-width: 768px){
  .c-14-1.ptpc-60{
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px){
  .c-14-1.ptsp-40{
    padding-top: 40px;
  }
}