@charset "utf-8";
/*
Theme Name:Precious_kaigo
Theme URI:https://tcd-theme.com/tcd019
Description: WordPress theme "Precious" can promotes your products as if it were an e-commerce site. Take advantage of the widgets to promote your products efficiently and the ads space to announce your best-selling products.
Author:TCD
Author URI:https://tcd-theme.com/
Text Domain:tcd-precious
Version:4.1.1
Template: precious_tcd019
*/




ul.c_menu{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding:0;
}
ul.c_menu li{
  display: inline;
  white-space: nowrap;
  list-style-type:none;
  position:relative;
  padding: 0 0 0 16px;
  margin: 7px 0 7px 10px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #F6A38B;
}
ul.c_menu li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #F6A38B;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}



.page_co p {
  padding-left: 1.0em;
}

.page_co ul {
  padding-left: 1.0em;
}

.page_co ol {
  padding-left: 1.0em;
}

.page_co h3{
  font-size: 1.2em !important;
}
.page_co h3 {
  background: linear-gradient(transparent 70%, #f2f2f2 70%);
  padding-left: 0.5em;
}

.page_co h4 {
  padding-left: 0.5em;
}

.textwidget p {
    font-size:1.4em;
    line-height: 1.5em
}

.button_solid001 a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eee;
    filter: drop-shadow(0px 2px 4px #ccc);
    border-radius: 3px;
}
.button_solid001 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -5px rgb(0 0 0 / 15%), 0 0 5px rgb(0 0 0 / 10%);
}

/* ----------------------------------------------------------------------
ヘッダー上部リンク(header)
---------------------------------------------------------------------- */
.hdr_links_cont {
  padding-top: 5px;
  padding-right: 20px;
  position: absolute;
  right: 0;
}
.hdr_links_cont ul {
  display: flex;
  justify-content: end;
}
.hdr_links_cont a {
  text-decoration: none;
  font-size: 14px;
}
.hdr_links_cont li:last-child {
  margin-left: 5px;
}
.hdr_links_cont li:last-child:before {
  content: "|";
  margin-right: 5px;
  color: #aaa;
}
#hdr_links_sp {
  display: none;
}
@media only screen and (max-width: 641px) {
  #hdr_links {
    display: none;
  }
  #hdr_links_sp {
    position: relative;
    display: block;
    padding: 0px;
    /* position: absolute;
    bottom: 5px;
    right: 5px; */
  }
  #hdr_links_sp ul {
    display: block;
  }
  #hdr_links_sp li:last-child:before {
    content: unset;
  }
}