/* ====================================================
   styles-lower.css  —  Custom Design for FP Static Site
   Author: [Your Name]
   Description: Basic styling + responsive tweaks
   ==================================================== */
/*-- page_common --*/
#common .title-area {
    background-image: url('./../img/common/line_blue.png');
}
#common .common-col {
    margin-left: 5rem;
}
#common .common-col p{
    line-height: 2;
}
#common .common-col h3{
    margin-bottom: 2rem;
    font-weight: normal;
}
/*-- ライフプラン相談 --*/
#lifeconsul .title-area {
    background-image: url('./../img/common/line_yellow.png');
}
/*-- スポット相談 --*/
#spotconsul .title-area {
    background-image: url('./../img/common/line_rightgreen.png');
}
/*-- セミナー --*/
#seminar .title-area {
    background-image: url('./../img/common/line_purple.png');
}



/*ご相談までの流れ*/
.flow-all {
  position: relative;
}
.person-img {
  width: 35%;
  margin-top: 7rem;

}

.down-img {
  margin-right: 10rem;
}

/*ライフプラン作成手順*/
.blue_box {
    width: 17rem;
    background-color: rgb(240, 251, 255, 0.2);
    padding: 1em 2em;
    text-align: left;
}

.price_box {
    width: 17rem;
    background-image: url('./../img/consul/lifeplan_step.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding: 1em 2em;
    text-align: left;
}
@media (min-width: 769px) {
  .step-allow {
    margin-bottom: 1.8rem !important;
  }
}

.step p {
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: bold;
}

.step .arrow-small {
    height: 60px;
    width: auto;
}

.blue_box p{
    margin: 0;
    margin-bottom: 0.1rem;
    font-size: 1.2rem;
}

.price_box p {
    margin: 0;
    padding-left: 1.5rem;
    font-size: 1.2rem;
}
/*
.lifeplan-step-0 {
  margin-bottom: 5rem !important;
}
  */

.lifeplan-step {
  margin-top: 4rem;
  margin-bottom: 7rem !important;
  text-align: center;
}

.lifeplan-step img {
  display: block;
  margin: 0 auto;
  /* 必要なら幅を調整 */
  max-width: 100%;
  width: auto;
}

#lifeplan .lifeplan-step {
  margin-bottom: 0rem !important;
}
#lifeplan .lifeplan-step img {
  display: block;
  margin: 0 auto;
  /* 必要なら幅を調整 */
  max-width: 100%;
  width: auto;
}
#lifeplan .lifeplan-step img.step-02 {
  width: 50%;
}

#lifeplan .myphoto img {
  width: 80%!important;
}

/* 大きい画面　*/
@media (min-width: 769px) {
  .lifeplan-step-0 {
    margin-bottom: 7rem !important;
  }
  .lifeplan-step img {
    max-width: 900px;
  }
  #lifeplan .lifeplan-step img.step-01 {
    max-width: 700px;
  }
  #lifeplan .lifeplan-step img.step-02 {
    width: 350px;
  }
}

/* iPad mini（縦横）だけ縦並びにする */
@media (min-width: 768px) and (max-width: 1024px) {
  .lifeplan-step > .d-flex {
    flex-direction: column !important;
  }

  /* 矢印も下向きだけ表示したい場合 */
  .lifeplan-step .d-md-block {
    display: none !important;
  }
  .lifeplan-step .d-md-none {
    display: block !important;
  }
}

/*ライフプラン作成料金表*/
#lifeconsul .j-flec-waribiki {
  width: 100%;
  font-size: 1.2rem;
}
#lifeconsul .ttl-center {
  font-size: 1.2rem;
  th {
    text-align: center;
    background-color: #F0FBFF;
    border-width: medium;
  }
  td {
    border-width: medium;
    background-color: #FEFFF9;
    &:nth-of-type(1)  {
      text-align: center;
      width: 20rem;
    }
    &:nth-of-type(2) {
      text-align: right;
      width: 20rem;
    }
    &:nth-of-type(3) {
      text-align: left;
      width: 200rem;
      padding: 1rem 1rem;
    }
  }
  margin-bottom: 8px;
}
@media (max-width: 991px) {
  #lifeconsul .ttl-center {
    td {
      &:nth-of-type(1)  {
        width: 4rem;
      }
      &:nth-of-type(2) {
        width: 45rem;
      }
    }
  }
}


