@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 aside{color: #606060;        font-size: 18px;}
#wrap a,
#wrap a:hover {
  color: #222222;
  text-decoration: none;
}

#wrap img,
#wrap a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#wrap a:hover img {
  opacity: 0.9;
}

#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;
}

#wrap dl.qa{
                margin-bottom: 1em;
        color: #383838;
        box-sizing: border-box;
            text-align: left;
}
#wrap dl.qa dt{font-weight: 700;font-size: 16px;}
#wrap dl.qa dd{margin-left: 2em;font-size: 14px;margin-bottom: 1em;}




/*------------------------------------
��{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: #045873;
}
#wrap .tab_recycle.active_recycle:nth-child(2) {
  background-color: #247559;
}
/*�^�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 #045873;
}
#wrap .panel_recycle.active_recycle:nth-of-type(2) {
  border-top: 5px solid #247559;
}

/*------------------------------------
�A���J�[���j���[
-------------------------------------*/
#wrap .anchor_menu {
  width: 100%;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#wrap .anchor_menu li {
  width: calc(97% / 3);
}
#wrap .anchor_menu li a {
  display: block;
  position: relative;
  color: #00ace6;
  font-weight: bold;
  border: 2px solid;
  box-sizing: border-box;
  font-size: 20px;
  padding: 15px 0 20px;
  transition: 0.5s;
}
#wrap .anchor_menu li a:hover {
  color: #fff !important;
  background-color: #00ace6;
  border-color: #00ace6;
}
#wrap .anchor_menu li a::after {
  font-family: "Material Icons";
  font-size: 30px;
  font-weight: normal;
  position: absolute;
  content: "expand_more";
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: 0.2s;
}
#wrap .anchor_menu li a:hover::after {
  bottom: -7px;
}
/* #wrap .anchor_menu li:nth-child(n+3){
    margin-top: 20px;
} */

/*------------------------------------
�A���J�[�����e
-------------------------------------*/
/* #wrap .contents_box:nth-of-type(1){
    margin-top: 50px;
} */
#wrap .contents_box {
  width: 100%;
  margin-top: 35px;
}
#wrap .contents_box h1 {
  box-sizing: border-box;
  color: #fff;
  background-color: #606060;
  box-sizing: border-box;
  padding: 5px 0;
  font-size: 30px;
  margin: 0 auto 10px;
}

#wrap .contents_box .anchor_btn a {
  display: block;
  box-sizing: border-box;
  padding: 10px 0;
  text-align: center;
  color: #383838;
  border: 1px solid;
  border-radius: 8px;
  font-size: 23px;
  margin: 25px auto 0;
  position: relative;
  width: 55%;
}
#wrap .contents_box .anchor_btn a::after {
  font-family: "Material Icons";
  content: "expand_more";
  font-size: 40px;
  position: absolute;
  top: 55%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#wrap .contents_box .attention {
  width: 100%;
  margin: 50px auto 0;
  box-sizing: border-box;
  padding: 15px;
  background-color: #fdf9ef;
  border-radius: 8px;
}
#wrap .contents_box .attention span{
 font-size: 20px;
 font-weight: bold;
 color: #d3270b;
}

#wrap .contents_box .attention .mida {
  color: #dd8708;
  border-bottom: 1px solid;
  font-size: 26px;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#wrap .contents_box .attention p:nth-of-type(n + 2) {
  font-size: 20px;
  color: #383838;
  box-sizing: border-box;
}

#wrap #contents02.contents_box .explanation:nth-of-type(1) {
  margin-bottom: 40px;
}
#wrap #contents02.contents_box .explanation:nth-of-type(2) {
  margin: 20px auto 50px;
}

#wrap .contents_box .explanation {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #383838;
}
#wrap .contents_box .explanation .mida {
  background-color: #00ace6;
  color: #fff;
  padding: 5px 0;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}
#wrap .contents_box .explanation p:nth-of-type(n + 2) {
  color: #383838;
  text-align: center;
  padding: 0;
  font-size: 20px;
}
#wrap .contents_box .explanation p.note {
  color: #dd8708;
  text-align: center;
  margin-bottom: 0;
}
#wrap .contents_box .explanation p.note::before {
  content: "��";
  margin-right: 5px;
}
#wrap .contents_box .explanation > ul {
  text-align: left;
  padding: 0;
}
#wrap .contents_box .explanation > ul li {
  display: flex;
  font-size: 16px;
  color: #383838;
}
#wrap .contents_box .explanation > ul li:nth-child(n + 2) {
  margin-top: 10px;
}
#wrap .contents_box .explanation > ul li::before {
  content: "�E";
  margin-right: 0.5vw;
}

/*����*/
#wrap .contents_box details {
  transition: 0.8s;
}
#wrap .contents_box summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 15px;
/*  background-color: #fdf9ef;*/
  width: 70%;
  margin: 0 auto;
  border-radius: 8px;
}
#wrap .contents_box summary::-webkit-details-marker {
  display: none;
}
#wrap .contents_box summary > div:nth-child(1) {
  width: 13%;
  margin-right: 15px;
}
#wrap .contents_box summary > div:nth-child(2) p {
  font-weight: bold;
  color: #383838;
}
#wrap .contents_box summary > div:nth-child(2) p:nth-child(1) {
  font-size: 20px;
}
#wrap .contents_box summary > div:nth-child(2) p:nth-child(2) {
  font-size: 16px;
  position: relative;
}
#wrap .contents_box summary > div:nth-child(2) p:nth-child(2)::before,
#wrap .contents_box summary > div:nth-child(2) p:nth-child(2)::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20%;
  width: 14px;
  height: 2px;
  content: "";
  background-color: currentColor;
}
#wrap .contents_box summary > div:nth-child(2) p:nth-child(2)::before {
  transform: translateY(-50%);
}
#wrap .contents_box summary > div:nth-child(2) p:nth-child(2)::after {
  transition: transform 0.5s;
  transform: translateY(-50%) rotate(-90deg);
}

#wrap .contents_box details[open] summary > div:nth-child(2) p:nth-child(2)::after {
  transform: translateY(-50%);
}
#wrap .contents_box summary > div.movie {
  transition: transform 0.5s;
}
#wrap .contents_box .movie {
  margin-top: 15px;
}
#wrap .contents_box .com,
#wrap .contents_box .com2 {
  color: #383838;
}
#wrap .contents_box .com {
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
}
#wrap .contents_box .com2 {
  margin-top: 20px;
  font-size: 18px;
}
#wrap .contents_box .movie dt {
  width: 100%;
  box-sizing: border-box;
  padding: 7px 0;
  margin-bottom: 1vw;
  font-size: 16px;
  color: #383838;
  background-color: #dbdbdb;
}

#wrap .contents_box .movie > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#wrap .contents_box .movie > ul > li:nth-child(1) {
  width: 100%;
}
/* #wrap .contents_box .movie > ul > li:nth-child(1) dd:nth-of-type(2){
    margin-top: 2vw;
} */
#wrap .contents_box .movie > ul > li:nth-child(1) dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wrap .contents_box .movie > ul > li:nth-child(1) dd {
  width: calc(98% / 2);
}
#wrap .contents_box .movie > ul > li:nth-child(1) dl dt {
  width: 100%;
}
#wrap .contents_box .movie > ul > li:nth-child(n + 2) {
  margin-top: 20px;
  width: calc(98% / 2);
}
#wrap .contents_box .movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#wrap .contents_box .movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  /* z-index: 5; */
}

