@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     送信完了
 Notes:          
--------------------------------------------------------------- */
.content {
  width: 60%;
  max-width: 950px;
  margin: 5% auto 5%;
}
.content .txt01 {
	margin: 0 auto 5%;
  text-align: center;
  font-size: 1.5em;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}
.content .txt01 a {
	text-decoration: underline;
}
.content .txt02 {
  text-align: center;
  font-size: 1.5em;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
}

.foot-area01 .link {
    width: 25%;
    font-size: 1.5em;
    color: #000;
}

.foot-area02 .txt {
    color: #000;
    font-size: 1.5em;
}
/* ================= smartphone ================= */
@media only screen and (max-width:699px) {
.content {
  width: 90%;
  display: block;
}
.content .txt01 {
  text-align: left;
}
.content .txt02 {
  text-align: left;
}
}