@charset "euc-jp";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
#guide-setting-washing-machine ul,
#guide-setting-washing-machine ol,
#guide-setting-washing-machine li {
  list-style: none;
}
#guide-setting-washing-machine a,
#guide-setting-washing-machine a:hover {
  color: #222222;
  text-decoration: none;
}
#guide-setting-washing-machine img,
#guide-setting-washing-machine a img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#guide-setting-washing-machine,
#guide-setting-washing-machine * {
  font-family: "Noto Sans JP", "Yu Gothic black", sans-serif, "�ᥤ�ꥪ";
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.714em;
  font-weight: 600;
}
#guide-setting-washing-machine h1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5em;
}
#guide-setting-washing-machine h2 {
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.5em;
}

/*------------------------------------
����CSS
-------------------------------------*/
#guide-setting-washing-machine {
  max-width: 900px;
  margin: 0 auto;
}
#guide-setting-washing-machine img {
  max-width: 100%;
  width: 100%;
}
#guide-setting-washing-machine .pc_none {display: none !important;}

/*------------------------------------
�ڤ��ؤ�����(��)
-------------------------------------*/
#guide-setting-washing-machine .tab-area {
  display: flex;
  box-sizing: border-box;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
}
#guide-setting-washing-machine .tab_recycle {
        width: calc(99% / 2);
        box-sizing: border-box;
        padding: 15px 0;
        text-align: center;
        cursor: pointer;
        background-color: #b2b2b2;
        color: #fff;
        border-radius: 10px 10px 0 0;
}
#guide-setting-washing-machine .tab_recycle h3 {margin: 0.5em;}
#guide-setting-washing-machine .tab_recycle p {
        font-size: 26px;
        font-weight: 500;
        position: relative;
}
#guide-setting-washing-machine .tab_recycle p::after {
        font-family: "Material Icons";
        font-size: 30px;
        font-weight: normal;
        position: absolute;
        content: "arrow_drop_down";
        bottom: -1px;
        right: -8px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transition: 0.2s;
}
#guide-setting-washing-machine .tab_recycle.active_recycle:nth-child(1) {background-color: #3e75b9;}
#guide-setting-washing-machine .tab_recycle.active_recycle:nth-child(2) {background-color: #008f72;}

/*�������*/
#guide-setting-washing-machine .panel_recycle {
  display: none;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0;
  transition: all 1s ease;
}
#guide-setting-washing-machine .panel_recycle.active_recycle {display: block;}
#guide-setting-washing-machine .panel_recycle.active_recycle:nth-of-type(1) {border-top: 5px solid #3e75b9;}
#guide-setting-washing-machine .panel_recycle.active_recycle:nth-of-type(2) {border-top: 5px solid #008f72;}

/*------------------------------------
�ڤ��ؤ�����(��)
-------------------------------------*/
#guide-setting-washing-machine .tab-area2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
  margin: 20px auto 0;
}
#guide-setting-washing-machine .tab_recycle2 {
  width: calc(97% / 2);
  text-align: center;
  box-sizing: border-box;
  background-color: #005d4a;
  border: 1px solid #005d4a;
  border-radius: 10px;
  transition: 0.5s all;
}
#guide-setting-washing-machine .tab_recycle2 a {
  color: #fff;
  font-size: 18px;
  padding: 10px 10px 30px 10px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  position: relative;
  transition: 0.5s all;
}
#guide-setting-washing-machine .tab_recycle2:hover {background-color: transparent;}
#guide-setting-washing-machine .tab_recycle2:hover a {color: #0a5415 !important;}
#guide-setting-washing-machine .tab_recycle2 a::after {
  font-family: "Material Icons";
  font-size: 25px;
  color: #fff;
  content: "arrow_drop_down";
  position: absolute;
  bottom: 3%;
  right: calc(50% - 12.5px);
  transition: 0.5s all;
}
#guide-setting-washing-machine .tab_recycle2:hover a::after {
  color: #5e735b;
  bottom: 0;
}
#guide-setting-washing-machine .panel_recycle2 > h1 {
  font-weight: 500;
  color: #5e735b;
  margin: 0 0 10px;
  font-size: 25px;
  padding: 3px 0;
  border-bottom: 1px dotted #5e735b;
}
#guide-setting-washing-machine .cetegory_name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
  color: #fff;
  background-color: #005d4a;
  padding: 7px 0;
}
#guide-setting-washing-machine .panel_recycle2 > h1:nth-of-type(n + 2) {margin-top: 20px;}

