.mb20 {
  margin-bottom: 20px;
}

.mt1em {
  margin-top: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

#mothergoose ul.pankuzu *, #story ul.pankuzu *, #parsons ul.pankuzu * {
  font-size: 14px;
}
#mothergoose .bgYellow, #story .bgYellow, #parsons .bgYellow {
  padding-bottom: 13.75em;
  margin-bottom: -9.375em;
}
@media screen and (max-width: 767px) {
  #mothergoose .bgYellow, #story .bgYellow, #parsons .bgYellow {
    padding-bottom: 16em;
    margin-bottom: -11.5625em;
  }
}
#mothergoose section, #story section, #parsons section {
  font-family: "Poppins", "Noto Sans JP", serif;
}
#mothergoose section#mv h1, #story section#mv h1, #parsons section#mv h1 {
  padding-bottom: 3em;
}
@media screen and (max-width: 767px) {
  #mothergoose section#mv, #story section#mv, #parsons section#mv {
    padding-bottom: 11em;
  }
  #mothergoose section#mv h1, #story section#mv h1, #parsons section#mv h1 {
    margin-bottom: -2em;
    padding-bottom: 0;
  }
}
#mothergoose section .titleBlock, #story section .titleBlock, #parsons section .titleBlock {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
#mothergoose section .titleBlock .pic, #story section .titleBlock .pic, #parsons section .titleBlock .pic {
  width: 525px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#mothergoose section .titleBlock .pic img, #story section .titleBlock .pic img, #parsons section .titleBlock .pic img {
  width: auto;
  height: 100%;
}
#mothergoose section .titleBlock .text, #story section .titleBlock .text, #parsons section .titleBlock .text {
  width: calc(100% - 525px);
  padding: 5em 2em 1em;
  font-weight: bold;
}
#mothergoose section .titleBlock .text .date, #story section .titleBlock .text .date, #parsons section .titleBlock .text .date {
  font-size: 1.25em;
}
#mothergoose section .titleBlock .text .name, #story section .titleBlock .text .name, #parsons section .titleBlock .text .name {
  margin-top: 0.8em;
  font-size: 1.75em;
  line-height: 1.5;
}
#mothergoose section .layout01, #story section .layout01, #parsons section .layout01 {
  margin: 3.125em auto;
}
#mothergoose section .backnumberBtn, #story section .backnumberBtn, #parsons section .backnumberBtn {
  margin-top: 1.8em;
}
#mothergoose section .backnumberBtn a, #story section .backnumberBtn a, #parsons section .backnumberBtn a {
  width: 45%;
  height: 3.5em;
  margin: 0 auto;
  color: #017BCF;
  font-size: 1.125em;
  font-weight: bold;
  border: 2px solid #017BCF;
  border-radius: 80px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#mothergoose section .backnumberBtn a::after, #story section .backnumberBtn a::after, #parsons section .backnumberBtn a::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: url(/assets/images/common/btn_arrow_blue.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1.25em) / 2);
  right: 1em;
}
@media screen and (hover: hover) {
  #mothergoose section .backnumberBtn a:hover, #story section .backnumberBtn a:hover, #parsons section .backnumberBtn a:hover {
    color: #fff;
    background-color: #017BCF;
  }
  #mothergoose section .backnumberBtn a:hover::after, #story section .backnumberBtn a:hover::after, #parsons section .backnumberBtn a:hover::after {
    background: url(/assets/images/common/btn_arrow_white.svg) no-repeat center center;
    background-size: contain;
  }
}
#mothergoose section h3, #story section h3, #parsons section h3 {
  margin: 0 auto 1em;
}
#mothergoose section .listLayout, #story section .listLayout, #parsons section .listLayout {
  margin-bottom: 0;
}
#mothergoose section .listLayout ul li, #story section .listLayout ul li, #parsons section .listLayout ul li {
  margin-bottom: 1.5em;
}
#mothergoose section .listLayout ul li a, #story section .listLayout ul li a, #parsons section .listLayout ul li a {
  width: 100%;
  padding: 1.5em 1em;
  background-color: #fff;
  display: flex;
  align-items: center;
  border-radius: 20px;
  position: relative;
}
#mothergoose section .listLayout ul li a::after, #story section .listLayout ul li a::after, #parsons section .listLayout ul li a::after {
  content: "";
  width: 2em;
  height: 2em;
  position: absolute;
  top: calc((100% - 2em) / 2);
  right: 1.25em;
}
#mothergoose section .listLayout ul li a .thumb, #story section .listLayout ul li a .thumb, #parsons section .listLayout ul li a .thumb {
  width: 200px;
  height: 100px;
  text-align: center;
}
#mothergoose section .listLayout ul li a .thumb img, #story section .listLayout ul li a .thumb img, #parsons section .listLayout ul li a .thumb img {
  width: auto;
  height: 100%;
}
#mothergoose section .listLayout ul li a .text, #story section .listLayout ul li a .text, #parsons section .listLayout ul li a .text {
  width: calc(100% - 200px);
  vertical-align: middle;
  padding: 0 4em 0 2em;
}
#mothergoose section .listLayout ul li a .text .date, #story section .listLayout ul li a .text .date, #parsons section .listLayout ul li a .text .date {
  font-size: 1.125em;
}
#mothergoose section .listLayout ul li a .text .title, #story section .listLayout ul li a .text .title, #parsons section .listLayout ul li a .text .title {
  font-size: 1.625em;
  line-height: 1.4;
}
#mothergoose section .listLayout ul li a .text .title span, #story section .listLayout ul li a .text .title span, #parsons section .listLayout ul li a .text .title span {
  font-size: 0.8em;
}
@media screen and (hover: hover) {
  #mothergoose section .listLayout ul li .text, #story section .listLayout ul li .text, #parsons section .listLayout ul li .text {
    padding: 0 2em 0 2em;
  }
  #mothergoose section .listLayout ul li a:hover, #story section .listLayout ul li a:hover, #parsons section .listLayout ul li a:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #mothergoose section .subTitleArea, #story section .subTitleArea, #parsons section .subTitleArea {
    position: relative;
  }
  #mothergoose section .subTitleArea::before, #story section .subTitleArea::before, #parsons section .subTitleArea::before {
    background: url(../img/top/tri02.png) no-repeat left top;
    background-size: 37px 8px;
  }
  #mothergoose section .titleBlock, #story section .titleBlock, #parsons section .titleBlock {
    margin-top: 0;
    display: block;
  }
  #mothergoose section .titleBlock .pic, #story section .titleBlock .pic, #parsons section .titleBlock .pic {
    width: 100%;
  }
  #mothergoose section .titleBlock .pic img, #story section .titleBlock .pic img, #parsons section .titleBlock .pic img {
    width: 100%;
    height: auto;
  }
  #mothergoose section .titleBlock .text, #story section .titleBlock .text, #parsons section .titleBlock .text {
    width: 100%;
    padding: 1em 1em 1.5em;
  }
  #mothergoose section .titleBlock .text .date, #story section .titleBlock .text .date, #parsons section .titleBlock .text .date {
    font-size: 1em;
  }
  #mothergoose section .titleBlock .text .name, #story section .titleBlock .text .name, #parsons section .titleBlock .text .name {
    margin-top: 0.2em;
    font-size: 1.5em;
    line-height: 1.4;
  }
  #mothergoose section .layout01, #story section .layout01, #parsons section .layout01 {
    margin-bottom: 25px;
  }
  #mothergoose section .layout01 .text_body01 table, #story section .layout01 .text_body01 table, #parsons section .layout01 .text_body01 table {
    width: 100%;
  }
  #mothergoose section .layout01 .text_body01 table *, #story section .layout01 .text_body01 table *, #parsons section .layout01 .text_body01 table * {
    display: block;
  }
  #mothergoose section .backnumberBtn, #story section .backnumberBtn, #parsons section .backnumberBtn {
    margin-top: 1.8em;
  }
  #mothergoose section .backnumberBtn a, #story section .backnumberBtn a, #parsons section .backnumberBtn a {
    width: 100%;
    font-size: 0.9em;
    padding-right: 1em;
  }
  #mothergoose section .backnumberBtn a::after, #story section .backnumberBtn a::after, #parsons section .backnumberBtn a::after {
    width: 1.25em;
    height: 1.25em;
    top: calc((100% - 1.25em) / 2);
    right: 0.7em;
  }
  #mothergoose section h3, #story section h3, #parsons section h3 {
    margin: 0 auto 1em;
  }
  #mothergoose section .listLayout, #story section .listLayout, #parsons section .listLayout {
    margin-bottom: 0;
  }
  #mothergoose section .listLayout ul li, #story section .listLayout ul li, #parsons section .listLayout ul li {
    margin-bottom: 1em;
  }
  #mothergoose section .listLayout ul li a, #story section .listLayout ul li a, #parsons section .listLayout ul li a {
    width: 100%;
    padding: 1em;
    border-radius: 10px;
  }
  #mothergoose section .listLayout ul li a::after, #story section .listLayout ul li a::after, #parsons section .listLayout ul li a::after {
    width: 1.25em;
    height: 1.25em;
    top: 0.5em;
    right: 0.5em;
  }
  #mothergoose section .listLayout ul li a .thumb, #story section .listLayout ul li a .thumb, #parsons section .listLayout ul li a .thumb {
    width: 70px;
    height: unset;
    text-align: center;
  }
  #mothergoose section .listLayout ul li a .thumb img, #story section .listLayout ul li a .thumb img, #parsons section .listLayout ul li a .thumb img {
    width: 100%;
    height: auto;
  }
  #mothergoose section .listLayout ul li a .text, #story section .listLayout ul li a .text, #parsons section .listLayout ul li a .text {
    width: calc(100% - 70px);
    padding: 0 0 0 1em;
  }
  #mothergoose section .listLayout ul li a .text .date, #story section .listLayout ul li a .text .date, #parsons section .listLayout ul li a .text .date {
    font-size: 0.9em;
  }
  #mothergoose section .listLayout ul li a .text .title, #story section .listLayout ul li a .text .title, #parsons section .listLayout ul li a .text .title {
    font-size: 1em;
  }
  #mothergoose section .listLayout ul li a .text .title span, #story section .listLayout ul li a .text .title span, #parsons section .listLayout ul li a .text .title span {
    font-size: 0.8em;
  }
}
#mothergoose .authorBlock, #story .authorBlock, #parsons .authorBlock {
  width: 100%;
  margin: 3em auto;
  position: relative;
  padding: 2em;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #mothergoose .authorBlock, #story .authorBlock, #parsons .authorBlock {
    margin: 2em auto 3em;
    padding: 1.5em;
  }
  #mothergoose .authorBlock p, #story .authorBlock p, #parsons .authorBlock p {
    font-size: 0.8em;
  }
}
#mothergoose #more, #story #more, #parsons #more {
  padding-bottom: 9.375em;
}
@media screen and (max-width: 767px) {
  #mothergoose #more, #story #more, #parsons #more {
    padding-bottom: 4.875em;
  }
}
#mothergoose.backnumber #more, #story.backnumber #more, #parsons.backnumber #more {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  #mothergoose.backnumber #more, #story.backnumber #more, #parsons.backnumber #more {
    padding-bottom: 0;
  }
}

