@charset "UTF-8";
.font-10px{font-size:10px;}
.font-11px{font-size:11px;}
.font-12px{font-size:12px;}
.font-13px{font-size:13px;}
.font-14px{font-size:14px;}
.font-15px{font-size:15px;}
.font-16px{font-size:16px;}
.font-17px{font-size:17px;}
.font-18px{font-size:18px;}
.font-19px{font-size:19px;}
.font-20px{font-size:20px;}
.font-21px{font-size:21px;}
.font-22px{font-size:22px;}
.font-23px{font-size:23px;}
.font-24px{font-size:24px;}
.font-25px{font-size:25px;}
.font-26px{font-size:26px;}
.font-27px{font-size:27px;}
.font-28px{font-size:28px;}
.font-30px{font-size:30px;}
.font-32px{font-size:32px;}
.font-34px{font-size:34px;}
.font-36px{font-size:36px;}
.font-38px{font-size:38px;}
.font-40px{font-size:40px;}
.font-42px{font-size:42px;}
.font-44px{font-size:44px;}
.font-46px{font-size:46px;}
.font-48px{font-size:48px;}
.font-50px{font-size:50px;}
.font-56px{font-size:56px;}
.font-60px{font-size:60px;}
.font-64px{font-size:64px;}
.font-70px{font-size:70px;}
.font-80px{font-size:80px;}