/*�m�F�����ƒǉ�����*/
#wrap .accordion_menu {
  margin-top: 50px;
}
#wrap .accordion_menu .qa {
  font-size: 20px;
}
#wrap .accordion_menu .qa:nth-child(n + 2) {
  margin-top: 10px;
}
#wrap .accordion_menu .list_q {
  position: relative;
  cursor: pointer;
  border: 1px solid #c0c0c0;
  padding: 10px 10px 10px 25px;
  font-size: 20px;
  color: #383838;
  text-align: left;
}
#wrap .accordion_menu .list_q::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #383838;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
}
#wrap .accordion_menu .list_q::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #383838;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
#wrap .accordion_menu .list_q.accordion_menu_active::after {
  display: none;
}
#wrap .accordion_menu .list_a {
  display: none;
  margin-bottom: 30px;
}

/*�����������t�H���܂ł̗���-�ڍ�-*/
#wrap .star {
  font-size: 3.5vw;
  color: #383838;
  width: calc(100% - 40px);
  margin: 0 auto;
}
#wrap .star span {
  font-size: 4vw;
  font-weight: bold;
  color: #d3270b;
}
#wrap .step_box {
  width: 100%;
  background-color: #e2f5fb;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 30px;
}
#wrap .step_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#wrap .step_box ul li:nth-child(1) {
  width: 100%;
}
#wrap .step_box ul li:nth-child(n + 2) {
  width: calc(98% / 2);
  margin-top: 20px;
}
#wrap .step_box img {
  border-radius: 8px;
}

#wrap .yubin_box {
  box-sizing: border-box;
  padding: 2vw;
  background-color: #fdf9ef;
  border-radius: 8px;
  margin: 3vw 0 0;
}
#wrap .yubin_numner {
  box-sizing: border-box;
  font-size: 20px;
  color: #383838;
  margin: 0 auto 10px;
  font-weight: bold;
}
#wrap .bn_img:hover img {
  opacity: 0.8;
  transition: 0.3s;
}
#wrap .bn_img {
  display: block;
  /* margin-bottom: 3vw; */
}

#wrap .display_example {
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  padding: 20px;
  background-color: #fff;
  width: 100%;
  margin: 0 auto 20px;
}

/*�X�e�b�v*/
#wrap .step_box2 > section {
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #424242;
  margin-top: 30px;
}
#wrap .step_box2 .mida {
  color: #00ace6;
  font-weight: bold;
  font-size: 25px;
}
#wrap .step_box2 .mida span {
  font-size: 35px;
  margin-left: 4px;
}

#wrap .step_box2 .mida2 {
  padding: 5px 0;
  background-color: #00ace6;
  color: #fff;
  font-size: 20px;
}
#wrap .step_box2 .mida3 {
text-align: left;
        background: #7d7d7d;
        color: #fff;
        font-size: 18px;
}
#wrap .step_box2 .txt,
#wrap .step_box2 .txt2 {
  color: #383838;
}
#wrap .step_box2 .txt {
  font-size: 18px;
  margin: 10px auto 0;
}
#wrap .step_box2 .txt2 {
  font-size: 20px;
  margin: 20px 0;
}

#wrap .step_box2 .img_box {
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  padding: 0;
  background-color: #fff;
  width: 95%;
  margin: 10px auto 20px;
}
#wrap .step_box2 .img_box .js-modal-open {
  box-sizing: border-box;
  padding: 3vw;
  border: 1px solid #e7e7e7;
  /* margin-top: 1vw; */
  margin: 1vw auto 4vw;
  width: 90%;
} /* 
#wrap .step_box2 .img_box .js-modal-open img{
    border: 1px solid #e7e7e7;
} */
#wrap .step_box2 p.action {
  color: #00ace6;
  font-size: 20px;
  margin: 30px auto 15px;
}

#wrap .step_box2 .koji_mida {
  font-size: 20px;
  color: #fff;
  box-sizing: border-box;
  padding: 5px 100px;
  display: inline-block;
}
#wrap .step_box2 .koji_mida.koji_no {
  background-color: #91b6bc;
}
#wrap .step_box2 .koji_mida.koji_ari {
  background-color: #d3270b;
  margin-top: 30px;
}

#wrap .step_box2 .txt_list {
  box-sizing: border-box;
  padding: 2vw;
  background-color: #fdf9ef;
  border-radius: 8px;
}
#wrap .step_box2 .txt_list .mida
{
  color: #dd8708;
  border-bottom: 1px solid;
  font-size: 23px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap .step_box2 .txt_list .mida::before {
  font-family: "material symbols outlined";
  content: "error";
  font-size: 35px;
  margin-right: 0;
}
#wrap .step_box2 .txt_list .mida:nth-of-type(n + 2) {
  margin-top: 20px;
}
#wrap .step_box2 .txt_list ul li
{
  display: flex;
  margin-bottom: 5px;
  color: #383838;
  font-size: 16px;
  text-align: left;
}
#wrap .step_box2 .txt_list ul li p
{
  text-align: left;
  font-size: 16px;
}
#wrap .step_box2 .txt_list ul li::before {
  content: "�E";
}
#wrap .step_box2 .txt_list ul li span {
  font-weight: bold;
  color: #d3270b;
  font-size: 16px;
}

#wrap .step_box2 .step2 .txt_list,
#wrap .step_box2 .step3 .txt_list,
#wrap .step_box2 .step4 .txt_list{
  margin-top: 10px;
}

#wrap .toiawase {
  display: inline-block;
  margin: 30px auto 0;
}
#wrap .toiawase a {
  display: block;
  box-sizing: border-box;
  padding: 15px 100px;
  background: #222;
  border-radius: 5px;
  color: #fff;
  border: solid 1px #222;
  transition: 0.2s;
}
#wrap .toiawase a:hover {
  background: #fff;
  color: #222 !important;
}

/*------------------------------------
���T�C�N������T�[�r�X
-------------------------------------*/
#wrap .txt_recycle {
  font-size: 18px;
  color: #383838;
  margin: 20px auto -20px;
}
#wrap .txt_recycle span {
  display: inline-block;
  background-color: #02ba7a;
  color: #fff;
  font-size: 20px;
  padding: 0 10px;
  margin: 0 3px;
}

#wrap .recycle_btn {
  display: inline-block;
  margin-top: 10px;
}
#wrap .recycle_btn a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-color: #d3270b;
  border: 1px solid #d3270b;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 7px 70px 7px 20px;
  transition: 1s;
}
#wrap .recycle_btn a::after,
#wrap .recycle_btn a::before {
  position: absolute;
  font-family: "Material Icons";
  content: "play_arrow";
  color: #fff;
  font-size: 30px;
  bottom: 0.5vw;

  top: 53%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#wrap .recycle_btn a::after {
  right: 13px;
}
#wrap .recycle_btn a::before {
  right: 30px;
}
/* #wrap .recycle_btn a > div:nth-child(2)::after{
    right: -50px;
    top: 1px;
} */
#wrap .recycle_btn a:hover {
  background-color: #fff;
}
#wrap .recycle_btn a p,
#wrap .recycle_btn a div {
  color: #fff;
}
#wrap .recycle_btn a:hover p,
#wrap .recycle_btn a:hover div,
#wrap .recycle_btn a:hover::after,
#wrap .recycle_btn a:hover::before {
  color: #d3270b;
}
#wrap .recycle_btn a > div:nth-child(1) {
  margin-right: 15px;
}
#wrap .recycle_btn a > div:nth-child(1) p {
  font-size: 16px;
}
#wrap .recycle_btn a > div:nth-child(2) {
  font-size: 27px;
  position: relative;
}

#wrap .recycle_box {
  box-sizing: border-box;
  padding: 15px;
  border: 1px solid #424242;
  margin-top: 30px;
}
#wrap #syosai_box h2 {
  background-color: #02ba7a;
  color: #fff;
  padding: 5px 0;
  font-size: 23px;
}