/*セミナー料金*/
#seminar .ttl-center {
  font-size: 1.2rem;
  th {
    text-align: center;
    background-color: #F0FBFF;
    border-width: medium;
  }
  td {
    border-width: medium;
    background-color: #FEFFF9;
    &:nth-of-type(1)  {
      text-align: center;
      width: 15rem;
    }
    &:nth-of-type(2) {
      text-align: right;
      width: 15rem;
    }
    &:nth-of-type(3) {
      text-align: left;
      width: 200rem;
      padding: 1rem 1rem;
    }
  }
}


/*スポット相談料金表*/
#spotconsul .ttl-center {
  font-size: 1.2rem;
  width: 100%;
  th {
    text-align: center;
    background-color: #F0FBFF;
    border-width: medium;
    &:nth-of-type(1)  {
      width: 50% !important;
    }
  }
  td {
    border-width: medium;
    background-color: #FEFFF9;
    &:nth-of-type(1)  {
      text-align: left;
    }
    &:nth-of-type(2) {
      text-align: center;
    }
  }
}


.served { 
  text-decoration: underline;
  text-underline-offset: 10px;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

#lifeconsul .section-wrap {
  display: flex;
  align-items: flex-start; /* 上揃え */
  gap: 1rem; /* 縦書きとulの間の余白 */
}

#lifeconsul .section-wrap-2 {
  align-items: center !important; /* 上揃え */
}

#lifeconsul .tategaki {
  writing-mode: vertical-rl; /* 縦書き（右→左） */
  text-orientation: upright; /* 1文字ずつ立てる */
  white-space: nowrap;       /* 改行させない */
  font-weight: bold;
  margin-top: 1rem;
}


#lifeconsul .wp-block-list {
  margin: 0;
  padding-left: 1.2rem; /* 箇条書きの余白 */
}

#lifeconsul .lifeplan-served ,
#spotconsul .lifeplan-served ,
#seminar .lifeplan-served ,
#faqlist .faq-wrapper
{
  width: 93%;
  padding: 2% 1rem 1rem 1rem;
  border-radius: 30px;
  overflow: hidden; /* ぼかしレイヤーがはみ出さないように */
  position: relative;
  z-index: 0;
  /*
  background-color: #dbf1fdcc;
  box-shadow: 0 0 5px 5px #dbf1fdcc, inset 0 0 3px 3px #dbf1fdcc;
  */
}


/* ぼかし */
#lifeconsul .lifeplan-served::before ,
#spotconsul .lifeplan-served::before ,
#seminar .lifeplan-served::before ,
#faqlist .faq-wrapper::before
{
  content: "";
  position: absolute;
  inset: -30px; /* 少し大きめに広げるのがポイント */
  background: #dbf1fdcc;
  filter: blur(50px);  /* ← これで柔らかいぼかしを作る */
  border-radius: 40px;
  z-index: -1;
}

#lifeconsul .section-wrap {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  
}


.section-wrap-2 {
  position: relative;
}

.lifeplan-illust-wrap {
  position: absolute;
  right: 1rem; /* ← 位置は調整してOK */
  bottom: 1rem;  /* ← 下にはみ出すことで空白が広がらない */
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;                   /* 完全な円にする */
  padding: 20px;                        /* 白円の余白 */
  backdrop-filter: blur(4px);           /* 少しガラス感（不要なら削除） */
  box-shadow: 0 0 20px rgb(255, 255, 255); /* フワッと光る縁 */

  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; /* 円形で切り抜く */
}