/*------------------------------------
���󥫡����
-------------------------------------*/
#guide-setting-washing-machine .anchor_menu {
        width: 100%;
        margin: 20px auto 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
}
#guide-setting-washing-machine .anchor_menu li {width: calc(97% / 3);}
#guide-setting-washing-machine .anchor_menu li a {
        display: block;
        position: relative;
        color: #049e68;
        font-weight: bold;
        border: 2px solid;
        box-sizing: border-box;
        font-size: 20px;
        padding: 15px 0 20px;
        transition: 0.3s;
        border-radius: 50px;
}
#guide-setting-washing-machine .anchor_menu li a::after {
        font-family: "Material Icons";
        font-size: 30px;
        font-weight: normal;
        position: absolute;
        content: "arrow_drop_down";
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transition: 0.2s;
}
#guide-setting-washing-machine .anchor_menu li a:hover {
        color: #fff !important;
        background-color: #049e68;
        border-color: #049e68;
}

/*------------------------------------
���֥����ӥ�����ǧ����
-------------------------------------*/
#guide-setting-washing-machine .txt_attention {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 15px;
        background: #ddeff3;
}
#guide-setting-washing-machine .txt_attention h2 {
        background-color: #049e68;
        color: #fff;
        font-weight: 500;
        padding: 10px 0;
        font-size: 27px;
}
#guide-setting-washing-machine .txt_attention h2.m2 {margin-top: 30px;}
#guide-setting-washing-machine .txt_attention h3 {
  color: #ee0001;
  border-bottom: 1px solid;
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 10px;
  padding-bottom: 3px;
}
#guide-setting-washing-machine .txt_attention h3.option {
        font-size: 24px;
        border: none;
        color: #049e68;
        text-align: center;
        font-weight: 700;
}
#guide-setting-washing-machine .txt_attention .txt_list3 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
}
#guide-setting-washing-machine .txt_attention .txt_list3 ul li{
        width: calc(100% / 2 - 5px);
        border: solid 1px;
        box-sizing: border-box;
        padding: 8px 10px;
	margin: 0 0 9px;
}
#guide-setting-washing-machine .txt_attention .txt_list3 ul li dt{
        font-size: 18px;
        font-weight: 700;
	text-align: center;
        background: #d9eee7;
        padding: 2px 0;
}
#guide-setting-washing-machine .txt_attention .txt_list3 ul li dd.price{
        font-size: 34px;
        font-weight: 700;
        color: #ee0001;
        font-family: Lato;
        text-align: center;
        margin: 5px auto;
}
#guide-setting-washing-machine .txt_attention .txt_list3 ul li dd.price span{font-size: 19px;}
#guide-setting-washing-machine .txt_attention .txt_list3 ul li dd.price span span{font-size: 15px;}
#guide-setting-washing-machine .txt_attention .txt_list3 ul li dd{
        font-size: 13px;
        width: 96%;
        margin: 0 auto;
        line-height: 1.5em;
}
#guide-setting-washing-machine .txt_attention .txt_list1,
#guide-setting-washing-machine .txt_attention .txt_list3 {
	text-align: left;
        background: #fff;
        padding: 20px;
}
#guide-setting-washing-machine .txt_attention .txt_list2 {
  box-sizing: border-box;
  padding: 10px;
  background-color: #fcff00;
  margin-top: 10px;
}
#guide-setting-washing-machine .txt_attention .txt_list1 li,
#guide-setting-washing-machine .txt_attention .txt_list2 ul li {
  display: flex;
  margin-bottom: 10px;
  align-items: baseline;
}
#guide-setting-washing-machine .txt_attention .txt_list1 li::before,
#guide-setting-washing-machine .txt_attention .txt_list2 ul li::before {
  content: "��";
}
#guide-setting-washing-machine .txt_attention p {
  color: #383838;
  font-size: 17px;
}
#guide-setting-washing-machine .txt_attention .txt_list1 li p span {
  /*display: inline-block;*/
  font-size: 20px;
  color: #ee0001;
}

