@charset "UTF-8";

.lead {
    padding-top: 40px;
}

.content h1 {
    color: #000;
    font-weight: bold;
}

.sc_search {
    padding: 64px 0 77px;
}

.co_searchform {
    margin-top: 50px;
}

.co_searchform .search-form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.co_searchform input[type="search"] {
    border: none;
    outline: none;
    -webkit-appearance: none;
    padding: 10px 15px;
    width: 365px;
    background-color: #f1f5f7;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-right: 8px;
    font-size: 15px;
    height: 40px;
}

.co_searchform button[type="submit"] {
    border: none;
    outline: none;
    padding: 6px 25px 7px 20px;
    background-color: #007440;
    border: 2px solid #007440;
    box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    transition: opacity .2s ease-in-out;
    border-radius: 0 5px 5px 0;
    margin-left: -20px;
}
.co_searchform .screen-reader-text {
    clip-path: none;
    margin: auto;
    position: initial;
}
.co_searchform button[type="submit"]:hover{
    opacity: .8;
}

.co_searchform i {
  display: none;
    color: #fff;
    font-size: 22px;
    margin-right: 10px;
    vertical-align: top;
}

.co_searchbox_wrap {
    margin: 40px auto;
    padding: 30px 0px;
    box-sizing: border-box; 
    background-color: #fff;

    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.co_searchbox {
    position: relative;
    width: 220px;
    margin: 0 0px 20px 0;
    padding: 0 0px 20px 0px;
    border-bottom: 1px solid #efefef;
}

.co_searchbox::before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 96%;
    background-color: #efefef;
    left: 0px;
}

.co_searchbox:nth-child(1)::before,
.co_searchbox:nth-child(6)::before {
    display: none;
}

.co_searchbox_heading a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

    -webkit-box-align:center;
    -ms-flex-align:center;
    -webkit-align-items: center;
    align-items: center;

    margin-bottom: 15px;
    padding: 0 20px;
}

.co_searchbox img {
    width: auto;
    height: 80px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.co_searchbox .jane {
    font-weight: bold;
    text-align: left;
    padding-left: 0px;
    font-size: 15px;
}
.co_searchbox ul {
    padding-left: 20px;
}
.co_searchbox ul li {
    text-align: left;
    font-size: 13px;
    line-height: 1.8;
}

.co_searchbox a {
    transition: all .2s ease-in-out; 
}

.co_searchbox a:hover {
    color: #007440;
}

.co_searchlinkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 70px auto 20px;
}

.co_searchlinkbox .btn_link a {
  width: 240px;
  margin: 0 20px;
  background-color: #007440;
  border-color: #007440;
}

.co_goods_notice {
  max-width: 750px;
  margin: 20px auto 0;
  text-align: left;
  font-size: 13px;
  line-height: 1.8;
  color: #333;
}

.co_goods_notice p {
  margin-bottom: 5px;
  text-indent: -17px;
  padding-left: 17px;
}

.co_attention {
	max-width: 750px;
	margin: auto;
	text-align:left;
	font-size: 13px;
}

.co_attention p {
    text-indent: -17px;
    padding-left: 17px;
}

.wp-pagenavi {
    margin-bottom: 40px;
}

#category_name .co_searchbox_wrap {
    padding: 0px; 
}

#category_name .co_searchbox {
    position: relative;
    width: 210px;
    padding: 0;
    margin: 0 5px 10px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: inherit;
}

#category_name .co_searchbox a {
	display: block;
	padding: 20px 10px;
}

#category_name .co_searchbox img {
    width: 160px;
    height: 160px;
    object-fit: contain;
}

#category_name .co_searchbox .jane {
    text-align: center;
    margin: 10px auto 0px;
    padding-left: 0px;
    font-size: 14px;
}

.sc_series .co_searchbox {
    position: relative;
    width: 346px;
    margin: 0 0px 20px 0;
    padding: 0 20px 20px 0px;
    border-bottom: 1px solid #efefef;
}

.sc_series .co_searchbox::before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 96%;
    background-color: #efefef;
    left: 0px;
}

.sc_series .co_searchbox:nth-child(1)::before, 
.sc_series .co_searchbox:nth-child(4)::before, 
.sc_series .co_searchbox:nth-child(7)::before{
    display: none;
}

.sc_series .co_searchbox .jane {
    padding-left: 20px;
    margin-bottom: 5px;
}

.sc_search_grouped {
  margin-top: 52px;
}

.sc_search_group {
  margin-bottom: 40px;
}

.sc_search_group_heading {
  font-size: 18px;
  font-weight: bold;
  color: #007440;
  padding-bottom: 8px;
  border-bottom: 2px solid #007440;
  margin-bottom: 16px;
}

