@charset "utf-8";


/*-------------------------------------*/
/* 変数
/*-------------------------------------*/
:root{
  --main_color:#1976CC;
  --ichiro_color:#009843;
  --king_color:#E5004E;
  --shiro_color:#0067B6;
  --hanako_color:#F18D1A;
  --bee_color:#B58B42;

  --sms1:#43B236;
  --sms2:#206CB5;
  --sms3:#D04192;
}

/*-------------------------------------*/
/* 共通
/*-------------------------------------*/
html { -webkit-text-size-adjust:100%; text-size-adjust:100%; }
html, body { margin:0; padding:0; overflow-x: clip; }

@supports not (overflow: clip) {
  html, body { overflow-x: hidden; }
}

*,
*::before,
*::after{
  box-sizing: border-box;
}

img{
  max-width: 100%;
  height: auto;
}

.ichiro_color{
  color: var(--ichiro_color);
}

/* Font Awesome チェック */
.fas{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-style: normal;
}
.fa-check::before{
  content: "\f00c";
}

/*----------------------------------------------*/
/* 色付き帯
/*----------------------------------------------*/
main .type_A{
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 25px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 5rem;
  background-color: #D8EBDD;
}
@media (max-width:770px){
  main .type_A{
    padding-bottom: 3rem;
  }
}

/*----------------------------------------------*/
/* 色付き帯2
/*----------------------------------------------*/
main .type_A2{
  width: 100%;
  height: auto;
  padding-top: 5rem;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 5rem;
  background-color: #D8EBDD;
  margin-top: -15em;
}
@media (max-width:770px){
  main .type_A2{
    padding-bottom: 3rem;
    margin-top: -8rem;
  }
}
@media (max-width:730px){
  main .type_A2{
    margin-top: 0;
  }
}

/*----------------------------------------------*/
/* パンくずリスト
/*----------------------------------------------*/
main .pan_list{
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1rem;
  font-size: 0.9rem;
  max-width: 1290px;
  width: 96%;
  overflow: auto;
  white-space: nowrap;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/*----------------------------------------------*/
/* 色付なし帯
/*----------------------------------------------*/
main .type_B{
  width: 96%;
  margin-right: auto;
  padding: 0;
  margin-left: auto;
  max-width: 1290px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 2rem;
  height: auto;
}
@media (max-width:730px){
  main .type_B{
    width: 100%;
    margin-right: auto;
    padding: 0;
    margin-left: auto;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3rem;
    height: auto;
    flex-flow: column;
    gap: 20px;
  }
  main .type_A{
    margin-top: 5rem;
  }
}

/*----------------------------------------------*/
/* ソフトアイコンエリア
/*----------------------------------------------*/
#soft_ico{
  width: 32%;
  max-width: 360px;
  flex: 0 0 auto;
}
#soft_ico img{
  width: 100%;
  display: block;
  margin: 0 auto;
}

#soft_title{
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 20px;
  display: flex;
  flex-flow: column;
  height: auto;
}
@media (max-width:730px){
  #soft_ico{
    width: 60%;
    max-width: 260px;
  }
  #soft_title{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}

/*----------------------------------------------*/
/* 共通見出し
/*----------------------------------------------*/
h2{
  margin-top: 6rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 1300px;
  padding: 0;
  text-align: center;
  display: block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 2.2rem;
  color: #333;
}
@media (max-width:730px){
  h2{
    font-size: 1.8rem;
    margin-top: 4rem;
  }
}

/*----------------------------------------------*/
/* 余白ユーティリティ
/*----------------------------------------------*/
.margin-bottom20{ margin-bottom: 20rem; }
.margin-bottom10{ margin-bottom: 10rem; }
.margin-top10{ margin-top: 10rem; }

@media (max-width:730px){
  .margin-bottom20{ margin-bottom: 8rem; }
  .margin-bottom10{ margin-bottom: 5rem; }
  .margin-top10{ margin-top: 5rem; }
}

