@charset "UTF-8";

/* CSS Document */
body {
  font-family: "A1 Gothic R";
  color: #4f3c13;
}

h1 {
  margin-bottom: 50px;
}

#yodogawa.bd_t.bd_none {
  border-radius: 10px;
}

.content_wrap {
  width: 96%;
  margin: auto;
  background-color: #fff;
  border-radius: 16px;
}

.strong {
  color: #e52875;
}
.day {
    margin-top: 50px;
}

.title {
	font-family: "A1 Gothic M";
  font-size: 1.3em;
}
.report {
    line-height: 180%;
    background-color: #eeede6;
    padding: 40px;
    border-radius: 16px;
}
.introduction{
    line-height: 180%;
    background-color: #fff1f6;
    padding: 40px;
    border-radius: 16px;
}
.explain {
        line-height: 180%;
    background-color: #fff1f6;
    padding: 20px;
    border-radius: 16px;
}

@media (min-width: 641px) {
  #talk_body .txt_box .desc {
    max-width: 460px;
  }

  #talk_body .txt_box {
    padding: 0px;
  }
	.banner{
		width: 400px;
	}
}
@media (max-width: 640px) {
.report {
    padding: 20px;
}
	.introduction{
    padding: 20px;
}
    #talk_body .txt_box {
    padding: 0px;
}
	}