@media (min-width: 544px) and (max-width: 992px)  {
  #lifeconsul .lifeplan-illust-wrap {
    right: 0;   /* ← 位置は調整してOK */
    bottom: 0;  /* ← 下にはみ出すことで空白が広がらない */
    width: 70px;
    height: 70px;
  }
  #seminar .lifeplan-illust-wrap,
  #spotconsul .lifeplan-illust-wrap {
    right: 2rem;   /* ← 位置は調整してOK */
    bottom: 2rem;  /* ← 下にはみ出すことで空白が広がらない */
    width: 70px;
    height: 70px;

  }
  .lifeplan-illust {
    width: 55px;
  }


}

/* スマホ: 縦並びにして幅100% */
@media (max-width: 767px) {
  #lifeconsul .lifeplan-served ,
  #spotconsul .lifeplan-served ,
  #seminar .lifeplan-served {
    width: 100%;
    padding: 0.8rem;
  }

  #lifeplan .myphoto img {
    max-width: 80%; /* 画像が大きすぎないように */
    height: auto;
    margin-left: 3.5rem;
  }

  #lifeconsul .myphoto img {
    max-width: 80%; /* 画像が大きすぎないように */
    height: auto;
  }

}
@media (max-width: 543px) {

  .lifeplan-illust-wrap {
    background: none;
    backdrop-filter: blur(0px);   
    border: none;
    box-shadow: none;
  }

  #lifeconsul .lifeplan-illust-wrap {
    right: -53px;   
    bottom: 294px;

  }

  #seminar .lifeplan-illust-wrap,
  #spotconsul .lifeplan-illust-wrap {
    right: 0rem; 
    bottom: 0; 
    width: 70px;
    height: 70px;

  }
  .lifeplan-illust {
    width: 55px;
  }

}

/*-- --*/




/*-- 会社案内 --*/
#company .title-area {
    background-image: url('./../img/common/line_lightblue2.png');
}
#company .sub-title-area {
    background-image: url('./../img/common/line_lightblue3.png');
}

#company li 
,#lifeplan li {
    margin-top: 1rem;
}

/*-- よくある質問 --*/
#faqpage .title-area {
    background-image: url('./../img/common/line_blue.png');
}

#faqpage .question-area {
    font-weight: normal;
    font-size: 1.2rem;
    margin-top: 2rem;
    cursor: pointer;
}
#faqpage .question-area .text {
    flex-grow: 1; /* タイトル部分を広げて矢印と離す */
}
#faqpage .question-area span.q-arrow{
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin-right: 2rem;
}
#faqpage .question-area span.q-arrow:after {
    content: "";
    background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D'http://www.w3.org/2000/svg'%20width%3D'24'%20height%3D'24'%20viewBox%3D'0%200%2024%2024'%20fill%3D'none'%20stroke%3D'%23000'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%3E%3Cpolyline%20points%3D'6%209%2012%2015%2018%209'%20/%3E%3C/svg%3E") 
        no-repeat center center;
    width: 20px;
    height: 20px;
    transition: transform .3s;
}


.question-area.active .q-arrow:after {
    transform: rotate(180deg);
}
#faqpage .answer-area {
    font-weight: normal;
    font-size: 1.2rem;
}

#faqpage  #faqlist .label {
    margin-left: 2rem;
    margin-right: .5rem;
    font-size: 1.2rem; 
    font-weight: bold;
    white-space: nowrap; 
}

.answer-text {
    display: flex; 
    align-items: flex-start;
}
.answer-text .content-wrap {
    flex: 1;
}

#faqpage .answer-area span {
    color: #C86161;
}

#faqlist .question-block  {
    padding-bottom: 2rem;
    border-style: dashed;
    border-color: #26222b;
    border-width:  0 0 1px 0;
    height: auto;
    width: 100%;
}

#faqlist .hidden-faq {
    display: none;/* もっと見るで隠すFAQ */
}

