@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :agree.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/* -----------------------------------------------------------
	.contact-privacy-policy-contents
----------------------------------------------------------- */
#contents .contact-privacy-policy-contents {
  margin: 1em auto 0;
  padding: 25px 20px;
  line-height: 1.8;
  background: #eeeeee;
  box-sizing: border-box;
}
#contents .contact-privacy-policy-contents .text {
  margin-top: 1em;
}
#contents .contact-privacy-policy-contents .box_txt {
  margin-top: 40px;
}
#contents .contact-privacy-policy-contents .box_txt .st {
  font-weight: bold;
  padding-left: 32px;
  font-size: 1.4em;
  line-height: 1.4em;
  background: transparent url("../images/common/line_sst_red.png") left 0.6em no-repeat;
}
#contents .contact-privacy-policy-contents .box_txt .txt {
  margin-top: 1em;
}
#contents .contact-privacy-policy-contents .box_txt .txt span {
  display: block;
  margin-top: 1em;
}
#contents .btns {
  text-align: center;
  margin-top: 45px;
}
@media only screen and (min-width: 0) and (max-width: 750px) {
  #contents .btns {
    margin-top: 5%;
  }
}
#contents .btns .tmp_btn_blue {
  width: 30%;
  display: inline-block;
  margin-left: 8px;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  #contents .btns .tmp_btn_blue {
    width: 40%;
  }
}
@media only screen and (min-width: 0) and (max-width: 750px) {
  #contents .btns .tmp_btn_blue {
    width: 100%;
    margin-left: 0;
  }
}
#contents .btns .tmp_btn_red {
  width: 30%;
  display: inline-block;
}
@media only screen and (min-width: 0) and (max-width: 1024px) {
  #contents .btns .tmp_btn_red {
    width: 40%;
  }
}
@media only screen and (min-width: 0) and (max-width: 750px) {
  #contents .btns .tmp_btn_red {
    width: 100%;
    margin-top: 3%;
  }
}

/* PC小専用
----------------------------------------------------------- */
/* 高さ：660以下の場合
----------------------------------------------------------- */
/* #タブレット専用
----------------------------------------------------------- */
/* #スマートフォン専用
----------------------------------------------------------- */
