.content-wrap {
    max-width: 750px;
    padding-bottom: 3rem;
    margin: 3rem auto;
    text-align: center;
}
.content-wrap img {
  width: 50%;
}
.content-wrap li {
  list-style: none;
}
.content-wrap ul.orange-squ04 a {
    text-decoration: underline;
    display: block;
    font-weight: bold;
    padding: 0.5rem 0;
    transition: .5s;
}
.content-wrap a:hover {
    color:#f47c30;
    transition: .5s;
}
.content-wrap ul.orange-squ04 li {
    list-style: none;
    text-indent: 0 !important;
    position: relative;
}
.content-wrap ul.orange-squ04 li::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -20px;
    width: 15px;
    height: 15px;
    background: #ff9527;
}
 table.sponsors {
      border-collapse: collapse;
      width: 100%;
      font-family: sans-serif;
      margin: 2rem 0 !important;
    }
    table.sponsors th, td {
      border: 1px solid #999;
      padding: 8px;
      text-align: center;
      vertical-align: middle;
    }
     table.sponsors th {
      background-color: #f47c30;
      color: white;
    }
     table.sponsors .sub-header {
      background-color: #ffe3ca;
      font-weight: bold;
    }
     table.sponsors .vertical-header {
      background-color: #fff2e6;
      font-weight: bold;
      writing-mode: vertical-rl;
      text-orientation: mixed;
    }
    table.sponsors .side-header {
      background-color: #fff2e6;
      font-weight: bold;
      width: 50%;
    }
table.sponsors small {
      font-size: 0.9em;
    font-weight: 100;
    margin-top: 1rem;
    line-height: 160%;
    }
.content-wrap .content-wrap-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: normal;
  border: 1px solid #005787;
  background: #f7faff;
  margin-bottom: 2rem;
}
.content-wrap .content-wrap-flex p{
  margin:0;
  vertical-align: middle;
}
.content-wrap p.title {
  font-weight: bold;
  text-align: left;
}
.content-wrap .content-wrap-flex p.title{
  font-weight: bold;
  text-align: center;
}
.content-wrap .content-img,
 .content-wrap .content-img-color{
  flex-basis: 25%;
  margin: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #005787;
  height: auto;
    max-height: 80px;
}
.content-wrap .content-img-color,
.content-wrap .content-text-color{
  font-weight: bold;
  background: #ffba73;
}
.content-wrap .content-img-color p,
.content-wrap .content-text-color p{
  font-size: 1.2rem;
 }
 .content-wrap p.txt {
   font-size: 14px;
 }
.content-wrap .content-text,
.content-wrap .content-text-color {
  flex-basis: 75%;
  margin: 0;
  padding: 1rem;
  border-bottom: 1px solid #005787;
  border-left: 1px solid #005787;
  height: auto;
  max-height: 80px;
}
.content-wrap .content-img.bottom{
  border-bottom: none !important;
}
.content-wrap .content-wrap-flex div:last-child {
  border-bottom: none !important;
}
.content-wrap .content-img-center{
  text-align: center;
  width: 100%;
}
section {
  max-width: 350px;
  margin: 3rem 0;
}
.content-wrap li.circle {
    list-style: disc;
    text-indent: 0 !important;
    font-weight: normal;
}
.content-wrap li.circle02 {
  background-image: url(../images/common/list-circle.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px;
  margin: 0;
  padding-left: 1em;
  font-size: 1.2rem;
  color: #005787;
  text-indent: 1em !important;
  font-weight: bold;
}
.content-wrap ul.circle p{
  text-indent: 1em;
  margin-top:1rem;
}
.content-wrap ul.circle02 p{
  margin:1rem 0;
}
.content-wrap ul.circle02 section {
  max-width: 300px;
  margin: 1rem 1rem 3rem 0;
}
.content-wrap ul.circle02 a.left{
    text-decoration: underline;
    display: block;
    font-weight: bold;
    padding: 0.5rem 0;
}
.content-wrap ul.orange-squ04 li {
  list-style: none;
  text-indent: 0 !important;
  position: relative;
}
.content-wrap ul.orange-squ04 a.left:hover{
  color:#ff9527;
  transition: 1s;
}
.content-wrap ul.orange-squ04 li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -20px;
  width: 15px;
  height: 15px;
  background: #ff9527;
}
.content-wrap .button-flex{
  display: flex;
  justify-content: flex-start;
}



/********スマホ版********/
@media screen and (max-width: 480px){
  .content-wrap {
    max-width: 750px;
    padding:1rem;
    margin-top: 0;
    margin-bottom: 2rem;
}
.content-wrap img {
  width: 100%;
}
.content-wrap p {
        margin: 0;
    }
.content-wrap h3 {
  margin: 0;
}
.content-wrap .content-wrap-flex {
    width: 100%;
}
.content-wrap .content-text,
.content-wrap .content-text-color,
.content-wrap .content-img, 
.content-wrap .content-img-color{
  max-height: 150px;
}
.content-wrap .content-img{
  text-align: center;
}
.content-wrap .content-img img{
  width: 60%;
  margin:2rem auto;
}
.content-img-center img {
    width: 100%;
    margin: 2rem auto;
}
section {
  max-width: unset;
  margin: 3rem auto;
}
.content-wrap .button-flex {
  display: block;
}
.content-wrap .button-flex section {
  margin: 1rem;
}
}
/**googleサイト内検索調整css**/
table.gsc-search-box td {
    vertical-align: middle;
    border: none;
}
@media screen and (max-width: 480px){
  table.gsc-search-box td {
    vertical-align: middle;
    max-width: 200px;
    width: 100% !important;
}
}
/**googleサイト内検索調整css おわり**/