@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*ヘッダーメニュー調整*/
@media screen and (min-width: 1025px){
.header-container{
    height: 120px;
}
.header-container-in.hlt-top-menu .logo-header img {
    max-height: 100px;
}
.navi-in > ul li {
   width: auto;
   padding: 15px 0;
}
.navi-in > ul {
flex-wrap: nowrap;
}
.header-container-in.hlt-top-menu .navi {
    margin-top: 23px;
}
.header-container-in.hlt-top-menu {
    width: 1150px;
}
}
@media screen and (max-width: 834px){
.header-container-in.hlt-top-menu {
    width: 980px;
}
}
/*1カラム調整*/
@media screen and (min-width:1024px){
.article{
width:780px;margin:0 auto;}
}
@media screen and (min-width:768px){
.pager-post-navi a.prev-post{
width:80%;
margin-left:auto;margin-right:auto;}
}
@media screen and (min-width:768px){
.pager-post-navi a.next-post{
width:80%;
margin-left:auto;margin-right:auto;}
}

/*本文デザイン調整*/
.article h2 {
  background: #ed8f8c;
  padding: 14px;
  color: #FFF;
  font-size: 1.8rem;
  border-radius: 5px;
  line-height: 1.5;
}
.article h3 {
  color: #5f4e44;
  background-image: linear-gradient(-45deg, #fff 25%, #f5f5f5 25%, #f5f5f5 50%, #fff 50%, #fff 75%, #f5f5f5 75%, #f5f5f5);
  background-size: 4px 4px;
  border-left: 7px solid #e9625e;
}
.article h4 {
	font-size: 1.1em;
    font-weight: 500;
    position: relative;
    padding: 0.4em;
	border-top: none !important;
    border-bottom: none !important;
	margin-bottom: 0.62em !important;
	line-height: 1 !important;
}

.article h4:before {
	color: #ed8f8c;
	content: "●";
	margin-right: .5em;
}

.orange-under {
    font-weight: bold;
    background: linear-gradient(transparent 60%, #ffdacb 60%);
}
.marker-under {
    font-weight: bold;
}
.promofor {
    font-size: 14px;
    text-align: right;
	margin-bottom: 2em;
}
figcaption {
    text-align: center;
    margin-top: -20px;
}
.sup2 {
    font-size: 12px;
}
.sup {
    font-size: 12px;
    margin-top: -20px;
}
/*テーブル*/
.entry-content table {
	font-size: 0.9em;
	border: 1px solid #90a2a4;
}
table:not(.has-border-color) :where(th, td) {
	border: 1px solid #90a2a4;
}
table th {
    background-color: #f7f3ee;
}
.scrollable-table th {
    background-color: #f7f3ee;
}
.scrollable-table th, .scrollable-table td {
    min-width: 14em;
	white-space: normal;
	padding: 0.7rem;
}
.ribe th, .ribe td {
    min-width: 11em;
}
table td {
    line-height: 1.6;
}
.sclok {
    font-size: 13px;
    line-height: 1.3em;
     margin-bottom: 13px;
}
.scrollable-table.stfc-sticky table:not(.wp-calendar-table) tr > *:first-child {
    background-color: #f7f3ee;
}
.scrollable-table th:first-child {
    min-width: 10em;
}
.scrollable-table {
    margin-bottom: 1em!important;
}
/*著者情報*/
.author-widget-name {
    margin-bottom: 8px;
    text-align: center;
    color: #5a9593;
    font-weight: bold;
}
.author-description {
    font-size: 15px;
}
.author-description p{
    line-height: 1.7;
}
/************************************
****　リストタグ
************************************/

.entry-content ul {
  padding: 0em 1em 0em 1.8em;
  position: relative;
}


/*公式リンクボタン*/
a.cv-button {
  text-decoration: none;
  display: block;
  width: 80%;
  max-width: 400px;
  font-size: 16px;
  text-align: center;
  padding: 12px 10px;
  background: -webkit-linear-gradient(top, #02bb81 0%, #05b17b 100%);
  background: linear-gradient(to bottom, #02bb81 0%, #05b17b 100%);
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-weight: 700;
  box-shadow: 0 3px 0 #058d62;
  margin: 0 auto 2.5em;
}
a.cv-button:hover {
  opacity: 0.7;
  color: #fff !important;
}
/*ランキングボタン*/
.ranking-button {
  margin-bottom: 60px;
}
.ranking-button a {
  width: 48%;
  text-align: center;
  display: block;
  padding: 15px 20px;
  border: 1px solid #a0a0a0;
  border-bottom: 4px solid #a0a0a0;
  border-radius: 5px;
  text-decoration: none;
  color: #a0a0a0;
  font-weight: 700;
  position: relative;
}
.ranking-button a:first-child {
  float: right;
  border: #058d62 solid 1px;
  background: -webkit-linear-gradient(top, #02bb81 0%, #05b17b 100%);
  background: linear-gradient(to bottom, #02bb81 0%, #05b17b 100%);
  border-bottom: 4px solid #058d62;
  color: #fff;
}
.ranking-button a::after {
  font-family: "Font Awesome 5 free";
  content: '\f054';
  font-weight: 900;
  position: absolute;
  color: #a0a0a0;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.ranking-button a:first-child::after {
  color: #fff;
}
.ranking-button a:hover {
  opacity: 0.8;
}
/* タイトル付枠*/
.kakomi-box {
 position: relative;
 margin: 2em auto;
 padding: 0 1.2em;
 background-color: #fff; /* 背景色 */
 border: 1px solid #555555; /* 枠線の太さ・色 */
 width: 90%;
}
.title-box {
 position: absolute;
 padding: 0 .5em;
 left: 20px;
 top: -15px;
 background-color: #fff; /* タイトル背景色 */
 font-weight: bold;
}
/* 目次*/
.article .toc-list > li li {
  list-style: none;
}
.toc-list > li li {
  list-style: none;
}

.toc-list > li li ::before {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  left: -15px;
  border-radius: 100%;
  background: #cdcdcd;
  position: relative;
  margin-bottom: 2px;
 }
.nwa .toc {
    font-size: 15px;
}
.toc-list > li a {
font-weight: bold;
}
.toc-list > li li a {
font-weight: normal;
}
.author-widget-name{
  margin-bottom: 8px;
}
.widget-single-content-bottom-title{
  text-align: center;
  font-weight: 700;
  color: #67a9a9;
}
.gray_box {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #f0f0f0 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;

  /* 以下任意のスタイル */
  padding: 22px 15px 0px;
  border: 1px solid #f0f0f0;
  margin-bottom: 2em;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
    table th, table td {
        padding: 5px;
}
}

/*480px以下*/
@media screen and (max-width: 480px){
.article h2 {
    font-size: 20px;
    padding: 15px;
}
.article h3 {
    font-size: 18px;
}
.author-widget-name {
    font-size: 16px;
}
.author-description {
    font-size: 14px;
}
.author-description p{
    line-height: 1.5;
}
.kakomi-box {
    margin: 2em auto;
    padding: 0 0.2em;
    width: 95%;
}
.entry-content table td {
    background: #FFF;
	border-collapse: collapse; /* 1pxにする */
}
.entry-content table {
	font-size: 1em;
}
}

/************************************
** ヘッダー 20241127
************************************/

@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

.kmr {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 1200px){

.header-container {
  height: 160px !important;
  z-index: 1;
  position: relative;
}

#headar_sp {
  display: none;
}

#header {
  padding: 1rem 0;
}

#headar_pc {
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.headar_pc_logo {
}
.headar_pc_logo > a {
  display: block;
  max-width: 300px;
}
.headar_pc_logo > a > img {
  width: 100%;
  height: auto;
}

.headar_pc_menu {
  display: flex;
  position: relative;
}
.headar_pc_menu a {
  text-decoration: none;
}
.headar_pc_menu li {
  list-style: none;
}
.headar_pc_menu > li {
  margin: 0 .5rem 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0 ;
}
.headar_pc_menu > li > div {
}
.headar_pc_menu > li > div > a {
  transition: .3s;
}
.headar_pc_menu > li > div > a:hover {
  opacity: .65;
}
.headar_pc_menu > li > div > a > span {
  display: flex;
  justify-content: center;
}
.headar_pc_menu > li > div > a > span:nth-of-type(1) {
  color: #5f4e44;
  font-weight: bold;
  font-size: .9rem;
  letter-spacing: .15rem;
  margin: 0 0 0.4rem;
}
.headar_pc_menu > li > div > a > span:nth-of-type(2) {
  color: #ed8f8c;
  font-size: .8rem;
  font-size: .7rem;
  letter-spacing: 0.15rem;
}
.headar_pc_menu > li > ul {
  position: absolute;
  top: 5rem;
  width: 14rem;
  text-align: center;
  padding: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.headar_pc_menu > li > ul > li {
  border-bottom: 1px solid #FFF;
}
.headar_pc_menu > li > ul > li:last-child {
  border-bottom: none;
}
.headar_pc_menu > li > ul > li > a {
  color: #FFF;
  font-weight: bold;
  font-size: .9rem;
  letter-spacing: .1rem;
  width: 100%;
  display: block;
  padding: .7rem 0;
}

#headar_pc_menu_orthopedics,#headar_pc_menu_breastsurgery {
  display: none;
}
#headar_pc_menu_orthopedics:before,#headar_pc_menu_breastsurgery:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
#headar_pc_menu_orthopedics {
  background: #00a0e8;
}
#headar_pc_menu_orthopedics:before {
  border-bottom: 12px solid #00a0e8;
}
#headar_pc_menu_breastsurgery {
  background: #ed8f8c;
}
#headar_pc_menu_breastsurgery:before {
  border-bottom: 12px solid #ed8f8c;
}

}

