@charset "UTF-8";
/***** #about01 *****/
#about01 p {
  margin-bottom: 20px;
  font-size: 0.85rem;
  line-height: 200%; }
  @media screen and (max-width: 800px) {
    #about01 p {
      font-size: 0.75rem; } }

#about01 img {
  margin: 0 auto; }

#about01 p span {
  color: #f00; }

#about01 .modBloc {
  margin: 0 auto 40px; }

#about01 .modBloc h2 {
  margin-bottom: 40px;
  padding: 10px 20px;
  font-size: 1.4rem;
  line-height: 160%;
  font-weight: normal;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFAB09;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }
  @media screen and (max-width: 800px) {
    #about01 .modBloc h2 {
      font-size: 1rem; } }

.bgBox {
  margin-bottom: 20px;
  padding: 40px;
  background: #FFFAEC; }
  @media screen and (max-width: 640px) {
    .bgBox {
      padding: 20px 30px; } }

.bgBox:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.bgBox hgroup {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc; }

.bgBox hgroup p {
  margin-bottom: 0 !important;
  line-height: 160% !important; }

.bgBox hgroup h4 {
  font-weight: normal; }

.bgBox h5 {
  font-weight: normal;
  font-size: 0.85rem; }

.bgBox li {
  font-size: 0.85rem;
  line-height: 180%;
  position: relative; }
  @media screen and (max-width: 800px) {
    .bgBox li {
      font-size: 0.75rem; } }

.bgBox .boxL li {
  margin-left: 20px;
  list-style: disc outside; }

.bgBox .boxR li {
  position: relative;
  padding-left: 25px; }

.bgBox .boxR li:before {
  content: "";
  position: absolute;
  top: .5em;
  left: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #525252;
  border-right: 1px solid #525252; }

.bgBox .boxR li:after {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 1px;
  width: 14px;
  height: 1px;
  background-color: #525252; }

h3.tCenter {
  font-weight: normal;
  line-height: 180%; }
  @media screen and (max-width: 800px) {
    h3.tCenter {
      font-size: 0.85rem; } }

#about01 p.caption {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 0.75rem;
  text-align: center; }

#about01 .boxL h3,
#about01 .boxR h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFC001;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  @media screen and (max-width: 800px) {
    #about01 .boxL h3,
    #about01 .boxR h3 {
      font-size: 1rem; } }

#about01 .boxL p,
#about01 .boxR p {
  font-size: 0.85rem;
  line-height: 200%; }
  @media screen and (max-width: 800px) {
    #about01 .boxL p,
    #about01 .boxR p {
      font-size: 0.75rem; } }

#about01 h5 {
  font-size: 0.85rem;
  line-height: 200%; }
  @media screen and (max-width: 800px) {
    #about01 h5 {
      font-size: 0.75rem; } }

#about01 .modTable p {
  margin-bottom: 0;
  font-size: 0.85rem;
  line-height: 200%; }
  @media screen and (max-width: 800px) {
    #about01 .modTable p {
      font-size: 0.75rem; } }

#about01 .modTable li {
  margin-left: 20px;
  list-style: circle outside;
  line-height: 200%; }
  @media screen and (max-width: 800px) {
    #about01 .modTable li {
      font-size: 0.75rem; } }

.flexWrap {
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 640px) {
    .flexWrap {
      display: block; } }

.aboutL {
  width: 28%;
  max-width: 300px;
  margin: 0 !important; }
  @media screen and (max-width: 640px) {
    .aboutL {
      width: 100%;
      margin: 0 auto 20px !important; } }

.aboutL img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto; }
  @media screen and (max-width: 640px) {
    .aboutL img {
      width: 100%;
      margin: 0 auto 20px !important; } }

.aboutR {
  width: 68%; }
  @media screen and (max-width: 640px) {
    .aboutR {
      width: 100%; } }

.aboutR h4 {
  margin-bottom: 5px; }
  @media screen and (max-width: 640px) {
    .aboutR h4 {
      font-size: 0.85rem; } }

.aboutR li {
  margin-left: 20px;
  list-style: disc outside; }