#more li.more05, #more li.more06, #more li.more07, #more li.more08 {
  display: block;
}

#mothergoose section .titleBlock .name {
  color: #F58CAD;
}
#mothergoose section .listLayout ul li a::after {
  background: url(/assets/images/common/btn_arrow_pink.svg) no-repeat center center;
  background-size: contain;
}
#mothergoose section .listLayout ul li a .text .title {
  color: #F58CAD;
}
#mothergoose section .layout01 .text_body01 {
  margin-bottom: 40px;
}
#mothergoose section .layout01 .text_body01 td {
  width: 400px;
  vertical-align: baseline;
}
#mothergoose section table.mg_16 {
  margin: 30px;
}
#mothergoose section table.mg_16 td {
  padding-right: 30px;
  padding-bottom: 5px;
}
#mothergoose section p span.caption {
  font-size: 0.8em;
}
#mothergoose section p span.italic {
  font-style: italic;
}
#mothergoose section p a {
  color: #F58CAD;
  text-decoration: underline;
}
@media screen and (hover: hover) {
  #mothergoose section p a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #mothergoose section .layout01 .text_body01 {
    margin-bottom: 40px;
  }
  #mothergoose section .layout01 .text_body01 td {
    width: auto;
    padding-right: 2%;
    vertical-align: baseline;
  }
  #mothergoose section .mothergoose table.mg_16 {
    margin: 5%;
  }
  #mothergoose section .mothergoose table.mg_16 tr {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  #mothergoose section .mothergoose table.mg_16 td {
    display: block;
    width: 100%;
    padding: 0;
  }
  #mothergoose section .mothergoose table.mg_16 .ttl {
    width: 100%;
    display: block;
    margin-bottom: 4px;
  }
}