@media screen and (max-width: 1199px){

body {
  margin-top: 0;
}

.header-container-in.hlt-top-menu {
  width: 100% !important;
}

#headar_pc {
  display: none;
}

#headar_sp {
}

.headar_sp_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}
.headar_sp_logo > a {
  max-width: 280px;
  width: 60%;
}
.headar_sp_logo > a > img {
  width: 100%;
  height: auto;
}

.MenuBtn .MenuBtn-BarFrame-FirstBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  transition: all .15s linear;
}
.MenuBtn .MenuBtn-BarFrame-SecondBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  transition: all .15s linear;
  transform: translateY(-7px) rotate(0deg);
}
.MenuBtn .MenuBtn-BarFrame-ThirdBar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  transition: all .15s linear;
  transform: translateY(7px) rotate(0deg);
}
.MenuBtn.isClosed .MenuBtn-BarFrame-FirstBar {
  opacity: 0;
}
.MenuBtn.isClosed .MenuBtn-BarFrame-SecondBar {
  transform: translateY(0) rotate(45deg);
}
.MenuBtn.isClosed .MenuBtn-BarFrame-ThirdBar {
  transform: translateY(0) rotate(-45deg);
}

#header_sp_toggle {
  opacity: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  transition: .3s;
}
#header_sp_toggle.show {
  opacity: 1;
  z-index: 2;
  transition: .3s;
}
.header_sp_toggle_menu {
  width: 300px;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 5rem 0 0;
  overflow-y: scroll;
}
.header_sp_toggle_menu a {
  text-decoration: none;
  color: #5f4e44;
  font-weight: bold;
}
.header_sp_toggle_menu li {
  list-style: none;
}
.header_sp_toggle_menu > li {
  padding: 0 1rem 0;
  border-bottom: 1px solid #dcdddd;
}
.header_sp_toggle_menu > li > div {
}
.header_sp_toggle_menu > li > div > a {
  font-size: 1rem;
  letter-spacing: .1rem;
  padding: 1rem 0 1rem 1rem;
  display: block;
  transition: .2s;
}
.header_sp_toggle_menu > li > div > a:hover {
  color: #00a0e8;
}
.header_sp_toggle_menu > li > ul {
  margin: 0 0 1rem 0;
  padding: 1rem;
}
.header_sp_toggle_menu > li > ul > li > a {
  font-size: .7rem;
  letter-spacing: .1rem;
  padding: 0.5rem;
  width: 100%;
  display: block;
}
.header_sp_toggle_menu > li > ul > li > a:before {
  font-family: "Font Awesome 5 Free";
  font-size: .6rem;
  content: "\f054";
  display: inline-block;
  margin-right: .4em;
}
.header_sp_toggle_menu > li > .headar_sp_toggle_menu_orthopedics > li > a:before {
  color: #00a0e8;
}
.header_sp_toggle_menu > li > .headar_sp_toggle_menu_breastsurgery > li > a:before {
  color: #ed8f8c;
}
.headar_sp_toggle_menu_orthopedics {
  background: #f4fafd;
}
.headar_sp_toggle_menu_breastsurgery {
  background: #fdf4f3;
}

}