#wrap #syosai_box ul {
  text-align: left;
  color: #383838;
  margin: 1vw auto 0;
}
#wrap #syosai_box ul > li:nth-child(n + 2) {
  margin-top: 10px;
}
#wrap #syosai_box .mida {
  display: flex;
}
#wrap #syosai_box .mida,
#wrap #syosai_box .mida p,
#wrap #syosai_box .mida p span:nth-of-type(n + 2) {
  font-size: 18px;
  font-weight: bold;
}
#wrap #syosai_box .mida > span {
  font-size: 20px;
  margin-right: 10px;
  /* display: inline-block; */
  font-weight: bold;
}
#wrap #syosai_box .mida p span {
  color: #d3270b;
  font-size: 18px;
}
#wrap #syosai_box .mida p span.num {
  font-size: 30px;
  margin: 0 0 0 5px;
}
#wrap #syosai_box p.otodoke_txt {
  background-color: #fbffc2;
  box-sizing: border-box;
  padding: 15px;
  border-radius: 10px;
  color: #c64c1b;
  display: flex;
  font-size: 18px;
  margin-top: 10px;
}
#wrap #syosai_box p.otodoke_txt::before {
  content: "��";
  margin-right: 3px;
}

#wrap #syosai_box .annotation {
  box-sizing: border-box;
  padding: 5px 10px;
}
#wrap #syosai_box .annotation p {
  display: flex;
  font-size: 18px;
}
#wrap #syosai_box .annotation p::before,
#wrap #syosai_box .preparation p:nth-child(3)::before {
  content: "��";
  margin-right: 5px;
}
#wrap #syosai_box .annotation p:nth-child(1),
#wrap #syosai_box .preparation p:nth-child(3) {
  color: #d3270b;
}
#wrap #syosai_box .annotation p:nth-child(2) {
  margin-top: 5px;
}

#wrap #syosai_box .preparation {
  box-sizing: border-box;
  padding: 15px;
  text-align: center;
  background-color: #fdffe9;
  border-radius: 8px;
  margin-top: 15px;
}
#wrap #syosai_box .preparation p:nth-child(1) {
  font-size: 20px;
  color: #d3270b;
  border-bottom: 1px solid;
  margin-bottom: 10px;
  /* font-weight: bold; */
}
#wrap #syosai_box .preparation p:nth-child(2) {
  font-size: 18px;
}
#wrap #syosai_box .preparation p:nth-child(3) {
  font-size: 18px;
}

/*�K�����m�F��������*/
#wrap #kakunin_box h2 {
  background-color: #aaaaaa;
  color: #fff;
  padding: 5px 0;
  font-size: 23px;
  margin-bottom: 10px;
}
#wrap #kakunin_box .kakunin_list {
  text-align: left;
  color: #383838;
}
#wrap #kakunin_box .kakunin_list > li {
  margin-top: 5px;
}
#wrap #kakunin_box .kakunin_list > li > p {
  display: flex;
  font-size: 18px;
}
#wrap #kakunin_box .kakunin_list > li > p::before {
  content: "�E";
}
#wrap #kakunin_box .kakunin_list .dot_box {
  box-sizing: border-box;
  padding: 15px;
  border: 1px dashed #a3a3a3;
  border-radius: 8px;
  margin: 5px auto 10px;
}
#wrap #kakunin_box .kakunin_list .dot_box p {
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid;
  padding-bottom: 5px;
}
#wrap #kakunin_box .kakunin_list .dot_box li {
  display: flex;
  margin: 5px 0;
  font-size: 16px;
}
#wrap #kakunin_box .kakunin_list .dot_box li:nth-child(3) {
  margin-bottom: 0;
}
#wrap #kakunin_box .kakunin_list .dot_box li::before {
  content: "�E";
  margin-right: 0.5vw;
}

#wrap #kakunin_box .txt_list {
  box-sizing: border-box;
  padding: 15px;
  background-color: #fdf9ef;
  border-radius: 8px;
  margin: 15px 0 0;
}
#wrap #kakunin_box .txt_list .mida {
  color: #dd8708;
  border-bottom: 1px solid;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #kakunin_box .txt_list li {
  display: flex;
  margin-bottom: 10px;
  color: #383838;
  font-size: 16px;
  text-align: left;
}
#wrap #kakunin_box .txt_list li::before {
  content: "�E";
}

/***---------------------------------
PC�p�i�r���j���[
---------------------------------***/
#wrap #fs_nav {
  position: fixed;
  top: calc(5% + 140px);
  right: 0;
  z-index: 1000;
}
#wrap #fs_nav ul li:nth-child(1) {
  border-top: 1px dotted #e0e0e0;
}
#wrap #fs_nav ul li {
  border-bottom: 1px dotted #e0e0e0;
}
#wrap #fs_nav ul li a {
  display: block;background-color: #e5e5e5ab;
  text-align: left;
  box-sizing: border-box;
  /* padding: 10px 0; */
  padding: 1em 3em 1em 0.75em;
  color: #494849;
}
#wrap #fs_nav ul li:nth-child(4) a span::after {
  font-family: "Material Icons";
  content: "\e5d8";
  margin-left: 3px;
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
}
#wrap #fs_nav ul li:nth-child(5) a span::after {
  font-family: "material symbols outlined";
  content: "open_in_new";
  margin-left: 3px;
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
}
#wrap #fs_nav ul li a span {
  font-size: 13px;
}
#wrap #fs_nav ul li a::before {
  margin-right: 10px;
  font-size: 25px;
  vertical-align: middle;
}

#wrap #fs_nav2 {
  position: fixed;
  top: calc(5% + 140px);
  right: 0;
  z-index: 1000;
}
#wrap #fs_nav2 ul li:nth-child(1) {
  border-top: 1px dotted #e0e0e0;
}
#wrap #fs_nav2 ul li {
  border-bottom: 1px dotted #e0e0e0;
}
#wrap #fs_nav2 ul li a {
  display: block;
  text-align: left;
  box-sizing: border-box;
  /* padding: 10px 0; */
  padding: 1em 3em 1em 0.75em;
  color: #494849;
}
#wrap #fs_nav2 ul li:nth-child(3) a span::after {
  font-family: "Material Icons";
  content: "\e5d8";
  margin-left: 3px;
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
}
#wrap #fs_nav2 ul li a span {
  font-size: 13px;
}
#wrap #fs_nav2 ul li a::before {
  margin-right: 10px;
  font-size: 25px;
  vertical-align: middle;
}

/*========================
2023/06/13*add
========================*/
#wrap .mail {
  margin-right: 3px !important;
  color: #b10e1b !important;
}

#wrap #wrap_asutodo {
  margin: 35px 0 -10px;
}
#wrap #wrap_asutodo a {
  display: block;
  background-color: #b10e1b;
  margin: 0;
  padding: 1em;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-weight: bold;
  transition: 0.5s;
  border: 2px solid #b10e1b;
  border-radius: 8px;
}
#wrap #wrap_asutodo a:hover {
  background-color: #fff;
  color: #b10e1b !important;
}
#wrap #wrap_asutodo a div {
  font-size: 20px;
}

/*-----------------------------------------------*/
/*�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;
}












/*-----------------------------------------------*/
/*25.6.18 �ڍs�C���ǉ�*/
/*-----------------------------------------------*/