#story section#mv h1 {
  padding-bottom: 3em;
}
@media screen and (max-width: 767px) {
  #story section#mv {
    padding-bottom: 11em;
  }
  #story section#mv h1 {
    margin-bottom: -2em;
    padding-bottom: 0;
  }
}
#story section .titleBlock .name {
  color: #4CBBB4;
}
#story section p.explanation {
  margin: 4em 0 6em;
}
#story section .listLayout ul li a::after {
  background: url(/assets/images/common/btn_arrow_green.svg) no-repeat center center;
  background-size: contain;
}
#story section .listLayout ul li a .text .title {
  color: #4CBBB4;
}
#story section p a {
  color: #4CBBB4;
  text-decoration: underline;
}
@media screen and (hover: hover) {
  #story section p a:hover {
    text-decoration: none;
  }
}
#story .story58Wrap .flex p:first-child {
  margin-right: 3em;
}
#story .story58Wrap .flex + .flex {
  margin-top: 0;
}
#story .story58Wrap p.textS58 {
  margin-left: 8em;
  margin-bottom: 0.25em;
}
#story .story67Wrap .flex + .flex {
  margin-top: 0;
}
#story .story67Wrap .flex p:first-child {
  width: 7.5em;
  margin-right: 1em;
}
#story .story67Wrap p.textS67 {
  margin-left: 8.6em;
}
@media screen and (max-width: 767px) {
  #story .story58Wrap .flex {
    display: block;
  }
  #story .story58Wrap .flex p:first-child {
    margin-right: 0;
  }
  #story .story58Wrap p.textS58 {
    margin-top: 1em;
    margin-left: 0;
  }
}
#story #more {
  padding-bottom: 9.375em;
}
@media screen and (max-width: 767px) {
  #story #more {
    padding-bottom: 4.875em;
  }
}