/* ▼ スマホ時（768px未満） */
@media (max-width: 767px) {
  #faqlist .question-block  {
      width: 100%;
  }

  #faqpage  #faqlist .label {
      margin-left: 0rem;
      margin-right: .5rem;
      font-size: 1.2rem; 
  }
  #faqpage .answer-area .text {
      flex: 1;  /* 残り幅を使う */
      width: 100%;
  }
}

/*-- お知らせ一覧 --*/
#newspage .title-area {
    background-image: url('./../img/common/line_blue.png');
}


/* 投稿リスト部分だけ幅を狭く＆左寄せ */
#newslist {
  padding: 1rem;
  max-width: 93%;  
  /**/
  margin-left: auto;  
  margin-right: auto; 
  /**/
  font-size: 1.2rem;
}

#newslist .list-group-item {
  border-bottom: 1px solid #ddd;
  background-color: transparent !important;
}

#newslist .news-item .news-title {
    color: #212529;
    font-weight: 400;
}
#newslist .news-item:hover .news-title {
    text-decoration: underline;
}

/* サムネイル枠 */
.news-thumb-img-div {
  width: 260px;
  height: 190px;
  display: flex;              /* ← 必須 */
  justify-content: center;    /* 横中央 */
  align-items: center;        /* 縦中央 */
  overflow: hidden;           /* はみ出し防止 */
  background-color: #f0f0f0;
  border-radius: 5px;
}

/* 画像 */
.news-thumb-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;        /* 枠内に収める */
  display: block;
}

@media (min-width: 768px) {
  .news-thumb {
    width: 260px;
    flex-shrink: 0;
  }

  .news-body {
    flex: 1;
  }
}



#newslist .news-area {
  width: 100%;
  padding: 2% 1rem 1rem 1rem;
  border-radius: 30px;
  overflow: hidden; /* ぼかしレイヤーがはみ出さないように */
  position: relative;
  z-index: 0;
  /*background-color: rgb(255, 255, 255);*/
  /*box-shadow: 0 0 5px 5px #F0FBFF, inset 0 0 3px 3px rgb(255, 255, 255, 0.8);*/
}

/* ぼかし */
#newslist .news-area::before {
  content: "";
  position: absolute;
  inset: -30px; /* 少し大きめに広げるのがポイント */
  background: rgb(255, 255, 255);
  filter: blur(50px);  /* ← これで柔らかいぼかしを作る */
  border-radius: 40px;
  z-index: -1;
}

.news-item {
    padding: 0.5rem 0;
}

.news-body {
    margin-top: 0.5rem;
}
.custom-pagination {
  text-align: center;
}
.custom-pagination .page-numbers {
    display: inline-block;
    /*padding: 8px 0;*/
    text-align: center;
    width: 38px;
    height: 38px;
    line-height: 3.8;
    color: #000;
    font-size: 10px;
    font-weight: 400;
    border-radius: 50%;
    background-color: #F0F0F0;
    text-decoration: none;
}

/* ホバー時 */
.custom-pagination .page-numbers:hover {
    background-color: #dbf1fdcc;
    /*color: #fff;*/
    border-color: #dbf1fdcc;
}

/**お知らせ記事**/
#newsarticle .date-box {
  font-size: large;
}

#newsarticle .title-area {
    background-image: url('./../img/common/line_blue.png');
}
#newsarticle .post-navigation div{
    display: inline;
}
#newsarticle .post-navigation a{
    color: #000;
    font-size: 10px;
}


#newsarticle .post-navigation .prev
,#newsarticle .post-navigation .next{
    width: 40%;
    padding: 2rem 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }



#newsarticle .contents-img-single {
  width: 100%;
  height: 200px;
  border: 1px solid #dedede;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;

 /* 小さい画像用の中央寄せ */
  display: flex;
  align-items: center;
  justify-content: center;  
}

#newsarticle .contents-img-single img {
  /* まずは「そのまま表示」 */
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: auto;

  /* 重要：小さい画像は拡大されない */
}
/*
#newsarticle .contents-img-single img.attachment-front-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
*/