/*���i�\*/
#wrap .price_1{
width: 90%;
  margin: 30px auto;
  border-radius: 10px;
  background-color: #00ace6;
  padding: 0px 10px 3px 10px;
}
#wrap .price_1 table{
  width: 100%;
  border-collapse: collapse;
}
#wrap .price_1 table tr td{
  color:#FFF;
  background-color:#00ace6;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px dashed #FFF;
}
#wrap .price_1 table tr td span{
  font-size: 18px;
}
#wrap .price_1 table td:last-child{
  font-size: 40px !important;
   color:#fff6aa;
  text-align: right;
  padding-right:10px;
  font-family: centuryGB, "Century Gothic", helvetica, Arial, sans-serif !important;
}
#wrap .price_1 table td.ti_s{
  background-color: #00ace6;
  color:#FFF;
  font-size: 22px;
  text-align: center !important;
  padding: 5px
}
#wrap .price_1 table td.ti{
  color:#FFF;
  font-size: 30px;
  padding-left:10px;
  text-align: left;
}

#wrap .price_1 table tr:last-child, #wrap .price_1 table tr.line_n{
    border-bottom: 1px solid #00ace6;
}

#wrap .price_1_tx{
width: 90%;
margin: 0 auto;
}

/*�ǉ������ꗗ*/
#wrap .price_2 table{
  width: 100%;
  margin: 30px auto;
  background-color:#f1f1f1;
}
#wrap .price_2 table tr td{
  color:#383838;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
#wrap .price_2 table tr td span{
  font-size: 14px;
}
#wrap .price_2 table td:last-child{
  font-size: 30px !important;
  text-align: right;
  padding-right:10px;
  font-family: centuryGB, "Century Gothic", helvetica, Arial, sans-serif !important;
}
#wrap .price_2 table td.ti_s{
  background-color: #00ace6;
  color:#FFF;
  font-size: 22px;
  text-align: center !important;
  padding: 5px
}
#wrap .price_2 table td.ti{
  background-color: #7ac0d7;
  color:#FFF;
  font-size: 22px;
}




/*�ǉ������ꗗ*/
#wrap .price_3 table{
  width: 97%;
  margin: 30px auto 0;
  background-color:#f1f1f1;
  border-collapse: collapse;
  border: 1px solid #00ace6;
}
#wrap .price_3 table tr td{
  color:#383838;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  border-bottom: 1px dashed #00ace6;
}
#wrap .price_3 table tr td span{
  font-size: 18px;
}
#wrap .price_3 table td:last-child{
  color: #d3270b;
  font-size: 40px !important;
  text-align: right;
  padding-right:10px;
  font-family: centuryGB, "Century Gothic", helvetica, Arial, sans-serif !important;
}
#wrap .price_3 table td.ti_s{
  background-color: #00ace6;
  color:#FFF;
  font-size: 22px !important;
  text-align: center !important;
  padding: 5px
}
#wrap .price_3 table td.ti{
  background-color: #7ac0d7;
  color:#FFF;
  font-size: 22px;
}
#wrap .price_3 table tr td span.yw{
  color:#dd8708;
}



/*�ۏ؈ꗗ*/
#wrap .price_4 table{
  width: 100%;
  margin: 30px auto;
  background-color:#f1f1f1;
}
#wrap .price_4 table tr td{
  color:#383838;
  background-color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
  padding: 10px;
}
#wrap .price_4 table tr td span{
  font-size: 14px;
}
#wrap .price_4 span.red{
  font-size: 18px !important;
  color:#d3270b;
  font-weight: bold;
}
#wrap .price_4 table td:last-child{
  /*font-size: 30px !important;*/
  text-align: center;
  padding-right:10px;
}
#wrap .price_4 table td.ti_s{
  background-color: #00ace6;
  color:#FFF;
  font-size: 22px;
  text-align: center !important;
  padding: 5px
}
#wrap .price_4 table td.ti{
  background-color: #7ac0d7;
  color:#FFF;
  font-size: 22px;
}


/*Check �e�L�X�g*/
#wrap p.check_ti{
 color: #d3270b;
 font-size: 23px;
 font-weight: bold;
 margin: 25px auto;
}
#wrap p.check_ti .icon{
 color: #FFF;
 background-color: #d3270b;
 border-radius: 7px;
 padding: 5px 15px;
 margin: 10px;
 font-size: 25px;
}
#wrap p.check_ti .ti_l{
font-size: 33px;
}
#wrap p.ti_u{
 font-size: 26px;
 font-weight: bold;
 margin: 25px auto;
 color: #383838;
 border-bottom: 1px solid;
 width: 40%;
}




/*�A�X�x�X�g*/
#wrap .att_box{
        width: 100%;
        background-color: #ffffff;
        padding: 15px;
        box-sizing: border-box;
        border-radius: 8px;
        margin-top: 30px;
        border: 15px solid #e2f5fb;
        text-align: left;
}
#wrap .attention_r{
        font-size: 24px;
        color: #FFF;
        background-color: #d3270b;
        width: 97%;
        margin: auto;
        padding: 10px;
        text-align: center;
}
#wrap .att_box span {
        font-weight: bold;
        color: #d3270b;
        font-size: 16px;
}

#wrap h3{
font-size: 30px;
        color: #00ace6;
        border-left: 10px solid #00ace6;
        border-bottom: 1px solid #00ace6;
        margin: 10px auto 30px;
        text-align: center;
}
#wrap .red{
color: #d3270b !important;
font-size: 23px !important;
}
#wrap p.txtmini{
color: #383838;
        font-size: 16px !important;
        text-align: left;
}

#wrap p.txt{
    /*text-align: left;*/
    font-size: 23px;
    color: #383838;
}
#wrap p.txt_2{
    text-align: center;
    font-size: 23px;
    color: #383838;
}
#wrap p.txt span{
    text-align: left;
    font-size: 20px;
    color: #383838;
}
#wrap .w_100{
width: 97% !important;
 margin: 0 auto !important;
}
#wrap .waku{        padding: 12px;
        background: #fff;
        box-sizing: border-box;
}
#wrap .step4 .txt_list .big47{
        font-size: 26px;
        font-weight: bold;
        color: #d3270b;
}

#wrap .step4 .txt_list .txt{
text-align: left;
}
#wrap .step4 .txt_list .big{
        font-weight: bold;
        color: #d3270b;
}

}

/*=============================================================================��pc��==============================================================================*/

/*==============================================================================��smp��==============================================================================*/

@media screen and (max-width: 751px) {
* {
  margin: 0;
  padding: 0;
}

#wrap aside{color: #606060;}
#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 a:hover img {
  opacity: 0.9;
}

#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;
}

#wrap dl.qa{
        color: #383838;
        box-sizing: border-box;
            text-align: left;
}
#wrap dl.qa dt{font-weight: 700;font-size: 3.3vw;}
#wrap dl.qa dd{margin-left: 1em;font-size: 3vw;margin-bottom: 1em;}

/*------------------------------------
��{CSS
-------------------------------------*/
#wrap {
  /* max-width: 100%; */
  width: calc(100% - 10px);
  margin: 0 auto 30vw 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;
  display: flex;
  align-items: center;
  justify-content: center;
}
#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: #045873;
}
#wrap .tab_recycle.active_recycle:nth-child(2) {
  background-color: #247559;
}
/*�^�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 #045873;
}
#wrap .panel_recycle.active_recycle:nth-of-type(2) {
  border-top: 5px solid #247559;
}

/*------------------------------------
�A���J�[���j���[
-------------------------------------*/
#wrap .anchor_menu {
  width: 100%;
  margin: 2vw auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#wrap .anchor_menu li {
  width: calc(97% / 3);
}
#wrap .anchor_menu li a {
  display: block;
  position: relative;
  color: #00ace6;
  font-weight: bold;
  border: 2px solid;
  box-sizing: border-box;
  font-size: 3vw;
  /*padding: 1vw 1vw 5vw;*/
  transition: 0.5s;