/*------------------------------------
���֥����ӥ��ξܤ���ή��
-------------------------------------*/
#guide-setting-washing-machine .nagare_title {
        width: 100%;
        background-color: #008ab8;
        color: #fff;
        margin: 60px 0 0;
        padding: 23px 0;
        font-size: 33px;
        line-height: 30px;
        font-weight: 600;
}
#guide-setting-washing-machine .nagare_title span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#guide-setting-washing-machine .nagare {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 15px;
  background-color: #ddeff3;
}
#guide-setting-washing-machine .nagare .setting_option h3{
        font-size: 32px;
        padding: 20px 0 5px;
        color: #008ab8;
}
#guide-setting-washing-machine .nagare .setting_option p{
        color: #383838;
        font-size: 20px;
}
#guide-setting-washing-machine .nagare .setting_option .img_box h4{
        margin: 40px 0 10px;
        font-size: 32px;
        color: #00ace6;
        border-bottom: solid 2px;
        padding: 0 0 5px;
}
#guide-setting-washing-machine .nagare .setting_option .img_box h4 span{
	background: #00ace6;
        color: #fff;
        padding: 2px 22px;
        margin: 0 10px 0 0;
        font-size: 24px;
}
#guide-setting-washing-machine .nagare .setting_option .img_box p.cap{
        background: #00ace6;
        font-size: 26px;
        margin: 10px auto 0;
        padding: 8px 0;
        color: #ffffff;
        font-weight: 700;
	text-align: center;
}
#guide-setting-washing-machine .nagare .setting_option .img_box p{
        text-align: left;
        color: #383838;
        font-size: 17px;
        width: 92%;
        margin: 0 auto;
}
#guide-setting-washing-machine .nagare .setting_option .img_box p.red{color: #ee0001;}
#guide-setting-washing-machine .nagare .setting_option .img_box p.center{text-align: center;}
#guide-setting-washing-machine .nagare .setting_option .img_box p.title{
        font-size: 21px;
        color: #ee0001;
        font-weight: 700;
        width: 92%;
        margin: 0 auto;
}
#guide-setting-washing-machine .nagare .setting_option .img_box p.title span{
        font-size: 21px;
        color: #ee0001;
        font-weight: 700;
}
#guide-setting-washing-machine .nagare .setting_option .img_box .waku{
        border: solid 1px;
        padding: 1% 2%;
        margin: 1vw 0 0;
        color: #ee0001;
}
#guide-setting-washing-machine .nagare .setting_option .img_box p.kome{font-size: 15px;}

/*�ɥ�༰�����������å��ꥹ��*/
#guide-setting-washing-machine .nagare .setting_option .img_box .checklist{
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
}
#guide-setting-washing-machine .nagare .setting_option .img_box .checklist h5 {
        background: #1a00ff;
        color: #fcff00;
        padding: 8px 0 12px;
}
#guide-setting-washing-machine .nagare .setting_option .img_box .checklist h5 p{
        font-size: 32px;
        color: #fcff00;
        text-align: center;
}
#guide-setting-washing-machine .nagare .setting_option .img_box .checklist a{transition: .3s;}
#guide-setting-washing-machine .nagare .setting_option .img_box .checklist a:hover{opacity:0.8; transition: .3s;}
#guide-setting-washing-machine .nagare .setting_option .img_box .room_out{
        border: solid 1px #3f75bb;
        margin: 14px auto;
}
#guide-setting-washing-machine .nagare .setting_option .img_box .room_out h5{
        background: #3f75bb;
        color: #fff;
        font-size: 24px;
}
#guide-setting-washing-machine .nagare .setting_option .img_box .room_out p span{
        font-size: 18px;
        font-weight: 800;
        margin: 8px 0 0;
        display: inline-block;
}
#guide-setting-washing-machine .nagare .setting_option .img_box .room_out .cap{padding: 2.5%;}
#guide-setting-washing-machine .nagare .setting_option .img_box .room_out p{width: 100%;}
#guide-setting-washing-machine .nagare .setting_option .img_box .room_out p.title{width: 100%;}
#guide-setting-washing-machine .nagare .setting_option .img_box ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
	margin-bottom: 30px;
}
#guide-setting-washing-machine .nagare .setting_option .img_box ul li{
        width: calc(94% / 2);
        margin: 0 auto;
}
#guide-setting-washing-machine .nagare .setting_option .img_box ul li dt{
        font-size: 19px;
        border: 1px solid;
        margin: 0 auto 8px;
        color: #008ab8;
}
#guide-setting-washing-machine .nagare .setting_option .img_box ul li dd{
	text-align: left;
        color: #383838;
}
#guide-setting-washing-machine .nagare .setting_option .img_box img.w80{ width: 86%;}
#guide-setting-washing-machine .nagare .setting_option .img_box .advice{
        margin: 0 auto 30px;
        width: 80.5%;
        border: solid 1px #008ab8;
        box-sizing: border-box;
        padding: 0 0 10px;
}
#guide-setting-washing-machine .nagare .setting_option .img_box .advice h5{
        font-size: 19px;
        background: #008ab8;
        color: #fff;
        margin: 0 0 5px;
}
#guide-setting-washing-machine .nagare .setting_option .img_box .advice p{
        text-align: center;
        width: 94%;
}
#guide-setting-washing-machine .nagare .setting_option .img_box .advice p span{
        display: block;
        font-size: 23px;
        color: #ee0001;
        font-weight: 800;
}
#guide-setting-washing-machine .nagare2 {
        background-color: #fff;
        box-sizing: border-box;
        padding: 15px 10px 20px;
        border-radius: 8px;
        margin: 30px auto 0;
}
#guide-setting-washing-machine .nagare2 h2 {
  color: #3f75bb;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  font-weight: 600;
  font-size: 24px;
}
#guide-setting-washing-machine .nagare2 ul {
  width: calc(100% - 20px);
  text-align: left;
  margin: 0 auto;
}
#guide-setting-washing-machine .nagare2 ul li {
  display: flex;
  font-size: 17px;
}
#guide-setting-washing-machine .nagare2 ul li:nth-child(n + 2) {margin-top: 5px;}
#guide-setting-washing-machine .nagare2 ul li::before {content: "��";}
#guide-setting-washing-machine .nagare2 p {
  color: #383838;
  font-size: 17px;
}