#parsons section .titleBlock {
  margin-bottom: 50px;
  padding: 2em 0;
}
#parsons section .titleBlock .pic {
  width: 360px;
}
#parsons section .titleBlock .pic img {
  height: auto;
  border-radius: 20px;
}
#parsons section .titleBlock .text {
  width: calc(100% - 360px);
  padding: 0 2em 0 0em;
  font-family: "Noto Sans JP", serif;
}
#parsons section .titleBlock .text .subName {
  color: #017BCF;
  font-size: 1.5em;
  line-height: 1.3;
}
#parsons section .titleBlock .text .name {
  margin: 0.5em 0 0.8em;
  color: #017BCF;
  font-size: 1.15em;
}
#parsons section .titleBlock .text .jobTitle {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #parsons section .titleBlock {
    margin-bottom: 2.5em;
    padding: 0.5em 0 0;
  }
  #parsons section .titleBlock .pic {
    width: 56%;
    margin: auto;
    padding: 2em 0 0;
  }
  #parsons section .titleBlock .text {
    width: 100%;
    padding: 1em 1em 1.5em;
  }
  #parsons section .titleBlock .text .subName {
    font-size: 1.25em;
  }
  #parsons section .titleBlock .text .name {
    margin: 0.5em 0 1.5em;
    font-size: 1em;
  }
  #parsons section .titleBlock .text .jobTitle {
    font-size: 0.85em;
  }
}
#parsons section .listLayout ul li a::after {
  background: url(/assets/images/common/btn_arrow_yellow.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #parsons section .listLayout ul li a {
    padding-right: 2em;
  }
  #parsons section .listLayout ul li a .text .title {
    font-size: 0.8em;
  }
  #parsons section .listLayout ul li a .text .author {
    margin-top: 0.5em;
    font-size: 0.7em;
  }
}
#parsons section .articleBody > p {
  margin-bottom: 3.125em;
}
#parsons section .contWrap h3 {
  width: 100%;
  margin-bottom: 1.8em;
  color: #017BCF;
  text-align: left;
  position: relative;
}
#parsons section .contWrap h3::after {
  content: "";
  width: 1.5em;
  height: 2px;
  background-color: #ccc;
  border-radius: 5px;
  position: absolute;
  bottom: -0.5em;
  left: 0;
}
#parsons section .contWrap h4.stitle02 {
  font-size: 1.2em;
  line-height: 2.5;
  font-weight: 600;
  text-align: center;
  background-color: #def8d3;
  border-bottom: 2px solid #92e96d;
}
@media screen and (max-width: 767px) {
  #parsons section .contWrap h4.stitle02 {
    font-size: 1.15em;
  }
}
#parsons section .layout01 {
  margin: 0 auto 1.875em;
  display: flex;
  justify-content: space-between;
}
#parsons section .layout01 .pic {
  width: 400px;
}
#parsons section .layout01 .pic .caption {
  font-size: 0.9em;
  margin-top: 5px;
}
#parsons section .layout01 .text {
  display: block;
  width: 580px;
}
#parsons section .layout01 .text p {
  margin-bottom: 1.875em;
}
@media screen and (max-width: 767px) {
  #parsons section .layout01 {
    display: block;
  }
  #parsons section .layout01 .pic {
    width: 100%;
    margin-bottom: 0.5em;
  }
  #parsons section .layout01 .pic img {
    width: 100%;
    height: auto;
  }
  #parsons section .layout01 .text {
    width: 100%;
  }
}
#parsons section .layout02 {
  margin-bottom: 1.875em;
  display: flex;
  justify-content: space-between;
}
#parsons section .layout02 .pic {
  width: 400px;
  order: 2;
}
#parsons section .layout02 .pic img {
  width: 100%;
  height: auto;
}
#parsons section .layout02 .pic .caption {
  font-size: 0.9em;
  text-align: right;
  display: block;
  margin-top: 5px;
}
#parsons section .layout02 .text {
  width: 580px;
  order: 1;
}
#parsons section .layout02 .text p {
  margin-bottom: 1.875em;
}
@media screen and (max-width: 767px) {
  #parsons section .layout02 {
    display: block;
  }
  #parsons section .layout02 .pic {
    width: 100%;
    margin-bottom: 0.5em;
    order: 1;
  }
  #parsons section .layout02 .pic img {
    width: 100%;
    height: auto;
  }
  #parsons section .layout02 .pic .caption {
    padding-bottom: 1em;
  }
  #parsons section .layout02 .text {
    width: 100%;
    order: 2;
  }
}
#parsons section .layout_wide {
  margin-bottom: 1.875em;
  clear: both;
  overflow: hidden;
}
#parsons section .layout_wide .pic {
  float: left;
  width: 310px;
}
#parsons section .layout_wide .pic .caption {
  font-size: 0.9em;
  text-align: right;
  display: block;
  margin-top: 5px;
}
#parsons section .layout_wide .text p {
  margin-bottom: 1.875em;
}
@media screen and (max-width: 767px) {
  #parsons section .layout_wide .pic {
    width: 49%;
  }
  #parsons section .layout_wide .pic img {
    width: 100%;
    height: auto;
  }
}
#parsons section .layout_wide02 {
  margin-bottom: 1.875em;
  clear: both;
  overflow: hidden;
}
#parsons section .layout_wide02 .pic {
  float: left;
  width: 240px;
}
#parsons section .layout_wide02 .pic .caption {
  font-size: 0.9em;
  text-align: right;
  display: block;
  margin-top: 5px;
}
#parsons section .layout_wide02 .pic480 {
  float: left;
  width: 480px;
  margin: 0 10px;
}
#parsons section .layout_wide02 .pic480 img {
  width: 100%;
}
#parsons section .layout_wide02 .pic520 {
  float: left;
  width: 520px;
}
#parsons section .layout_wide02 .pic520 img {
  width: 100%;
}
#parsons section .layout_wide02 .caption {
  font-size: 0.9em;
  text-align: right;
  display: block;
  margin-top: 5px;
}
#parsons section .layout_wide02 .text p {
  margin-bottom: 1.875em;
}
@media screen and (max-width: 767px) {
  #parsons section .layout_wide02 .pic {
    width: 100%;
    max-width: 240px;
  }
  #parsons section .layout_wide02 .pic.mr20 {
    margin-right: 0 !important;
  }
  #parsons section .layout_wide02 .pic480 {
    width: 100%;
    max-width: 480px;
    margin: 0 auto !important;
  }
  #parsons section .layout_wide02 .pic480 .caption {
    margin-top: 0;
    padding-bottom: 1.25em;
  }
  #parsons section .layout_wide02 .pic520 {
    width: 100%;
    max-width: 520px;
  }
  #parsons section .layout_wide02 img {
    width: 100%;
    height: auto;
  }
}
#parsons section .authorBlock {
  width: 100%;
  margin-bottom: 5em;
  padding: 2.5em 2em 2em;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
