@charset "UTF-8";

/*=============================================
下層ページ用
=============================================*/

/*======================================================
下層ページ共通項目
======================================================*/
.p-bg-404 {
  background: #99CCC2;
}

/*------------------------------------------------------
背景色
------------------------------------------------------*/
.p-bg-blue-light {
  background: var(--blue-bg-light);
}

/*------------------------------------------------------
背景色を端まで延ばす
------------------------------------------------------*/
.p-bg-blue-light-all {
  background: var(--blue-bg-light);
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  padding-top: 2em;
  padding-bottom: 2em;
}

/*---------------------------------------------
部数表ボタン
--------------------------------------------*/

main{
    position:relative;
    padding-bottom:5em;
}

.scroll-circulation a{
    background: rgba(25, 97, 173, 0.8);
    color:#fff;
    text-align: center;
    padding:1em;
    position: fixed;
    bottom:60px;
    right:0;
    writing-mode: vertical-rl;
    border-radius: 4px 0 0 4px;
    z-index:101;
    text-decoration: none;
    &:link,&:visited{
        color:#fff;
    }
    margin-bottom:2em;
}


/*======================================================
折込ページ
======================================================*/
/*------------------------------------------------------
折込とは
-----------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .p-orikomi-about__info {
    display: grid;
    grid-template-columns: 6fr 4fr;
  }
}

.p-orikomi-one-stop div {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .p-orikomi-one-stop div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 0.5em;
  }
}

.orikomi-one-stop{
    display: grid;
    margin-bottom:1em;
    grid-template-columns: repeat(auto-fit,minmax(385px,1fr));
    @media(max-width:767px){
        gap:1em;
    }
}

/*------------------------------------------------------
ボタン2つ並び
-----------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .p-btn-two {
    width: 80%;
    margin: 50px auto;
    gap: 1%;
  }
  .p-btn-two button {
    width: 48%;
  }
}

/*======================================================
マッピング・Musashi
======================================================*/
/*------------------------------------------------------
Musashiとは
-----------------------------------------------------*/
.p-musashi-about__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  gap: 20px;
}
.p-musashi-about__wrapper div {
  margin-bottom: 2em;
}
.p-musashi-about__wrapper p {
  margin-bottom: 1em;
}
.p-musashi-display{
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

/*------------------------------------------------------
データを元に・・・
-----------------------------------------------------*/
.p-orikomi-mapping-data__wrapper {
  background: #e5f2fa;
  padding: 3%;
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.p-orikomi-mapping-data h4 {
  margin-bottom: 0.5em;
}

.p-orikomi-mapping-data > ul li {
  font-size: clamp(1.3rem, 1.3636363636vw, 1.5rem);
}

/*======================================================
部数表ページ
======================================================*/
/*------------------------------------------------------
部数表
-----------------------------------------------------*/
.p-price-area {
  padding: 20px;
  margin-bottom: 20px;
  background: url(../img/orikomi/map-circulation.png) no-repeat right top;
  min-height: 600px;
}

.p-price-area__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: grid;
}
@media print, screen and (min-width: 768px) {
  .p-price-area__wrapper {
    grid-template-columns: 180px 180px 180px;
  }
}

.p-price-area__name {
  border: 1px solid #ccc;
  padding: 1em 2em;
  background: rgba(255, 255, 255, 0.9);
}

.p-price-area__name-title {
  background: #B0D25E;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}

.p-price-area__name li {
  font-size: clamp(1.2rem, 1.3636363636vw, 1.5rem);
  margin-bottom: 1em;
}
.p-price-area__name li::before {
  font: var(--fa-font-solid);
  content: "\f56d";
  color: #B0D25E;
  margin-right: 5px;
  font-size: clamp(1.4rem, 1.4545454545vw, 1.6rem);
}

/*------------------------------------------------------
部数表テーブル
-----------------------------------------------------*/
.p-ta__ori-price caption {
  font-weight: bold;
}
.p-ta__ori-price th {
  text-align: center;
}
.p-ta__ori-price th, .p-ta__ori-price td {
  vertical-align: middle;
  font-size: clamp(1.3rem, 1.2727272727vw, 1.4rem);
  padding: 6px;
}

.p-ta__ori-price tbody td:first-of-type {
  width: 15%;
}
.p-ta__ori-price tbody td:nth-child(n+2):nth-child(-n+7) {
  width: 8%;
}
.p-ta__ori-price tbody td:last-of-type {
  width: 25% !important;
}

.p-ta__ori-price tbody tr:hover th,
.p-ta__ori-price tbody tr:hover td {
  background: var(--blue-bg);
  /* transition-duration: .2s; */
}

@media(max-width:767px){
    .p-ta__ori-price tbody td:first-of-type {
        width: 6%;
      }
}

/*======================================================
マッピング・Musashi
======================================================*/
/*------------------------------------------------------
Musashiとは
-----------------------------------------------------*/
.p-musashi-about__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
  gap: 20px;
}
.p-musashi-about__wrapper div {
  margin-bottom: 2em;
}
.p-musashi-about__wrapper p {
  margin-bottom: 1em;
}

/*------------------------------------------------------
データを元に・・・
-----------------------------------------------------*/
.p-orikomi-mapping-data__wrapper {
  background: #e5f2fa;
  padding: 3%;
  display: grid;
  gap: 2em;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.p-orikomi-mapping-data h4 {
  margin-bottom: 0.5em;
}

.p-orikomi-mapping-data > ul li {
  font-size: clamp(1.3rem, 1.3636363636vw, 1.5rem);
}

.p-orikomi-flow-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
}
.p-orikomi-flow-wrapper > div {
  margin-bottom: 20px;
  position: relative;
}
.p-orikomi-flow-wrapper > div:not(:last-of-type)::after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  background: #1861AB;
  height: 34.6410161514px;
  width: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  bottom: -40px;
}
@media (min-width: 628px) {
  .p-orikomi-flow-wrapper > div:not(:last-of-type)::after {
    background: #1861AB;
    height: 51.9615242271px;
    width: 30px;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    left: 97%;
    top: 50%;
  }
}