/*----------------------------------------------*/
/* 注記
/*----------------------------------------------*/
.op_txt{
  font-feature-settings: "palt";
  font-size: 0.8rem;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  width: 96%;
  max-width: 1290px;
}
@media (max-width:730px){
  .op_txt{
    text-align: center;
  }
}

/*----------------------------------------------*/
/* 画像サイズ
/*----------------------------------------------*/
.resize{
  height: auto;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.resize5{
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.allin_img{
  max-width: 220px;
}

.mani_img{
    width: auto;
    display: block;
    margin: 2rem auto 0;
    border-radius: 8px;
    max-height: 175px;
    height: 100%;
}

/*----------------------------------------------*/
/* 説明ボックス
/*----------------------------------------------*/
.box_type4{
  width: 96%;
  max-width: 1300px;
  margin-left: auto;
  padding: 0;
  margin-right: auto;
}
@media (max-width:730px){
  .box_type4{
    width: 90%;
    margin-bottom: 6rem;
  }
}

.box_type4 .sub_title{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 0.6rem;
}
@media (max-width:730px){
  .box_type4 .sub_title{
    font-size: 1.5rem;
    margin-bottom: 0rem;
    padding-bottom: 0.5rem;
  }
}

.sub_title2{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  font-size: 2rem;
  color: var(--ichiro_color);
  font-weight: bold;
  margin-bottom: 0.8rem;
  margin-top: 0px;
}

.txt_box{
  width: 100%;
  max-width: 1300px;
  padding-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.75;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}
.txt_box p{
  margin: 0;
  padding: 0;
}
.txt_box ul{
  margin-top: 0.2rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
}
.txt_box ul li{
  margin-bottom: 0.2rem;
}
@media (max-width:730px){
  .txt_box{
    width: 94%;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
  }
  .txt_box p{
    margin-bottom: 1rem;
  }
}

/*----------------------------------------------*/
/* SEO見出し
/*----------------------------------------------*/
#new_soft_name h1,
#new_soft_name h2{
  font-size: clamp(1rem, 3vw, 1.8rem);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  padding: 0;
  margin: 0;
  font-feature-settings: "palt" 1;
  color: #333;
  font-weight: 400;
  text-align: left;
}

#new_soft_name .soft_name{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  padding-top: 10px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  font-size: clamp(3.5rem, 8vw, 6.3rem);
  margin: 0;
  font-feature-settings: "palt" 1;
  line-height: 0.95;
  display: block;
}

@media (max-width:730px){
  #new_soft_name h1,
  #new_soft_name h2,
  #new_soft_name .soft_name{
    text-align: center;
  }
}

.seo_h2{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media (max-width:800px){
  .seo_h2{
    text-align: left;
    font-size: 2rem;
  }
}
@media (max-width:730px){
  .seo_h2 br{
    display: none;
  }
}
@media (max-width:500px){
  .seo_h2{
    text-align: left;
    font-size: 1.6rem;
  }
}

/*----------------------------------------------*/
/* マーカー
/*----------------------------------------------*/
.marker{
  background: linear-gradient(transparent 55%, #fff36a 55%);
  padding: 0 0.1em;
}

/*----------------------------------------------*/
/* features
/*----------------------------------------------*/
.features{
  max-width: 1300px;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
  padding-bottom: 2rem;
  border: 1px solid #ccc;
  margin-bottom: 2rem;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
}
@media (max-width:800px){
  .features{
    width: 94%;
    margin-right: auto;
    margin-left: auto;
  }
}

.column_2{
  display: flex;
  width: 100%;
  padding: 0;
  margin-top: 0.5rem;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0;
  height: auto;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media (max-width:800px){
  .column_2{
    flex-direction: column;
  }
}

.column_2 .new_img_box{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 170px;
  flex: 0 0 170px;
  margin-right: 40px;
}
@media (max-width:800px){
  .column_2 .new_img_box{
    width: 100%;
    flex: none;
    margin-right: 0;
  }
}
@media (max-width:800px){
  .column_2 .new_img_box img{
    max-width: 200px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

.column_2 .new_txt_box{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #333333;
  font-style: normal;
  font-variant: normal;
  line-height: 1.75;
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  width: calc(100% - 210px);
}
@media (max-width:800px){
  .column_2 .new_txt_box{
    width: 100%;
  }
}

.features .new_txt_box h3{
  width: 100%;
  height: auto;
  text-align: left;
  margin: 0 0 0.7rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-size: 1.5rem;
}
@media (max-width:800px){
  .features .new_txt_box h3{
    text-align: center;
    margin-top: 1.5rem;
  }
}

/*----------------------------------------------*/
/* 比較表
/*----------------------------------------------*/
#ichiro_table{
  margin-top: 2rem;
  margin-bottom: 2rem;
  overflow-x: auto;
}

#ichiro_table > span{
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
    color: var(--ichiro_color);
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-top: 3rem;
}

#ichiro_table .table{
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid #dcdcdc;
}

#ichiro_table .table th,
#ichiro_table .table td{
    border: 1px solid #dcdcdc;
    padding: 0.85rem 0.75rem;
    text-align: center;
    vertical-align: middle;
    font-size: 1.2rem;
}

#ichiro_table .table thead th{
  background: #f3faf5;
  font-weight: bold;
}