#parsons section .authorBlock .pic {
  width: 250px;
}
#parsons section .authorBlock .pic img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
#parsons section .authorBlock .text {
  width: calc(100% - (250px + 2em));
}
#parsons section .authorBlock .text .date {
  font-size: 1em;
  line-height: 1.4;
  margin-bottom: 30px;
}
#parsons section .authorBlock .text .cat {
  margin-bottom: 15px;
  color: #017BCF;
  font-size: 1.45em;
  font-weight: 600;
  line-height: 1;
}
#parsons section .authorBlock .text .name {
  margin-bottom: 25px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1;
}
#parsons section .authorBlock .text p {
  margin-bottom: 0;
}
#parsons section .authorBlock .text a {
  color: #017BCF;
  text-decoration: underline;
  overflow-wrap: anywhere;
}
@media screen and (hover: hover) {
  #parsons section .authorBlock .text a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #parsons section .authorBlock {
    margin-bottom: 3em;
    padding: 1.5em 1em 2em;
    display: block;
    position: relative;
  }
  #parsons section .authorBlock .text {
    width: 100%;
  }
  #parsons section .authorBlock .text .cat {
    margin-bottom: 0.8em;
    font-size: 1.1em;
  }
  #parsons section .authorBlock .text .name {
    margin-bottom: 2em;
    font-size: 0.9em;
  }
  #parsons section .authorBlock .text a {
    font-size: 0.8em;
  }
  #parsons section .authorBlock .pic {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0.8em;
    right: 0.8em;
  }
}
@media screen and (max-width: 767px) {
  #parsons section .pic_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #parsons section .pic_box div.pic {
    width: calc((100% - 1em) / 2);
    max-width: unset;
    margin-bottom: 1em;
  }
  #parsons section .pic_box div.pic span.caption {
    margin-top: 0;
    font-size: 10px;
    line-height: 1.3;
  }
}
#parsons section span.eg01 {
  display: block;
  width: 90%;
  margin: 1.5em auto 1.8em;
  padding: 1.5em 1.5em;
  color: #017BCF;
  line-height: 1.8;
  font-weight: 500;
  border: 1px dashed #017BCF;
  background: #f3faff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  #parsons section span.eg01 {
    width: 100%;
    margin: 1em auto 1.2em;
    padding: 1em 1em;
    font-size: 0.9em;
  }
}
#parsons section ol.notes {
  margin-bottom: 3em;
  padding: 1.5em 1.5em;
  background-color: #fffcdc;
  border-radius: 20px;
}
#parsons section ol.notes li {
  margin-bottom: 0.25em;
  font-size: 0.8125em;
}
#parsons section ol.notes li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #parsons section ol.notes {
    margin-bottom: 2em;
    padding: 1em 1em 0.8em 0.8em;
  }
  #parsons section ol.notes li {
    padding-left: 4.25em;
    font-size: 0.625em;
    text-indent: -4.25em;
  }
}
#parsons section .normalBtn a {
  width: 45%;
  height: 3.5em;
  margin: 0 auto;
  color: #017BCF;
  font-size: 1.125em;
  font-weight: bold;
  border: 2px solid #017BCF;
  border-radius: 80px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#parsons section .normalBtn a::after {
  content: "";
  width: 1.25em;
  height: 1.25em;
  background: url(/assets/images/common/btn_arrow_blue.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: calc((100% - 1.25em) / 2);
  right: 1em;
}
@media screen and (hover: hover) {
  #parsons section .normalBtn a:hover {
    color: #fff;
    background-color: #017BCF;
  }
  #parsons section .normalBtn a:hover::after {
    background: url(/assets/images/common/btn_arrow_white.svg) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  #parsons section .normalBtn a {
    width: 100%;
    font-size: 0.9em;
    padding-right: 1em;
  }
  #parsons section .normalBtn a::after {
    right: 0.7em;
  }
}
#parsons section .moreBtn {
  margin-bottom: 0px;
}
#parsons section .moreBtn a {
  background: url(/common/img/common/bg03.gif);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  padding: 12px;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
  position: relative;
}
#parsons section .moreBtn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#parsons section .moreBtn a::before {
  content: "";
  background: url(/common/img/common/btn_arrow_down.png) no-repeat left top;
  width: 16px;
  height: 10px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  #parsons section .moreBtn {
    margin-bottom: 25px;
  }
  #parsons section .moreBtn a {
    background: url(/common/img/common/bg03.gif);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    padding: 10px;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
    position: relative;
  }
  #parsons section .moreBtn a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #parsons section .moreBtn a::before {
    content: "";
    background: url(/common/img/common/btn_arrow_down.png) no-repeat left top;
    background-size: 8px 5px;
    width: 8px;
    height: 5px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
  }
}
#parsons section .sns, #parsons section .sns_pc {
  margin: 1em auto 3em;
}
#parsons section .sns ul, #parsons section .sns_pc ul {
  display: flex;
  justify-content: center;
}
#parsons section .sns li, #parsons section .sns_pc li {
  width: 30%;
  max-width: 210px;
  height: 50px;
  margin: 0 10px;
  background: #fff;
  border-radius: 80px;
}
#parsons section .sns li *, #parsons section .sns_pc li * {
  line-height: 1;
}
#parsons section .sns li a, #parsons section .sns_pc li a {
  display: block;
}
#parsons section .sns li a:hover, #parsons section .sns_pc li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #parsons section .sns li, #parsons section .sns_pc li {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  #parsons section .sns li:first-child, #parsons section .sns_pc li:first-child {
    background-color: #3b5999;
  }
  #parsons section .sns li:nth-child(2), #parsons section .sns_pc li:nth-child(2) {
    background-color: #000;
  }
  #parsons section .sns li:last-child, #parsons section .sns_pc li:last-child {
    background-color: #00c300;
  }
}
#parsons section .sns_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #parsons section .sns_sp {
    display: none !important;
  }
}