.sc_search_flexbox {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0;
}
.sc_search_flexbox::after {
    display: block;
    content: "";
    flex: 0 0 31.5%;
}

.sc_search_flexitem {
  flex: 0 0 31.5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border: 1px solid #ccc;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 130px;
  text-decoration: none;
  color: inherit;
}
.sc_search_flexitem_text {
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}

.br_sp { display: none; }
.sc_search_flexitem img {
  display: block;
  width: 100%;
  height: 130px;
  object-fit: contain;
}

@media (max-width: 768px) {

.sc_search_group {
    margin-bottom: 30px;
}

.sc_search_flexitem_text {
    font-size: 10px;
    padding: 4px 6px;
}

.br_pc { display: none; }
.br_sp { display: inline; }

.co_searchform {
    margin-top: 40px;
}
.co_searchform input[type="search"] {
    width: auto;
    padding: 10px;
}

.co_searchform button[type="submit"] {
    padding: 10px 10px 7px;
    font-size: 12px;
    width: auto;
}

.co_searchform button[type="submit"]:hover{
    opacity: 1;
}

.co_searchform i {
    font-size: 16px;
}

.co_searchbox_wrap {
    margin-top: 40px;
    padding: 30px 40px;
}

.co_searchbox {
    position: relative;
    width: 33%;
}

.co_searchbox:nth-child(1)::before,
.co_searchbox:nth-child(4)::before ,
.co_searchbox:nth-child(7)::before ,
.co_searchbox:nth-child(10)::before ,
.co_searchbox:nth-child(13)::before {
    display: none;
}

.co_searchbox:nth-child(6)::before {
    display: block;
}

.co_searchbox img {
    width: auto;
    height: 40px;
}

.co_searchbox .jane {
    padding-left: 10px;
    font-size: 13px;
}
.co_searchbox ul li {
    font-size: 11px;
    line-height: 1.6;
}

.co_searchbox a:hover {
    color: #000;
}

.co_searchlinkbox {
    margin: 50px auto 20px;
}

.co_searchlinkbox .btn_link a {
    width: 150px;
    margin: 0 10px;
    background-color: #007440;
    border-color: #007440;
}

.co_attention {
	max-width: 90%;
	font-size: 11px;
}

.co_attention p {
    text-indent: -15px;
    padding-left: 15px;
}

.sc_series .co_searchbox {
    position: relative;
    width: 46%;
    margin: 0 0px 20px 0;
    padding: 0 2% 20px 0px;
}

.sc_series .co_searchbox::before {
    position: absolute;
    display: block;
    content: '';
    width: 1px;
    height: 96%;
    background-color: #efefef;
    left: 0px;
}

.sc_series .co_searchbox:nth-child(odd)::before {
    display: none;
}
  
  .sc_search_flexitem {
    flex: 0 0 48%;
    margin-bottom: 20px;
    min-height: 90px;
    grid-template-columns: 3fr 2fr;
  }
  
  .sc_search_flexitem img {
    display: block;
    max-width: 100%;
    height: auto;
  }

}

@media (max-width: 500px) {

.co_searchbox_wrap {
    padding: 0px 0px 20px;
}

.co_searchbox {
    width: 50%;
}

.co_searchform button[type="submit"] {
    padding: 9px 10px 9px;
    width: 25%;
    font-size: 12px;
}

.co_searchform input[type="search"] {
    width: auto;
    padding: 7px;
}

.co_searchbox:nth-child(1)::before,
.co_searchbox:nth-child(4)::before ,
.co_searchbox:nth-child(7)::before ,
.co_searchbox:nth-child(10)::before ,
.co_searchbox:nth-child(13)::before {
    display: block;
}

.co_searchbox:nth-child(odd)::before {
    display: none;
}

.co_searchlinkbox {
    margin: 20px auto 0px;
    display: block;
}

.co_searchlinkbox .btn_link a {
    width: 240px;
    margin: 0 auto 20px;
}

#category_name .co_searchbox {
    position: relative;
    width: 48%;
    margin: 0 1% 20px;
}

#category_name .co_searchbox a {
	display: block;
	padding: 10px 5px;
}

#category_name .co_searchbox .jane {
    text-align: center;
    margin: 10px auto 0px;
    padding-left: 0px;
    font-size: 12px;
}

}

@media (max-width: 414px) {

.sc_series .co_searchbox {
    width: 100%;
}

.sc_series .co_searchbox::before {
    position: absolute;
    display: none;
    content: '';
    width: 1px;
    height: 96%;
    background-color: #efefef;
    left: 0px;
}

}

@media (max-width: 360px) {

#category_name .co_searchbox img {
    width: 130px;
    height: auto;
}

}