height: 16vw;
        line-height: 3.5vw;
        display: flex;
        justify-content: center;
        align-items: center;

}
#wrap .anchor_menu li a:active {
  color: #fff !important;
  background-color: #00ace6;
  border-color: #00ace6;
}
#wrap .anchor_menu li a::after {
  font-family: "Material Icons";
  font-size: 5vw;
  font-weight: normal;
  position: absolute;
  content: "expand_more";
  bottom: -0.2vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: 0.2s;
}
#wrap .anchor_menu li a:active::after {
  bottom: -0.5vw;
}
/* #wrap .anchor_menu li:nth-child(n+3){
    margin-top: 20px;
} */

/*------------------------------------
�A���J�[�����e
-------------------------------------*/
/* #wrap .contents_box:nth-of-type(1){
    margin-top: 50px;
} */
#wrap .contents_box {
  width: 100%;
  margin-top: 5vw;
}
#wrap .contents_box h1 {
  box-sizing: border-box;
  color: #fff;
  background-color: #606060;
  box-sizing: border-box;
  padding: 2vw 0;
  font-size: 4.5vw;
  margin: 0 auto 2vw;
}

#wrap .contents_box .anchor_btn a {
  display: block;
  box-sizing: border-box;
  padding: 2vw 0;
  text-align: center;
  color: #383838;
  border: 1px solid;
  border-radius: 8px;
  font-size: 4vw;
  margin: 6vw auto 0;
  position: relative;
  width: 90%;
}
#wrap .contents_box .anchor_btn a::after {
  font-family: "Material Icons";
  content: "expand_more";
  font-size: 7vw;
  position: absolute;
  top: 55%;
  right: 7vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#wrap .contents_box .attention {
  width: 100%;
  margin: 5vw auto 0;
  box-sizing: border-box;
  padding: 3vw 1vw;
  background-color: #fdf9ef;
  border-radius: 8px;
}
#wrap .contents_box .attention .mida {
  color: #dd8708;
  border-bottom: 1px solid;
  font-size: 4vw;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
}
#wrap .contents_box .attention p:nth-of-type(n + 2) {
  font-size: 3.5vw;
  color: #383838;
  box-sizing: border-box;
}

#wrap #contents02.contents_box .explanation:nth-of-type(1) {
  margin-bottom: 5vw;
}
#wrap #contents02.contents_box .explanation:nth-of-type(2) {
  margin: 3vw auto 7vw;
}

#wrap .contents_box .explanation {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 2vw 1vw;
  border: 1px solid #383838;
}
#wrap .contents_box .explanation .mida {
  background-color: #00ace6;
  color: #fff;
  padding: 1vw 0;
  font-size: 4.5vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
#wrap .contents_box .explanation p:nth-of-type(n + 2) {
  color: #383838;
  text-align: center;
  padding: 0;
  font-size: 3.5vw;
}
#wrap .contents_box .explanation p.note {
  color: #dd8708;
  text-align: center;
  margin-bottom: 0;
}
#wrap .contents_box .explanation p.note::before {
  content: "��";
  margin-right: 5px;
}
#wrap .contents_box .explanation > ul {
  text-align: left;
  padding: 0;
}
#wrap .contents_box .explanation > ul li {
  display: flex;
  font-size: 3.5vw;
  color: #383838;
}
#wrap .contents_box .explanation > ul li:nth-child(n + 2) {
  margin-top: 2vw;
}
#wrap .contents_box .explanation > ul li::before {
  content: "�E";
  margin-right: 0.5vw;
}

/*����*/
#wrap .contents_box details {
  transition: 0.8s;
}
#wrap .contents_box summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 2vw 0;
/*  background-color: #fdf9ef;*/
  width: 95%;
  margin: 0 auto;
  border-radius: 8px;
}
#wrap .contents_box summary::-webkit-details-marker {
  display: none;
}
#wrap .contents_box summary > div:nth-child(1) {
  width: 10vw;
  margin-right: 2vw;
}
#wrap .contents_box summary > div:nth-child(2) p {
  font-weight: bold;
  color: #383838;
}
#wrap .contents_box summary > div:nth-child(2) p:nth-child(1) {
  font-size: 3.5vw;
}
#wrap .contents_box summary > div:nth-child(2) p:nth-child(2) {
  font-size: 3.5vw;
  position: relative;
}
#wrap .contents_box summary > div:nth-child(2) p:nth-child(2)::before,
#wrap .contents_box summary > div:nth-child(2) p:nth-child(2)::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20%;
  width: 4vw;
  height: 2px;
  content: "";
  background-color: currentColor;
}
#wrap .contents_box summary > div:nth-child(2) p:nth-child(2)::before {
  transform: translateY(-50%);
}
#wrap .contents_box summary > div:nth-child(2) p:nth-child(2)::after {
  transition: transform 0.5s;
  transform: translateY(-50%) rotate(-90deg);
}

#wrap .contents_box details[open] summary > div:nth-child(2) p:nth-child(2)::after {
  transform: translateY(-50%);
}
#wrap .contents_box summary > div.movie {
  transition: transform 0.5s;
}
#wrap .contents_box .movie {
  margin-top: 3vw;
}
#wrap .contents_box .com,
#wrap .contents_box .com2 {
  color: #383838;
}
#wrap .contents_box .com {
  text-align: right;
  margin-bottom: 1vw;
  font-size: 3vw;
}
#wrap .contents_box .com2 {
  margin-top: 2vw;
  font-size: 3vw;
}
#wrap .contents_box .movie dt {
  width: 100%;
  box-sizing: border-box;
  padding: 1vw 0;
  margin-bottom: 1vw;
  font-size: 3.5vw;
  color: #383838;
  background-color: #dbdbdb;
}

#wrap .contents_box .movie > ul > li:nth-child(1) {
  width: 100%;
}
#wrap .contents_box .movie > ul > li:nth-child(1) dd:nth-of-type(2) {
  margin-top: 2vw;
}
#wrap .contents_box .movie > ul > li:nth-child(1) dl dt {
  width: 100%;
}
#wrap .contents_box .movie > ul > li:nth-child(n + 2) {
  margin-top: 4vw;
}
#wrap .contents_box .movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#wrap .contents_box .movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  /* z-index: 5; */
}

/*�m�F�����ƒǉ�����*/
#wrap .accordion_menu {
  margin-top: 5vw;
}
#wrap .accordion_menu .qa {
  font-size: 20px;
}
#wrap .accordion_menu .qa:nth-child(n + 2) {
  margin-top: 2vw;
}
#wrap .accordion_menu .list_q {
  position: relative;
  cursor: pointer;
  border: 1px solid #c0c0c0;
  padding: 2vw 4vw;
  font-size: 4vw;
  color: #383838;
  text-align: left;
}
#wrap .accordion_menu .list_q::before {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #383838;
  right: 5vw;
  top: 50%;
  transform: translate(0, -50%);
}
#wrap .accordion_menu .list_q::after {
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  background-color: #383838;
  right: 5vw;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
}
#wrap .accordion_menu .list_q.accordion_menu_active::after {
  display: none;
}
#wrap .accordion_menu .list_a {
  display: none;
  margin-bottom: 5vw;
}

/*�����������t�H���܂ł̗���-�ڍ�-*/
#wrap .star {
  font-size: 3.5vw;
  color: #383838;
  width: calc(100% - 40px);
  margin: 0 auto;
}
#wrap .star span {
  font-size: 4vw;
  font-weight: bold;
  color: #d3270b;
}
#wrap .step_box {
  width: 100%;
  background-color: #e2f5fb;
  padding: 2vw;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 2vw;
}
#wrap .step_box ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
#wrap .step_box ul li:nth-child(1) {
  width: 100%;
}
#wrap .step_box ul li:nth-child(n + 2) {
  width: calc(98% / 2);
  margin-top: 3vw;
}
#wrap .step_box img {
  border-radius: 8px;
}