/*���ť��å��Ѹ��Ф�*/
#guide-setting-washing-machine .setting_option .sub_tit{
        background: #3f75bb;
        color: #fff;
        padding: 15px 0;
        font-size: 30px;
        border-radius: 100px;
        margin: 30px auto 0;
        width: 84%;
        position: relative;
}
#guide-setting-washing-machine .setting_option .sub_tit:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #3f75bb;
}

/*------------------------------------
�ܤ���ή�졦����ǧ����
-------------------------------------*/
#guide-setting-washing-machine .txt_nagare {
  width: 100%;
  margin: 0 auto 30px auto;
  box-sizing: border-box;
  border: 1px solid #383838;
  padding: 15px 15px 20px;
}
#guide-setting-washing-machine .txt_nagare h1 {
  background-color: #666666;
  color: #fff;
  font-weight: 500;
  padding: 3px 0;
  font-size: 25px;
}
#guide-setting-washing-machine .txt_nagare h1:nth-of-type(2) {margin: 25px auto 15px;}
#guide-setting-washing-machine .txt_nagare h2 {
  display: inline-block;
  font-weight: 500;
  border-bottom: 1px solid;
  font-size: 20px;
  margin: 15px auto;
  color: #383838;
}
#guide-setting-washing-machine .txt_nagare ul {
  text-align: left;
  width: 95%;
  margin: 10px auto 0 auto;
}
#guide-setting-washing-machine .txt_nagare ul li {display: flex;}
#guide-setting-washing-machine .txt_nagare ul li:nth-child(n + 2) {margin-top: 10px;}
#guide-setting-washing-machine .txt_nagare ul li p,
#guide-setting-washing-machine .txt_nagare > p {
  color: #383838;
  font-size: 16px;
}
#guide-setting-washing-machine .txt_nagare ul li::before {
  content: "��";
  font-size: 16px;
}
#guide-setting-washing-machine .txt_nagare ul li p a {
  text-decoration: underline;
  color: #db925d;
  font-size: 16px;
}

/*------------------------------------
������ǽ
-------------------------------------*/
#test-list {
  width: 100%;
  margin: 0 auto 50px auto;
  text-align: center;
  box-sizing: border-box;
  padding: 30px 7px;
  background-color: #ddeff3;
}
#test-list > h2 {
  font-weight: 500;
  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: 5px 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: #01b791;
  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 .price span {
  font-family: Lato;
  font-size: 20px;
  font-weight: bold;
  color: #ee0001;
}
#test-list > h1 {
        font-weight: 500;
        background-color: #666666;
        color: #fff;
        font-size: 25px;
        padding: 10px 0;
}
#test-list > h2 {
        background: #719aa3;
        padding: 10px 0;
        color: #fff;
        margin: 25px 0 5px;
        font-size: 25px;
}
#test-list > h1:nth-of-type(2) {
  margin-top: 50px;
  margin-bottom: 10px;
}

