@charset "utf-8";
#honobono .casearea {
  margin-top: 70px;
}
#honobono .case {
  /*
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
*/
}
#honobono .case li {
  background-color: #FFF;
  width: 65%;
  /*    width: 45%;*/
  margin: 0 auto 45px;
  padding: 15px 1.5%;
  box-shadow: 0px 0px 0px 8px #fff;
  border: dotted 2px #ffcdb9;
  border-radius: 8px;
}
#honobono .name {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #BA5D00;
  border-bottom: 2px solid #ffcdb9;
  padding-bottom: 5px;
  margin: 5px 0 10px;
}
#honobono .icon {
  text-align: center;
}
#honobono .icon img {
  width: 80px;
}
#honobono .icon_txt {
  font-size: 0.8125rem;
  text-align: center;
  line-height: 1.5em;
}
#honobono .balloon_line {
  position: relative;
  margin: 0 auto 1rem;
  padding: 20px;
  background: #FCF8EC;
  border-radius: 8px;
}
#honobono .balloon_line::before, #honobono .balloon_line::after {
  content: '';
  border: 14px solid transparent;
  position: absolute;
  left: 50%;
  margin-left: -14px;
}
#honobono .balloon_line::before {
  border-top-color: #FCF8EC;
  bottom: -28px;
}
#honobono .balloon_line::after {
  border-top-color: #FCF8EC;
  bottom: -24px;
}
#honobono .subtxt {
  font-size: 0.9375rem;
}
#honobono .casearea h2 {
  width: 60%;
  position: relative;
  margin: 0 auto 40px;
  text-align: center;
}
#honobono .casearea h2:before, #honobono .casearea h2:after {
  position: absolute;
  z-index: 0;
  bottom: -10px;
  display: block;
  content: '';
  border: 1em solid #e38931;
}
#honobono .casearea h2:before {
  left: -30px;
  border-left-width: 15px;
  border-left-color: transparent;
}
#honobono .casearea h2:after {
  right: -30px;
  border-right-width: 15px;
  border-right-color: transparent;
}
#honobono .casearea h2 span {
  position: relative;
  z-index: 1;
  display: block;
  padding: 1rem 2rem;
  color: #593630;
  background: #ee963e;
}
#honobono .casearea h2 span:before, #honobono .casearea h2 span:after {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 2px;
  height: 0;
  content: '';
  border-style: solid;
  border-color: #bb5e13 transparent transparent transparent;
}
#honobono .casearea h2 span:before {
  left: 0;
  border-width: 10px 0 0 10px;
}
#honobono .casearea h2 span:after {
  right: 0;
  border-width: 10px 10px 0 0;
}
#honobono a:link {
  color: #0171a6;
  text-decoration: none;
}
#honobono a:visited {
  color: #0171a6;
  text-decoration: none;
}
#honobono a:hover {
  color: #0171a6;
  text-decoration: underline;
}
#honobono a:active {
  color: #0171a6;
  text-decoration: underline;
}
/*---------------------PCのみ---------------------*/
@media screen and (min-width:737px) {
  #honobono .pc-none {
    display: none;
  }
  #honobono {
    max-width: 1200px;
    background-color: #fff3bf;
    background-image: radial-gradient(#fffcd4 19%, transparent 28%), radial-gradient(#fffcd4 19%, transparent 28%);
    background-position: 0 0, 31px 31px;
    background-size: 62px 62px;
    margin: 0 auto;
    padding: 4% 3% 3%;
  }
  #honobono h2, #honobono h3, #honobono h4, #honobono p, #honobono ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  #honobono .tit_h2 {
    position: relative;
    font-size: 2.625rem;
    font-weight: bold;
    color: #AD5700;
    line-height: 1.3;
    text-align: center;
  }
  #honobono .tit_h2::before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 10%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #de6f00;
  }
  #honobono .case li {
    min-width: 600px;
  }
  #honobono .subtit {
    width: 90%;
    font-size: 1.25rem;
    margin: 50px auto 0;
    text-align: center;
  }
  #honobono .fl_block {
    display: flex;
    align-items: center;
  }
  #honobono .img_box img {
    width: 300px;
  }
  #honobono .txt_box {
    width: 500px;
    margin-left: 1rem;
  }
  #honobono h3 {
    font-size: 1.625rem;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 20px;
    color: #593630;
  }
  #honobono .area h2 {
    font-size: 1.625rem;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 20px;
    color: #593630;
  }
  #honobono .area {
    background-color: #ee963e;
    border-radius: 15px;
    margin-top: 35px;
    padding: 20px;
  }
  #honobono .area .areabox, #honobono .area .areabox02 {
    background-color: #FFF;
    padding: 20px 15px;
    border-radius: 10px;
  }
  #honobono .area .areabox .tit, #honobono .area .areabox02 .tit {
    font-size: 1.125rem;
    font-weight: bold;
    color: #de6f00;
    line-height: 1.3;
    text-align: left;
    border-bottom: 4px dotted #de6f00;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  #honobono .area .areabox ul, #honobono .area .areabox02 ul {
    display: flex;
    flex-wrap: wrap;
  }
  #honobono .area .areabox ul li, #honobono .area .areabox02 ul li {
    width: 23%;
    font-size: 1rem;
    color: #333;
    line-height: 1.3;
    text-align: left;
    float: left;
    margin: 10px 1%;
  }
  #honobono .txt {
    font-size: 0.9375rem;
  }
  .strong {
    font-size: 1.125rem;
    font-weight: bold;
  }
  #honobono .clear {
    clear: both;
  }
}
@media (min-width: 737px) and (max-width: 930px) {
  #honobono .tit_h2 {
    font-size: 2.125rem;
  }
  #honobono .subtit {
    font-size: 1rem;
  }
}
/*---------------------SPのみ---------------------*/
@media screen and (max-width:736px) {
  #honobono .sp-none {
    display: none;
  }
  #honobono {
    max-width: 100%;
    background-color: #fff3bf;
    background-image: radial-gradient(#fffcd4 19%, transparent 28%), radial-gradient(#fffcd4 19%, transparent 28%);
    background-position: 0 0, 31px 31px;
    background-size: 62px 62px;
    margin: 0 auto;
    padding: 6% 4% 4%;
  }
  #honobono h2, #honobono h3, #honobono h4, #honobono p, #honobono ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }
  #honobono .tit_h2 {
    position: relative;
    font-size: 1.75rem;
    font-weight: bold;
    color: #AD5700;
    line-height: 1.3;
    text-align: center;
    margin: 0 0 30px;
  }
  #honobono .tit_h2::before {
    content: '';
    position: absolute;
    bottom: -10px;
    display: inline-block;
    width: 15%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #AD5700;
  }
  #honobono .subtit {
    width: 95%;
    font-size: 0.9375rem;
    text-align: left;
    margin: 30px auto 0;
  }
  #honobono .casearea {
    margin-top: 35px;
  }
  #honobono .casearea h2 {
    width: 90%;
    margin: 0 auto 30px;
  }
  #honobono .casearea h2:before {
    left: -18px;
    border-left-width: 10px;
    border-left-color: transparent;
  }
  #honobono .casearea h2:after {
    right: -18px;
    border-right-width: 10px;
    border-right-color: transparent;
  }
  #honobono .casearea h2 span {
    padding: 0.6rem 1rem;
    font-size: 1.2rem;
  }
  #honobono .case li {
    background-color: #FFF;
    width: 85%;
    margin: 0 auto 32px;
    padding: 10px 4%;
    background: #FFF;
    box-shadow: 0px 0px 0px 8px #fff;
    border: dotted 2px #ffcdb9;
    border-radius: 6px;
  }
  #honobono .name {
    font-size: 0.875rem;
  }
  #honobono .subtxt {
    font-size: 0.875rem;
  }
  #honobono .img_box {
    margin-bottom: 1rem;
  }
  #honobono h3 {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 10px;
    color: #593630;
  }
  #honobono .area h2 {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.3;
    margin: 0 0 10px;
    color: #593630;
  }
  #honobono .area {
    background-color: #ee963e;
    border-radius: 10px;
    margin-top: 15px;
    padding: 10px;
  }
  #honobono .area .areabox, #honobono .area .areabox02 {
    background-color: #FFF;
    padding: 15px 10px 10px;
    border-radius: 8px;
  }
  #honobono .area .areabox .tit, #honobono .area .areabox02 .tit {
    font-size: 0.9375rem;
    font-weight: bold;
    color: #de6f00;
    line-height: 1.3;
    text-align: left;
    border-bottom: 3px dotted #de6f00;
    padding-bottom: 10px;
    margin-bottom: 5px;
  }
  #honobono .area .areabox ul {
    display: flex;
    flex-wrap: wrap;
  }
  #honobono .area .areabox ul li {
    width: 48%;
    font-size: 0.8125rem;
    color: #333;
    line-height: 1.3;
    text-align: left;
    float: left;
    margin: 10px 1%;
  }
  #honobono .area .areabox02 ul li {
    width: 100%;
    min-width: auto;
    font-size: 0.875rem;
    color: #333;
    line-height: 1.3;
    text-align: left;
    margin: 10px 1%;
  }
  #honobono .ly-mod-layout-2clmspl .ly-sp-1line .ly-mod-layout-clm {
    margin-bottom: 10px;
  }
  #honobono .txt {
    font-size: 0.875rem;
  }
  .strong {
    font-size: 1rem;
    font-weight: bold;
  }
  #honobono .clear {
    clear: both;
  }
  #honobono a:link {
    color: #0171a6;
    text-decoration: underline;
  }
  #honobono a:visited {
    color: #0171a6;
    text-decoration: underline;
  }
}