.p-orikomi-flow {
  padding: 0 20px;
}

.p-orikomi-flow-col2 {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1.5fr;
}

/*======================================================
折込　取扱基準・注意事項
======================================================*/
/*------------------------------------------------------
注意事項
-----------------------------------------------------*/
.p-attention-list > li {
  margin-bottom: 1em;
}

.p-attention-list-sub > li {
  margin-left: 1em;
}

/*======================================================
Fポスページ
======================================================*/
/*------------------------------------------------------
TOPのアニメーション部分
-----------------------------------------------------*/
.p-fpos-heading-top p {
  padding: 10px 40px;
  font-size: clamp(1.4rem, 2.8vw, 3rem);
  border-radius: 8px;
}

.p-fpos-top-copy {
  font-size: 2.4rem;
  text-align: center;
  color: var(--blue-main);
  font-weight: bold;
  margin: 20px auto 40px;
}

/*------------------------------------------------------
Fポス紹介
-----------------------------------------------------*/
.p-fpos-info {
  display: grid;
  gap: 2em;
}
@media (min-width: 768px) {
  .p-fpos-info {
    grid-template-columns: 60% 40%;
  }
}

/*------------------------------------------------------
ポイント
-----------------------------------------------------*/
.p-fpos-point-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5em;
}
.p-fpos-point-wrapper > div {
  background: #fff;
  padding: 1.2em;
  display: grid;
  grid-row: span 4;
  grid-template-rows: subgrid;
  gap: 0;
}

.p-fpos-point {
  position: relative;
}
.p-fpos-point h4 {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  color: var(--blue-main);
  font-weight: bold;
  margin-bottom: 0.5em;
}
.p-fpos-point h4::before {
  content: "●";
  color: #ccc;
  margin-right: 5px;
}

.p-fpos-point-img {
  display: grid;
  place-content: center;
}

.p-fpos-point-point {
  background: var(--yellow);
  border-radius: 40px;
  width: 80px;
  height: 80px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: cetner;
  position: absolute;
  right: -10px;
  top: -20px;
  display: grid;
  place-content: center;
}

.p-ta-fpos-price {
  max-width: 600px;
}
.p-ta-fpos-price th, .p-ta-fpos-price td {
  text-align: center;
}