#ichiro_table .table tbody tr:nth-child(even){
  background: #fafafa;
}

#ichiro_table .table td[align="left"]{
  text-align: left;
}

#ichiro_table .fa-check{
    font-size: 1.5rem;
}

/*----------------------------------------------*/
/* ボタン
/*----------------------------------------------*/
.button_a{
    display: block;
    width: 60%;
    margin: 1.2rem auto 0;
    padding: 1rem 1.6rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    border-radius: 10px;
    border: 1px solid #007a36;
    background: linear-gradient(to bottom, #12b556 0%, #009843 55%, #00833a 100%);
    box-shadow:
        0 4px 0 #00692f,
        0 8px 18px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.35);
    position: relative;
    overflow: hidden;
    transition:
        background 0.25s ease,
        transform 0.18s ease,
        box-shadow 0.18s ease,
        filter 0.25s ease;
}

/* 上部のうっすら光 */
.button_a::before{
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.35) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
    pointer-events: none;
}

/* 矢印 */
.button_a::after{
    content: "›";
    display: inline-block;
    margin-left: 0.45em;
    font-size: 1.1em;
    line-height: 1;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

/* ホバー時 */
.button_a:hover{
    background: linear-gradient(to bottom, #18c15d 0%, #00a84a 55%, #00913f 100%);
    text-decoration: none;
    filter: brightness(1.05);
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 7px 0 #00692f,
        0 14px 24px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    animation: button_pulse 0.9s ease-in-out infinite alternate;
}

/* 光を流す */
.button_a:hover::before{
    animation: button_shine 0.9s ease forwards;
}

/* 矢印を少し動かす */
.button_a:hover::after{
    transform: translateX(6px);
}

/* クリック時 */
.button_a:active{
    transform: translateY(2px) scale(0.99);
    box-shadow:
        0 2px 0 #00692f,
        0 5px 10px rgba(0, 0, 0, 0.16),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    animation: none;
}

/* ふわっと強調 */
@keyframes button_pulse{
    0%{
        filter: brightness(1.02);
    }
    100%{
        filter: brightness(1.09);
    }
}

/* 光が左→右へ流れる */
@keyframes button_shine{
    0%{
        left: -120%;
    }
    100%{
        left: 140%;
    }
}

/* スマホ調整 */
@media (max-width: 730px){
    .button_a{
        width: 100%;
        font-size: 1.3rem;
        padding: 0.9rem 1rem;
    }
}

/*----------------------------------------------*/
/* 商品購入ボックス
/*----------------------------------------------*/
#shoping_box{
  width: 100%;
  max-width: 1300px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
  margin-right: auto;
  padding: 0;
  margin-left: auto;
  margin-top: 2rem;
}
@media (max-width:1360px){
  #shoping_box{
    width: 96%;
  }
}
@media (max-width:980px){
  #shoping_box{
    width: 94%;
  }
}
@media (max-width:730px){
  #shoping_box{
    flex-direction: column;
    gap: 0;
  }
}

