@charset "utf-8";
#choose * {
  box-sizing: border-box;
}
#choose a:hover {
  opacity: 0.8;
}
#choose img {
  max-width: 100%;
}
/* sec01 */
#choose .sec01 {
  margin: 0 0 100px;
}
#choose .sec01 .first {
  margin: 0 0 80px;
  text-align: center;
}
#choose .sec01 .first dt {
  margin: 0 0 30px;
}
#choose .sec01 .first dd {
  font-size: 1.2em;
  line-height: 2.0;
}
#choose .sec01 .first dd.lists {
  margin: 50px 0 0 0;
}
#choose .sec01 .steps {
  text-align: center;
}
#choose .sec01 .steps li {
  display: inline-block;
  margin-right: 40px;
}
#choose .sec01 .steps li:last-child {
  margin-right: 0;
}
/* sec02 */
#choose .sec02 {
  margin: 0 0 100px;
  padding: 50px 0 0;
}
#choose .sec02 h2 {
  text-align: center;
  margin: 0 0 50px;
}
#choose .sec02 h2 img {
  width: 100%;
  max-width: 710px;
}
#choose .sec02 .reads {
  text-align: center;
  margin: 0 0 50px;
  font-size: 1.2em;
  line-height: 1.8;
}
#choose .sec02 .relabox {
  position: relative;
  overflow: hidden;
  zoom: 1;
  max-width: 1000px;
  padding: 0 0 20px;
  margin: 0 auto;
}
#choose .sec02 .relabox dl {
  width: 48%;
  float: left;
  padding: 50px 0 0 0;
}
#choose .sec02 .relabox dl dt {
  margin: 0 0 15px;
}
#choose .sec02 .relabox figure {
  width: 48%;
  float: right;
}
#choose .sec02 .relabox dl.text02 {
  float: right;
}
#choose .sec02 .relabox figure.photo02 {
  float: left;
}
#choose .sec02 .relabox figure img {
  width: 100%;
}
#choose .sec02 .attachment {
  border-radius: 15px;
  background: url("/jp/agri/agrilife/kitchen_garden/select/img/bg_sec02_atch_01.png") no-repeat center 50%;
  background-size: cover;
  padding: 60px 30px 30px;
  margin: 80px 0 50px;
  position: relative;
}
#choose .sec02 .attachment h3 {
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  text-align: center;
}
#choose .sec02 .attachment p {
  text-align: center;
}
#choose .sec02 .attachment ul {
  padding: 20px 0;
}
#choose .sec02 .attachment li {
  width: 16.666666%;
  float: left;
  text-align: center;
}
#choose .sec02 .attachment li img {
  width: 100%;
  max-width: 152px;
}
#choose .sec01 .select_howto {
  margin: 100px auto 0;
}
#choose .sec01 .select_howto h3 {
  text-align: center;
  margin: 0 0 40px 0;
}
#choose .sec01 .select_howto h3 img {
  max-width: 80%;
}
#choose .sec01 .select_howto li {
  width: 33.33333%;
  padding: 10px;
  float: left;
  text-align: center;
}
#choose .sec01 .select_howto li img {
  width: 100%;
  max-width: 280px;
}
#choose .sec02 .end {
  text-align: right;
  color: #378713;
  width: 84%;
  margin: 0 auto;
}
#choose .howto {
  clear: both;
}
#choose .howto h2 {
  margin: 0 0 30px 0;
}
#choose .howto h2 img {
  max-width: 90%;
}
.howto-title {
  text-align: center;
  margin: 200px 0 100px 0;
}
/* howto01 */
#choose #howto01 .howto-chart_select {
  position: relative;
  top: -170px;
  padding: 0 20px;
}
#choose #howto01 .howto-chart_select .type {
  width: 20%;
  float: left;
  padding: 10px;
}
#choose #howto01 .howto-chart_select .type label {
  display: block;
  text-align: center;
}
#choose #howto01 .howto-chart_select .type input {
  display: none;
}
/*非表示にしておく*/
#choose #howto01 .howto-chart_select .type .type-block {
  position: relative;
  top: 170px;
  left: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  border: 2px solid #7f5338;
  border-radius: 20px;
  max-width: 1110px;
  width: 100vw;
  background: #fff;
  margin: 0 0 70px;
}
#choose #howto01 .howto-chart_select .type.type_a .type-block {
  left: -30px;
}
#choose #howto01 .howto-chart_select .type.type_b .type-block {
  left: calc((100% + 50px) * -1);
}
#choose #howto01 .howto-chart_select .type.type_c .type-block {
  left: calc((200% + 70px) * -1);
}
#choose #howto01 .howto-chart_select .type.type_d .type-block {
  left: calc((300% + 90px) * -1);
}
#choose #howto01 .howto-chart_select .type.type_e .type-block {
  left: calc((400% + 110px) * -1);
}
/*クリックで中身表示*/
#choose #howto01 .howto-chart_select .type .type_btn_check:checked + .type-block {
  height: auto;
  opacity: 1;
  zoom: 1;
}
.howto-chart_select .type .type-block .type-block_text {
  width: 45%;
  float: left;
  padding: 0 0 30px 50px;
}
.howto-chart_select .type .type-block .type-block_item {
  width: 53%;
  float: right;
  padding: 0 50px 0 0;
}
.howto-chart_select .type .type-block .type-block_item .img_item {
  width: 55%;
  float: left;
}
.howto-chart_select .type .type-block .type-block_item .img_item img {
  width: 100%;
}
.howto-chart_select .type.type_a .type-block .type-block_item .img_item {
  width: 30%;
  float: left;
}
.howto-chart_select .type .type-block .type-block_item .type-block_item_text {
  width: 42%;
  float: right;
}
.howto-chart_select .type.type_a .type-block .type-block_item .type-block_item_text {
  width: 60%;
}
.howto-chart_select .type .type-block .type-block_item dl {
  text-align: left;
  font-weight: bold;
}
.howto-chart_select .type.type_a .type-block .type-block_item dl {
  width: 48%;
  float: left;
}
.howto-chart_select .type .type-block .type-block_item dl dt {
  font-size: 150%;
  margin: 10px 0;
  line-height: 1;
}
.howto-chart_select .type .type-block .type-block_item dl dt small {
  font-size: 80%;
}
.howto-chart_select .type .type-block .type-block_item .btn_detail {
  margin: 30px 0 0 0;
}
.howto-chart_select .type .type-block .type-block_item .btn_detail img {
  width: 100%;
  max-width: 188px;
}
.howto-chart_select .type.type_a .type-block .type-block_item .btn_detail {
  width: 48%;
  max-width: 128px !important;
  margin: 0;
  float: right;
}
.howto-chart_select .type.type_a .type-block .type-block_item .btn_detail img {
  width: 100%;
}
.howto-chart_select .type .type-block .type-block_btns {
  width: 53%;
  float: right;
  padding: 30px 50px 30px 0;
}
.howto-chart_select .type .type-block .type-block_btns li {
  width: 48%;
  float: left;
  text-align: left;
}
.howto-chart_select .type .type-block .type-block_btns li:last-child {
  float: right;
  text-align: right;
}
.howto-chart_select .type .type-block .type-block_btns li img {
  width: 100%;
  max-width: 240px;
}
#choose #howto01 .howto-chart_text {
  text-align: center;
  position: relative;
  top: 150px;
}
/* howto02 */
#choose #howto02 .howto02-line {
  text-align: center;
}
#choose #howto02 .howto02-worries {
  margin: 50px 0 0 0;
}
#choose #howto02 .howto02-worries .howto02-worries_inner {
  padding: 0 70px 30px;
}
#choose #howto02 .howto02-worries input {
  display: none;
}
#choose #howto02 .howto02-worries label {
  display: block;
  text-align: center;
  margin: 10px 0 0 0;
}
#choose #howto02 .howto02-worries_content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  background: #fff;
  border: 2px solid #7f5338;
  border-radius: 20px;
  position: relative;
  top: -10px;
}
#choose #howto02 .howto02-worries_content .wrap {
  padding: 30px 70px;
}
/*クリックで中身表示*/
#choose #howto02 .howto02-worries input:checked + .howto02-worries_content {
  height: auto;
  opacity: 1;
  zoom: 1;
}
#choose #howto02 .howto02-worries .howto02-worries_content h3 {
  width: 65%;
  float: right;
  margin: 30px 0;
}
#choose #howto02 .howto02-worries .howto02-worries_content .howto02-worries_img {
  width: 25%;
  float: left;
  text-align: left;
}
#choose #howto02 .howto02-worries .howto02-worries_content .howto02-worries_text {
  width: 65%;
  float: right;
  margin: 0 0 70px 0;
  word-break: break-all;
}
#choose #howto02 .howto02-worries .howto02-worries_content .howto02-worries_text small {
  display: block;
  margin: 20px 0 0 0;
  font-size: 80%;
}
#choose #howto02 .howto02-worries .howto02-worries_content .btn_detail {
  width: 25%;
  float: left;
  clear: left;
  text-align: left;
  margin: 30px 0 0 0;
}
#choose #howto02 .howto02-worries .howto02-worries_content .howto02-worries_btns {
  margin: 50px 0 0 0;
  width: calc(65% - 100px);
  float: right;
  position: absolute;
  bottom: 30px;
  right: 80px;
}
#choose #howto02 .howto02-worries .howto02-worries_content .howto02-worries_btns li {
  width: 48%;
  max-width: 240px;
  float: left;
}
#choose #howto02 .howto02-worries .howto02-worries_content .howto02-worries_btns li:last-child {
  float: right;
}
/* howto03 */
#choose #howto03 {
  margin: 0 0 100px 0;
}
#choose #howto03 .imgs {
  margin: 50px 0 100px;
}
#choose #howto03 .tab-btns {
  margin: 0;
}
#choose #howto03 .tab-btns li {
  width: 32%;
  padding: 0 !important;
}
#choose #howto03 .tab-btns li:nth-child(1) a {
  background: url("/jp/agri/agrilife/kitchen_garden/select/img/bg_tab_01.png") no-repeat center 50%;
  background-size: cover;
}
#choose #howto03 .tab-btns li:nth-child(2) {
  margin: 0 2%;
}
#choose #howto03 .tab-btns li:nth-child(2) a {
  background: url("/jp/agri/agrilife/kitchen_garden/select/img/bg_tab_02.png") no-repeat center 50%;
  background-size: cover;
}
#choose #howto03 .tab-btns li:nth-child(3) {
  float: right;
}
#choose #howto03 .tab-btns li:nth-child(3) a {
  background: url("/jp/agri/agrilife/kitchen_garden/select/img/bg_tab_03.png") no-repeat center 50%;
  background-size: cover;
}
#choose #howto03 .tab-btns li a {
  border: 2px solid #7f5338;
  border-bottom: none;
  border-radius: 20px 20px 0 0;
}
#choose #howto03 .tab-btns li.active {
  background: none;
  position: relative;
  z-index: 2;
}
#choose #howto03 .tab-btns li.active a {
  padding-bottom: 11px;
}
#choose #howto03 .tab-contents {
  border: 2px solid #7f5338;
  border-radius: 0 0 20px 20px;
  position: relative;
  top: -3px;
  z-index: 1;
}
#choose #howto03 .tab-contents .into {
  padding: 50px 90px;
}
#choose #howto03 .tab-contents .into h4 {
  margin: 0 0 10px 0;
}
#choose #howto03 .tab-contents .into p {
  font-size: 180%;
  font-weight: bold;
}
#choose #howto03 .tab-contents .into .bdrbox {
  background: #f4e9de;
  border-radius: 20px;
  padding: 40px;
  margin: 50px 0;
}
#choose #howto03 .tab-contents .into .bdrbox ul {
  float: left;
  width: 48%;
}
#choose #howto03 .tab-contents .into .bdrbox li {
  background: url("/jp/agri/agrilife/kitchen_garden/select/img/icn_list_01.png") no-repeat left 5px;
  padding: 0 0 0 20px;
  font-size: 125%;
}
#choose #howto03 .tab-contents .into .bdrbox .photo {
  float: right;
  width: 48%;
}
#choose #howto03 .tab-contents .into .imgbox li {
  width: 45%;
  float: left;
}
#choose #howto03 .tab-contents .into .imgbox li:last-child {
  float: right;
}
#choose #howto03 .tab-contents .into .imgbox li img {
  width: 100%;
}
#choose #howto03 .tab-contents .into .abouts {
  clear: both;
  border: 2px solid #7f5338;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  margin: 90px 0 0 0;
}
#choose #howto03 .tab-contents .into .abouts dt {
  position: absolute;
  top: -40px;
  left: 30px;
}
#choose #howto03 .tab-contents .into .abouts .texts {
  width: 48%;
  float: left;
  font-size: 125%;
  margin: 50px 0 0 0;
  font-weight: normal;
}
#choose #howto03 .tab-contents .into .abouts .texts span {
  display: block;
  margin: 10px 0 0 0;
  font-size: 80%;
  line-height: 1.5;
}
#choose #howto03 .tab-contents .into .abouts .photo {
  width: 48%;
  max-width: 388px;
  float: right;
  text-align: right;
}
#choose #howto03 .tab-contents .into .abouts .sec {
  clear: both;
}
#choose #howto03 .tab-contents .into .abouts .sec .texts {
  margin: 30px 0 0;
}
#choose #howto03 .tab-contents .into .abouts .sec .texts span {
  font-size: 105%;
  font-weight: bold;
}
#choose #howto03 .tab-contents .into .abouts .sec .rights {
  width: 48%;
  max-width: 388px;
  float: right;
  margin: 30px 0 0 0;
}
#choose #howto03 .tab-contents .into .abouts .sec .rights li {
  width: 48%;
  float: left;
}
#choose #howto03 .tab-contents .into .abouts .sec .rights li:last-child {
  float: right;
}
#choose #howto03 .tab-contents .into .abouts .sec .rights li p {
  font-size: 80%;
  line-height: normal;
  margin: 5px 0 0 0;
}
#choose #howto03 .tab-contents .into .items {
  text-align: center;
}
#choose #howto03 .tab-contents .into .items h4 {
  margin: 70px 0 20px 0;
}
#choose #howto03 .tab-contents .into .items .item {
  width: 48%;
  display: inline-block;
  padding: 0 30px;
  vertical-align: top;
}
#choose #howto03 .tab-contents .into .items .item:nth-child(3) .photo {
  margin: 20px 0 0 0;
}
#choose #howto03 .tab-contents .into .items .item .photo {
  width: 45%;
  float: left;
}
#choose #howto03 .tab-contents .into .items .item .btn_detail {
  width: 50%;
  float: right;
  padding: 40px 0 0 0;
}
#choose #howto03 .tab-contents .into .items .item .btn_detail h5 {
  margin: 0 0 15px 0;
}
#choose #howto03 .tab-contents .into .items.col1 .item .btn_detail {
  padding: 20px 0 0;
}
#choose #howto03 .tab-contents .into .items.col3 .item {
  width: 32%;
  vertical-align: bottom;
}
#choose #howto03 .tab-contents .into .items.col3 .item .photo {
  width: 100%;
  float: none;
}
#choose #howto03 .tab-contents .into .items.col3 .item .photo img {
  max-height: 180px;
}
#choose #howto03 .tab-contents .into .items.col3 .item .btn_detail {
  width: 100%;
  float: none;
  padding: 10px 0 0 0;
}
#choose #howto03 .tab-contents .into .links {
  padding: 50px 50px 0;
}
#choose #howto03 .tab-contents .into .links li {
  width: 48%;
  max-width: 376px;
  float: left;
  text-align: center;
}
#choose #howto03 .tab-contents .into .links li:last-child {
  float: right;
  text-align: center;
}
/* sec05 */
#choose .sec05 {
  margin: 0 auto;
  width: 960px;
}
#choose .sec05 .image img {
  max-width: 253px
}
#choose .sec05 ul {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 30px;
}
#choose .sec05 ul li {
  float: left;
}
#choose .sec05 .imgs {
  text-align: center;
  margin-top: 40px;
}
br.pc {
  display: block;
}
br.sp {
  display: none;
}
#choose .box-modal-01 p {
  text-align: right;
  margin: 5px 0 0 0;
}
#choose #howto01 {
  padding: 50px 0 0;
}
#choose #howto02 {
  border-top: 1px dotted #ccc;
  padding: 100px 0;
}
#choose #howto03 {
  border-top: 1px dotted #ccc;
  padding: 100px 0;
}

