.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
h1 {
  display: none;
}
h2 {
  border-top: 1px dotted #aaa;
  border-bottom: 1px dotted #aaa;
  color: #143f79;
  font-size: 3.0rem;
  margin-bottom: 1em;
  padding: 1em 0;
}
h2 span {
  color: #e61111;
}
h3 {
  position: relative;
  font-size: 3.0rem;
  margin: 1em 0;
  padding-left: 1.5em;
}
h3:before {
  position: absolute;
  content: "";
  background: 100% / 100% url(../img/0116.png) no-repeat;
  width: 40px;
  height: 40px;
  top: .1em;
  left: 0;
}

/*notes*/
header {
  border-bottom: 1px solid #333;
}
header div {
  margin: auto;
  max-width: 940px;
  padding: 16px 4%;
}

.wrap {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 940px;
}
.leftColumn {
  max-width: 640px;
  width: 100%;
}
.rightColumn {
  max-width: 240px;
  margin-top: 20px;
  margin-left: 40px;
  text-align: center;
  width: 100%;
}
.rightColumn p:nth-of-type(1) {
  border-bottom: 3px solid #143f79;
  font-weight: 700;
  margin-bottom: 1em;
}
.rightColumn img {
  margin-bottom: 1em;
}
.rightColumn p:nth-of-type(2) {
  font-size: 1.6rem;
}

/*notes*/
section {
  padding: 60px 0 0;
}
section p span {
  font-weight: 700;
  text-decoration: underline;
}
section img {
  margin: 1em 0;
}
section div.b1 {
  background: #fffff5;
  border: 1px solid #a3bac6;
  margin: 1em 0;
  padding: 1em;
}
section div.b1 p:nth-of-type(1) {
  font-weight: 700;
  margin-bottom: 1em;
}
section div.b2 {
  align-items: center;
  display: flex;
}
section div.b2 img {
  margin-right: 2em;
}
section div.b2 p:nth-of-type(1) {
  font-size: 3.6rem;
  font-weight: 700;
}
section div.b2 a p {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
}
section div.b2 ul {
  margin: 2em 0;
}
section div.b2 li:nth-of-type(1) {
  color: #f00;
  font-size: 2.0rem;
  font-weight: 700;
  text-decoration: underline;
}
section div.b2 .btn {
  background: #f00;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  padding: .8em;
  text-align: center;
  text-decoration: none;
}
.contents {
  font-size: 1.4rem;
  margin: 1em 0;
}
.tweet {
  font-weight: 700;
  margin-top: 5em;
}

/*notes*/
footer {
  border-top: 3px solid #37465a;
  font-size: 1.4rem;
  margin-top: 100px;
  padding: 2em 4%;
}
footer div {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 940px;
  padding: 16px 4%;
}

@media screen and (max-width:720px){
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
body {
  font-size: 1.6rem;
}
h2 {
  font-size: 2.0rem;
}
h3 {
  font-size: 2.0rem;
}
h3:before {
  width: 30px;
  height: 30px;
  top: 0;
}

/*notes*/
.wrap {
  display: block;
}
.leftColumn {
  padding: 0 4%;
  width: 92%;
}
.rightColumn {
  max-width: 100%;
  margin: 4em 0 0 0;
}

/*notes*/
section {
  padding: 30px 0 0;
}
section div.b2 {
  display: block;
}
section div.b2 img {
  display: block;
  margin: 2em auto;
  width: 60%;
}
section div.b2 p:nth-of-type(1) {
  text-align: center;
}
section div.b2 .btn {
  margin-bottom: 2em;
}

/*notes*/
footer {
  padding: 0 4%;
}
footer div {
  display: block;
}
footer ul {
  margin-top: 1em;
}
}