#shoping_box > div{
  flex: 1 1 calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
}
@media (max-width:1100px){
  #shoping_box > div{
    flex: 1 1 calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
}
@media (max-width:730px){
  #shoping_box > div{
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 2rem;
  }
}

#shoping_box div img{
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  height: auto;
  margin-bottom: 1rem;
  display: block;
}

#shoping_box h4{
  padding: 0;
  margin: 0 0 1rem;
  text-align: center;
  font-size: 1.2rem;
}

#shoping_box div ul{
  margin: 0;
  padding: 0;
  width: auto;
  list-style-type: none;
  font-size: 1rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#shoping_box div ul li{
  margin-bottom: 5px;
}

#shoping_box div ul li:first-child{
  margin-bottom: 10px;
  text-align: center;
  border-bottom: 1px dashed #CCCCCC;
  padding-bottom: 5px;
}

#shoping_box div ul li:last-child{
  color: #FF0003;
  font-size: 1.3rem;
  margin: 0;
  padding-top: 12px;
  text-align: right;
  border-top: 1px dashed #ccc;
}

#shoping_box div ul li i{
  font-size: 0.75rem;
  padding-left: 0.4rem;
  font-weight: normal;
  font-variant: normal;
  font-style: normal;
  color: #666666;
  display: block;
}

#shoping_box div form{
  margin-top: auto;
}

.quantity_wrap{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1rem;
  margin-bottom: 1rem !important;
}
.quantity_wrap label{
  font-size: 0.95rem;
}

#shoping_box div .cart_btn{
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  background-color: #F7A41B;
  color: #FFFFFF;
  font-size: 1.3rem;
  border-radius: 4px;
  box-shadow: 0 4px 0 #b5750c;
  transition: all 0.05s ease-in-out;
  position: relative;
  border: none;
  top: 0;
  user-select: none;
  cursor: pointer;
}
#shoping_box div .cart_btn:hover{
  background-color: #d88a0f;
}
#shoping_box div .cart_btn:active{
  top: 2px;
  box-shadow: 0 2px 0 #b5750c;
}

#shoping_box p{
  display: block;
  margin-top: 5px;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 15px;
  padding: 0;
  text-align: right;
}

select{
  min-width: 3rem;
  border: 1px solid #1976cc;
  font-size: 0.9rem;
  padding: 0.3rem 0.5rem;
  border-radius: 4px;
}

/*----------------------------------------------*/
/* 下部リンクカード
/*----------------------------------------------*/
.box_type5{
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  max-width: 1300px;
  padding: 0;
  margin-top: 10rem;
  margin-left: auto;
  margin-right: auto;
  height: auto;
}
@media (max-width:730px){
  .box_type5{
    margin-bottom: 5rem;
  }
}

.box_type5 > div{
  height: auto;
  width: 31%;
  word-break: break-all;
  margin-top: 0;
  font-size: 1.4rem;
  margin-bottom: 3%;
  margin-right: 3%;
  display: flex;
}
.box_type5 > div:nth-child(3n){
  margin-right: 0%;
}

@media (max-width:1100px){
  .box_type5 > div{
    width: calc((100% - 3%) / 2);
    margin-right: 3%;
  }
  .box_type5 > div:nth-child(3n){
    margin-right: 3%;
  }
  .box_type5 > div:nth-child(2n){
    margin-right: 0;
  }
}