#wrap .yubin_box {
  box-sizing: border-box;
  padding: 2vw;
  background-color: #fdf9ef;
  border-radius: 8px;
  margin: 3vw 0 0;
}
#wrap .yubin_numner {
  box-sizing: border-box;
  /* padding: 1vw 0;
    border: 1px solid; */
  font-size: 3.5vw;
  color: #383838;
  margin: 0 auto 1vw;
  font-weight: bold;
}
#wrap .bn_img:active img {
  opacity: 0.8;
  transition: 0.3s;
}
#wrap .bn_img {
  display: block;
  margin-bottom: 3vw;
}

#wrap .display_example {
  box-sizing: border-box;
  border: 1px solid #e7e7e7;
  padding: 2vw 5vw;
  background-color: #fff;
  width: 95%;
  margin: 0 auto 3vw;
}

/*�X�e�b�v*/
#wrap .step_box2 > section {
  box-sizing: border-box;
  padding: 0 1vw 3vw;
  border: 1px solid #424242;
  margin-top: 5vw;
}
#wrap .step_box2 .mida {
  color: #00ace6;
  font-weight: bold;
  font-size: 6vw;
}
#wrap .step_box2 .mida span {
  font-size: 9vw;
  margin-left: 1vw;
}

#wrap .step_box2 .mida2 {
  padding: 1vw 0;
  background-color: #00ace6;
  color: #fff;
  font-size: 5vw;
}
#wrap .step_box2 .mida3 {
text-align: left;
        background: #7d7d7d;
        color: #fff;
        font-size: 18px;
}
#wrap .step_box2 .txt,
#wrap .step_box2 .txt2 {
  color: #383838;
}
#wrap .step_box2 .txt,.colorbox .txt {
  font-size: 3.5vw;
  margin: 2vw auto 0vw;
}
#wrap .step_box2 .txt2,.colorbox .txt2 {
  font-size: 3.5vw;
  margin: 2vw 0;
}

#wrap .step_box2 .img_box .js-modal-open {
  box-sizing: border-box;
  padding: 3vw;
  border: 1px solid #e7e7e7;
  /* margin-top: 1vw; */
  margin: 1vw auto 4vw;
  width: 90%;
} /* 
#wrap .step_box2 .img_box .js-modal-open img{
    border: 1px solid #e7e7e7;
} */
#wrap .step_box2 p.action {
  color: #00ace6;
  font-size: 4.5vw;
  margin: 2vw auto 5vw;
}

#wrap .step_box2 .koji_mida {
  font-size: 4.5vw;
  color: #fff;
  box-sizing: border-box;
  padding: 1vw 10vw;
  display: inline-block;
}
#wrap .step_box2 .koji_mida.koji_no {
  background-color: #91b6bc;
}
#wrap .step_box2 .koji_mida.koji_ari {
  background-color: #d3270b;
  margin-top: 7vw;
}

#wrap .step_box2 .txt_list {
  box-sizing: border-box;
  padding: 2vw;
  background-color: #fdf9ef;
  border-radius: 8px;
}
#wrap .step_box2 .txt_list .mida
{
  color: #dd8708;
  border-bottom: 1px solid;
  font-size: 6vw;
  font-weight: 600;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap .step_box2 .txt_list .mida::before
{
  font-family: "material symbols outlined";
  content: "error";
  font-size: 9vw;
  margin-right: 0;
}
#wrap .step_box2 .txt_list .mida:nth-of-type(n + 2)
 {
  margin-top: 3vw;
}
#wrap .step_box2 .txt_list ul li
{
  display: flex;
  margin-bottom: 1vw;
  color: #383838;
  font-size: 3.5vw;
  text-align: left;
}
#wrap .step_box2 .txt_list ul li p
{
  text-align: left;
  font-size: 3.5vw;
}
#wrap .step_box2 .txt_list ul li::before
{
  content: "�E";
}
#wrap .step_box2 .txt_list ul li span
{
  font-weight: bold;
  color: #d3270b;
  font-size: 3.5vw;
}

#wrap .step_box2 .step2 .txt_list,
#wrap .step_box2 .step3 .txt_list,
#wrap .step_box2 .step4 .txt_list, {
  margin-top: 3vw;
}

#wrap .toiawase {
  display: inline-block;
  margin: 5vw auto;
}
#wrap .toiawase a {
  display: block;
  box-sizing: border-box;
  padding: 3vw 15vw;
  background: #222;
  border-radius: 5px;
  color: #fff;
  border: solid 1px #222;
  transition: 0.2s;
}
#wrap .toiawase a:active {
  background: #fff;
  color: #222 !important;
}

/*------------------------------------
���T�C�N������T�[�r�X
-------------------------------------*/
#wrap .txt_recycle {
  font-size: 3.5vw;
  color: #383838;
  margin: 2vw auto -2vw;
}
#wrap .txt_recycle span {
  display: inline-block;
  background-color: #02ba7a;
  color: #fff;
  font-size: 3.7vw;
  padding: 0 1vw;
  margin-right: 1vw;
}

#wrap .recycle_btn {
  display: inline-block;
  margin-top: 10px;
}
#wrap .recycle_btn a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  background-color: #d3270b;
  border: 1px solid #d3270b;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 1vw 6vw;
  transition: 1s;
}
#wrap .recycle_btn a::after,
#wrap .recycle_btn a::before {
  position: absolute;
  font-family: "Material Icons";
  content: "play_arrow";
  color: #fff;
  font-size: 4vw;
  bottom: 0.5vw;
}
#wrap .recycle_btn a::after {
  right: 7.5vw;
}
#wrap .recycle_btn a::before {
  right: 10vw;
}
/* #wrap .recycle_btn a > div:nth-child(2)::after{
    right: -50px;
    top: 1px;
} */
#wrap .recycle_btn a:active {
  background-color: #fff;
}
#wrap .recycle_btn a p,
#wrap .recycle_btn a div {
  color: #fff;
}
#wrap .recycle_btn a:active p,
#wrap .recycle_btn a:active div,
#wrap .recycle_btn a:active::after,
#wrap .recycle_btn a:active::before {
  color: #d3270b;
}
#wrap .recycle_btn a > div:nth-child(1) {
  margin-right: 3vw;
}
#wrap .recycle_btn a > div:nth-child(1) p {
  font-size: 3vw;
}
#wrap .recycle_btn a > div:nth-child(2) {
  font-size: 3.5vw;
  position: relative;
}

#wrap .recycle_box {
  box-sizing: border-box;
  padding: 2vw 2vw 3vw;
  border: 1px solid #424242;
  margin-top: 3vw;
}
#wrap #syosai_box h2 {
  background-color: #02ba7a;
  color: #fff;
  padding: 1vw 0;
  font-size: 4.5vw;
}

#wrap #syosai_box ul {
  text-align: left;
  color: #383838;
  margin: 1vw auto 0;
}
#wrap #syosai_box ul > li:nth-child(n + 2) {
  margin-top: 2vw;
}
#wrap #syosai_box .mida {
  display: flex;
}
#wrap #syosai_box .mida,
#wrap #syosai_box .mida p,
#wrap #syosai_box .mida p span:nth-of-type(n + 2) {
  font-size: 3.5vw;
  font-weight: bold;
}
#wrap #syosai_box .mida > span {
  font-size: 3.5vw;
  margin-right: 1vw;
  /* display: inline-block; */
  font-weight: bold;
}
#wrap #syosai_box .mida p span {
  color: #d3270b;
  font-size: 3.5vw;
}
#wrap #syosai_box .mida p span.num {
  font-size: 5vw;
  margin: 0 0 0 1vw;
}
#wrap #syosai_box p.otodoke_txt {
  background-color: #fbffc2;
  box-sizing: border-box;
  padding: 2vw;
  border-radius: 10px;
  color: #c64c1b;
  display: flex;
  font-size: 3.5vw;
  margin-top: 2vw;
}
#wrap #syosai_box p.otodoke_txt::before {
  content: "��";
  margin-right: 3px;
}