#test-list .temochi {
  font-size: 12px;
  margin: 10px auto;
}
#test-list .temochi span {
  font-size: 18px;
  color: #ee0001;
}
#test-list > p {
  font-size: 15px;
  color: #333;
  margin-bottom: 3px;
}
#test-list > p.recycle_txt {font-size: 21px;}
#test-list .list li {
  display: flex;
  color: #333;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  margin: 0 0 -1px;
  background-color: #fff;
  align-items: center;
}
#test-list .list li p {
  width: calc(100% / 2);
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
  font-size: 16px;
}
#test-list .list li p:nth-child(2) {
  border-left: 1px solid #e9e9e9;
  color: #ee0001;
}
#test-list .list li p:nth-child(3) {text-align: center;}

/***---------------------------------
PC�ѥʥӥ�˥塼
---------------------------------***/
#guide-setting-washing-machine #fs_nav {
  position: fixed;
  top: calc(5% + 140px);
  right: 0;
  z-index: 1000;
}
#guide-setting-washing-machine #fs_nav ul li:nth-child(1) {border-top: 1px dotted #e0e0e0;}
#guide-setting-washing-machine #fs_nav ul li {border-bottom: 1px dotted #e0e0e0;}
#guide-setting-washing-machine #fs_nav ul li a {
  display: block;
  text-align: left;
  box-sizing: border-box;
  padding: 1em 3em 1em 0.75em;
  color: #494849;
}
#guide-setting-washing-machine #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;
}
#guide-setting-washing-machine #fs_nav ul li:nth-child(5) a span::after {
  font-family: "fontPlazaIcon" !important;
  content: "\e976";
  margin-left: 3px;
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
}
#guide-setting-washing-machine #fs_nav ul li a span {font-size: 13px;}
#guide-setting-washing-machine #fs_nav ul li a::before {
  margin-right: 10px;
  font-size: 25px;
  vertical-align: middle;
}
#guide-setting-washing-machine #fs_nav2 {
  position: fixed;
  top: calc(5% + 140px);
  right: 0;
  z-index: 1000;
}
#guide-setting-washing-machine #fs_nav2 ul li:nth-child(1) {
  border-top: 1px dotted #e0e0e0;
}
#guide-setting-washing-machine #fs_nav2 ul li {
  border-bottom: 1px dotted #e0e0e0;
}
#guide-setting-washing-machine #fs_nav2 ul li a {
  display: block;
  text-align: left;
  box-sizing: border-box;
  padding: 1em 3em 1em 0.75em;
  color: #494849;
}
#guide-setting-washing-machine #fs_nav2 ul li:last-child a span::after {
  font-family: "Material Icons";
  content: "\e5d8";
  margin-left: 3px;
  font-size: 16px;
  display: inline-block;
  vertical-align: bottom;
}
#guide-setting-washing-machine #fs_nav2 ul li a span {font-size: 13px;}
#guide-setting-washing-machine #fs_nav2 ul li a::before {
  margin-right: 10px;
  font-size: 25px;
  vertical-align: middle;
}

/*------------------------------------
���֥��ץ����ˤĤ���
-------------------------------------*/
#guide-setting-washing-machine .setting_option {
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 5px 20px 20px;
  margin-top: 0;
}
#guide-setting-washing-machine .nagare .setting_option {background-color: none;}
#guide-setting-washing-machine .setting_option .syosai_btn {
  width: 60%;
  margin: 25px auto 0 auto;
}
#guide-setting-washing-machine .setting_option .syosai_btn a {
  display: block;
  box-sizing: border-box;
  padding: 10px 0;
  background-color: #2b2b2b;
  border-radius: 8px;
  border: 1px solid #2b2b2b;
}
#guide-setting-washing-machine .setting_option .syosai_btn a p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#guide-setting-washing-machine .setting_option .syosai_btn a p::after {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-weight: 900;
  font-size: 16px;
  margin-left: 5px;
}
#guide-setting-washing-machine .setting_option .syosai_btn a:hover {background-color: #fff;}
#guide-setting-washing-machine .setting_option .syosai_btn a:hover p {color: #2b2b2b;}
#guide-setting-washing-machine .setting_option .img_box2 {
  border: 1px solid #365470;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 8px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
#guide-setting-washing-machine .setting_option .img_box2 a:hover img {
  opacity: 0.8;
}

/* section footer
================================ */
#guide-setting-washing-machine section.fotter {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #212121;
    height: 50px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}
#guide-setting-washing-machine section.fotter a {
    color: #fff;
    padding: 0 5px;
}



/*=========================
���󥫡���󥯤�2�Ĥξ��
=========================*/

#guide-setting-washing-machine .col2 > li {width: calc(97% / 2);} 