.content-wrap {
    max-width: 750px;
    padding-bottom: 3rem;
    margin: 3rem auto;
    text-align: center;
}
.content-wrap li {
  list-style: none;
}
.content-wrap ul {
  margin:2rem 0;
}
.content-wrap a.content-link {
  font-size: 1.2rem;
  text-align: left !important;
  width: 100%;
  display: block;
  font-weight: bold;
}
.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 p.nigyou{
  padding-top: 0.8rem;
}
.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 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;
  }
  .content-wrap p.nigyou {
    padding-top: 2.5rem;
}
}

/**googleサイト内検索調整css おわり**/