/*======================================================
会社概要のcss
======================================================*/
/*------------------------------------------------------
会社概要の表
-----------------------------------------------------*/
.c-ta-company__about th,
.c-ta-company__about td {
  padding: 6px 10px;
}
@media print, screen and (min-width: 768px) {
  .c-ta-company__about th,
  .c-ta-company__about td {
    background: initial;
    border: none;
  }
  .c-ta-company__about th {
    width: 20%;
  }
  .c-ta-company__about tr:nth-child(odd) th,
  .c-ta-company__about tr:nth-child(odd) td {
    background: #f2f2f2;
  }
}

.p-ta-company__executive th,
.p-ta-company__executive td {
  padding: 4px 10px;
}
.p-ta-company__executive th {
  background: #d6d6d6;
}
.p-ta-company__executive td:first-of-type,
.p-ta-company__executive tr:first-of-type td:nth-child(2) {
  background: #f2f2f2;
}

.p-company-about__ta-list{
    li::before{
        display: inline-block;
        font: var(--fa-font-solid);
        content: "\f111";
        margin-right:0.5em;
        font-size:0.8rem;
    }
    li a{
        text-decoration:none;
    }
    /* li a::after{
        display: inline-block;
        font: var(--fa-font-regular);
        content: "\f35d";
        color: #21937D;
        margin-left:0.5em;
        font-size:1.2rem;
    } */
}

/*--------------------------------------
沿革
--------------------------------------*/
/* 画面が小さいサイズの場合 */
@media(max-width:599px){
    .p-company-timeline li{
        border-bottom:1px solid #ccc;
        padding:0.5em;
    }
    .p-company-timeline__date{
        font-weight: bold;
        font-size:1.6rem;
    }
    h3{
        margin-bottom:0.5em;
    }

}

@media(min-width:600px){
    .p-company-timeline {
    border: 4px solid #d6d6d6;
    padding: 0 40px;
    }

    .p-company-timeline > li {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    margin: 0;
    position: relative;
    }

    .p-company-timeline__date {
    width: 110px;
    padding-top: 20px;
    }

    .p-company-timeline__content {
    width: 80%;
    border-left: 4px #d6d6d6 solid;
    padding: 20px 0 30px 80px;
    }

    .p-company-timeline__content:before {
    content: "";
    width: 18px;
    height: 18px;
    background: #a1c3e0;
    position: absolute;
    left: 103px;
    top: 24px;
    border-radius: 100%;
    }
}