/***** お知らせレスポンシブ ページナビ用*******/
@media screen and (min-width: 600px) {
  .custom-pagination .page-numbers {
      width: 46px;
      height: 46px;
      font-size: 12px;
  }
  #newsarticle .contents-img-single {
    height: 400px;
  }
  #newsarticle .post-navigation a{
      font-size: 14px;
  }
 

}

/***** お知らせレスポンシブ *******/
@media (max-width: 767px) {
    #newslist {
      margin: auto;
      padding: 0;
      width: 100%;
      font-size: 1rem;
    }
    #newslist .news-area {
      width: 100%;
      padding: 0;
    }

    .news-item {
        padding: 1rem 0;
    }
    .news-body {
        margin-top: 0;
    }
    .news-thumb {
      width: 100%;
    }

    .news-thumb-img-div {
      width: 100%;
      height: auto;
      aspect-ratio: 260 / 190; /* 比率は維持 */
    }

    .news-thumb-img {
      object-fit: contain; /* 枠内に収める */
    }
    #newslist .list-group-item {
      padding:  0;
    }

}



/*-- ライフプランって？ --*/
#lifeplan .title-area {
    background-image: url('./../img/common/line_orange.png');
}
#lifeplan .sub-title-area {
    background-image: url('./../img/common/line_lightblue3.png');
}


#lifeplan .img-chara{
  max-width: none;
}

#lifeplan .chara1{
  width: auto;
  height: auto;
  margin-top: -50px;
}

#lifeplan .chara2{
  transform: scale(1.2);     /* 2倍に拡大 */
  transform-origin: center; /* 拡大の基準を中央にする（左上基準だとズレる） */
}

#lifeplan .flex-container {
  display: flex;
  flex-wrap: wrap;             /* 画面が狭いときは折り返し（縦並び） */
  justify-content: center;     /* 中央寄せ */
}

#lifeplan .flex-item {
  display: flex;
  align-items: center;
}

#lifeplan .flex-item img {
  height: auto;
  max-width: 100%;  /* 親幅からはみ出さないようにする */
}

#lifeplan .lifeplan-txt {
  text-underline-offset: 20px;
  font-size: 1.7rem;
}

/*-- カテゴリ --*/
#categorypage .title-area {
    background-image: url('./../img/common/line_blue.png');
}
   
/*-- 共通 --*/
.title-area {
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 1.5rem;
    background-size: 100% auto; 
    align-items: flex-end;
}

.sub-title-area {
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% auto; /* 横幅100%、縦は元の比率 */
    padding-bottom: 0.5rem;
    margin-top: 1.5rem;
    align-items: flex-end;
}

.title-area .title-icon {
  width: 100px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 25px;
}

.title-area .title-icon-small {
  width: 80px;
  height: auto;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 25px;
}

#common .title-area .title-icon-small {
  width: 60px;
}


.sub-title-area .title-icon {
  width: 68px;
  margin-right: 10px;
}


.title-area .contact-icon {
  width: 75px;
}

.title-area .price-icon {
  width: 75px;
  height: auto;
  margin-left: 45px;
  margin-right: 30px;
  margin-bottom: 0;
}

/***** タイトルエリアレスポンシブ *******/
@media (max-width: 768px) {
  .title-area .title-icon {
    width: 62px;
    margin-left: 7px;
  }
  .sub-title-area .title-icon {
    width: 50px;
  }

  .title-area .title-icon-small {
    width: 54px;
    margin-left: 7px;
  }

  #common .title-area .title-icon-small {
    width: 60px;
  }

  .title-area .price-icon {
    width: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }  
}




.flex-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;    
    
    flex-direction: row;     /*横並び・左から右（デフォルト）*/
    flex-wrap: wrap;         /*折り返し有り・複数行*/
    justify-content: space-between; /*均等に間隔をあける*/
    align-items: center;     /*中央揃え*/
}

