/* tkcss ------------ */
.inner{
    max-width: 953px;
    margin:0 auto;
}
.section1{
    padding:70px 0;
}
.lower_main h1{
    padding:50px 0 0;
}


/* contact ------------ */

.formbox form {
    margin: 0 0 15px 50px;
    width: 100%;
}
.formbox .privacy_check{
    text-align: center;
}
.formbox .privacy_check {
    text-align: center;
    max-width: 600px;
    margin: 15px 0;
}
.formbox table span {
    color: #F00;
}
.formbox form table input{
    margin: 0;
    width: 90%;
}

.submit_button {
    -webkit-transition: all .3s;
    color: #fff;
    text-transform: uppercase;
    transition: 0.5s;
    padding: 10px 0;
    font-size: 15px;
    margin: 30px auto;
    width: 40%;
    letter-spacing: 0.1em;
    border: solid 1px #57a947;
    -webkit-appearance: none;
    display: block;
    font-weight: 500;
    text-align: center;
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: 0.5s;
    transition: 0.5s;
    position: relative;
    padding: 15px 0;
    cursor: pointer;
    background-color: #57a947;
    border-radius: 0;
    font-family: 'Noto Serif JP', serif;
}
.submit_button:hover{
    opacity: 0.7;
}
.mw_wp_form .error {
    font-size: 93%;
    color: #F00!important;
    display: block;
}
/*spheader css*/

  .nav-button {
    display: block;
    cursor: pointer;
}
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
}
    .nav {
      height: 100%;
      position: relative;
      overflow-x: hidden;
      overflow-y: auto;
}
    .sp_navi nav.nav-wrap ul.nav {
    list-style: none;
    position: fixed;
    right: 0;
    top: 80px;
    left: 0;
    width: 100% !important;
    margin: 0 auto;
    padding: 80px;
    transform: inherit;
    flex-wrap: wrap;
    justify-content: inherit;
    display: block;
}
    .sp_navi nav.nav-wrap ul.nav li {
    position: relative;
    display: block;
    padding: 10px 0;
    letter-spacing: 0.25em;
    color: #fff;
    text-align: left;
    width: 100%;
}
.sp_navi nav.nav-wrap ul.nav li a {
    text-align: left;
    padding: 0;
}
.sp_navi nav.nav-wrap ul.nav li:before {
    width: 12px;
    left: -27px;
    top: 22px;
}
.sp_navi nav.nav-wrap ul.nav li span {
    font-size: 1.2rem;
}
  /*メニューボタン*/
  .nav-button,
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}
.nav-wrap.open {
    display: block;
}
.nav-wrap.close {
    display: none!important;
}
.nav-wrap {
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.nav-wrap ul {
    max-width: 220px;
    width: 100%;
}
.nav-wrap ul li{
    list-style:none;
    text-align: center;
}
.nav-wrap ul li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    border-bottom: solid 4px #32a238;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 6px 6px 0 0;
}

/* ×　閉メニュー */
.nav-button {
    position: fixed;
    z-index: 999;
    width: 35px;
    height: 25px;
    right: 20px;
    top: 30px;
}
.nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3d3c3a;
    border-radius: 2px;
}
  /* ×　開メニュー */
.nav-button span:nth-of-type(1) {
    top: 0;
}
.nav-button span:nth-of-type(2) {
      top: 11px;
}
  .nav-button span:nth-of-type(3) {
    bottom: 0;
}
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(14px) rotate(-45deg);
}
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
}
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}
@media (max-width: 480px){
.sp_navi nav.nav-wrap ul.nav {
    padding: 50px 60px;
    display: block;
}
}

