@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
.w790 {
  box-sizing: border-box;
  width: 100%;
  max-width: 790px;
  margin: auto;
  padding: 0 3.73%; }

#titleimg {
  margin-bottom: 150px; }

.main_txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1;
  color: #2C377E;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .main_txt {
      font-size: calc( 1.8rem + ( 1vw - 7.68px ) * 3.125 ); } }
  @media (min-width: 1280px) {
    .main_txt {
      font-size: 3.4rem; } }

#consent .consent__ttl {
  margin-bottom: .75em;
  font-size: clamp(18px, 3.115vw, 28px);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.6; }
  #consent .consent__ttl span {
    font-size: 1.1em;
    color: #CB4235; }
#consent .consent__txt {
  margin-bottom: 2em;
  font-size: clamp(14px, 2.3vw, 20px);
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.8; }
#consent .consent__btn-wp .consent__btn:last-of-type {
  margin-bottom: 0; }
#consent .consent__btn-wp .consent__btn a {
  background: #2C377E;
  color: #FFF;
  border-color: #2C377E; }
  #consent .consent__btn-wp .consent__btn a:hover {
    background: #172349;
    border-color: #172349; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #titleimg {
    margin-bottom: 160px; }

  .main_txt {
    margin-bottom: 50px; }

  #consent .consent__txt {
    text-align: center; }
  #consent .consent__btn-wp {
    display: grid;
    grid-template-columns: 46% 46%;
    justify-content: space-between;
    max-width: 600px;
    margin: 0 auto; }
    #consent .consent__btn-wp .consent__btn a {
      margin: 0; } }
/*------------------------------
		901px以上
------------------------------*/
@media screen and (min-width: 901px) {
  .w790 {
    padding: 0; } }
/*------------------------------
		1281px以上
------------------------------*/