@media screen and (max-width: 1199px){
#header_sp_toggle-button {
  z-index: 3;
  display: flex;
  position: fixed;
  justify-content: center;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #ed8f8c;
  width: 12rem;
  transition: .2s;
}
#header_sp_toggle-button > div {
  color: #FFF;
  font-weight: bold;
  padding: 1.2rem 0;
  font-size: 1.3rem;
  letter-spacing: .1rem;
  margin: 0 .5rem;
  display: flex;
  align-items: center;
}
.MenuBtn {
  position: relative;
  width: 18px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0;
  background: none;
}
.MenuBtn .MenuBtn-BarFrame {
  position: relative;
  display: block;
  width: 24px;
  height: 3px;
}
}

@media screen and (max-width: 599px){
#header_sp_toggle-button {
  z-index: 3;
  display: flex;
  position: fixed;
  flex-direction: column;
  align-items: center;
  top: 0;
  right: 0;
  cursor: pointer;
  background: #ed8f8c;
  width: 3.4rem;
  padding: 0.6rem 0;
  transition: .2s;
}
#header_sp_toggle-button > div {
  color: #FFF;
  font-weight: bold;
  padding: 0;
  font-size: 0.4rem;
  letter-spacing: 0;
  margin: 0 .5rem;
}
.MenuBtn {
  position: relative;
  width: 18px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 0;
  background: none;
  margin: 0 0 0.2rem;
}
.MenuBtn .MenuBtn-BarFrame {
  position: relative;
  display: block;
  width: 15px;
  height: 3px;
}
}