/*著書の場所調整*/
.row-02 div.flex-row {
    justify-content: space-between;
    align-items:flex-start;
    padding-top: 0;
}
@media (min-width:544) {
  /*著書の場所調整*/
  .row-02 div.flex-row {
      justify-content: space-between;
      align-items:flex-start;
      padding-top: 1rem;
  }
}

.myprofile {
    width: 100%;
}
#company .myprofile {
    width: 75%;
}


.row-02-01 {
    margin-bottom: 2rem;
}
#lifeplan .row-02-01 {
    margin-top: 2rem;
}

.mybook {
    text-align: center;
    line-height: 1em;
}

.mybook p {
  margin: 0;
  margin-top: 0.5rem;
}

/* 日高さん */
/* 著書 */
.myphoto img,
.mybook img {
  display: block;      /* ブラウザの余白を防ぐ */
  margin-left: auto;   /* 左マージン自動で右寄せ */
  margin-right: 0;     /* 右マージン0 */
  max-width: 100%;     /* 親幅を超えない */
  height: auto;
}



/**/
/* お問い合わせ*/
/**/
#contact .title-area {
    background-image: url('./../img/common/line_blue.png');
}

#contact .back-gray {
    background-color: rgba(197, 204, 197, 0.06);
    padding: 2rem 0;
    margin: 0 auto;
    max-width: 1000px;
}
/* MW WP Form 横並び用 */
#contact .mw_wp_form {
    width: 100%;
    display: block; /* 親の flex 影響を回避 */

}

#contact .mw_wp_form .row {
    margin-left: 0;
    margin-right: 0;
    justify-content: center !important;
}

#contact .mw_wp_form label {
    padding-top: 0.375rem; /* label と入力を縦中央揃え */
}

#contact .mw_wp_form .form-control {
    width: 100%; 
}

#contact .mw_wp_form .form-check {
    margin-top: 1rem;
}

#contact .mw_wp_form .btn {
    min-width: 200px;
}

#contact .mw_wp_form p {
   margin: 0;
  padding: 0;
  display: contents; /* 子要素だけ表示して、pの枠を消す */
}
#contact .mw_wp_form p > .row {
  margin: 0;
}

#contact .mwform-tel-field {
  display: flex;
  gap: 0.5rem; /* 入力欄と - の間隔 */
  align-items: center;
}

#contact .mwform-tel-field input.form-control {
  width: auto;      /* Bootstrapの100%幅を解除 */
  flex: 1 1 auto;   /* 適度に広がる */
  max-width: 120px; /* 適宜調整 */
}

#contact .mwform-tel-field input[type="text"] {
    width: 62px !important; /* 3分割なので短め幅に */
    max-width: 100% !important;
    box-sizing: border-box;
}

#contact .mw_wp_form_confirm {
  margin-top: 30px !important;
}

#contact .form-check-f a {
  text-decoration: underline;
}


.progressbar {
  position: relative;
  margin: 80px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.progressbar li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  font-size: 13px;
  color: #999999;
  counter-increment: steps;
}
.progressbar li:before {
  display: block;
  width: 30px;
  height: 30px;
  margin: 7px auto;
  content: "";
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(197, 204, 197, 0.06);
  content: counter(steps);
}
.progressbar li:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 1px;
  content: none !important;
  background-color: #dedede;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active,
.progressbar li.complete {
  color: #26222b;
}
.progressbar li.active:before,
.progressbar li.complete:before {
  background-color: #a093df;
  color: #fff;
}
.progressbar li.active:after,
.progressbar li.complete:after {
  background-color: #dedede;
}


@media (max-width: 767px) {
  .title-area {
    padding-bottom: 0.5rem;
  }
  .myprofile {
      width: 100% !important;
  }
  .mybook img {
    margin-left: 80px;   /* 左マージン自動で右寄せ */
    margin-right: auto;     /* 右マージン0 */
  }
  .mybook p {
    margin-left: 58px;
  }
}