.Section .lyt-image-02 .image-waku {
  border: 1px solid #ccc;
}

@media screen and (max-width: 1064px) {
  #choose #howto01 .howto-chart_select {
    top: -130px;
  }
  #choose #howto01 .howto-chart_select .type .type-block {
    top: 130px;
    width: calc(100vw - 60px);
  }
  .howto-chart_select .type .type-block .type-block_text {
    padding: 0 0 30px 30px;
  }
  .howto-chart_select .type .type-block .type-block_item {
    padding: 0 30px 0 0;
  }
  .howto-chart_select .type .type-block .type-block_btns {
    padding: 30px 30px 30px 0;
  }
  #choose #howto02 .howto02-worries_content .wrap {
    padding: 30px;
  }
  #choose #howto02 .howto02-worries .howto02-worries_content .howto02-worries_btns {
    width: calc(65% - 32px);
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
  /* sec05 */
  #choose .sec05 {
    margin: 0 auto;
    width: auto;
  }
  #choose .sec05 ul li {
    text-align: center;
  }
  #choose #howto03 .tab-contents .into {
    padding: 50px;
  }
  #choose #howto03 .tab-contents .into .links {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 940px) {
  #choose #howto01 .howto-chart_select .type .type-block {
    width: calc(100vw - 30px);
  }
}
@media screen and (max-width: 850px) {
  #choose #howto01 .howto-chart_text {
    top: 110px;
  }
}
@media screen and (max-width: 768px) {
  #choose .sec02 .attachment {
    padding: 60px 30px 0;
  }
  #choose .sec02 .attachment li {
    width: 33.3333%;
    margin: 0 0 30px;
  }
  #choose #howto01 .howto-chart_select {
    top: -100px;
  }
  #choose #howto01 .howto-chart_text {
    top: 100px;
  }
  #choose #howto01 .howto-chart_select .type .type-block {
    top: 100px;
  }
  .howto-chart_select .type.type_a .type-block .type-block_item .img_item {
    width: 100%;
    float: none;
    text-align: center;
    margin: 20px 0 0 0;
  }
  .howto-chart_select .type.type_a .type-block .type-block_item .img_item img {
    max-width: 185px !important;
  }
  .howto-chart_select .type.type_a .type-block .type-block_item .type-block_item_text {
    width: 100%;
    float: none;
  }
  .howto-chart_select .type .type-block .type-block_btns {
    width: 100%;
    float: none;
    clear: both;
    padding: 30px 30px 10px;
    text-align: center;
  }
  .howto-chart_select .type .type-block .type-block_btns li {
    max-width: 240px;
    width: 100%;
    float: none;
    display: inline-block;
    margin: 0 10px 20px;
  }
  .howto-chart_select .type .type-block .type-block_btns li:last-child {
    float: none;
  }
  #choose #howto03 .tab-contents .into {
    padding: 30px;
  }
  #choose #howto03 .tab-contents .into .abouts .texts {
    margin: 30px 0 0 0;
  }
  #choose #howto03 .tab-contents .into .items {
    text-align: center;
  }
  #choose #howto03 .tab-contents .into .items .item {
    width: 32%;
    vertical-align: bottom;
  }
  #choose #howto03 .tab-contents .into .items .item .photo {
    width: 100%;
    float: none;
    text-align: center;
  }
  #choose #howto03 .tab-contents .into .items .item .btn_detail {
    width: 100%;
    float: none;
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 659px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  /* sec01 */
  #choose .sec01 {
    margin: 0 0 50px;
  }
  #choose .sec01 .first {
    margin: 0 0 40px;
    text-align: center;
  }
  #choose .sec01 .first dd {
    line-height: 1.8;
  }
  #choose .sec01 .first dd.lists {
    margin-top: 20px;
  }
  #choose .sec01 .steps {
    text-align: center;
    overflow: hidden;
    zoom: 1;
  }
  #choose .sec01 .steps li {
    display: block;
    float: left;
    margin-right: 2%;
  }
  #choose .sec01 .steps li:last-child {
    margin-right: 0;
  }
  /* sec02 */
  #choose .sec02 {
    padding: 0;
  }
  #choose .sec02 h2 {
    margin: 0 0 20px;
  }
  #choose .sec02 .reads {
    margin: 0;
  }
  #choose .sec02 .relabox dl {
    width: 100%;
    float: none;
    padding: 30px 0 0 0;
  }
  #choose .sec02 .relabox dl dt {
    text-align: center;
  }
  #choose .sec02 .relabox dl dt img {
    height: 40px;
    width: auto;
  }
  #choose .sec02 .relabox figure {
    width: 100%;
    float: none;
    text-align: center;
    margin: 10px 0 0 0;
  }
  #choose .sec02 .relabox figure img {
    max-width: 550px;
  }
  #choose .sec02 .attachment {
    padding: 40px 15px 0;
  }
  #choose .sec02 .attachment h3 img {
    height: 70px;
    width: auto;
  }
  #choose .sec02 .select_howto {
    margin: 50px 0;
  }
  #choose .sec02 .select_howto h3 {
    margin: 0 0 20px 0;
  }
  #choose .howto {
    padding: 50px 0 0 0;
  }
  #choose #howto01 .howto-chart_select {
    padding: 0 10px;
  }
  #choose #howto01 .howto-chart_select .type {
    padding: 0 5px;
  }
  #choose .sec05 .imgs img {
    max-width: 60%;
  }
  #choose .sec05 .image img {
    max-width: 100%
  }
  #choose #howto01 .howto-chart_select {
    top: -80px;
  }
  #choose #howto01 .howto-chart_text {
    top: 100px;
  }
  #choose #howto01 .howto-chart_select .type .type-block {
    top: 80px;
  }
  #choose #howto01 .howto-chart_select .type.type_a .type-block {
    left: -15px;
  }
  #choose #howto01 .howto-chart_select .type.type_b .type-block {
    left: calc((100% + 25px) * -1);
  }
  #choose #howto01 .howto-chart_select .type.type_c .type-block {
    left: calc((200% + 35px) * -1);
  }
  #choose #howto01 .howto-chart_select .type.type_d .type-block {
    left: calc((300% + 45px) * -1);
  }
  #choose #howto01 .howto-chart_select .type.type_e .type-block {
    left: calc((400% + 55px) * -1);
  }
  .howto-chart_select .type .type-block .type-block_text {
    width: 100%;
    float: none;
    padding: 20px;
    text-align: center;
  }
  .howto-chart_select .type .type-block .type-block_item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 30px 0;
    float: none;
    clear: both;
  }
  .howto-chart_select .type .type-block .type-block_btns li {
    max-width: 350px;
    margin: 0 0 20px 0;
  }
  #choose #howto02 .howto02-worries .howto02-worries_inner {
    padding: 0 30px 30px;
  }
  #choose #howto02 .howto02-worries .howto02-worries_content h3 {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
    text-align: center;
  }
  #choose #howto02 .howto02-worries .howto02-worries_content .howto02-worries_img {
    width: 100%;
    float: none;
    text-align: center;
  }
  #choose #howto02 .howto02-worries .howto02-worries_content .howto02-worries_text {
    width: 100%;
    float: none;
    margin: 30px 0;
  }
  #choose #howto02 .howto02-worries .howto02-worries_content .btn_detail {
    width: 100%;
    float: none;
    text-align: center;
    margin: 30px 0 0 0;
  }
  #choose #howto02 .howto02-worries .howto02-worries_content .btn_detail img {
    max-width: 300px;
    width: 100%;
  }
  #choose #howto02 .howto02-worries .howto02-worries_content .howto02-worries_btns {
    width: 100%;
    float: none;
    position: static;
    margin: 0;
  }
  #choose #howto02 .howto02-worries .howto02-worries_content .howto02-worries_btns li {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 20px 0 0 0;
    text-align: center;
  }
  #choose #howto02 .howto02-worries .howto02-worries_content .howto02-worries_btns li:last-child {
    float: none;
  }
  #choose #howto02 .howto02-worries .howto02-worries_content .howto02-worries_btns li img {
    max-width: 300px;
    width: 100%;
  }
  #choose #howto03 .tab-contents .into .bdrbox {
    padding: 30px;
    margin: 30px 0;
  }
  #choose #howto03 .tab-contents .into .bdrbox ul {
    width: 100%;
    float: none;
  }
  #choose #howto03 .tab-contents .into .bdrbox .photo {
    width: 100%;
    float: none;
    text-align: center;
    margin: 30px 0 0 0;
  }
  #choose #howto03 .tab-contents .into .imgbox li {
    width: 100%;
    float: none;
    text-align: center;
  }
  #choose #howto03 .tab-contents .into .imgbox li:last-child {
    float: none;
    margin: 15px 0 0 0;
  }
  #choose #howto03 .tab-contents .into .imgbox li img {
    width: auto;
  }
  #choose #howto03 .tab-contents .into .abouts {
    padding: 20px;
  }
  #choose #howto03 .tab-contents .into .abouts dt {
    left: 0;
  }
  #choose #howto03 .tab-contents .into .abouts .texts {
    width: 100%;
    float: none;
  }
  #choose #howto03 .tab-contents .into .abouts .photo {
    width: 100%;
    max-width: 100%;
    float: none;
    text-align: center;
    margin: 20px 0 0 0;
  }
  #choose #howto03 .tab-contents .into .abouts .sec .rights {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 30px 0 0 0;
  }
  #choose #howto03 .tab-contents .into .items .item, #choose #howto03 .tab-contents .into .items.col3 .item {
    width: 100%;
    vertical-align: bottom;
    padding: 15px 0 0;
  }
  #choose #howto03 .tab-contents .into .items .item .btn_detail img {
    max-width: 300px;
  }
  #choose #howto03 .tab-contents .into .links {
    padding: 0 0 5px;
  }
  #choose #howto03 .tab-contents .into .links li {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 20px 0 0 0;
    text-align: center;
  }
  #choose #howto03 .tab-contents .into .links li img {
    max-width: 300px;
  }
}
@media screen and (max-width: 580px) {
  #choose #howto01 .howto-chart_select {
    top: -60px;
  }
  #choose #howto01 .howto-chart_text {
    top: 90px;
  }
  #choose #howto01 .howto-chart_select .type .type-block {
    top: 60px;
  }
}
@media screen and (max-width: 425px) {
  #choose #howto01 .howto-chart_select {
    top: -50px;
  }
  #choose #howto01 .howto-chart_text {
    top: 60px;
  }
  #choose #howto01 .howto-chart_select .type .type-block {
    top: 50px;
  }
  #choose #howto02 .howto02-worries .howto02-worries_inner {
    padding: 0 0 30px;
  }
  #choose #howto03 .tab-contents .into {
    padding: 15px;
  }
  #choose #howto03 .tab-contents .into .bdrbox {
    padding: 15px;
  }
}
@media screen and (max-width: 375px) {
  #choose #howto01 .howto-chart_select {
    top: -50px;
  }
  #choose #howto01 .howto-chart_text {
    top: 50px;
  }
  #choose #howto01 .howto-chart_select .type .type-block {
    top: 50px;
  }
}