/************************************
** フッター 20241126
************************************/


#footer {
  color: #5f4e44;
  background: #f7f3ee;
  width: 100%;
  padding: 4rem 0 0;
  letter-spacing: .05rem;
}

.footer_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 3rem;
}
.footer_title > span:nth-of-type(1) {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .7rem;
  padding: 0 0 .6rem 0;
}
.footer_title > span:nth-of-type(2) {
  font-size: 0.8rem;
  opacity: 0.5;
}

@media screen and (min-width: 600px){
  .footer_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 599px){
  .footer_content {
    padding: 0 1rem 2rem;
  }
}

@media screen and (min-width: 600px){
  .footer_content_left {
    max-width: 50%;
    margin: 0 3rem 0 0;
  }
}
@media screen and (max-width: 599px){
  .footer_content_left {
  }
}

.footer_content_left_logo {
  margin: 0 0 1.5rem;
}
.footer_content_left_logo > a {
  display: block;
  max-width: 280px;
  margin: 0 auto;
}
.footer_content_left_logo > a > img {
  width: 100%;
  height: auto;
}
.footer_content_left_address,
.footer_content_left_menu {
  display: flex;
  margin: 0 0 1.5rem;
}
.footer_content_left_address > div:nth-of-type(1),
.footer_content_left_menu > div:nth-of-type(1) {
  background: #FFF;
  width: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.footer_content_left_address > div:nth-of-type(2),
.footer_content_left_menu > div:nth-of-type(2) {
  font-size: .9rem;
  line-height: 1.4rem;
  padding: 1rem 0 1rem 1rem;
}

@media screen and (min-width: 600px){
  .footer_content_right {
    width: 32vw;
    max-width: 420px;
  }
}
@media screen and (max-width: 599px){
  .footer_content_right {
  }
}

.footer_content_right_photo {
  margin: 0 0 0.5rem;
}
.footer_content_right_photo > img {
  width: 100%;
  height: auto;
}
.footer_content_right_access > a {
  color: #FFF;
  background: #00a0e8;
  transition: .2s;
  padding: 1rem;
  margin: 0 auto;
  border-radius: 2rem;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  max-width: 320px;
  display: block;
}
.footer_content_right_access > a:hover {
  opacity: .8;
}

.footer_link {
  display: flex;
  justify-content: center;
  border-bottom: 4px solid #ed8f8c;
}
.footer_link > a {
  color: #5f4e44;
  margin: 0 .4rem;
  padding: 0 0 2rem;
}

.footer_copyright {
  text-align: center;
  font-size: .8rem;
  letter-spacing: .1rem;
  padding: 2rem 0;
  border-top: 4px solid #00a0e8;
}