.pf2{
  --pf2-blue:#0071bc;
  --pf2-navy:#102c69;
  --pf2-light:#edf5ff;
  --pf2-line:#d8e7f7;
  --pf2-bg:#f4f4f4;
  --pf2-text:#425466;
  --pf2-yellow:#fff799;
  --pf2-green:#7abc00;
  --pf2-red:#bc007a;
  --grd:linear-gradient(to right, #e9f2fd, #c5def9);
  background:#efefef;
  color:var(--pf2-text);
  padding-top: 40px;
}

.pf2-blue{
  color:var(--pf2-blue);
}

.pf2-green{
  color:var(--pf2-green);
}

.pf2-red{
 color:var(--pf2-red); 
}

.pf2-bold{
  font-weight: bold;
}

.pf2-link{
  color:var(--pf2-blue);
  text-decoration: underline;
}

.pf2-marker{
  background: linear-gradient(to bottom,transparent 0 70%,#fff799 70% 100%)
}


.pf2-link:after{
 content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
  top:5px;
  background-repeat: no-repeat;
  background-size: contain;
 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='13 14 31 27' fill='none'%3E%3Cpath fill='%231353AA' d='M39.8 14.5H24.8v4.2h7.8L13.7 37.6l3 3 18.9-18.9v7.8h4.2V14.5Z'/%3E%3C/svg%3E");
}

.pf2-hero{
      margin: auto;
    width: calc(100% - 60px);
  background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 100px;
  padding-top: 150px;
    background-image: url("../parts/page_title_bg.webp");
}

.pf2-kv__eyebrow{
color:var(--pf2-blue);
  font-size: 20px;
}

.pf2-kv__title{
  color:var(--pf2-blue);
  font-size: 89px;
}

.pf2-shell{
  margin: auto;
  width: 90%;
  max-width: 1100px;
}

.pf2-section{
  padding: 80px 0;
}

  .pf2-anchorcards{
    display: grid;
    grid-template-columns:repeat(3,1fr);
    gap:60px;
  }    
  
  .pf2-anchorcards a{
    border-radius: 10px;
    background: #ffffff;
    color:var(--pf2-blue);
    display: flex;
    align-items: center;
    padding:30px 20px;
    box-shadow: 0 0 10px 0 rgba(0 0 0 / 10%);
    position: relative;
    transition: 0.5s;
    font-size: 15px;
  }
  
  .pf2-anchorcards a i{
    display: flex;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    color:var(--pf2-yellow);
    background:var(--pf2-blue);
    align-items: center;
    justify-content: center;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 10px;
    font-style: normal;
    font-size: 9px;
  }  
  
  
  .pf2-anchorcards a:hover,
  .pf2-anchorcards a.active{
    color:#ffffff;
    background: var(--pf2-blue);
  }
  
  .pf2-anchorcards a:hover i,
  .pf2-anchorcards a.active i{
    color:var(--pf2-blue);
    background: var(--pf2-yellow);
  }

  .pf2-panel{
    border-radius: 20px;
    background: #ffffff;
    padding: 80px;
    width: calc(100% - 60px);
    margin: auto;
  }
  
  .pf2-heading{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  
  .pf2-section-title{
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color:var(--pf2-blue);
  }
  
  .pf2-h3{
    padding: 20px;
    font-size: 22px;
    color: var(--color-main);
    background: linear-gradient(to right, #e9f2fd, #c5def9);
    margin-bottom: 30px;
    border-radius: 10px;
    margin-top: 40px;
  }
  
  .pf2-h4{
    padding: 20px 0;
    font-size: 20px;
    color: var(--color-main);
    margin-bottom: 30px;
    position: relative;
  }  
  
  .pf2-h4:before{
    content:" ";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom:0;
    left: 0;
    background: var(--grd);
  }  
  
  .pf2-h4:after{
    content:" ";
    width: 50px;
    height: 4px;
    position: absolute;
    bottom:0;
    left: 0;
    background: var(--color-main);
  }  
  
  .pf2-h5{
    padding: 10px 0;
    font-size: 18px;
    color: var(--color-main);
    margin-bottom: 30px;
    position: relative;
  }    
  
  .pf2-copyblock{
    padding: 20px 0;
    border-top:1px dashed var(--color-main);
    border-bottom:1px dashed var(--color-main);
    margin-bottom: 30px;
    margin-top: 30px;
  }

.pf2-list-check{
  margin-top: 20px;
}

.pf2-list-check li{
  display: grid;
  grid-template-columns: 22px 1fr;
  gap:10px;
  margin-bottom: 5px;
}

.pf2-list-check li:before{
  content:" ";
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  top:2px;
background: no-repeat center / 100% 100% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64' fill='none'%3E%3Ccircle cx='32' cy='32' r='30' stroke='%231353AA' stroke-width='4'/%3E%3Cpath d='M22 32.5L29 39.5L43 24.5' stroke='%231353AA' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.pf2-list-circle{
  margin-top: 20px;
}

.pf2-list-circle li{
  display: grid;
  grid-template-columns: 22px 1fr;
  gap:10px;
  margin-bottom: 5px;
}

.pf2-list-circle li:before{
  content:"●";
  color:var(--color-main);
}

.pf2-checkcard{
  margin-bottom: 40px;
}


.pf2-list-num{
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
}

.pf2-list-num li{
  counter-increment: item;
  position: relative;
  padding-left: 32px;
   margin-bottom: 5px;
}

.pf2-list-num li::before{
  content: counter(item);
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 2px solid var(--color-main);
  border-radius: 50%;
  color: var(--color-main);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
}

  .pf2-btn-wrap-grid{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:20px;
  }
  
  .pf2-col2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:40px;
  }

  .pf2-col3{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:40px;
    margin-bottom: 40px;
  }
  
  .m40{
    margin:40px 0;
  }
  
  .pf2-img{
    border-radius: 20px;
    overflow: hidden;
  }
  
  .pf2-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .pf2-cap-in{
    padding: 20px 0;
    line-height: 2em;
  }

.pf2-b-wrap-box01-title{
  display: flex;
  align-items: center;
  gap:10px;
  margin-bottom: 30px;
}

.pf2-b-wrap-box01-title::before{
  content:"";
  display:inline-block;
  width:31px;
  height:27px;
  background: no-repeat center / 100% 100% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 54' fill='none'%3E%3Cpath d='M16.5 11.5C20.4 7.9 25.7 5.7 31.5 5.7C43.5 5.7 53.3 15.5 53.3 27.5C53.3 39.5 43.5 49.3 31.5 49.3C19.5 49.3 9.7 39.5 9.7 27.5C9.7 23.2 11 19.2 13.3 15.8' stroke='%230071BC' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M21.5 18.5L28 14.5' stroke='%230071BC' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

  .pf2-b-wrap{
    padding: 40px;
    border-radius: 20px;
    background: ;
    display: grid;
    grid-template-columns: 1fr 350px;
    gap:40px;
    background: #f0f7fe;
    margin-bottom: 40px;
  }
  
  .pf2-b-wrap-box02{
    border-radius: 10px;
    width: 350px;
    height: auto;
    aspect-ratio:1 / 1;
    overflow: hidden;
  }
  
  .pf2-b-wrap-box02 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

.pf2-table-sec + .pf2-table-sec{
  margin-top: 52px;
}

.pf2-b-wrap-box01-title{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.pf2-table-head-icon{
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  background: no-repeat center / 100% 100% url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 62 54' fill='none'%3E%3Cpath d='M16.5 11.5C20.4 7.9 25.7 5.7 31.5 5.7C43.5 5.7 53.3 15.5 53.3 27.5C53.3 39.5 43.5 49.3 31.5 49.3C19.5 49.3 9.7 39.5 9.7 27.5C9.7 23.2 11 19.2 13.3 15.8' stroke='%230071BC' stroke-width='5' stroke-linecap='round'/%3E%3Cpath d='M21.5 18.5L28 14.5' stroke='%230071BC' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E");
}

.pf2-table-wrap{
  overflow-x: auto;
}

.pf2-table{
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #9fc8f2;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  table-layout: fixed;
}

.pf2-table th,
.pf2-table td{
  padding: 18px 16px;
  border-right: 1px solid #9fc8f2;
  border-bottom: 1px solid #9fc8f2;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
  word-break: break-word;
}

.pf2-table th:last-child,
.pf2-table td:last-child{
  border-right: 0;
}

.pf2-table tbody tr:last-child td{
  border-bottom: 0;
}

.pf2-table thead th{
  background: #0077be;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 16px;
  padding-bottom: 16px;
}

.pf2-table--2col th,
.pf2-table--2col td{
  width: 50%;
}

.pf2-table--3col th,
.pf2-table--3col td{
  width: 33.3333%;
}

.pf2-table--3col td.is-bluecell{
  background: #dfeaf6;
}

.pf2-table--3col td.is-yellowcell{
  background: var(--pf2-yellow);
  font-weight: 500;
}

.pf2-table-marker{
  display: inline;
  padding: 0 .1em;
  background: linear-gradient(transparent 58%, #f6d4d4 58%);
}

.pf2-section-bg{
  background:url("../parts/section-bg.webp") center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color:#EDF4FF;
      border-radius: 20px;
    padding: 80px;
    width: calc(100% - 60px);
    margin: auto;
  margin-bottom: 100px;
  margin-top: 100px;
}

.color-black{
  color:#000000;
}

  .pf2-linkbox{
    border-radius: 10px;
    background: #ffffff;
    color:var(--pf2-blue);
    align-items: center;
    padding:30px 20px;
    box-shadow: 0 0 10px 0 rgba(0 0 0 / 10%);
    position: relative;
    transition: 0.5s;
    font-size: 15px;
    padding-bottom: 60px;
  }
  
  .pf2-linkbox i{
    display: flex;
    border-radius: 100px;
    height: 30px;
    width: 30px;
    color:var(--pf2-yellow);
    background:var(--pf2-blue);
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom:0;
    transform: translateY(-50%);
    right: 20px;
    font-style: normal;
    font-size: 9px;
  }  
  
  .pf2-linkbox .color-black{
    margin-top: 10px;
    display: block;
  }
  
  .pf2-linkbox:hover{
    color:#ffffff;
    background: var(--pf2-blue);
    opacity: 1;
  }
  
  .pf2-linkbox:hover .color-black{
    color:#ffffff;
  }  
  
  .pf2-linkbox:hover i{
    color:var(--pf2-blue);
    background: var(--pf2-yellow);
  }
  
  .pf2-linkbox-imgbox{
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  
.pf2-linkbox-imgbox::before{
  content: "";
  display: block;
    width: 100%;
    height: auto;
    aspect-ratio:16 / 12;
  margin-bottom: 20px;
}
  
  .pf2-linkbox-img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio:16 / 12;
  }
  
  .pf2-linkbox-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }  

.pf2-compare-wrap{
  overflow-x:auto;
}

.pf2-compare-table{
  width:100%;
  min-width:900px;
  border-collapse:separate;
  border-spacing:0;
  table-layout:fixed;
  color:#333;
  margin-bottom: 40px;
}

.pf2-compare-table__head,
.pf2-compare-table__label,
.pf2-compare-table__cell{
  border-right:1px solid #9fc8f2;
  border-bottom:1px solid #9fc8f2;
}

.pf2-compare-table__head:first-child,
.pf2-compare-table__label{
  border-left:1px solid #9fc8f2;
}

.pf2-compare-table__head{
  text-align:center;
  vertical-align:middle;
  padding:22px 16px 18px;
}

.pf2-compare-table__head--label{
  width:32%;
  border:none;
  background:transparent;
}

.pf2-compare-table__head--sub{
  width:34%;
  background:#dfeaf6;
  border-top:1px solid #9fc8f2;
  border-top-left-radius:10px;
}

.pf2-compare-table__head--main{
  width:34%;
  background:#0077be;
  border-top:4px solid #0077be;
  border-left:4px solid #0077be;
  border-right:4px solid #0077be;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
}

.pf2-compare-table__head-main{
  display:block;
  font-size:18px;
  font-weight:500;
  line-height:1.4;
}

.pf2-compare-table__head--sub .pf2-compare-table__head-main,
.pf2-compare-table__head--sub .pf2-compare-table__head-subtxt{
  color:#0077be;
}

.pf2-compare-table__head--main .pf2-compare-table__head-main,
.pf2-compare-table__head--main .pf2-compare-table__head-subtxt{
  color:#fff;
}

.pf2-compare-table__head-subtxt{
  display:block;
  margin-top:4px;
  font-size:15px;
  line-height:1.5;
}

.pf2-compare-table__label{
  background:#dfeaf6;
  padding:18px 20px;
  text-align:center;
  vertical-align:middle;
  font-size:15px;
  font-weight:400;
  line-height:1.6;
}

.pf2-compare-table__cell{
  background:#fff;
  padding:14px 12px;
  text-align:center;
  vertical-align:middle;
  height:62px;
}

.pf2-compare-table__cell--main{
  border-left:4px solid #0077be;
  border-right:4px solid #0077be;
}

.pf2-compare-table tbody tr:last-child .pf2-compare-table__cell--main{
  border-bottom:4px solid #0077be;
}

.pf2-compare-table tbody tr:last-child .pf2-compare-table__cell--main:last-child{
  border-bottom-right-radius:14px;
  border-bottom-left-radius:14px;
}

.pf2-compare-table tbody tr:last-child .pf2-compare-table__label{
  border-bottom-left-radius:10px;
}

.pf2-compare-table__note{
  display:block;
  margin-top:8px;
  font-size:14px;
  line-height:1.4;
  color:#333;
}

.pf2-compare-icon{
  display:inline-block;
  position:relative;
  width:34px;
  height:34px;
  vertical-align:middle;
}

.pf2-compare-icon--doublecircle{
  border:3px solid #e4007f;
  border-radius:50%;
  box-sizing:border-box;
}

.pf2-compare-icon--doublecircle::after{
  content:"";
  position:absolute;
  inset:4px;
  border:3px solid #e4007f;
  border-radius:50%;
}

.pf2-compare-icon--circle{
  border:3px solid #78b500;
  border-radius:50%;
  box-sizing:border-box;
}

.pf2-compare-icon--cross::before,
.pf2-compare-icon--cross::after{
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:40px;
  height:4px;
  background:#333;
  border-radius:2px;
  transform-origin:center;
}

.pf2-compare-icon--cross::before{
  transform:translate(-50%,-50%) rotate(45deg);
}

.pf2-compare-icon--cross::after{
  transform:translate(-50%,-50%) rotate(-45deg);
}

.pf2-compare-icon--triangle{
  width:0;
  height:0;
  border-left:18px solid transparent;
  border-right:18px solid transparent;
  border-bottom:31px solid #1f87e4;
}

.pf2-compare-icon--triangle::after{
  content:"";
  position:absolute;
  left:-14px;
  top:6px;
  width:0;
  height:0;
  border-left:14px solid transparent;
  border-right:14px solid transparent;
  border-bottom:24px solid #fff;
}

tr:first-child, .pf2-compare-table__head:first-child{
  border-left: none;
  border-bottom: 1px solid #9fc8f2;
}

.pf2-step-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:42px 52px;
}

.pf2-step-card{
  position:relative;
}

.pf2-step-card__head{
  position:relative;
  padding-left:14px;
  margin-bottom:12px;
}

.pf2-step-card__line{
  position:absolute;
  top:0;
  left:20px;
  width:2px;
  height:80px;
  background:#0077be;
}

.pf2-step-card__line::before{
  content:"";
  position:absolute;
  top:-6px;
  left:50%;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#0077be;
  transform:translateX(-50%);
}

.pf2-step-card__head-main{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding-left: 30px;
}

.pf2-step-card__num{
  display:block;
  min-width:44px;
  font-size:52px;
  line-height:0.95;
  font-weight:300;
  color:#0077be;
  letter-spacing:.02em;
  position: relative;
  top:10px;
}

.pf2-step-card__title-wrap{
  padding-top:6px;
}

.pf2-step-card__title,
.pf2-step-card__subtitle{
  margin:0;
  color:#0077be;
  font-weight:700;
  line-height:1.35;
}

.pf2-step-card__title{
  font-size:18px;
}

.pf2-step-card__subtitle{
  font-size:18px;
}

.pf2-step-card__body{
  min-height:326px;
  padding:38px 28px 26px;
  border:1px solid #9fc8f2;
  border-radius:10px;
  background:#eaf4ff;
}

.pf2-step-card__icon-circle{
  display:flex;
  align-items:center;
  justify-content:center;
  width:144px;
  height:144px;
  margin:0 auto 24px;
  border-radius:50%;
  background:#fffdf9;
}

.pf2-step-card__text{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:#333;
}
.pf2-step-card__icon{
  display:block;
  width:82px;
  height:82px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
}

.pf2-productcards{
  margin-top: 24px;
}

.pf2-productcards__grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
  margin-bottom: 40px;
}

.pf2-productcards__item{
  border: 1px solid #9fc8f2;
  border-radius: 12px;
  overflow: hidden;
  background: #eaf4ff;
}

.pf2-productcards__img img{
  display: block;
  width: 100%;
  aspect-ratio: 1000 / 600;
  object-fit: cover;
}

.pf2-productcards__body{
  padding: 15px;
}

.pf2-productcards__title{
  margin: 0 0 18px;
  color: #0077be;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 700;
}

.pf2-productcards__title span{
  display: block;
}

.pf2-productcards__text{
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #333;
}

.pf2-producttable-wrap{
  overflow-x: auto;
}

.pf2-producttable{
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid #9fc8f2;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  margin-bottom: 40px;
}

.pf2-producttable th,
.pf2-producttable td{
  border-right: 1px solid #9fc8f2;
  border-bottom: 1px solid #9fc8f2;
  text-align: center;
  vertical-align: middle;
  color: #333;
}

.pf2-producttable th:last-child,
.pf2-producttable td:last-child{
  border-right: 0;
}

.pf2-producttable tbody tr:last-child th,
.pf2-producttable tbody tr:last-child td{
  border-bottom: 0;
}

.pf2-producttable__head{
  padding: 26px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.pf2-producttable__head--label{
  width: 30%;
  background: #eaf4ff;
  color: #333;
}

.pf2-producttable__head--main{
  background: #78be00;
  color: #fff !important;
}

.pf2-producttable__label{
  width: 30%;
  padding:15px 10px;
  background: #eaf4ff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
}

.pf2-producttable__cell{
  width: 35%;
  padding: 25px 10px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.pf2-producttable__row--image .pf2-producttable__label{
  font-size: 15px;
}

.pf2-producttable__row--image .pf2-producttable__cell{
  padding: 15px 10px;
}

.pf2-producttable__img{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
  padding: 10px;
  background: #f4f8fb;
}

.pf2-producttable__img img{
  display: block;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 1000 / 600;
  object-fit: cover;
}

.pf2-producttable-wrap{
  overflow-x: auto;
}

.pf2-producttable{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid #9fc8f2;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.pf2-producttable--5col{
  min-width: 1100px;
}

.pf2-producttable th,
.pf2-producttable td{
  border-right: 1px solid #9fc8f2;
  border-bottom: 1px solid #9fc8f2;
  text-align: center;
  vertical-align: middle;
  color: #333;
  word-break: break-word;
}

.pf2-producttable th:last-child,
.pf2-producttable td:last-child{
  border-right: 0;
}

.pf2-producttable tbody tr:last-child th,
.pf2-producttable tbody tr:last-child td{
  border-bottom: 0;
}

.pf2-producttable__head{
  padding: 25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.pf2-producttable__head--label{
  width: 20%;
  background: #eaf4ff;
  color: #333;
}

.pf2-producttable__head--main{
  background: #0077be;
  color: #fff;
}

.pf2-producttable__label{
  width: 20%;
  padding: 15px 10px;
  background: #eaf4ff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.65;
}

.pf2-producttable__cell{
  width: 20%;
  padding: 15px 10px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.65;
}

.pf2-producttable__row--image .pf2-producttable__label{
  font-size: 15px;
}

.pf2-producttable__row--image .pf2-producttable__cell{
  padding: 15px 10px;
}

.pf2-producttable__img{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 15px 10px;
  background: #f4f8fb;
}

.pf2-producttable__img img{
  display: block;
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1000 / 600;
  object-fit: cover;
}

.pf2-producttable-wrap{
  overflow-x: auto;
}

.pf2-producttable{
  width: 100%;
  min-width: 1100px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid #9fc8f2;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.pf2-producttable--4col-price{
  min-width: 1100px;
}

.pf2-producttable th,
.pf2-producttable td{
  border-right: 1px solid #9fc8f2;
  border-bottom: 1px solid #9fc8f2;
  text-align: center;
  vertical-align: middle;
  color: #333;
  word-break: break-word;
  font-size: 15px;
  line-height: 1.7;
}

.pf2-producttable th:last-child,
.pf2-producttable td:last-child{
  border-right: 0;
}

.pf2-producttable tbody tr:last-child th,
.pf2-producttable tbody tr:last-child td{
  border-bottom: 0;
}

.pf2-producttable__head{
  padding: 24px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.pf2-producttable__head--label{
  width: 20%;
  background: #eaf4ff;
  color: #333;
}

.pf2-producttable__head--sub{
  background: #51a6c0;
  color: #fff !important;
}

.pf2-producttable__label{
  width: 20%;
  padding: 24px 10px;
  background: #eaf4ff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

.pf2-producttable__cell{
  width: 26.666%;
  padding: 24px 10px;
  background: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
}

.pf2-producttable__row--image .pf2-producttable__label{
  font-size: 15px;
}
.pf2-producttable__row--image .pf2-producttable__cell{
  padding: 24px 18px;
}

.pf2-producttable__img{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 210px;
  padding: 16px;
  background: #f4f8fb;
}

.pf2-producttable__img img{
  display: block;
  width: 100%;
  max-width: 290px;
  aspect-ratio: 1000 / 600;
  object-fit: cover;
}

.pf2-producttable__row--price .pf2-producttable__cell{
  padding-top: 28px;
  padding-bottom: 28px;
}

.pf2-producttable__price{
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #d0008a;
}

.pf2-producttable__price-tax{
  margin-left: 4px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
  color: #333;
}

.pf2-side-note{
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 34px;
  align-items: start;
  margin-top: 40px;
}

.pf2-side-note__head{
  padding-top: 34px;
}

.pf2-side-note__body{
  min-width: 0;
}

.pf2-side-note__box{
  padding: 40px 40px 42px;
  border-radius: 14px;
  background: #eaf4ff;
}

.pf2-side-note__box .font-18px-bold{
  margin: 0 0 28px;
  line-height: 1.5;
  color: #333;
}

.pf2-side-note__box .font-15px{
  margin: 0;
  line-height: 2;
  color: #333;
}

.pf2-side-flow{
  display:grid;
  grid-template-columns:360px 1fr;
  gap:34px;
  align-items:start;
  margin-top: 40px;
}

.pf2-side-flow__head{
  padding-top:34px;
}

.pf2-side-flow__body{
  min-width:0;
}

.pf2-side-flow__list{
  padding:0 0;
  border-radius:14px;
  background:#eaf4ff;
  overflow:hidden;
}

.pf2-side-flow__item{
  display:grid;
  grid-template-columns:34px 120px 1fr;
  gap:22px;
  align-items:center;
  padding:32px 32px 30px;
}

.pf2-side-flow__item + .pf2-side-flow__item{
  border-top:2px dotted #8fc6ff;
}

.pf2-side-flow__num{
  align-self:center;
  justify-self:center;
  font-size:24px;
  line-height:1;
  color:#0077be;
}

.pf2-side-flow__thumb{
  width:120px;
  aspect-ratio:1 / 1;
  border-radius:50%;
  background:#fff;
}

.pf2-side-flow__content{
  min-width:0;
}

.pf2-side-flow__title{
  margin:0 0 20px;
  line-height:1.5;
  color:#333;
}

.pf2-side-flow__text{
  margin:0;
  line-height:1.8;
  color:#333;
}

.pf2-side-table{
  display:grid;
  grid-template-columns:360px 1fr;
  gap:34px;
  align-items:start;
  margin-top: 40px;
}

.pf2-side-table__head{
  padding-top:34px;
}

.pf2-side-table__body{
  min-width:0;
}

.pf2-side-table__table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  table-layout:fixed;
  border:1px solid #9fc8f2;
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}

.pf2-side-table__table th,
.pf2-side-table__table td{
  border-right:1px solid #9fc8f2;
  border-bottom:1px solid #9fc8f2;
  text-align:center;
  vertical-align:middle;
  font-size:15px;
  line-height:1.7;
  color:#333;
  font-weight:700;
  padding:28px 18px;
}

.pf2-side-table__table th:last-child,
.pf2-side-table__table td:last-child{
  border-right:0;
}

.pf2-side-table__table tbody tr:last-child td{
  border-bottom:0;
}

.pf2-side-table__table thead th{
  background:#0077be;
  color:#fff;
  font-size:18px;
  line-height:1.4;
  padding:24px 18px;
}

.pf2-side-table__table tbody td:first-child{
  background:#eaf4ff;
}

.pf2-side-table__table tbody td:last-child{
  background:#fff;
}

.pf2-voicecards{
  margin-top: 40px;
}

.pf2-voicecards__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 68px;
}

.pf2-voicecard{
  border: 1px solid #9fc8f2;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.pf2-voicecard__head{
  background: linear-gradient(to right, #e9f2fd, #c5def9);
}

.pf2-voicecard__head-inner{
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 32px 40px 28px;
  min-height: 248px;
}

.pf2-voicecard__body{
  padding: 20px;
  background: #fff;
}

.pf2-voicecard__profile-thumb,
.pf2-voicecard__review-thumb{
  flex: 0 0 auto;
  width: 190px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
}

.pf2-voicecard__profile-thumb img,
.pf2-voicecard__review-thumb img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf2-voicecard__profile-meta,
.pf2-voicecard__review-title-wrap{
  min-width: 0;
}

.pf2-voicecard__sub{
  margin: 0 0 24px;
  line-height: 1.75;
  color: #333;
}

.pf2-voicecard__name{
  margin: 0;
  line-height: 1.5;
}

.pf2-voicecard__catch{
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.9;
}

.pf2-voicecard__text{
  margin: 0;
  line-height: 2.1;
  color: #333;
}

.pf2-voicecard__review-title{
  margin: 0;
  font-size: 24px;
  line-height: 1.7;
}

.pf2-review-list{
  display: grid;
  gap: 22px;
}

.pf2-review-list__item{
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 20px;
  align-items: center;
}

.pf2-review-list__icon{
  display: flex;
  justify-content: center;
}

.pf2-review-list__icon-circle{
  position: relative;
  display: block;
  width: 72px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #f0e37a;
  overflow: hidden;
}

.pf2-review-list__bubble{
  position: relative;
  padding: 10px;
  border-radius: 14px;
  background: #eef5fd;
}

.pf2-review-list__bubble::before{
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  width: 18px;
  height: 18px;
  background: #eef5fd;
  transform: translateY(-50%) rotate(45deg);
}

.pf2-review-list__bubble p{
  margin: 0;
  line-height: 1.8;
  color: #333;
}

.pf2-review-list__name{
  display: block;
  text-align: right;
  font-weight: 500;
}

.pf2-review-list__icon-circle{
  position: relative;
  display: block;
  width: 72px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #f0e37a;
  overflow: hidden;
}

.pf2-review-list__icon-img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf2-faq{
  margin-top: 40px;
}

.pf2-faq__list{
  display: grid;
  gap: 24px;
}

.pf2-faq__item{
  border: 1px solid #9fc8f2;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}

.pf2-faq__question{
  width: 100%;
  display: grid;
  grid-template-columns: 52px 1fr 52px;
  align-items: center;
  gap: 0;
  padding: 0 28px 0 38px;
  min-height: 92px;
  border: 0;
  background: #eaf4ff;
  text-align: left;
  cursor: pointer;
  appearance: none;
}

.pf2-faq__q,
.pf2-faq__a{
  font-size: 48px;
  line-height: 1;
  font-weight: 300;
  color: #0077be;
}

.pf2-faq__question-text{
  padding: 8px 24px 8px 0;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  color: #0077be;
}

.pf2-faq__toggle{
  position: relative;
  justify-self: end;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #0077be;
  flex: 0 0 auto;
}

.pf2-faq__toggle::before,
.pf2-faq__toggle::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: opacity .25s ease;
}

.pf2-faq__toggle::before{
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.pf2-faq__toggle::after{
  width: 4px;
  height: 4px;
  border-radius: 50%;
  opacity: 0;
}

.pf2-faq__item.is-open .pf2-faq__toggle::before{
  opacity: .9;
}

.pf2-faq__item.is-open .pf2-faq__toggle::after{
  opacity: 1;
}

.pf2-faq__answer{
  display: none;
  background: #fff;
}

.pf2-faq__answer-inner{
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 0;
  padding: 22px 38px 24px;
}

.pf2-faq__answer-text{
  font-size: 15px;
  line-height: 2;
  color: #333;
}

.pf2-step-card__icon--hourglass{
  background-image:url("../parts/1.svg");
}

.pf2-step-card__icon--burst{
  background-image:url("../parts/2.svg");
}

.pf2-step-card__icon--graph{
  background-image:url("../parts/3.svg");
}

.pf2-step-card__icon--nose{
  background-image:url("../parts/4.svg");
}

.pf2-step-card__icon--bottle{
  background-image:url("../parts/5.svg");
}

.pf2-step-card__icon--bubble{
  background-image:url("../parts/6.svg");
}

.pf2-heading.pt02,
.pf2-heading.pt02 *{
  text-align: left;
  margin-top: 0;
}


.pf2-number-panels__list{
  display: grid;
  gap: 34px;
}

.pf2-number-panels__item{
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 100px;
  padding: 20px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(100 100 100 / 20%);
}

.pf2-number-panels__num{
  flex: 0 0 auto;
  font-size: 72px;
  line-height: 1;
  color: #0077be;
  position: relative;
  top:8px;
}

.pf2-number-panels__content{
  min-width: 0;
}

.pf2-number-panels__title,
.pf2-number-panels__subtitle{
  margin: 0;
  color: #0077be;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

.pf2-caption{
  display: grid;
  gap:20px;
  margin-bottom: 40px;
}

       .pf2-cap-box.pt02 .pf2-img{
          border-radius: 0;        
        } 

.logo-wrap{
  display: flex;
  margin: 40px 0;
  justify-content: center;
  gap:30px;
  align-items: center;
}

.sec-pd{
  padding: 80px 0;
}

.pf2-col2.arrow-case{
  gap:60px;
}

.pf2-col2.arrow-case .pf2-cap-box{
  position: relative;
}

.pf2-col2.arrow-case .pf2-img{
    overflow: visible;
  border-radius: 0;
}

.pf2-col2.arrow-case .pf2-cap-box:nth-child(odd):after{
  content:" ";
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  right: -50px;
  overflow: visible;
    width: 0;
  height: 0;
  border-style: solid;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #0071bc;
  border-right: 0;
}

.bnr-wrap{
  padding: 20px;
  border-radius: 10px;
  background: #f5f5f5;
}

.m20{
  margin: 20px 0;
}

.pf2-compare-table__cell-yellow{
  background: var(--pf2-yellow);
}

.o3f-cont .pf2-table.pf2-table--3col{
  margin-bottom: 20px;
}

.o3f-cont .pf2-table.pf2-table--3col td,
.o3f-cont .pf2-table.pf2-table--3col th:nth-child(2){
  text-align: left;
  width: 80%;
}

.o3f-cont .pf2-table.pf2-table--3col td.is-bluecell,
.o3f-cont .pf2-table.pf2-table--3col th:nth-child(1){
  width: 20%;
}


.o3f-cont .pf2-table.pf2-table--3col th:nth-child(1),
.o3f-cont .pf2-table.pf2-table--3col th:nth-child(2){
  text-align: left;
}

.pf2-h4{
  margin-top: 30px;
}

.pf2-table-wrap--3col .font-18px.pf2-blue{
  margin-bottom: 20px;
}

.pf2-side-note__head .font-18px.pf2-blue{
  margin-bottom: 20px;
}

.product-ufb .pf2-table-wrap{
  margin-top: 30px;
}

    .ufb-note{margin-top:24px;margin-bottom:32px;}
    .ufb-lineup-table .pf2-producttable__label{white-space:nowrap;}
    .ufb-lineup-table .pf2-producttable__cell{font-size:14px;}
    .ufb-lineup-table .pf2-producttable__img img{width:100%;height:auto;object-fit:contain;}
    .ufb-lineup-note{margin-top:12px;}
    @media (max-width: 767px){
      .ufb-lineup-table{min-width:980px;}
    }

    .pf2-table--4col th,
    .pf2-table--4col td{width:25%;}
    .pf2-table--4col tbody td:first-child{background:#dfeaf6;font-weight:500;}
    .pf2-table--4col tbody td:last-child{font-weight:500;}
    .pf2-table--4col .is-red{color:#f04c4c;font-weight:700;}

    .ozf-intro{margin-bottom:30px;}
    .ozf-highlight{color:#f44336;font-weight:700;font-size:clamp(22px,2.2vw,38px);line-height:1.5;margin:20px 0 30px;}
    .ozf-lineup-table{table-layout:fixed;width:100%;}
    .ozf-lineup-table th,.ozf-lineup-table td{font-size:14px;line-height:1.5;vertical-align:middle;}
    .ozf-lineup-table .pf2-producttable__head--home{background:#8cc650;color:#111;}
    .ozf-lineup-table .pf2-producttable__head--biz{background:#f4bb3a;color:#111;}
    .ozf-lineup-table .pf2-producttable__head--pet{background:#2ea0d6;color:#111;}
    .ozf-lineup-table .ozf-product-name{font-weight:700;}
    .ozf-lineup-table .pf2-producttable__img{height:132px;display:flex;align-items:center;justify-content:center;}
    .ozf-lineup-table .pf2-producttable__img img{max-width:92%;max-height:120px;object-fit:contain;}
    .ozf-lineup-table .ozf-sep-left{border-left:3px solid #222 !important;}
    .ozf-lineup-table .ozf-rednote{color:#f44336;font-weight:700;text-align:center;}
    .ozf-story{align-items:center;gap:40px;}
    .ozf-story .pf2-b-wrap-box02 img{max-width:100%;height:auto;display:block;margin-left:auto;}
    .ozf-subcopy{font-size:clamp(18px,1.7vw,28px);font-weight:500;line-height:1.8;}
    @media (max-width: 767px){
      .ozf-producttable-scroll{overflow-x:auto;}
      .ozf-lineup-table{min-width:1280px;}
      .ozf-highlight{font-size:22px;}
    }

    .ozt-lead-box{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center;margin-top:18px}
    .ozt-mainlead{font-size:clamp(20px,2.2vw,34px);font-weight:700;line-height:1.7;margin-bottom:20px}
    .ozt-sublead{font-size:15px;line-height:2}
    .ozt-heroimg{background:#fff;border:1px solid #dbe7f3;border-radius:24px;padding:24px;text-align:center}
    .ozt-heroimg img{max-width:100%;height:auto}
    .ozt-points{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px}
    .ozt-point{background:#fff;border:1px solid #dbe7f3;border-radius:20px;padding:22px 20px;box-shadow:0 8px 20px rgba(0,0,0,.04)}
    .ozt-point__num{display:inline-flex;width:38px;height:38px;border-radius:50%;align-items:center;justify-content:center;background:#0f6eb8;color:#fff;font-weight:700;margin-bottom:12px}
    .ozt-point h4{font-size:18px;font-weight:700;color:#0f6eb8;line-height:1.7;margin-bottom:10px}
    .ozt-point p{font-size:15px;line-height:1.9}
    .ozt-check{background:#fff;border:1px solid #dce7f2;border-radius:20px;padding:26px;margin-top:18px}
    .ozt-check ul{display:grid;gap:14px}
    .ozt-check li{list-style:none;position:relative;padding-left:1.4em;line-height:1.9;font-size:15px}
    .ozt-check li::before{content:"◇";position:absolute;left:0;top:0;color:#0f6eb8;font-weight:700}
    .ozt-table-note{margin-top:10px;font-size:13px;line-height:1.9}
    .ozt-method-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:24px}
    .ozt-method-box{background:#fff;border:1px solid #dce7f2;border-radius:20px;padding:24px}
    .ozt-method-box h4{font-size:18px;font-weight:700;color:#0f6eb8;margin-bottom:12px}
    .pf2-voicecards{margin-top:24px}
    .pf2-voicecards__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
    .pf2-voicecard{background:#fff;border:1px solid #d8e4ef;border-radius:24px;overflow:hidden;box-shadow:0 8px 20px rgba(0,0,0,.05)}
    .pf2-voicecard__head{background:#f3f9ff;padding:24px}
    .pf2-voicecard__head-inner{display:flex;gap:18px;align-items:center}
    .pf2-voicecard__profile-thumb,.pf2-voicecard__review-thumb{width:110px;height:110px;border-radius:50%;overflow:hidden;flex:0 0 110px;background:#e9eef2;display:flex;align-items:center;justify-content:center}
    .pf2-voicecard__profile-thumb img,.pf2-voicecard__review-thumb img,.pf2-review-list__icon-img{width:100%;height:100%;object-fit:cover}
    .pf2-voicecard__body{padding:26px}
    .pf2-voicecard__catch{line-height:1.7;margin-bottom:16px}
    .pf2-voicecard__text{line-height:2}
    .pf2-review-list{display:grid;gap:18px}
    .pf2-review-list__item{display:flex;gap:14px;align-items:flex-start}
    .pf2-review-list__icon-circle{width:56px;height:56px;border-radius:50%;overflow:hidden;background:#edf3f8;display:block}
    .pf2-review-list__bubble{flex:1;background:#f7fbff;border:1px solid #dce9f5;border-radius:20px;padding:16px 18px;position:relative}
    .pf2-review-list__bubble:before{content:"";position:absolute;left:-8px;top:18px;width:16px;height:16px;background:#f7fbff;border-left:1px solid #dce9f5;border-bottom:1px solid #dce9f5;transform:rotate(45deg)}
    .pf2-review-list__name{display:inline-block;margin-top:6px;color:#0f6eb8;font-weight:700}
    .ozt-storelist{display:grid;gap:14px;margin-top:24px}
    .ozt-storeitem{background:#fff;border:1px solid #dfe7ef;border-radius:16px;padding:18px 20px}
    .ozt-storeitem h4{font-size:18px;font-weight:700;color:#0f6eb8;margin-bottom:8px}
    .ozt-storeitem p{font-size:15px;line-height:1.8}
    .ozt-sales{margin-top:22px;font-size:16px;line-height:2;font-weight:500}
    @media (max-width: 767px){
      .ozt-lead-box,.ozt-points,.ozt-method-grid,.pf2-voicecards__grid{grid-template-columns:1fr}
      .pf2-voicecard__head-inner{align-items:flex-start}
      .pf2-voicecard__profile-thumb,.pf2-voicecard__review-thumb{width:90px;height:90px;flex-basis:90px}
    }
    .pf2-patent-frame{padding:0;background:transparent}
    .pf2-patent-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}
    .pf2-patent-table-wrap{margin-top:20px}
    .pf2-patent-table{min-width:980px}
    .pf2-patent-table td,.pf2-patent-table th{font-size:16px}
    .pf2-patent-table .col-no{width:80px;text-align:center}
    .pf2-patent-table .col-number{width:200px;white-space:nowrap;text-align:center}
.pf2-patent-table .col-title{width:calc(100% - 280px);}
    .pf2-patent-table .col-title{text-align:left}
    @media (max-width: 767px){
      .pf2-patent-table{min-width:760px}
      .pf2-patent-table td,.pf2-patent-table th{font-size:15px}
      .pf2-patent-table .col-no{width:56px}
      .pf2-patent-table .col-number{width:190px}
    }

/*お問い合わせ*/
.mb30 {
  margin-bottom: 30px !important;
}

.taCenter {
  text-align: center !important;
}

.required {
  display: inline-block;
  border: 1px solid #ff3600;
  background-color: #fff;
  border-radius: 3px;
  padding: 2px 6px;
  margin-left: 8px;
  color: #ff3600;
  font-size: 60%;
  line-height: 1.2;
  vertical-align: middle;
}

.form {
  width: 100%;
}

.form.style01 {
  width: 100%;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  table-layout: fixed;
}

.form.style01 th,
.form.style01 td {
  padding: 14px 16px;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  vertical-align: middle;
  box-sizing: border-box;
}

.form.style01 th {
  width: 30%;
  text-align: center;
  font-weight: bold;
  background-color: #fafafa;
}

.form.style01 td {
  width: 70%;
}

.form input,
.form button,
.form textarea,
.form select {
  margin: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  outline: none;
  padding: 10px 12px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #666;
  width: 90%;
  box-sizing: border-box;
  max-width: 100%;
}

.form textarea {
  min-height: 180px;
  resize: vertical;
}

.form input[type="radio"],
.form input[type="checkbox"] {
  width: auto;
  margin-top: 0;
  margin-right: 6px;
  padding: 0;
  border: none;
}

.form input[type="submit"] {
  width: 280px;
  max-width: 100%;
  color: #fff;
  background-color: #0082f0;
  cursor: pointer;
  border: none;
  appearance: none;
  -webkit-appearance: none;
}

.form input[type="submit"]:hover {
  background-color: #008aff;
}

.mwform-radio-field.horizontal-item {
  display: inline-block;
  margin: 0 20px 10px 0;
}

.mwform-radio-field.horizontal-item label {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.mwform-tel-field,
.mwform-zip-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.mwform-tel-field input,
.mwform-zip-field input {
  width: auto;
  min-width: 0;
}

.mwform-tel-field input[name*="[0]"] {
  width: 100px;
}

.mwform-tel-field input[name*="[1]"],
.mwform-tel-field input[name*="[2]"] {
  width: 90px;
}

.mwform-zip-field input[name*="[0]"] {
  width: 80px;
}

.mwform-zip-field input[name*="[1]"] {
  width: 100px;
}

.form{
  margin-top: 30px;
}

/* タブレット以下 */
@media screen and (max-width: 1024px) {
  .form.style01 th {
    width: 32%;
  }

  .form.style01 td {
    width: 68%;
  }

  .form input,
  .form button,
  .form textarea,
  .form select {
    width: 100%;
  }
}

/* スマホ */
@media screen and (max-width: 767px) {
  .form.style01,
  .form.style01 tbody,
  .form.style01 tr,
  .form.style01 th,
  .form.style01 td {
    display: block;
    width: 100%;
  }

  .form.style01 {
    border-right: none;
    border-top: none;
  }

  .form.style01 tr {
    margin-bottom: 16px;
    border: 1px solid #eee;
  }

  .form.style01 th,
  .form.style01 td {
    border: none;
    padding: 12px 14px;
  }

  .form.style01 th {
    background-color: #fafafa;
    text-align: left;
    border-bottom: 1px solid #eee;
  }

  .form.style01 td {
    background: #fff;
  }

  .required {
    margin-left: 6px;
  }

  .form input,
  .form button,
  .form textarea,
  .form select {
    width: 100%;
    font-size: 16px;
  }

  .form textarea {
    min-height: 160px;
  }

  .mwform-radio-field.horizontal-item {
    display: block;
    margin: 0 0 12px;
  }

  .mwform-tel-field,
  .mwform-zip-field {
    gap: 6px;
  }

  .mwform-tel-field input[name*="[0]"],
  .mwform-tel-field input[name*="[1]"],
  .mwform-tel-field input[name*="[2]"],
  .mwform-zip-field input[name*="[0]"],
  .mwform-zip-field input[name*="[1]"] {
    width: calc((100% - 16px) / 3);
    flex: 0 0 auto;
  }

  .mwform-zip-field input[name*="[0]"] {
    width: 30%;
  }

  .mwform-zip-field input[name*="[1]"] {
    width: 40%;
  }

  .form input[type="submit"] {
    width: 100%;
    min-height: 52px;
    font-size: 16px;
  }
}