#wrap #syosai_box .annotation {
  box-sizing: border-box;
  padding: 5px 10px;
}
#wrap #syosai_box .annotation p {
  display: flex;
  font-size: 3.5vw;
}
#wrap #syosai_box .annotation p::before,
#wrap #syosai_box .preparation p:nth-child(3)::before {
  content: "��";
  margin-right: 1vw;
}
#wrap #syosai_box .annotation p:nth-child(1),
#wrap #syosai_box .preparation p:nth-child(3) {
  color: #d3270b;
}
#wrap #syosai_box .annotation p:nth-child(2) {
  margin-top: 1vw;
}

#wrap #syosai_box .preparation {
  box-sizing: border-box;
  padding: 2vw;
  text-align: center;
  background-color: #fdffe9;
  border-radius: 8px;
  margin-top: 2vw;
}
#wrap #syosai_box .preparation p:nth-child(1) {
  font-size: 3.5vw;
  color: #d3270b;
  border-bottom: 1px solid;
  margin-bottom: 1vw;
  /* font-weight: bold; */
}
#wrap #syosai_box .preparation p:nth-child(2) {
  font-size: 3.5vw;
}
#wrap #syosai_box .preparation p:nth-child(3) {
  font-size: 3.5vw;
}

/*�K�����m�F��������*/
#wrap #kakunin_box h2 {
  background-color: #aaaaaa;
  color: #fff;
  padding: 1vw 0;
  font-size: 4.5vw;
  margin-bottom: 1vw;
}
#wrap #kakunin_box .kakunin_list {
  text-align: left;
  color: #383838;
}
#wrap #kakunin_box .kakunin_list > li {
  margin-top: 5px;
}
#wrap #kakunin_box .kakunin_list > li > p {
  display: flex;
  font-size: 3.5vw;
}
#wrap #kakunin_box .kakunin_list > li > p::before {
  content: "�E";
}
#wrap #kakunin_box .kakunin_list .dot_box {
  box-sizing: border-box;
  padding: 2vw;
  border: 1px dashed #a3a3a3;
  border-radius: 8px;
  margin: 2vw auto 4vw;
}
#wrap #kakunin_box .kakunin_list .dot_box p {
  text-align: center;
  font-size: 3.5vw;
  border-bottom: 1px solid;
  padding-bottom: 1vw;
}
#wrap #kakunin_box .kakunin_list .dot_box li {
  display: flex;
  margin: 1vw 0;
  font-size: 3.3vw;
}
#wrap #kakunin_box .kakunin_list .dot_box li:nth-child(3) {
  margin-bottom: 0;
}
#wrap #kakunin_box .kakunin_list .dot_box li::before {
  content: "�E";
  margin-right: 0.5vw;
}

#wrap #kakunin_box .txt_list {
  box-sizing: border-box;
  padding: 2vw;
  background-color: #fdf9ef;
  border-radius: 8px;
  margin: 2vw 0 0;
}
#wrap #kakunin_box .txt_list .mida {
  color: #dd8708;
  border-bottom: 1px solid;
  font-size: 4vw;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap #kakunin_box .txt_list li {
  display: flex;
  margin-bottom: 2vw;
  color: #383838;
  font-size: 3.5vw;
  text-align: left;
}
#wrap #kakunin_box .txt_list li::before {
  content: "�E";
}

/***---------------------------------
�X�}�z�p�i�r���j���[
---------------------------------***/
/*��t�H��*/
#wrap .item_fixed {
  display: block;
  position: fixed;
  left: 0;
  bottom: 1vw;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 2vw 1vw 1vw;
  box-sizing: border-box;
}
#wrap .item_fixed ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#wrap .item_fixed ul li:nth-child(-n + 3) {
  width: calc(98% / 3);
}
#wrap .item_fixed ul li:nth-child(n + 4) {
  width: calc(98% / 2);
  margin-top: 2vw;
}
#wrap .item_fixed ul li a {
  display: block;
  color: #00ace6;
  text-align: center;
  padding: 2px 5px;
  font-size: 1.8vw;
  box-sizing: border-box;
  position: relative;
  border: 1px solid;
}
#wrap .item_fixed ul li a span {
font-size: 2.9vw;
        line-height: 3.5vw;
}
#wrap .item_fixed ul li a::before {
  font-size: 6vw;
  vertical-align: middle;
  margin-right: 2px;
}
#wrap .item_fixed ul li:nth-child(4) a span::after {
  font-family: "Material Icons";
  content: "\e5d8";
  font-size: 4vw;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 3px;
}
#wrap .item_fixed ul li:nth-child(5) a span::after {
  font-family: "material symbols outlined";
  content: "open_in_new";
  margin-left: 3px;
  font-size: 4vw;
  display: inline-block;
  vertical-align: middle;
}

/*���T�C�N�����*/
#wrap .item_fixed2 {
  display: block;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  padding: 2vw 1vw 1vw;
  box-sizing: border-box;
}
#wrap .item_fixed2 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
}
#wrap .item_fixed2 ul li:nth-child(-n + 3) {
  width: calc(98% / 3);
  align-items: stretch;
  display: flex;
}
/* #wrap .item_fixed2 ul li:nth-child(n+4){
    width: calc(98%/2);
    margin-top: 2vw;
} */
#wrap .item_fixed2 ul li a {
  display: flex;
  color: #02ba7a;
  text-align: center;
  padding: 2px 5px;
  font-size: 1.8vw;
  box-sizing: border-box;
  position: relative;
  border: 1px solid;
  align-items: center;
  width: 100%;
  justify-content: center;
}
#wrap .item_fixed2 ul li a span {
  font-size: 3.2vw;
}
#wrap .item_fixed2 ul li a::before {
  font-size: 6vw;
  vertical-align: middle;
  margin-right: 2px;
}
#wrap .item_fixed2 ul li:nth-child(3) a span::after {
  font-family: "Material Icons";
  content: "\e5d8";
  font-size: 4vw;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 3px;
}
/* #wrap .item_fixed2 ul li:nth-child(5) a span::after{
    font-family: 'fontPlazaIcon' !important;
    content: "\e976";
    margin-left: 3px;
    font-size: 4vw;
    display: inline-block;
    vertical-align: middle;
} */

/*------------------------------------
���[�_���E�B���h�E
-------------------------------------*/
/**���[�_���E�B���h�E���e**/
/* ���[�_���S��(�w�i�{�{��) */
#wrap .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}
/* ���[�_���w�i */
#wrap .modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 101;
} /* 
#wrap .step_box2 .modal-bg{
    background: rgba(0, 0, 0, 0.6);
} */

/* ���[�_���{�� */
#wrap .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  overflow-x: hidden;
  width: 90%;
  background: white;
  z-index: 102;
}
#wrap .modal-content img {
  max-width: 100%;
}
#wrap .modal-content02 {
  position: relative;
  width: 100%;
  height: 70vh;
  /* padding: 1%; */
}
#wrap .modal-content02 ul {
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#wrap .modal-content02 ul li {
  width: 100%;
  position: relative;
  /* margin: 1%; */
}
#wrap .modal-content02 ul li img {
  max-width: 95%;
  /* width: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
}
#wrap .js-modal-close.close_btn {
  position: relative;
  top: 20vw;
  left: 40vw;
  color: #fff;
  z-index: 102;
  font-size: 4vw;
}
#wrap .modal-content02 .js-modal-close {
  position: absolute;
  top: 0;
  right: 3%;
  color: #333;
  cursor: pointer;
  z-index: 105;
  font-size: 1rem;
}

/*========================
2023/06/13*add
========================*/
#wrap .mail {
  margin-right: 3px !important;
  color: #b10e1b !important;
}