/* ------------------------------------- /
/   製品情報
/* ------------------------------------- */
/* サイドナビ ------------ */
.products_nav_area{
    margin: 0 0 15px;
    padding: 0 0 0 0;
    background-color:#fff;
    border: 1px #cccccc solid;
}
.products_nav_ttl{
    margin:2px;
    color: #fff;
    padding:12px;
    background: linear-gradient(180deg, #32a238 0%, #32a238 50%, #46ab4c 50%, #46ab4c 100%);
}
.products_nav_ttl h2{
    font-weight: bold;
    position: relative;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding-left: 15px;
    font-size: 18px;
}
.products_nav_ttl h2:before{
    content: "";
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    width: 3px;
    height: 35px;
    background-color:#fff;
}
.products_nav_ttl h2 span{
    display: block;
    font-size: 15px;
    letter-spacing: 0.15rem;
}
.products_nav_area .products_nav_inner{
    margin:2px;
    background-color:#f5f3e2;
    padding:6px;
}
/** =======================
 * Contenedor Principal
 ===========================*/
 .accordion {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
 }

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
    background: linear-gradient(180deg, #eeeeef 0%, #eeeeef 50%, #dbdcdc 50%, #dbdcdc 100%);
  font-size: 15px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion .link span{
    display: block;
  font-size: 15px;
  font-weight: bold;
}
.accordion li.open img {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion li:last-child .link {
  border-bottom: 0;
}
.accordion li{
    list-style: none;
}
.accordion li img {
    width: 14px;
  position: absolute;
  top: 20px;
  left: 12px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 13px;
}

.accordion li.open .link {
  color: #32a238;
}

.accordion li.open i {
  color: #32a238;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.accordion_pc li.default .submenu {display: block;}
.accordion_sp li.default .submenu {display: block;}
/**
 * Submenu
 -----------------------------*/
 .submenu {

  background: #fff;
  font-size: 14px;
    border-right:1px solid #9e9e9f;
    border-left:1px solid #9e9e9f;
    border-top:1px solid #9e9e9f;
 }
 .submenu_pc{
  display: none;
 }
 .submenu li {
    border-bottom: 1px solid #9e9e9f;
 }

 .submenu a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 12px;
  padding-left: 35px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
    background-image: url(../img/accordion_subttl_icon.png);
    background-size: 7px;
    background-repeat: no-repeat;
    background-position:left 20px center;
 }

 .submenu a:hover {
  background: #32a238;
  color: #FFF;
    background-size: 7px;
    background-repeat: no-repeat;
    background-position:left 20px center;
  background-image: url(../img/accordion_subttl_icon_h.png);
 }
/**
 *products_area
 -----------------------------*/
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.products_left{
    background-color:inherit;
}
.products_list{
    margin:20px 0 40px;
}
.products_list:after{
    content: "";
    width: 32%;
}
.products_list li{
    width: 32%;
    list-style:none;
    margin-bottom: 10px;
}
.products_list li a{
    display: block;
    border:solid 2px #32a238;
    border-radius: 10px;
    background-color:#fff;
    box-sizing: border-box;
    padding:15px;
}
.products_list li a p.front_ttl{
    font-weight: bold;
    color: #231815;
    font-size: 15px;
    border-bottom:dashed 2px #9cca54;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.products_list li a span{
    background-color:#32a238;
    border-radius: 3px;
    color: #fff;
    padding:4px 7px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 7px;
}
.products_list li img{
    display: block;
    width: 100%;
    height: 106px;
    object-fit:contain;
    font-family: 'object-fit: contain;'; 
}
#side_left h3{
    font-weight: bold!important;
}
/**
 *single_area
 -----------------------------*/
.contents{
    margin-top: 15px;
}
.contents .contents_img {
    width: 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/single_bg.jpg);
    border: solid 1px #888888;
    min-height: 250px;
    display: flex;
    align-items: center;
    position: relative;
}
/*@media all and (-ms-high-contrast: none) {
.contents .contents_img object-fit{
    position: relative;
}
}*/

.contents .contents_img img{
    width: 80%;
    display: block;
    margin: auto;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    height: 210px;
    object-fit: contain;
    font-family: 'object-fit: contain;'; 
}
.contents .contents_txt{
    width: 55%;
}
.contents_txt_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin-bottom: 30px;
}
.contents_txt_box h4 {
    width: 89px;
    background-color: #f5aa00;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding: 5px 7px;
    font-weight: bold;
    display: table;
}
.contents_txt_box p{
    width: 70%;
}
.btn_products{
    text-align: center;
    max-width: 150px;
    margin:30px auto 0;
    display: block;
    color: #32a238;
    border-bottom:solid 2px #32a238;
    padding: 12px;
}
.btn_products:hover{
    opacity: 0.7;
}
.btn_purchase{
    background:#32a238;
}
.btn_pdf{
    background: #F6AB00;
}
.contents_txt_btn a{
    margin:0 10px;
    width: 45%;
    text-align: center;
    display: block;
    border-radius: 7px;
    color: #fff;
    padding: 12px;
    box-sizing: border-box;
}
.contents_txt_btn a span {
    display: table;
    position: relative;
    margin: 0 auto;
    padding-left: 25px;
}
.contents_txt_btn a:hover span{
    color: #fff;
    opacity: 0.7;
}
.contents_txt_btn{
    margin:30px 0;
    justify-content: center;
}
.contents_txt_btn a span:before{
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left:0;
    background-image: url(../img/purchase_icon.png);
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: left 20px center;

}
.contents_txt_btn a span:before {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(../img/purchase_icon.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
}
@media only screen and (max-width: 768px) {
.contents {
    padding: 20px;
}
.accordion {
    max-width: inherit;
}

}
@media only screen and (max-width: 500px) {
.products_list li a span {
    padding: 2px 7px;
    font-weight: inherit;
    font-size: 11px;
    margin-bottom: 7px;
}
.products_list li {
    width: 48%;
    margin-bottom: 10px;
}
.products_list li a p.front_ttl {
    font-size: 15px;
    padding-bottom: 5px;
    margin-bottom: 6px;
}
.products_list {
    margin: 10px 0 40px;
}
.contents .contents_img{
    width: 100%;
    margin-bottom: 30px;
}
.contents .contents_txt {
    width: 100%;
}
.contents_txt_box p {
    width: 100%;
    margin-top: 5px;
}
.contents_txt_box h4 {
    width: 89px;
    padding: 3px 4px;
}
.contents_txt_box {
    margin-bottom: 20px;
}
.btn_pdf {
    margin-top: 10px!important;
}
.contents_txt_btn a{
    width: 100%;
}
}
/*Responsive css*/

/* ------------------------------------- /
/   スマホ表示・非表示
/* ------------------------------------- */
.pc768 {
    display: block !important;
}
.sp768 {
    display: none !important;
}
@media only screen and (max-width: 768px) {
.pc768 { display: none !important; }
.sp768 { display: block !important; }
}
.pc {
    display: block !important;
}
.sp {
    display: none !important;
}
@media only screen and (max-width: 500px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

@media (max-width: 768px){
#top_img img{
    height: auto!important;
    width: 100%!important;
}
#header {
    width: 100%;
    padding: 0 3px;
    box-sizing: border-box;
}
#navi{
    display: none;
}
#contents {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
#footer {
    width: 100%;
}
#side_left {
    float: inherit;
    margin: 0px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: #ffffff;
}
#go_top {
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}
element.style {
}
#side_right {
    margin: 20px 3px 20px 0;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
    float: inherit;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.side_bnr {
    display: flex;
    width: 60%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.side_link {
    margin: 0 0 10px 0;
    width: 100%;
}
.side_link a{
    display: block;
}
.side_link img {
    height: auto;
    width: 100%!important;
}
.header_navi_tel {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #32a238;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 18px!important;
    font-weight: bold;
    z-index: 9999;
}
.header_navi_tel span,
.header_navi_tel a{
    font-size: 18px!important;
}
.header_navi_tel a{
    color: #fff;
}
#header_navi {
    width: 330px;
}
#side_left h3 {
    background-size: contain;
    box-sizing: border-box;
    width: 99%;
}
#footer_wrap {
    padding: 15px 20px 0;
    box-sizing: border-box;
    margin-bottom: 60px;
}
#main_nav_01, #main_nav_02, #main_nav_03 {
    width: 221px;
}
/*置き薬箱*/
.formbox form {
    margin: 0 0 15px 0;
}
form table {
    margin: 0 auto;
}
}
@media (max-width: 500px){
#main_nav_01, #main_nav_02, #main_nav_03 {
    float: inherit;
}
#main_navi {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
}
#main_nav_01, #main_nav_02, #main_nav_03 {
    margin: 0 auto 10px;
}
#information {
    margin: 0 auto;
}
.side_bnr {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px auto;
}
#sales_mie {
    position: relative;
    margin: 0;
    padding: 0;
    width: 280px;
    height: 310px;
    top: 453px;
    left: 20px;
}
#sales_area {
    height: 825px;
}
#sales_address {
    width: 300px;
    height: 65px;
    top: 21px;
    left: 38px;
    background-color: #fff;
    padding: 20px;
    border: solid 2px #f6aa00;
}
#footer_navi {
    float: inherit;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footer_navi dl {
    float: inherit;
    margin-right: 0;
    width: 48%;
    margin-bottom: 10px;
}
#copyright {
    clear: both;
    margin: 0;
    padding: 4px 0 20px 0;
    font-size: 10px;
    color: #333333;
    text-align: center;
    letter-spacing: 1px;
}
.header_navi_tel span{
    display: block;
    font-size: 10px!important;
}
#side_left h3 {
    background-size: cover;
}

