@charset "UTF-8";
h1 {
  background-color: transparent !important;
  color: #D53C2B !important; }
  h1 span {
    font-size: 150%; }
    @media only screen and (max-width: 767px) {
      h1 span {
        font-size: 11vw; } }

h2, .h3 {
  color: #D53C2B !important; }

h2 {
  border-bottom-style: dotted;
  border-bottom-width: 6px;
  border-bottom-color: #D53C2B; }

.bg-radius {
  background-color: #D53C2B; }

.content ul {
  list-style: none; }

/*sec01*/
#sec01 li::before {
  content: "★";
  color: #D53C2B; }

@media only screen and (min-width: 768px) {
  #sec01 .txt-img {
    flex-direction: row-reverse; } }
/*sec02*/
@media only screen and (min-width: 768px) {
  #sec02 .bisect > div {
    display: flex;
    justify-content: flex-end;
    flex-direction: column-reverse; } }
#sec02 .links-ward a {
  background-color: #D53C2B; }

/*sec03*/
@media only screen and (min-width: 768px) {
  #sec01 .txt-img {
    flex-direction: row-reverse; } }
/*sec05*/
#sec05 {
  text-align: center; }
  #sec05 .slash {
    color: #D53C2B; }
    #sec05 .slash:before, #sec05 .slash:after {
      background-color: #D53C2B; }

/*sec06*/
#sec06 {
  padding: 2em;
  border: solid 2px #F6921E;
  border-radius: 2em; }
  #sec06 > p:first-of-type {
    color: #F6921E;
    font-size: 120%;
    text-align: center; }
    #sec06 > p:first-of-type::before {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 1.5em;
      height: 1.5em;
      margin-right: 0.5em;
      background-color: #F6921E;
      border-radius: 50%;
      color: #fff;
      font-weight: bold;
      font-size: 120%;
      font-family: 'Century Gothic';
      content: "Q"; }
  #sec06 > p:nth-of-type(2) {
    margin-bottom: 1em;
    border-bottom: 1px solid #F6921E; }
  #sec06 > dl dt {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F6921E;
    color: #fff;
    border-bottom: 0; }
  #sec06 dd ul {
    padding: 0; }
  #sec06 > dl dd li::before {
    margin-right: 0.2em;
    content: "\f0da";
    color: #F6921E;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; }
  #sec06 > p:last-of-type {
    text-align: center; }

@media only screen and (min-width: 768px) {
  #sec06 > dl {
    display: flex;
    justify-content: space-between; }
    #sec06 > dl dt {
      width: 10em;
      height: 2.5em; }
    #sec06 > dl dd {
      width: calc(100% - 10em - 1em); } }
/*sec07*/
#sec07 {
  position: relative;
  margin: 4rem auto 0;
  padding: 2em;
  background-color: #FAFADC; }
  #sec07::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    border-style: solid;
    border-color: #FDE1AC #fff #fff; }
  #sec07 ul {
    padding: 1em;
    margin: 1em 0; }
  #sec07 li {
    /*line-height: 1.5;
    &::before {
    	margin-right: 0.2em;
    	content: "\f0c8";
    	color: #D53C2B;
    	font-family: "Font Awesome 5 Free";
    	font-weight: 900;
    	font-size: 120%;
    }*/
    position: relative;
    padding-left: 1.5em;
    line-height: 1.5em; }
    #sec07 li:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      display: block;
      width: 1em;
      height: 1em;
      margin-right: 0.5em;
      background-color: #D53C2B;
      mask-repeat: no-repeat;
      mask-position: center;
      mask-size: contain;
      mask-image: url("/kodomokai/wp-content/package/common/img/square-red.png"); }

@media only screen and (min-width: 768px) {
  #sec07::after {
    border-width: 5em 5em 0 0; } }
@media only screen and (max-width: 767px) {
  #sec07::after {
    border-width: 2em 2em 0 0; } }