/*======================================================
営業所一覧 page/_p-office.scss
======================================================*/
.p-ta-office thead th {
  text-align: center;
  background: #f2f2f2;
}
.p-ta-office tbody td:nth-of-type(2n) span {
  font-size: clamp(1.2rem, 1.1818181818vw, 1.3rem);
  margin-right: 1em;
}
.p-ta-office tbody th,
.p-ta-office tbody td {
  padding: 0.5em;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .p-ta-office tbody th {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .p-ta-office tbody th {
    display: block;
    background: #f2f2f2;
  }
}
.p-ta-office tbody td span {
  font-size: clamp(1.2rem, 1.0909090909vw, 1.2rem);
  margin-right: 1em;
  display: block;
}
.p-ta-office td {
  position: relative;
}
.p-ta-office .p-btn-map {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-ta-office tbody tr:hover th,
.p-ta-office tbody tr:hover td {
  background: var(--blue-bg);
}
@media print, screen and (min-width: 768px) {
  .p-ta-office tbody td:first-child {
    width: 20%;
  }
  .p-ta-office tbody td:nth-child(2) {
    width: 40%;
  }
  .p-ta-office tbody td:last-child {
    width: 25%;
    padding-left: 1em;
  }
}

.p-ta-office-icon {
  border: none;
}

.u-ico-tel {
  font-size: 1.6rem !important;
  font-weight: bold;
}
.u-ico-tel::before {
  content: "";
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f098";
  margin-right: 0.5em;
  color: var(--blue-main);
  font-size: 2.4rem;
}

.u-ico-fax {
  font-size: 1.6rem !important;
}
.u-ico-fax::before {
  content: "";
  background: url(../img/company/ico-fax.svg) no-repeat;
  display: inline-block;
  width: 28px;
  height: 20px;
  margin-right: 0.5em;
  vertical-align: -3px;
}

/*======================================================
毎日メディアサービスについてのcss
======================================================*/
/*------------------------------------------------------
Workの部分
-----------------------------------------------------*/
.p-about-item__wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.p-about-item dl {
  background: #fff;
  padding: 10px;
}
.p-about-item dl dd {
  font-size: clamp(1.3rem, 1.4vw, 1.4rem);
}

/*======================================================
ポスティング
======================================================*/

/*------------------------------------------------------
矢印
-----------------------------------------------------*/
.p-posting-arrow__bottom {
  background: orange;
  height: 34.6410161514px;
  width: 60px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.posting-to-do{
    text-align: center;
    margin-block:2em;
    img{
        display: inline;
    }
}



/*======================================================
Web制作
======================================================*/
/*------------------------------------------------------
ホームページが必要な理由
-----------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  .p-web-reason {
    background: url(../img/web/tag-image.png) no-repeat right top;
  }
}
@media print and (max-width: 999px), screen and (min-width: 768px) and (max-width: 999px) {
  .p-web-reason {
    background-size: 40%;
  }
}

@media (min-width: 1000px) {
  .p-web-reason-text {
    max-width: 600px;
  }
}
@media (max-width: 999px) {
  .p-web-reason-text {
    max-width: 460px;
  }
}
@media screen and (max-width: 767px) {
  .p-web-reason-text {
    max-width: 100%;
  }
}

.p-web-reason__img img {
  max-width: 300px;
  margin: 10px auto;
}

/* 4つの説明部分*/
.p-web-info-wrapper {
  display: grid;
  gap: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-web-info-wrapper {
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-heading-web-info {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: bold;
  text-indent: 1em;
}

.p-web-info {
  background: #fff;
  padding: 1.5em;
  position: relative;
  margin-top: 3em;
}

.p-web-info-number {
  position: absolute;
  left: -20px;
  top: -10px;
  font-size: 2.4rem;
  font-weight: bold;
  background: #AAF0F1;
  padding: 10px 20px;
}

/* 制作実績の部分*/
.p-web-result-info__text {
  font-size: clamp(1.8rem, 1.8181818182vw, 2rem);
  font-weight: bold;
}

.p-web-result-info__number {
  font-size: 3.2rem;
}

/*------------------------------------------------------
メリット
-----------------------------------------------------*/
.p-web-merit {
  display: grid;
  gap: 1em;
}
@media print, screen and (min-width: 768px) {
  .p-web-merit {
    grid-template-columns: 60% 1fr;
  }
}

/*======================================================
Web広告
======================================================*/
/*------------------------------------------------------
Web広告とは
------------------------------------------------------*/
.p-ads-info {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .p-ads-info {
    grid-template-columns: 1fr;
  }
  .p-ads-info img {
    max-width: 300px;
  }
}

/*------------------------------------------------------
広告の種類
------------------------------------------------------*/
.p-ads-listing-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
  .p-ads-listing-info {
    grid-template-columns: 1fr;
    gap:2em;
  }
}

.p-ads-listing-info__img {
  justify-self: self-end;
}

@media screen and (max-width: 480px) {
  .p-ads-listing-info__arrow img {
    display: none;
  }
}

.p-ads-desc {
  padding: 2em;
}
.p-ads-desc dt {
  background: var(--yellow-light);
  color: #1861AB;
  padding: 0 6px;
  font-size: clamp(1.5rem, 1.7vw, 1.7rem);
  text-align: center;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 0.5rem;
}

.p-ads-desc dd {
  margin-bottom: 1em;
}

.p-ads-work {
  display: grid;
  gap: 2em;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 768px) {
  .p-ads-work {
    grid-template-columns: 35% 1fr;
  }
}

/*======================================================
Sunday新聞
======================================================*/

/*------------------------------------------------------
タグ
-----------------------------------------------------*/
.p-sunday-tag-wrapper {
  display: grid;
  gap: 30px;
  grid-template-columns: 80% 1fr;
}

.p-sunday-info__sanmaru {
  margin: 0 auto 60px;
  max-width: 300px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-sunday-info__sanmaru {
    float: right;
    margin-left: 20px;
    padding-right: 60px;
  }
}
.p-sunday-info__sanmaru figcaption {
  font-size: 1.2rem;
  line-height: 1.2;
  position: absolute;
  right: 0;
  bottom: -20px;
  font-weight: bold;
}

.p-sunday-tag {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  margin-bottom: 2em;
}
.p-sunday-tag li {  
  color: var(--blue-main);
  font-size: clamp(1.2rem, 1.4vw, 1.5rem);
  display: inline-block;
  font-weight: bold;
  &::before{
    content:'\23';
    font: var(--fa-font-solid);
    margin-right:0.3em;
  }
}

.p-sunday-front-image{
    display: grid;
    gap: 2em;
    grid-template-columns: repeat(2, 1fr);
}

/*------------------------------------------------------
サンデー本紙イメージ
-----------------------------------------------------*/
.sunday-paper-wrapper{
    background:var(--blue-bg-light);
    padding:2em 4em;
    margin-bottom:2em;
    display: grid;
    text-align: center;
    clear:right;
    @media(min-width:768px){
        grid-template-columns: 7fr 5fr;
    }
    div,>figure{
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 2;
        @media(max-width:767px){
            margin-bottom:2em;
        }
    }
}



.sunday-paper-figure{
    display: grid;
    gap: 2em;
    grid-template-columns: 1fr 1fr;
    figcaption{
        font-weight: bold;
        font-size:1.3rem;
        margin-bottom:1em;
    }
}

.sunday-paper-figure__special{
    img{
        margin-inline:auto;
    }
}

/*------------------------------------------------------
紙面広告
-----------------------------------------------------*/
.p-sunday-ad__wrapper {
  display: grid;
  gap: 2rem;
}
@media print, screen and (min-width: 768px) {
    .p-sunday-ad__wrapper {
        grid-template-columns: 1fr 500px;
    }
}
.sunday-document{
    display:grid;
    gap:1em;
    @media(min-width:890px){
        grid-template-columns: 4fr 3fr;
    }
}
.sunday-document-media,.sunday-document-price{
    display: grid;
    gap: 2em;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(80px,140px));
    figure{
        text-align: center;
    }
    figcaption{
        font-weight: bold;
        font-size:1.3rem;
        margin-bottom:1em;
    }
    img{
        border:1px solid #f2f2f2;
    }
}

.sunday-document-media-wrapper{
    background:#fff2f3;
    border-radius: 16px;
    padding: 1em;
}

.sunday-document-price-wrapper{
    background:#fff9f2;
    border-radius: 16px;
    padding: 1em;
}

.sunday-document-title{
    font-weight: bold;
    font-size:1.5rem;
    margin-bottom:1em;
    text-align: center;
}




/*======================================================
ポスメイト
======================================================*/
.p-posmate-info {
  display: grid;
  gap: 1em 2em;
}
@media print, screen and (min-width: 768px) {
  .p-posmate-info {
    grid-template-columns: 60% 40%;
    justify-items: end;
  }
}

.p-posmate-recruit {
  display: grid;
  gap: 2em 60px;
  justify-items: center;
}
@media print, screen and (min-width: 768px) {
  .p-posmate-recruit {
    grid-template-columns: 600px 1fr;
  }
}

.p-posmate-details {
  background: #fff;
  border-radius: 10px;
  padding: 2em 3em !important;
  margin-bottom: 3em;
}
.p-posmate-details dl {
  display: grid;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  .p-posmate-details dl {
    grid-template-columns: 160px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-posmate-details dl dt {
  display: inline-block;
  text-justify: distribute;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-right: 2em;
  background-color: var(--yellow);
  border-radius: 10px;
  padding: 0 1em;
  text-align: center;
  color: var(--blue-main);
}
.p-posmate-details dl dt, .p-posmate-details dl dd {
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
}

.posmate-contact-wrapper{
    display: grid;
    gap:2em;
    @media(min-width:768px){        
        grid-template-columns: 1fr 1fr;
    }

}



/*-----------------------------------------------------
お問い合わせ
-----------------------------------------------------*/
.p-ta-posmate-contact th {
  text-align: justify;
}
.p-ta-posmate-contact td {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .p-ta-posmate-contact th, .p-ta-posmate-contact td {
    border-left: none;
    border-right: none;
  }
}

/*======================================================
p-tool.scss
======================================================*/
/*------------------------------------------------------
集客ツール
------------------------------------------------------*/
.p-tool-info {
  display: grid;
  gap: 2em;
  margin-bottom: 2em;
  justify-items: center;
}
@media print, screen and (min-width: 768px) {
  .p-tool-info {
    grid-template-columns: 35% 1fr;
  }
}

/*======================================================
ベリーカード
======================================================*/
/*------------------------------------------------------
ベリーカードとは
-----------------------------------------------------*/
.p-verycard-info {
  display: grid;
  gap: 1em;
}
@media print, screen and (min-width: 768px) {
  .p-verycard-info {
    grid-template-columns: 60% 1fr;
  }
}

.p-verycard-free {
  margin-top: 2em;
  color: #006f23;
}
@media print, screen and (min-width: 768px) {
  .p-verycard-free {
    grid-template-columns: 40% 40%;
  }
}
.p-verycard-free > div {
  font-weight: bold;
  font-size: clamp(1.6rem, 2vw, 2rem);
}
.p-verycard-free > div::before {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f058";
  font-size: 2.4rem;
  margin-right: 0.5em;
}

/*======================================================
お問い合わせ
======================================================*/
/*------------------------------------------------------
ホームページが必要な理由
-----------------------------------------------------*/
.p-contact-tel {
  margin-bottom: 2em;
}
.p-contact-tel dt {
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 1.5em;
  border-bottom: 1px solid var(--blue-light);
}
.p-contact-tel dt::before {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f111";
  color: var(--blue-light);
  margin-right: 0.5em;
}
.p-contact-tel dd {
  margin-left: 2em;
}

.p-contact-tel-number {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: bold;
  color: var(--blue-main);
}
.p-contact-tel-number::before {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f2a0";
  margin-right: 10px;
}

.p-contact-tel__wrapper {
  display: grid;
  gap: 1em;
}
@media print, screen and (min-width: 768px) {
  .p-contact-tel__wrapper {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    padding: 1em;
    margin-bottom: 2em;
  }
}

/*======================================================
印刷物制作のcss
======================================================*/
/*------------------------------------------------------
見出し
-----------------------------------------------------*/
.p-heading-print__circle {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size:clamp(1.5rem,1.8vw,1.8rem);
}
.p-heading-print__circle::before {
  display: inline-block;
  font: var(--fa-font-solid);
  content: "\f111";
  color: var(--blue);
  margin-right: 0.5rem;
}

/*------------------------------------------------------
メインイメージ
-----------------------------------------------------*/
.p-print-image {
  display: grid;
  gap: 4em;
}
@media print, screen and (min-width: 768px) {
  .p-print-image {
    grid-template-columns: 3fr 2fr;
  }
}

/*------------------------------------------------------
料金表
-----------------------------------------------------*/
.p-print-ta caption {
  text-align: right;
  font-size: 1.3rem;
  font-weight: normal;
}
.p-print-ta th, .p-print-ta td {
  text-align: center;
  vertical-align: middle;
}
.p-print-ta thead th {
  background: var(--blue-bg);
}
.p-print-ta tbody th {
  background: var(--gray-bg);
}
@media screen and (max-width: 767px) {
  .p-print-ta td {
    border-bottom: 1px solid #ccc;
    padding: 4px;
  }
}
.p-print-ta td span {
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .p-print-size {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 1em;
  }
}
.p-print-size ul {
  padding: 1em;
}

.c-ta.p-print-ta__size caption {
  text-align: right;
  font-size: 1.3rem;
  font-weight: normal;
}
.c-ta.p-print-ta__size th {
  width: 30%;
}
.c-ta.p-print-ta__size th, .c-ta.p-print-ta__size td {
  padding: 6px 1em !important;
  text-align: center;
}

/*------------------------------------------------------
印刷物サンプル
-----------------------------------------------------*/
.p-print-sample {
  display: grid;
  gap: 3em;
  padding: 3em;
}
@media print, screen and (min-width: 768px) {
  .p-print-sample {
    grid-template-columns: 2fr 1fr;
  }
}

/*======================================================
プライバシーポリシー
======================================================*/

.p-privacy-list{
    li{
        margin-bottom:1em;
        margin-left:1em;
    }
}

.p-privacy-dl{
    dt{
        font-weight: bold;
    }
    dd{
        margin-bottom:1em;
    }
}
.p-privacy-kouhyou{
    margin-left:1em;
    li{
        margin-bottom:1em;
    }
}