/*会社案内*/
#company_overview th,
#company_overview td{
    width: 100%;
    display: block;
    box-sizing: border-box;
}
#company_overview{
    width: 100%;
        margin: 20px 0 25px 0;
}
#company_navi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: 0 auto 10px;
}
#company_navi li+li {
    margin: 0;
}
#company_philosophy {
    padding: 15px 0 10px 15px;
}
#company_history {
    width: 100%;
    box-sizing: border-box;
    margin: 20px 0 25px 0;
}
#company_map iframe{
    width: 100%;
}
/*置き薬箱*/
#side_left h3 {
    background-size: cover;
    border: solid 2px #ccc;
}
#medicine_point{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
}
#medi_point_01, #medi_point_02, #medi_point_03, #medi_point_04 {
    margin-bottom: 10px;
    height: 93px;
}
#personal_info ol {
    margin: 0 0 0 25px;
    width: 95%;
    padding-left: 0;
}
form table th,
form table td{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
form table{
    width: 100%;
    border: 1px #cccccc solid;
}
.formbox form table input {
    width: 90%;
    margin: 0 auto;
    display: block;
}
form table th, form table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
form table td {
    padding: 13px 0 13px 0;
}
form table textarea {
    width: 90%;
    display: block;
    margin: 0 auto;
}
form select {
    margin-bottom: 4px;
    width: 92%;
    margin: 0 auto 10px;
    display: block;
}
.submit_button{
    width: 80%;
}
/*採用情報*/
#recruit,
#recruit table {
    width: 100%;
}
#recruit{
    margin: 25px 0 0 0;
}
#recruit td,
#recruit th{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
#header_navi{
    display:none;
}
/*サイトマップ*/
#sitemap {
    margin: 35px 0 40px 0;
    width: 100%;
}
#sitemap ul {
    clear: both;
    overflow: hidden;
    margin: 0 0 40px 10px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sitemap .sitemap_margin01 li+li {
    margin-left: 0;
}
#sitemap li {
    width: 48%;
    box-sizing: border-box;
}
#sitemap .sitemap_margin02 li+li {
    margin-left: 0;
}
#sitemap .sitemap_margin03 li+li {
    margin-left: 0;
}
}
@media (max-width: 390px){
#sales_address {
    left: 14px;
}
#personal_info ol {
    width: 93%;
}
}
@media (max-width: 375px){
#sales_address {
    padding: 10px;
}
#company_navi li img {
    width: 100%;
}
#company_navi li {
    width: 48%;
}
}
@media (max-width: 320px){
#sales_address dt,
#sales_address dd{
    font-size: 13px;
}
#sales_address {
    left: -22px;
    width: 289px;
    top: -39px;
}
#header_title {
    width: 100%;
}
#header h1 {
    width: 100%;
    height: inherit;
    font-size: 10px;
}
#header_title img{
    width: 200px;
    height: auto;
}
#medi_point_01, #medi_point_02, #medi_point_03, #medi_point_04 {
    margin-bottom: 10px;
    height: inherit;
    width: 100%;
    background-image: none;
    border:solid 2px #bea58f;
    box-sizing: border-box;
    padding:15px;
    border-radius: 10px;
}
#medicine_point ul{
    width: 100%;
}
#medi_point_01 p img,
#medi_point_02 p img,
#medi_point_03 p img,
#medi_point_04 p img{
    display: none;

}
}
