@charset "shift_jis";
/* CSS Document */

/*==============================================================================��pc��==============================================================================*/

@media screen and (min-width: 750px) {
  * {
    margin: 0;
    padding: 0;
  }

  #wrap ul,
  #wrap ol,
  #wrap li {
    list-style: none;
  }

  #wrap a,
  #wrap a:hover {
    color: #222222;
    text-decoration: none;
  }

  #wrap img,
  #wrap a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  #wrap,
  #wrap * {
    font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "���C���I";
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
    font-weight: 600;
  }

  #wrap h1 {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5em;
  }

  #wrap h2 {
    font-size: 24px;
    letter-spacing: 0.06em;
    line-height: 1.5em;
  }

  /*------------------------------------
��{CSS
-------------------------------------*/
  #wrap {
    max-width: 900px;
    margin: 0 auto;
  }
  #wrap img {
    max-width: 100%;
  }
  #wrap .pc_none {
    display: none !important;
  }

  /*------------------------------------
�؂�ւ��^�u
-------------------------------------*/
  #wrap .tab-area {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
  }
  #wrap .tab_recycle {
    width: calc(99% / 2);
    box-sizing: border-box;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    background-color: #b2b2b2;
    color: #fff;
  }
  #wrap .tab_recycle h3 {
    margin: 0.5em;
  }
  #wrap .tab_recycle p {
    font-size: 27px;
  }
  #wrap .tab_recycle.active_recycle:nth-child(1) {
    background-color: #32506a;
  }
  #wrap .tab_recycle.active_recycle:nth-child(2) {
    background-color: #62895a;
  }
  /*�^�u���g*/
  #wrap .panel_recycle {
    display: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    transition: all 1s ease;
  }
  #wrap .panel_recycle.active_recycle {
    display: block;
    /* opacity: 1.0;
    transition: all 1.0s ease; */
  }
  #wrap .panel_recycle.active_recycle:nth-of-type(1) {
    border-top: 5px solid #32506a;
  }
  #wrap .panel_recycle.active_recycle:nth-of-type(2) {
    border-top: 5px solid #62895a;
  }

  /*------------------------------------
�ݒu�T�[�r�X���m�F����
-------------------------------------*/
  #wrap .txt_attention {
    width: calc(100% - 20px);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 15px;
    border: 1px solid #383838;
  }
  #wrap .txt_attention h2 {
    background-color: #547c9f;
    color: #fff;
    padding: 3px 0;
    margin-bottom: 10px;
  }
  #wrap .txt_attention h3 {
    color: #d38f5e;
    border-bottom: 1px solid;
    font-size: 19px;
    margin-bottom: 10px;
    padding-bottom: 3px;
  }
  #wrap .txt_attention .txt_list1,
  #wrap .txt_attention .txt_list2 ul {
    text-align: left;
  }
  #wrap .txt_attention .txt_list2 {
    box-sizing: border-box;
    padding: 10px;
    background-color: #f9eee8;
    border-radius: 8px;
    margin-top: 20px;
  }
  #wrap .txt_attention .txt_list1 li,
  #wrap .txt_attention .txt_list2 ul li {
    display: flex;
    margin-bottom: 10px;
    align-items: baseline;
  }
  #wrap .txt_attention .txt_list1 li::before,
  #wrap .txt_attention .txt_list2 ul li::before {
    content: "�E";
  }
  #wrap .txt_attention p {
    color: #383838;
  }
  
  #wrap .txt_attention .txt_list1 li p span {
    display: inline-block;
    font-size: 20px;
    background: #d38f5e;
    color: #fff;
    padding: 2px 5px 2px 5px;
    margin-top: 5px;
  }

  /*------------------------------------
�ݒu�T�[�r�X�̏ڂ�������
-------------------------------------*/
  #wrap .nagare_title {
    width: 100%;
    background-color: #547c9f;
    color: #fff;
    margin-top: 25px;
    padding: 0px 0 15px;
    font-size: 33px;
    line-height: 40px;
  }
  #wrap .nagare_title span {
    font-size: 16px;
  }
  #wrap .nagare {
    width: calc(100% - 10px);
    /* width: 100%; */
    margin: 20px auto 0;
    box-sizing: border-box;
    padding: 15px 15px 30px;
    border-radius: 8px;
    background-color: #dce5ec;
  }
  #wrap .nagare img {
    border-radius: 8px;
  }
  #wrap .nagare2 {
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 10px 20px;
    border-radius: 8px;
    margin-top: 30px;
  }
  #wrap .nagare2 h2 {
    color: #304f6b;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid;
  }
  #wrap .nagare2 ul {
    width: calc(100% - 20px);
    text-align: left;
    margin: 0 auto;
  }
  #wrap .nagare2 ul li {
    display: flex;
    font-size: 17px;
  }
  #wrap .nagare2 ul li:nth-child(n + 2) {
    margin-top: 5px;
  }
  #wrap .nagare2 ul li::before {
    content: "�E";
  }
  #wrap .nagare2 p {
    color: #383838;
    font-size: 17px;
  }

  /*------------------------------------
�ڂ�������E���m�F����
-------------------------------------*/
  #wrap .txt_nagare {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    border: 1px solid #383838;
    padding: 15px 15px 20px;
  }
  #wrap .txt_nagare h1 {
    background-color: #aaaaaa;
    color: #fff;
    padding: 3px 0;
  }
  #wrap .txt_nagare h1:nth-of-type(2) {
    margin: 25px auto 15px;
  }
  #wrap .txt_nagare h2 {
    display: inline-block;
    border-bottom: 1px solid;
    font-size: 20px;
    margin: 25px auto 15px;
    color: #383838;
  }
  #wrap .txt_nagare ul {
    text-align: left;
    width: 95%;
    margin: 0 auto;
  }
  #wrap .txt_nagare ul li {
    display: flex;
  }
  #wrap .txt_nagare ul li:nth-child(n + 2) {
    margin-top: 10px;
  }
  #wrap .txt_nagare ul li p,
  #wrap .txt_nagare > p {
    color: #383838;
    font-size: 16px;
  }
  #wrap .txt_nagare ul li::before {
    content: "�E";
    font-size: 16px;
  }

  /*------------------------------------
�����@�\
-------------------------------------*/
  #test-list {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 7px;
    background-color: #f1f1f1;
  }

  /*�����ꗗ*/
  #test-list .price_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }
  #test-list .price_list::after {
    content: "";
    display: block;
    width: calc(98% / 3);
  }
  #test-list .price_list li {
    width: calc(98% / 3);
    text-align: center;
    box-sizing: border-box;
    padding: 10px 5px;
    background-color: #fff;
    /* border: 1px solid #aeaeae; */
  }
  #test-list .price_list li:nth-child(n + 4) {
    margin-top: 7px;
  }
  /* #test-list .price_list li p:nth-of-type(1) span{
    font-weight: bold;
} */
  #test-list .price_list li:nth-child(-n + 6) p:nth-of-type(1) {
    background-color: #d48f5d;
  }
  #test-list .price_list li:nth-child(n + 7) p:nth-of-type(1) {
    background-color: #96b6c1;
  }
  #test-list .price_list li p:nth-of-type(2) {
    font-weight: bold;
    color: #890000;
    font-size: 18px;
  }
  #test-list .price_list li p:nth-of-type(2) span {
    font-size: 11px;
  }
  #test-list .price_list li p:nth-of-type(3) {
    font-size: 11px;
  }
  #test-list > h2 {
    font-size: 23px;
    color: #333;
    margin: 10px auto 5px;
  }

  #test-list .btnstyle {
    display: block;
    background-color: #222222;
    color: #fff;
    border-radius: 5px;
    font-size: 13px;
    width: 90%;
    margin: 3px auto 2px;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #222222 !important;
  }
  #test-list .btnstyle:hover {
    background-color: #fff;
    color: #222222 !important;
  }
  #test-list .btnstyle i {
    vertical-align: sub;
    font-size: 20px;
    margin-right: 2px;
  }

  /*������*/
  #test-list .menu {
    display: flex;
    background-color: #666;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    width: 100%;
    margin: 0 auto;
  }
  #test-list .menu li {
    width: calc(100% / 2);
    box-sizing: border-box;
    padding: 7px 0;
  }
  #test-list .menu li:nth-child(2) {
    border-left: 1px solid #fff;
  }
  #test-list > h1 {
    background-color: #6f9b67;
    color: #fff;
    padding: 4px 0 17px;
    font-size: 33px;
    line-height: 30px;
}
  #test-list > h1:nth-of-type(2) {
    margin-top: 50px;
    margin-bottom: 10px;
  }
  #test-list h1 span{
  font-size: 25px;
  color: #fef7b9;
}
  #test-list > h2{
    font-weight: 700;
    background-color: #6f9b67;
    color: #fff;
    padding: 15px 0 15px;
    font-size: 33px;
    line-height: 30px;
    margin-top: 50px;
    margin-bottom: 10px;
  }
  #test-list .temochi {
    font-size: 12px;
    margin-top: 5px;
  }
  #test-list > p {
    font-size: 15px;
    color: #333;
    margin-bottom: 3px;
    /* font-weight: bold; */
  }
  #test-list input {
    /* margin: 0 auto; */
    box-sizing: border-box;
    padding: 10px;
    width: 90%;
    border-radius: 30px;
    border: 1px solid;
    margin-bottom: 25px;
  }
  #test-list .list li {
    display: flex;
    color: #333;
    box-sizing: border-box;
    /* padding: 5px 0; */
    border: 1px solid #e9e9e9;
    margin: 0 0 -1px;
    background-color: #fff;
  }
  /* #test-list .list li.line_171{
    background-color: red;
} */
  #test-list .list li p {
    width: calc(100% / 2);
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
  }
  #test-list .list li p:nth-child(2) {
    border-left: 1px solid #e9e9e9;
    /* border-right: 1px solid #e9e9e9; */
  }
  /* #test-list .list li p:nth-child(-n+2){
    padding-left: 5px;
} */
  #test-list .list li p:nth-child(3) {
    text-align: center;
  }
  #test-list .pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 7px;
  }
  #test-list .pagination li {
    margin: 0 5px;
    box-sizing: border-box;
    padding: 5px 15px;
    background-color: #e1dede;
    color: #333;
    border-radius: 8px;
    cursor: pointer;
  }
  #test-list .pagination li.active {
    background-color: #bdbaba;
  }
  #test-list .pagination li a {
    color: #333;
  }
  #test-list .pagination li a:hover {
    color: #333 !important;
  }

  .btn_img {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .btn_img li {
    width: 50%;
  }

  .btn_img li:hover {
    opacity: 0.9;
  }

  /*-----------------------------------------------*/
  /*�t�b�^�[*/
  /*-----------------------------------------------*/
  footer {
    font-size: 16px;
    padding: 0;
    width: 100%;
    margin: 2vw 0;
    text-align: center;
    color: #000;
  }

  footer a {
    color: #000;
    display: inline-block;
    text-decoration: none;
  }

  footer a:hover {
    opacity: 0.8;
  }
}