.box_type5 div a{
  text-decoration: none;
  display: block;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
}
.box_type5 div a:hover{
  border: 1px dotted #BC4042;
  background-color: #F9EFEF;
}
.box_type5 div span{
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  color: #555555;
  margin-bottom: 0.6rem;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.box_type5 div img{
  width: 100%;
  height: auto;
  display: block;
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
.box_type5 div p{
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #333333;
}
@media (max-width:730px){
  .box_type5{
    display: flex;
    width: 94%;
    flex-flow: column;
  }
  .box_type5 > div{
    width: 100%;
    margin-top: auto;
    margin-right: auto !important;
    margin-left: auto;
    margin-bottom: 2rem;
    display: block;
  }
}


/*---------------------------------------------------------------*/
/*　テーブルデザイン（比較表）                                   */
/*---------------------------------------------------------------*/
#table-scroll {
  width: 100% !important;
  padding: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  margin-top: 4rem;
  text-align: center;
}

.table_design13 {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  min-width: 700px;
  font-weight: bold;
}

.table_design13 thead th {
  padding: 1em .8em;
  border-right: 2px solid #fff;
}

/* ヘッダー共通 */
.table_design13 thead th:not(:first-child) {
  background: #4d9bc1;
  color: #fff;
  font-size: 1.2rem;
  padding: 0.5em;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
}

/* 1列目ヘッダー */
.table_design13 thead th:nth-child(1) {
  background-color: #777777;
  position: relative;
  color: #fff;
  height: 80px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* 2列目ヘッダー */
.table_design13 thead th:nth-child(2) {
  background-color: #43B236;
  position: relative;
  height: 80px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* 3列目ヘッダー */
.table_design13 thead th:nth-child(3) {
  background-color: #206CB5;
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* 4列目ヘッダー */
.table_design13 thead th:nth-child(4) {
  background-color: #D04192;
  position: relative;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* 本体共通 */
.table_design13 tbody th,
.table_design13 tbody td {
  border: 2px solid #fff;
}

/* 1列目（機能名列） */
.table_design13 tbody th {
  background-color: #DFDFDF;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.4;
  text-align: left;
  padding: 1em;
}

/* 2〜4列目 共通 */
.table_design13 tbody td {
  color: #333;
  padding: 1em;
  background-color: #e6f1f6;
  text-align: center;
  vertical-align: middle;
}

/* 2列目 */
.table_design13 td:nth-child(2) {
  color: #333;
  background-color: #F1FFEF;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
}
.table_design13 td:nth-child(2):hover {
  transform: scale(1.05);
  outline: 2px solid #43B236;
}

/* 3列目 */
.table_design13 td:nth-child(3) {
  color: #333;
  background-color: #F0FAFF;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
}
.table_design13 td:nth-child(3):hover {
  transform: scale(1.05);
  outline: 2px solid #206CB5;
}

/* 4列目 */
.table_design13 td:nth-child(4) {
  color: #333;
  background-color: #FFF0F3;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3rem;
}
.table_design13 td:nth-child(4):hover {
  transform: scale(1.05);
  outline: 2px solid #D04192;
}

/* 1列目 hover（HTML構造に合わせて修正） */
.table_design13 tbody th:hover {
  transform: scale(1.05);
  outline: 2px solid #777777;
}

/* スマホ時は横スクロール */
@media screen and (max-width: 787px) {
  #table-scroll {
    overflow-x: auto;
    padding-top: 2rem;
  }

  .table_design13 {
    margin-top: 2rem;
  }
}

/*---------------------------------------------------------------*/
/* 視覚的に非表示（スクリーンリーダー向け）                      */
/*---------------------------------------------------------------*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/*---------------------------------------------------------------*/
/* 丸アイコン（✓入り丸アイコン）                                 */
/*---------------------------------------------------------------*/
.dot-check {
  --size: 30px;
  --dot: #222;
  --fg: #fff;
  --pad: 2px;
  --dy: 3px;
  position: relative;
  display: inline-block;
  width: var(--size);
  height: var(--size);
  line-height: 1;
}

.dot-check::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--dot);
}

.dot-check::after {
  content: "\2713";
  position: absolute;
  inset: var(--pad);
  display: grid;
  place-items: center;
  color: var(--fg);
  font-size: calc(var(--size) * 0.85);
  font-weight: bold;
  pointer-events: none;
  transform: translateY(var(--dy));
}

/* カラーバリエーション */
.dot-check--primary { --dot: #43B236; --fg: #fff; }
.dot-check--success { --dot: #206CB5; --fg: #fff; }
.dot-check--warning { --dot: #D04192; --fg: #fff; }