#wrap #wrap_asutodo {
  margin: 4vw auto;
  width: 95%;
}
#wrap #wrap_asutodo a {
  display: block;
  background-color: #b10e1b;
  margin: 0;
  padding: 2vw 0;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-weight: bold;
  transition: 0.5s;
  border: 1px solid #b10e1b;
  border-radius: 8px;
}
#wrap #wrap_asutodo a div {
  font-size: 4vw;
}

/*-----------------------------------------------*/
/*�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;
}






/*-----------------------------------------------*/
/*25.6.18 �ڍs�C���ǉ�*/
/*-----------------------------------------------*/

/*���i�\*/
#wrap .price_1{
        width: 90%;
        margin: 5% auto;
        border-radius: 10px;
        background-color: #00ace6;
        padding: 0 2% 0 2%;
}
#wrap .price_1 table{
  width: 100%;
  border-collapse: collapse;
}
#wrap .price_1 table tr td{
  color:#FFF;
  background-color:#00ace6;
  text-align: center;
  font-weight: bold;
  font-size: 3vw;
  border-bottom: 1px dashed #FFF;
}
#wrap .price_1 table tr td span{
  font-size: 2vw;
}
#wrap .price_1 table td:last-child{
  font-size: 5vw !important;
   color:#fff6aa;
  text-align: right;
  padding-right:10px;
  font-family: centuryGB, "Century Gothic", helvetica, Arial, sans-serif !important;
}
#wrap .price_1 table td.ti_s{
  background-color: #00ace6;
  color:#FFF;
  font-size: 22px;
  text-align: center !important;
  padding: 5px
}
#wrap .price_1 table td.ti{
  color:#FFF;
  font-size: 3.5vw;
  padding-left:10px;
  text-align: left;
}

#wrap .price_1 table tr:last-child, #wrap .price_1 table tr.line_n{
    border-bottom: 1px solid #00ace6;
}

#wrap .price_1_tx{
width: 90%;
margin: 0 auto;
}

/*�ǉ������ꗗ*/
#wrap .price_2 table{
  width: 100%;
  margin: 5% auto;
  background-color:#f1f1f1;
}
#wrap .price_2 table tr td{
  color:#383838;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.5vw;
}
#wrap .price_2 table tr td span{
  font-size: 2vw;
}
#wrap .price_2 table td:last-child{
  font-size: 5vw !important;
  text-align: right;
  padding-right:0.5%;
  font-family: centuryGB, "Century Gothic", helvetica, Arial, sans-serif !important;
}
#wrap .price_2 table td.ti_s{
  background-color: #00ace6;
  color:#FFF;
  text-align: center !important;
  padding: 2%;
}
#wrap .price_2 table td.ti{
  background-color: #7ac0d7;
  color:#FFF;
  font-size: 3vw;
}




/*�ǉ������ꗗ*/
#wrap .price_3 table{
  width: 97%;
  margin: 30px auto 0;
  background-color:#f1f1f1;
  border-collapse: collapse;
  border: 1px solid #00ace6;
}
#wrap .price_3 table tr td{
  color:#383838;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 3.5vw;
  border-bottom: 1px dashed #00ace6;
}
#wrap .price_3 table tr td span{
  font-size: 2.5vw;
}
#wrap .price_3 table td:last-child{
  color: #d3270b;
  font-size: 5vw !important;
  text-align: right;
  padding-right:10px;
  font-family: centuryGB, "Century Gothic", helvetica, Arial, sans-serif !important;
}
#wrap .price_3 table td.ti_s{
  background-color: #00ace6;
  color:#FFF;
  font-size: 4.5vw !important;
  text-align: center !important;
  padding: 5px
}
#wrap .price_3 table td.ti{
  background-color: #7ac0d7;
  color:#FFF;
  font-size: 22px;
}
#wrap .price_3 table tr td span.yw{
  color:#dd8708;
}



/*�ۏ؈ꗗ*/
#wrap .price_4 table{
  width: 100%;
  margin: 5% auto;
  background-color:#f1f1f1;
}
#wrap .price_4 table tr td{
  color:#383838;
  background-color: #fff;
  text-align: left;
  font-weight: bold;
  font-size: 3vw;
  padding:2%;
}
#wrap .price_4 table tr td span{
  font-size: 2vw;
}
#wrap .price_4 span.red{
  font-size: 3vw !important;
  color:#d3270b;
  font-weight: bold;
}
#wrap .price_4 table td:last-child{
  /*font-size: 30px !important;*/
  text-align: center;
}
#wrap .price_4 table td.ti_s{
  background-color: #00ace6;
  color:#FFF;
  font-size: 4vw;
  text-align: center !important;
  padding: 5px
}
#wrap .price_4 table td.ti{
  background-color: #7ac0d7;
  color:#FFF;
  font-size: 3.5vw;
}



/*Check �e�L�X�g*/
#wrap p.check_ti{
 color: #d3270b;
 font-size: 3.8vw;
 font-weight: bold;
 margin: 5% auto;
}
#wrap p.check_ti .icon{
 color: #FFF;
 background-color: #d3270b;
 border-radius: 7px;
 padding: 5px 15px;
 margin: 10px;
 font-size: 3vw;
}
#wrap p.check_ti .ti_l{
font-size: 5vw;
}
#wrap p.ti_u{
        font-size: 4vw;
        font-weight: bold;
        margin: 5% auto;
        color: #383838;
        border-bottom: 1px solid;
        width: 60%;
}




/*�A�X�x�X�g*/
#wrap .att_box{
        width: 100%;
        background-color: #ffffff;
        padding: 2%;
        box-sizing: border-box;
        border-radius: 8px;
        margin-top: 10%;
        border: 6px solid #e2f5fb;
        text-align: left;
}
#wrap .attention_r{
        font-size: 4vw;
        color: #FFF;
        background-color: #d3270b;
        width: 95%;
        margin: auto;
        padding: 2%;
        text-align: center;
}
#wrap .att_box span {
        font-weight: bold;
        color: #d3270b;
        font-size: 3vw;
}

#wrap h3{
font-size: 4.5vw;
        color: #00ace6;
        border-left: 5px solid #00ace6;
        border-bottom: 1px solid #00ace6;
        margin: 2% auto 6%;
        text-align: center;
}
#wrap .red{
color: #d3270b !important;
font-size:4vw !important;
}

#wrap p.txtmini{
color: #383838;
        font-size: 16px;
        text-align: left;
}

#wrap p.txt{
    /*text-align: left;*/
    font-size: 4vw;
    color: #383838;
}
#wrap p.txt_2{
    text-align: center;
    font-size: 3.5vw;
    color: #383838;
}
#wrap p.txt span{
    text-align: left;
    font-size: 3.5vw;
    color: #383838;
}
#wrap .w_100{
width: 94% !important;
 margin: 0 auto !important;
}
#wrap .step_box2 .txt_list ul li.not::before{content:none;}
#wrap .waku{        padding: 2%;
        background: #fff;
        box-sizing: border-box;
}
#wrap .step4 .txt_list .big47{
        font-size: 5vw;
        font-weight: bold;
        color: #d3270b;
}

#wrap .step4 .txt_list .txt{
text-align: left;
}
#wrap .step4 .txt_list .big{
        font-weight: bold;
        color: #d3270b;
}
#wrap .contents_box .attention span{
        font-weight: bold;
        color: #d3270b;
        font-size: 3.5vw;
}
}



/*=============================================================================��smp��==============================================================================*/