/*=============================================================================��pc��==============================================================================*/

/*==============================================================================��smp��==============================================================================*/

@media screen and (max-width: 751px) {
  * {
    margin: 0;
    padding: 0;
  }

  #wrap ul,
  #wrap ol,
  #wrap li {
    list-style: none;
  }

  #wrap a,
  #wrap a:hover {
    color: #222222;
    text-decoration: none;
  }

  #wrap img,
  #wrap a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  #wrap,
  #wrap * {
    font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "���C���I";
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.714em;
    font-weight: 600;
  }

  #wrap h1 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.5em;
  }

  #wrap h2 {
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 1.5em;
  }

  /*------------------------------------
��{CSS
-------------------------------------*/
  #wrap {
    /* max-width: 100%; */
    width: calc(100% - 10px);
    margin: 0 auto;
  }
  #wrap img {
    max-width: 100%;
  }
  #wrap .smp_none {
    display: none !important;
  }

  /*------------------------------------
�؂�ւ��^�u
-------------------------------------*/
  #wrap .tab-area {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
  }
  #wrap .tab_recycle {
    width: calc(98% / 2);
    box-sizing: border-box;
    padding: 2vw 0;
    text-align: center;
    cursor: pointer;
    background-color: #b2b2b2;
    color: #fff;
  }
  #wrap .tab_recycle h3 {
    margin: 0.5em;
  }
  #wrap .tab_recycle p {
    font-size: 4vw;
    line-height: 5vw;
  }
  #wrap .tab_recycle.active_recycle:nth-child(1) {
    background-color: #32506a;
  }
  #wrap .tab_recycle.active_recycle:nth-child(2) {
    background-color: #62895a;
  }
  /*�^�u���g*/
  #wrap .panel_recycle {
    display: none;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    transition: all 1s ease;
  }
  #wrap .panel_recycle.active_recycle {
    display: block;
    /* opacity: 1.0;
    transition: all 1.0s ease; */
  }
  #wrap .panel_recycle.active_recycle:nth-of-type(1) {
    border-top: 5px solid #32506a;
  }
  #wrap .panel_recycle.active_recycle:nth-of-type(2) {
    border-top: 5px solid #62895a;
  }

  /*------------------------------------
�ݒu�T�[�r�X���m�F����
-------------------------------------*/
  #wrap .txt_attention {
    width: calc(100% - 10px);
    margin: 0 auto;
    box-sizing: border-box;
    padding: 2vw;
    border: 1px solid #383838;
  }
  #wrap .txt_attention h2 {
    background-color: #547c9f;
    color: #fff;
    padding: 1vw 0;
    margin-bottom: 2vw;
  }
  #wrap .txt_attention h3 {
    color: #d38f5e;
    border-bottom: 1px solid;
    font-size: 3.7vw;
    margin-bottom: 2vw;
    padding-bottom: 1vw;
  }
  #wrap .txt_attention .txt_list1,
  #wrap .txt_attention .txt_list2 ul {
    text-align: left;
  }
  #wrap .txt_attention .txt_list2 {
    box-sizing: border-box;
    padding: 2vw;
    background-color: #f9eee8;
    border-radius: 8px;
    margin-top: 3vw;
  }
  #wrap .txt_attention .txt_list1 li,
  #wrap .txt_attention .txt_list2 ul li {
    display: flex;
    margin-bottom: 2vw;
    align-items: baseline;
  }
  #wrap .txt_attention .txt_list1 li::before,
  #wrap .txt_attention .txt_list2 ul li::before {
    content: "�E";
  }
  #wrap .txt_attention p {
    color: #383838;
  }
  
  #wrap .txt_attention .txt_list1 li p span {
    display: inline-block;
    font-size: 4vw;
    background: #d38f5e;
    color: #fff;
    padding: 2px 5px 2px 5px;
    margin-top: 5px;
  }

  /*------------------------------------
�ݒu�T�[�r�X�̏ڂ�������
-------------------------------------*/
  .nagare_title {
    width: 100%;
    background-color: #547c9f;
    color: #fff;
    margin-top: 7vw;
    padding: 0px 0 3vw;
    font-size: 6vw;
    line-height: 6vw;
  }
  .nagare_title span {
    font-size: 3.5vw;
  }
  .nagare {
    width: calc(100% - 10px);
    /* width: 100%; */
    margin: 2vw auto 0;
    box-sizing: border-box;
    padding: 2vw 2vw 3vw;
    border-radius: 8px;
    background-color: #dce5ec;
  }
  .nagare img {
    border-radius: 8px;
  }
  .nagare2 {
    background-color: #fff;
    box-sizing: border-box;
    padding: 2vw 2vw 3vw;
    border-radius: 8px;
    margin-top: 5vw;
  }
  .nagare2 h2 {
    color: #304f6b;
    padding-bottom: 0.5vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid;
  }
  .nagare2 ul {
    width: calc(100% - 10px);
    text-align: left;
    margin: 0 auto;
  }
  .nagare2 ul li {
    display: flex;
    /* font-size: 17px; */
  }
  .nagare2 ul li:nth-child(n + 2) {
    margin-top: 3vw;
  }
  .nagare2 ul li::before {
    content: "�E";
  }
  .nagare2 p {
    color: #383838;
    /* font-size: 17px; */
  }

  /*------------------------------------
�ڂ�������E���m�F����
-------------------------------------*/
  #wrap .txt_nagare {
    width: 100%;
    margin: 0 auto 5vw;
    box-sizing: border-box;
    border: 1px solid #383838;
    padding: 2vw 2vw 3vw;
  }
  #wrap .txt_nagare h1 {
    background-color: #aaaaaa;
    color: #fff;
    padding: 1vw 0;
    font-size: 4vw;
  }
  #wrap .txt_nagare h1:nth-of-type(2) {
    margin: 5vw auto 2vw;
  }
  #wrap .txt_nagare h2 {
    display: inline-block;
    border-bottom: 1px solid;
    font-size: 3.7vw;
    margin: 3vw auto 2vw;
    color: #383838;
  }
  #wrap .txt_nagare ul {
    text-align: left;
    margin: 0 auto;
  }
  #wrap .txt_nagare ul li {
    display: flex;
  }
  #wrap .txt_nagare ul li:nth-child(n + 2) {
    margin-top: 2vw;
  }
  #wrap .txt_nagare ul li p,
  #wrap .txt_nagare > p {
    color: #383838;
    font-size: 3.5vw;
  }
  #wrap .txt_nagare ul li::before {
    content: "�E";
    font-size: 3.5vw;
  }
  #wrap .txt_nagare > p {
    text-align: left;
  }

  /*------------------------------------
�����@�\
-------------------------------------*/
  #test-list {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    padding: 3vw 1vw;
    background-color: #f1f1f1;
  }

  /*�����ꗗ*/
  #test-list .price_list {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
  #test-list .price_list::after {
    content: "";
    display: block;
    width: calc(98% / 3);
  }
  #test-list .price_list li {
    width: calc(98% / 3);
    text-align: center;
    box-sizing: border-box;
    padding: 1vw 0.5vw;
    background-color: #fff;
    /* border: 1px solid #aeaeae; */
  }
  #test-list .price_list li:nth-child(n + 4) {
    margin-top: 3vw;
  }
  /* #test-list .price_list li p:nth-of-type(1) span{
    font-weight: bold;
} */
  #test-list .price_list li:nth-child(-n + 6) p:nth-of-type(1) {
    background-color: #d48f5d;
  }
  #test-list .price_list li:nth-child(n + 7) p:nth-of-type(1) {
    background-color: #96b6c1;
  }
  #test-list .price_list li p:nth-of-type(1),
  #test-list .price_list li p:nth-of-type(1) span {
    font-size: 2.5vw;
    padding: 1vw;
    box-sizing: border-box;
  }
  #test-list .price_list li p:nth-of-type(2) {
    font-weight: bold;
    color: #890000;
    font-size: 3.5vw;
  }
  #test-list .price_list li p:nth-of-type(2) span {
    font-size: 11px;
  }
  #test-list .price_list li p:nth-of-type(3) {
    font-size: 3vw;
  }
  /* #test-list > h2{
    font-weight: normal;
    font-size: 23px;
    color: #333;
    margin: 10px auto 5px;
} */
  #test-list .btnstyle {
    display: block;
    background-color: #222222;
    color: #fff;
    border-radius: 5px;
    font-size: 2vw;
    width: 97%;
    margin: 1vw auto;
    box-sizing: border-box;
    padding: 1vw 0;
    border: 1px solid #222222 !important;
  }
  #test-list .btnstyle:active {
    background-color: #fff;
    color: #222222 !important;
  }
  #test-list .btnstyle i {
    vertical-align: sub;
    font-size: 4.5vw;
    margin-right: 0.5vw;
  }

  /*�����𐧌����Ă���R���e���c�̗v�f*/
  #test-list .container {
    position: relative;
    max-width: 100%;
    height: 100vw;
    padding: 0;
    margin: 1vw auto 0;
    /* border: 1px solid #000; */
    overflow: hidden;
    transition: 0.4s;
    box-sizing: border-box;
  }
  #test-list .container.open2 {
    overflow: unset;
    margin-bottom: 20vw;
  }
  /*�O���f�[�V�����ŉB���[���v�f*/
  #test-list .container:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30vw;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgb(241 241 241) 70%, rgba(255, 255, 255, 0) 100%);
    transition: 0.4s;
  }
  /*�N���X�t�^���̃X�^�C��*/
  #test-list .container.open2:before {
    opacity: 0;
    visibility: hidden;
  }
  /*�{�^���̃X�^�C��*/
  #test-list .more_btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: calc(100% - 10px);
    cursor: pointer;
    color: #000;
    background: #f1f1f1;
    box-sizing: border-box;
    padding: 2vw 0;
    border: 1px solid;
    border-radius: 3px;
  }
  #test-list .container.open2 .more_btn {
    bottom: -15vw;
  }

  /*������*/
  #test-list .menu {
    display: flex;
    background-color: #666;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    width: 100%;
    margin: 0 auto;
  }
  #test-list .menu li {
    width: calc(100% / 2);
    box-sizing: border-box;
    padding: 1vw 0;
    font-size: 3.2vw;
  }
  #test-list .menu li:nth-child(2) {
    border-left: 1px solid #fff;
  }
  #test-list > h1 {
    background-color: #6f9b67;
    color: #fff;
    font-size: 4.5vw;
    padding: 1vw 0;
  }
  #test-list > h1:nth-of-type(2) {
    margin-top: 7vw;
    margin-bottom: 2vw;
  }
  #test-list h1 span{
  font-size: 4.2vw;
  color: #fef7b9;
  }
  #test-list > h2{
    font-weight: 700;
    background-color: #6f9b67;
    color: #fff;
    padding: 1vw 0;
    font-size: 5vw;
    line-height: 1.5em;
    margin-top: 7vw;
    margin-bottom: 2vw;
  }

  #test-list .temochi {
    font-size: 2.7vw;
    margin-top: 1vw;
  }
  #test-list > p {
    font-size: 3vw;
    color: #333;
    margin-bottom: 3px;
    /* font-weight: bold; */
  }
  #test-list input {
    /* margin: 0 auto; */
    box-sizing: border-box;
    padding: 2vw 4vw;
    width: 100%;
    border-radius: 20px;
    border: 1px solid;
    margin-bottom: 5vw;
    text-align: left;
    font-size: 16px;
    /* transform: scale(0.8); */
  }
  #test-list .list li {
    display: flex;
    align-items: center;
    color: #333;
    box-sizing: border-box;
    /* padding: 5px 0; */
    border: 1px solid #e9e9e9;
    margin: 0 0 -1px;
    background-color: #fff;
  }
  #test-list .list li p {
    width: calc(100% / 2);
    text-align: center;
    box-sizing: border-box;
    padding: 2vw 3vw;
    font-size: 3.2vw;
  }
  #test-list .list li p:nth-child(2) {
    border-left: 1px solid #e9e9e9;
    /* border-right: 1px solid #e9e9e9; */
  }
  /* #test-list .list li p:nth-child(-n+2){
    padding-left: 5px;
} */
  #test-list .list li p:nth-child(3) {
    text-align: center;
  }
  #test-list .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2vw;
  }
  #test-list .pagination li {
    margin: 0 1vw;
    box-sizing: border-box;
    padding: 1vw 3vw;
    background-color: #e1dede;
    color: #333;
    border-radius: 8px;
  }
  #test-list .pagination li.active {
    background-color: #bdbaba;
  }
  #test-list .pagination li a {
    color: #333;
    /* display: block; */
  }
  #test-list .pagination li a:active {
    color: #333 !important;
  }

  /* .btn_img{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_img li{width: 50%;} */

  .btn_img li:hover {
    opacity: 0.9;
  }

  /*-----------------------------------------------*/
  /*�t�b�^�[*/
  /*-----------------------------------------------*/
  footer {
    font-size: 4vw;
    padding: 0;
    width: 100%;
    margin: 3vw 0;
    text-align: center;
    color: #000;
  }

  footer a {
    color: #000;
    display: inline-block;
    text-decoration: none;
  }

  footer a:hover {
    opacity: 0.8;
  }
}

/*=============================================================================��smp��==============================================================================*/