.pattern01, .pattern02, .pattern03 {
  margin-bottom: 30px;
}
.pattern01 ul, .pattern02 ul, .pattern03 ul {
  clear: both;
  overflow: hidden;
  margin: 20px 0 0;
  text-align: center;
}

.caption {
  font-size: 0.8em;
  display: block;
}

.pattern01 p {
  margin-bottom: 30px;
}
.pattern01 .caption {
  margin-top: 5px;
}
.pattern01 ul.ptnB {
  margin-top: 40px;
}
.pattern01 .pattern01 ul li {
  float: none;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.pattern01 .pattern01 ul li p {
  margin-top: 0;
  text-align: left;
}
.pattern01 .pattern01 ul div {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.pattern02 ul,
.pattern03 ul {
  margin: 20px 0 40px;
}
.pattern02 li,
.pattern03 li {
  width: 60%;
  margin-top: 0;
  text-align: left;
  float: left;
}
.pattern02 li img,
.pattern03 li img {
  width: 100%;
  height: auto;
}
.pattern02 .caption,
.pattern03 .caption {
  margin: 5px 0 20px;
}

.pattern02 li:first-child {
  width: 35%;
  margin-right: 5%;
}
.pattern02 p {
  margin-bottom: 20px;
}
.pattern02 li p {
  margin-bottom: 0;
}

.pattern03 li:last-child {
  width: 35%;
  margin-left: 5%;
}
.pattern03 ul li div:last-child .caption {
  margin: 5px 0 0;
}

.pattern04 p {
  margin-bottom: 20px;
}
.pattern04 div {
  margin-bottom: 20px;
  text-align: center;
}

.pattern04 .caption,
.pattern05 .caption {
  margin: 5px 0 20px;
  text-align: center;
}

.pattern05 p {
  margin-bottom: 20px;
}
.pattern05 ul {
  width: 100%;
  display: table;
  margin-bottom: 20px;
}
.pattern05 ul li {
  display: table-row;
}
.pattern05 ul li div {
  display: table-cell;
  padding: 0 5px;
  text-align: center;
}

.feature {
  margin-bottom: 50px;
}
.feature p.song {
  margin-bottom: 40px;
}

#contents .authorBlock {
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .pattern01, .pattern02, .pattern03, .pattern04, .pattern05 {
    margin-bottom: 15px;
  }
  .pattern01 ul, .pattern02 ul, .pattern03 ul {
    clear: both;
    overflow: hidden;
    margin: 10px 0 0;
    text-align: center;
  }
  .caption {
    font-size: 1rem;
    display: block;
  }
  .pattern01 p {
    margin: 0 0 15px;
  }
  .pattern01 ul {
    margin: 15px 0 0;
    text-align: center;
  }
  .pattern01 ul li {
    float: none;
    width: 100%;
    clear: both;
    overflow: hidden;
    margin-bottom: 0;
  }
  .pattern01 ul div {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .pattern01 ul.ptnB div {
    margin-bottom: 15px;
  }
  .pattern01 .caption {
    margin-top: 5px;
    padding-left: 0;
  }
  .pattern01 li p {
    margin-top: 0;
    text-align: left;
  }
  .pattern02 li, .pattern03 li {
    margin-top: 0;
    text-align: left;
    float: none;
    width: 100%;
  }
  .pattern02 li img, .pattern03 li img {
    width: 100%;
  }
  .pattern02 li .caption, .pattern03 li .caption {
    margin: 5px 0 20px;
  }
  .pattern02 ul {
    margin: 10px 0 20px;
  }
  .pattern02 li:first-child {
    width: 100%;
    margin-right: 0;
  }
  .pattern02 p, .pattern02 li p {
    margin-bottom: 0;
  }
  .pattern03 ul {
    margin: 10px 0 0;
  }
  .pattern03 li:last-child {
    width: 100%;
    margin-left: 0;
  }
  .pattern03 ul li div:last-child .caption {
    margin: 5px 0 20px;
  }
  .pattern03 li p {
    margin-bottom: 20px;
  }
  .pattern04 p, .pattern04 div {
    margin-bottom: 20px;
  }
  .pattern04 p:last-child {
    margin-bottom: 0;
  }
  .pattern04 div .caption {
    margin-top: 5px;
  }
  .pattern05 p {
    margin-bottom: 20px;
  }
  .pattern05 ul {
    display: block;
    margin-bottom: 20px;
  }
  .pattern05 ul li {
    display: block;
  }
  .pattern05 ul li div {
    display: block;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
  }
  .pattern05 .caption {
    margin-top: 5px;
    text-align: center;
  }
  .feature {
    margin-bottom: 25px;
  }
  .feature p.song {
    margin-bottom: 40px;
  }
  #contents .authorBlock {
    margin-bottom: 35px;
  }
}/*# sourceMappingURL=monthly.css.map */