/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@charset "utf-8";
/* CSS Document */

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

  /* ヘッダー エリア */
  .header_top {
    width: 100%;
    height: auto;
    display: table;
  }

  .description {
    display: none;
  }

  .logo {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 15px;
    display: table;
  }

  .logo_in {
    width: 59.24479166%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .button-toggle {
    width: 11.71875%;
    height: auto;
    margin: 0;
    float: right;
  }

  .menu_sp {
    width: 100%;
    height: auto;
    padding-top: 30px;
  }

  .menu_sp ul.menu {
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none; 
    text-align: center;
    border-bottom: 1px dotted #ffffff;
  }

  .menu_sp ul.menu li.menu-item {
    width: 100%;
    height: auto;
    text-align: center;
    padding-top: 5px;
    border-top: 1px dotted #ffffff;
  }

  .menu_sp ul.menu li.menu-item:hover {
    opacity: 0.7;
  }

  .menu_sp ul.menu li.menu-item a {
    font-size: 5.5vw;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 2;
    color: #ffffff;
    display: block;
  }

  .menu_sp ul.menu li.menu-item a:hover {
    color: #999999;
  }

  #nav {
    display: none;
  }

  /* ヘッダーウィジェット エリア */
  .header_top #widget-area {
    width: 100%;
    height: auto;
    float: none;
  }

  .header_top #widget-area .widget-container {
    width: 100%;
    height: auto;
    float: none;
    display: table;
  }

  .header_top #widget-area .widget-container img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }

  .header_top #widget-area .widget-container ul.menu {
    width: auto;
    height: auto;
    list-style: none; 
    text-align: center;
    table-layout: fixed;
    display: table;
    margin: 0 auto;
    padding-top: 10px;
  }

  .header_top #widget-area .widget-container ul.menu li.menu-item {
    padding: 0 10px 0 15px;
    display: table-cell;
    vertical-align: middle;
    background-image: url("images/top_nav_icon.png");
    background-position: 0 3px;
    background-repeat: no-repeat;
  }

  .header_top #widget-area .widget-container ul.menu li.menu-item a {
    height: auto;
    font-size: 12px;
    text-align: right;
    text-decoration: none; 
    padding: 0;
    display: block;
    color: #ffffff;
  }

  .header_top #widget-area .widget-container ul.menu li.menu-item a:hover {
    color: #999999;
  }

  .header_top #widget-area .widget-container form#searchform {
    width: 210px;
    height: auto;
    margin: 5px auto 0 auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #a5825d;
    background-color: #ffffff;
    position: relative;
  }

  .header_top #widget-area .widget-container form#searchform input[type=text] {
    width: 180px;
    height: 24px;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }

  .header_top #widget-area .widget-container form#searchform input[type=submit] {
    font-size: 12px;
    background-color: #ffffff;
    border: none;
    position: absolute;
    top: 5px;
    left: 170px;
  }

  .header_top #widget-area .widget-container form#searchform input[type=image] {
    display: none;
  }

  /* ロゴ専用ウィジェット エリア */
  .logo #widget-area .widget-container {
    width: 76.92307692%;
    height: auto;
    float: left;
  }

  .logo #widget-area .widget-container a:hover img {
    opacity: 0.7;
  }

  /* ランディングページメイン画像ウィジェット エリア */
  .page-template-landing_page-php #widget-area {
    width: 100%;
    height: auto;
  }

  .page-template-landing_page-php #widget-area .widget-container {
    width: 100%;
    height: auto;
  }

  .page-template-landing_page-php #widget-area .widget-container img {
    width: 100%;
    height: auto;
  }

  /* パンくずリスト エリア */
  #breadcrumb {
    margin: 25px 15px 15px;
  }

  #breadcrumb div {
    font-size: 12px;
    display: inline-block;
  }

  /* コンテンツ エリア */
  #content .contents_title,
  #onecolumn_content .contents_title {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 3px;
    background-color: #c1986c;
  }

  #content .contents_title h1,
  #onecolumn_content .contents_title h1 {
    width: 100%;
    height: auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    padding: 20px 10px 17px 20px;
    color: #ffffff;
    border: 1px solid #ffffff;
  }

  #content .contents_title h1 a,
  #onecolumn_content .contents_title h1 a {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2em;
    color: #ffffff;
  }

  #content h2,
  #onecolumn_content h2 { 
  /*  width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding: 17px 10px 15px 15px;
    clear: both;
    color: #000000;
    border: 3px double #c1986c;*/
      width: 100%;
      background: url(https://recoverlab.com/beauty/wp-content/themes/amaterasu/img/footer_bg.jpg);
      background-repeat: repeat;
      background-size: 15%;
      padding: 10px;
      text-align: center;
      color: #fff;
      font-weight: 100;
      font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
      letter-spacing: 3px;
    font-size:20px;
  }

  #content h2 a,
  #onecolumn_content h2 a { 
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2em;
    clear: both;
    color: #000000;
  }

  #content h3,
  #onecolumn_content h3 { 
  /* width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding: 15px 10px 13px 15px;
    clear: both;
    color: #000000;
    border-top: 1px solid #c1986c;
    border-right: 1px solid #c1986c;
    border-bottom: 5px solid #c1986c;
    border-left: 1px solid #c1986c; */
    background: url(https://recoverlab.com/beauty/wp-content/uploads/2018/10/h3back.jpg);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      text-align: center;
      font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
      letter-spacing: 3px;
      padding: 10px 0;
      border-top: 1px solid #8e8d4d;
      border-bottom: 1px solid #8e8d4d;
      color: #8e8d4d;
  }

  #content h3 a,
  #onecolumn_content h3 a { 
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    clear: both;
    color: #000000;
  }

  #content h4,
  #content h5,
  #content h6,
  #onecolumn_content h4,
  #onecolumn_content h5,
  #onecolumn_content h6 { 
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding: 10px 10px 8px 15px;
    clear: both;
    color: #ffffff;
    background-color: #c1986c;
  }

  #content h4 a,
  #content h5 a,
  #content h6 a,
  #onecolumn_content h4 a,
  #onecolumn_content h5 a,
  #onecolumn_content h6 a { 
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    clear: both;
    color: #ffffff;
  }

  #content h1 a:hover,
  #content h2 a:hover,
  #content h3 a:hover,
  #content h4 a:hover,
  #content h5 a:hover,
  #content h6 a:hover,
  #onecolumn_content h1 a:hover,
  #onecolumn_content h2 a:hover,
  #onecolumn_content h3 a:hover,
  #onecolumn_content h4 a:hover,
  #onecolumn_content h5 a:hover,
  #onecolumn_content h6 a:hover { 
    color: #999999;
  }

  #content .post_box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    display: table;
    clear: both;
    border-bottom: 1px dotted #666666;
  }

  #content .post .first_img {
    width: 100%;
    height: auto;
    margin: 0;
    float: left;
  }

  #content .post .show_post {
    width: 100%;
    height: auto;
    margin: 0;
    float: right;
  }

  #content .post .show_post li h1,
  #content .post .show_post li h2,
  #content .post .show_post li h1 a,
  #content .post .show_post li h2 a {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
    padding: 0;
    background: none;
    border: none;
    text-decoration: none; 
  }

  #content .post .show_post li h1 a:hover,
  #content .post .show_post li h2 a:hover {
    color: #999999;
  }

  #content .post .show_post li .time {
    font-family: "arial";
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    margin: 0;
    padding: 0;
  }

  #content .post .show_post li .cat {
    font-size: 11px;
    font-weight: normal;
    color: #ffffff;
    margin: 0 10px;
    padding: 1px 5px 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #d7aa79;
  }

  #content .post .show_post li .cat a {
    font-size: 12px;
    font-weight: normal;
    color: #ffffff;
    text-decoration: none; 
  }

  #content .post .show_post li .post_sentence {
    font-size: 12px;
    font-weight: normal;
    color: #444444;
    margin: 0;
    padding: 0;
    text-decoration: none; 
  }

  #content .eye_catch img {
    margin: 0 10px 20px 0;
    float: left;
  }

  /* メインウィジェット エリア */
  #content #widget-area {
    width: 100%;
    height: auto;
    display: table;
  }

  #content #widget-area .widget-container {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
  }

  #content #widget-area .widget-container ul {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 0;
    float: left;
    clear: both;
    background-color: none;
  }

  #content #widget-area .widget-container ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px dotted #333333;
    float: left;
  }

  #content #widget-area .widget-container ul li ul {
    margin-top: 7px;
    border-top: 1px dotted #333333;
  }

  #content #widget-area .widget-container ul li .wp-post-image {
    margin-right: 7px;
    float: left;
  }

  #content #widget-area .widget-container ul li a {
    width: auto;
    height: auto;
    font-size: 15px;
    display: block;
    color: #333333;
    text-decoration: none; 
  }

  #content #widget-area .widget-container ul li a:hover {
    color: #999999;
  }

  #content #widget-area .widget-container ul li .post-date {
    font-family: "arial";
    font-size: 11px;
    float: right;
  }

  #content #widget-area .widget-container form#searchform {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    border: none;
  }

  #content #widget-area .widget-container form#searchform label.screen-reader-text {
    margin-top: -3px;
  }

  #content #widget-area .widget-container form#searchform input[type=text] {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cccccc;
  }

  #content #widget-area .widget-container form#searchform input[type=image] {
    display: none;
  }

  #content #widget-area .widget-container form#searchform input[type=submit] {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin: 5px 0 10px 0;
    padding: 0;
    color: #ffffff;
    background-color: #c1986c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c1986c;
  }

  #content #widget-area .widget-container form#searchform input[type=submit]:hover {
    color: #999999;
  }

  #content #widget-area .widget-container #calendar_wrap {
    width: auto;
    margin-bottom: 30px;
    padding: 0 15px 0 0;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  #content #widget-area .widget-container #calendar_wrap table#wp-calendar {
    width: 100%;
    margin-top: 10px;
  }

  #content #widget-area .widget-container #calendar_wrap table#wp-calendar th {
    font-weight: bold;
    text-align: right;
    color: #333333;
  }

  #content #widget-area .widget-container #calendar_wrap table#wp-calendar td {
    text-align: right;
    color: #333333;
  }

  #content #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
    color: #dc143c;
  }

  #content #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
    color: #999999;
  }

  #content #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 10px;
    color: #333333;
  }

  #content #widget-area .widget-container .contents_title {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 3px;
    background-color: #c1986c;
  }

  #content #widget-area .widget-container .contents_title h3 {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 17px 10px 15px 15px;
    color: #ffffff;
    border: 1px solid #ffffff;
  }

  #content #widget-area .widget-container .contents_title h3 a {
    color: #ffffff;
    text-decoration: none;
  }

  #content #widget-area .widget-container .contents_title h3 a:hover {
    color: #999999;
  }

  #content #widget-area .widget-container label.screen-reader-text {
    display: none;
  }

  #content #widget-area .widget-container select {
    width: 100%;
    height: auto;
    color: #333333;
    margin: 5px 0 30px 0;
    padding: 10px;
    background-color: #eeeeee;
    border: none;
  -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("images/btn_select_open.png");
    background-position: right 15px;
    background-repeat: no-repeat;
  }

  #content #widget-area .widget-container select::-ms-expand {
    display: none;
  }

  #content #widget-area .widget-container .tagcloud {
    width: 100%;
    height: auto;
    margin: 5px 0 30px 0 ;
    padding: 0;
    display: table;
  }

  #content #widget-area .widget-container .tagcloud a {
    width: auto;
    height: auto;
    color: #ffffff;
    text-decoration: none; 
    margin: 0 5px 5px 0;
    padding: 4px 10px;
    background-color: #999999;
    float: left;
  }

  #content #widget-area .widget-container .tagcloud a:hover {
    color: #cccccc;
  }

  #content #widget-area .widget-container .rss-widget-icon {
    margin: 0 5px 20px -5px;
    float: left;
  }

  .top-link-banar ul li {
    width: calc( 100% / 2 );
  }

  .top-link-banar ul li:nth-of-type(3) {
    width: 100%;
  }

  /* 続きを読む エリア */
  a.more-link {
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
    display: block;
  }

  a.more-link:hover {
    text-decoration: underline;
  }

  a.more-link:link,
  a.more-link:active,
  a.more-link:visited,
  a.more-link:hover {
    color: #999999;
  }

  /* サイドバー エリア */
  #sidebar .contents_title {
    width: 100%;
    height: auto;
    padding: 3px;
    background-color: #c1986c;
  }

  #sidebar h3 {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 17px 10px 15px 15px;
    color: #ffffff;
    border: 1px solid #ffffff;
  }

  /* サイドバー エリア（人気記事） */
  #sidebar .popularity_box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 0;
    float: left;
    clear: both;
    background-color: none;
  }

  #sidebar .popularity_box ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #sidebar .popularity_box ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px dotted #333333;
    float: left;
  }

  #sidebar .popularity_box ul li img,
  #sidebar .popularity_box ul li .wp-post-image {
    width: 25%;
    height: auto;
    margin-right: 7px;
    float: left;
  }

  #sidebar .popularity_box ul li a {
    width: auto;
    height: auto;
    font-size: 15px;
    display: block;
    color: #333333;
    text-decoration: none; 
  }

  #sidebar .popularity_box ul li a:hover {
    color: #999999;
  }

  /* ページトップ エリア */
  p.pagetop {
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #999999;
  }

  p.pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    padding: 15px 0 0 7px;
    transform: rotate( 90deg );
  }

  p.pagetop a:hover {
    opacity: 0.7;
  }

  /* フッター エリア */
  #footer_nav div.menu {
    display: none;
  }

  #footer_nav ul.menu {
    width: 100%;
    height: auto;
    margin: 0;
    list-style: none;
  }

  #footer_nav ul.menu li.menu-item {
    width: auto;
    height: auto;
    margin: 0;
    padding-right: 10px;
    float: left;
    border-right: 1px solid #989eaa;
  }

  #footer_nav ul.menu li.menu-item:last-child {
    padding: 0 10px;
    border: none;
  }

  #footer_nav ul.menu li.menu-item a {
    font-size: 13px;
    text-decoration: none; 
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    display: block;
    color: #989eaa;
  }

  #footer_nav ul.menu li.menu-item a:hover {
    text-decoration: underline; 
  }

  .copyright {
    width: 100%;
    height: auto; 
    font-family: "arial";
    font-size: 12px;
    text-align: left;
    color: #6a6f78;
    margin-top: 15px;
    float: left;
  }

  .copyright span {
    color: #989eaa;
  }

  /* フッターウィジェット エリア */
  #footer_in #widget-area {
    width: 100%;
    height: auto;
    display: table;
  }

  #footer_in #widget-area .widget-container {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    float: left;
  }

  #footer_in #widget-area .widget-container:last-child {
    margin: 0;
  }

  #footer_in #widget-area .widget-container ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: none;
  }

  #footer_in #widget-area .widget-container ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7px 0;
    border-top: 1px dotted #989eaa;
    float: left;
  }

  #footer_in #widget-area .widget-container ul li:last-child {
    border-top: 1px dotted #989eaa;
    border-bottom: 1px dotted #989eaa;
  }

  #footer_in #widget-area .widget-container ul li .wp-post-image {
    margin-right: 7px;
    float: left;
  }

  #footer_in #widget-area .widget-container ul li a {
    width: auto;
    height: auto;
    font-size: 15px;
    display: block;
    color: #989eaa;
    text-decoration: none;
    background-image: url("images/footer_nav_icon.png");
    background-position: right 4px;
    background-repeat: no-repeat;
  }

  #footer_in #widget-area .widget-container ul li a:hover {
    color: #6b81a3;
    text-decoration: underline;
    background-image: url("images/footer_nav_icon_over.png");
    background-position: right 4px;
    background-repeat: no-repeat;
  }

  #footer_in #widget-area .widget-container ul li .post-date {
    font-family: "arial";
    font-size: 11px;
    color: #989eaa;
  }

  #footer_in #widget-area .widget-container form#searchform {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 11px 0 11px;
    display: table;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
  }

  #footer_in #widget-area .widget-container form#searchform label.screen-reader-text {
    margin-top: -3px;
  }

  #footer_in #widget-area .widget-container form#searchform input[type=text] {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cccccc;
  }

  #footer_in #widget-area .widget-container form#searchform input[type=image] {
    display: none;
  }

  #footer_in #widget-area .widget-container form#searchform input[type=submit] {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin: 5px 0 10px 0;
    padding: 0;
    color: #ffffff;
    background-color: #d7aa79;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d7aa79;
  }

  #footer_in #widget-area .widget-container form#searchform input[type=submit]:hover {
    color: #999999;
  }

  #footer_in #widget-area .widget-container #calendar_wrap {
    width: auto;
    margin: 0;
    padding: 0 15px 0 0;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  #footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar {
    width: 100%;
    margin-top: 10px;
  }

  #footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar th {
    font-weight: bold;
    text-align: right;
    color: #333333;
  }

  #footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar td {
    text-align: right;
    color: #333333;
  }

  #footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
    color: #dc143c;
  }

  #footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
    color: #999999;
  }

  #footer_in #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 10px;
    color: #333333;
  }

  #footer_in #widget-area .widget-container h3 {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
    padding: 0;
    color: #989eaa;
    float: left;
  }

  #footer_in #widget-area .widget-container h3 a {
    color: #989eaa;
    text-decoration: none;
  }

  #footer_in #widget-area .widget-container h3 a:hover {
    color: #6b81a3;
  }

  #footer_in #widget-area .widget-container label.screen-reader-text {
    display: none;
  }

  #footer_in #widget-area .widget-container select {
    width: 100%;
    height: auto;
    color: #ffffff;
    margin: 5px 0 30px 0;
    padding: 10px;
    background-color: #765d42;
    border: none;
  -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("images/btn_select_open.png");
    background-position: right 15px;
    background-repeat: no-repeat;
  }

  #footer_in #widget-area .widget-container select::-ms-expand {
    display: none;
  }

  #footer_in #widget-area .widget-container .tagcloud {
    width: 100%;
    height: auto;
    margin: 5px 0 30px 0;
    padding: 0;
  }

  #footer_in #widget-area .widget-container .tagcloud a {
    width: auto;
    height: auto;
    color: #989eaa;
    text-decoration: none; 
    margin: 0 5px 5px 0;
    padding: 4px 10px;
    background-color: #765d42;
    float: left;
  }

  #footer_in #widget-area .widget-container .tagcloud a:hover {
    color: #6b81a3;
  }

  #footer_in #widget-area .widget-container .rss-widget-icon {
    margin: 0 5px 20px -5px;
    float: left;
  }

  /* サイドウィジェット エリア */
  #sidebar #widget-area {
    width: 100%;
    height: auto;
    display: table;
  }

  #sidebar #widget-area .widget-container {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
  }

  #sidebar #widget-area .widget-container ul {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 0;
    float: left;
    clear: both;
    background-color: none;
  }

  #sidebar #widget-area .widget-container ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7px 0;
    border-bottom: 1px dotted #333333;
    float: left;
  }

  #sidebar #widget-area .widget-container ul li .wp-post-image {
    margin-right: 7px;
    float: left;
  }

  #sidebar #widget-area .widget-container ul li a {
    width: auto;
    height: auto;
    font-size: 15px;
    display: block;
    color: #333333;
    text-decoration: none; 
  }

  #sidebar #widget-area .widget-container ul li a:hover {
    color: #999999;
  }

  #sidebar #widget-area .widget-container ul li .post-date {
    font-family: "arial";
    font-size: 11px;
  }

  #sidebar #widget-area .widget-container form#searchform {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 11px 0 11px;
    display: table;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
  }

  #sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
    margin-top: -3px;
  }

  #sidebar #widget-area .widget-container form#searchform input[type=text] {
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cccccc;
  }

  #sidebar #widget-area .widget-container form#searchform input[type=image] {
    display: none;
  }

  #sidebar #widget-area .widget-container form#searchform input[type=submit] {
    width: 100%;
    font-size: 12px;
    text-align: center;
    margin: 5px 0 10px 0;
    padding: 0;
    color: #ffffff;
    background-color: #c1986c;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #c1986c;
  }

  #sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
    color: #999999;
  }

  #sidebar #widget-area .widget-container #calendar_wrap {
    width: auto;
    margin-bottom: 30px;
    padding: 0 15px 0 0;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
    width: 100%;
    margin-top: 10px;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
    font-weight: bold;
    text-align: right;
    color: #333333;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
    text-align: right;
    color: #333333;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
    color: #dc143c;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
    color: #999999;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 10px;
    color: #333333;
  }

  #sidebar #widget-area .widget-container .contents_title {
    width: 100%;
    height: auto;
    padding: 3px;
    background-color: #c1986c;
  }

  #sidebar #widget-area .widget-container .contents_title h3 {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 17px 10px 15px 15px;
    color: #ffffff;
    border: 1px solid #ffffff;
  }

  #sidebar #widget-area .widget-container .contents_title h3 a {
    color: #ffffff;
    text-decoration: none; 
  }

  #sidebar #widget-area .widget-container .contents_title h3 a:hover {
    color: #999999;
  }

  #sidebar #widget-area .widget-container label.screen-reader-text {
    display: none;
  }

  #sidebar #widget-area .widget-container select {
    width: 100%;
    height: auto;
    color: #333333;
    margin: 5px 0 30px 0;
    padding: 10px;
    background-color: #eeeeee;
    border: none;
  -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("images/btn_select_open.png");
    background-position: right 15px;
    background-repeat: no-repeat;
  }

  #sidebar #widget-area .widget-container select::-ms-expand {
    display: none;
  }

  #sidebar #widget-area .widget-container .tagcloud {
    width: 100%;
    height: auto;
    margin: 5px 0 30px 0;
    padding: 0;
    display: table;
  }

  #sidebar #widget-area .widget-container .tagcloud a {
    width: auto;
    height: auto;
    color: #ffffff;
    text-decoration: none; 
    margin: 0 5px 5px 0;
    padding: 4px 10px;
    background-color: #999999;
    float: left;
  }

  #sidebar #widget-area .widget-container .tagcloud a:hover {
    color: #cccccc;
  }

  #sidebar #widget-area .widget-container .rss-widget-icon {
    margin: 0 5px 20px -5px;
    float: left;
  }

  /* コメント エリア */
  #comments {
    width: auto;
    height: auto;
    margin: 20px 0 10px 0;
  }

  #respond h3 {
    width: 100%;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 15px;
    padding: 10px 10px 3px 15px;
    clear: both;
    color: #ffffff;
    background-color: #c1986c;
  }

  #respond h3 a {
    color: #ffffff;
  }

  #respond h3 a:hover {
    color: #999999;
  }

  #respond {
    width: auto;
    height: auto;
    margin-top: 20px;
  }

  #respond .logged-in-as a {
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    display: inline-block;
    text-align: right;
    text-decoration: none;
  }

  #respond .logged-in-as a:hover {
    color: #999999;
  }

  #respond .comment-form-comment label {
    display: none;
  }

  .commentlist {
    list-style-image: none;
    list-style-type: none;
  }

  .reply {
    margin-bottom: 40px;
    padding: 5px;
    background-color: #c1986c;
  }

  .reply a {
    text-align: center;
    color: #ffffff;
    display: block;
    text-decoration: none;
  }

  .reply a:hover {
    color: #999999;
  }

  #commentform textarea {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 5px;
    border: 1px solid #cccccc;
  }

  #commentform input[type=text] {
    margin-bottom: 5px;
    border: 1px solid #cccccc;
  }

  #commentform input[type=submit] {
    width: 100%;
    text-align: center;
    margin: 10px 0 20px 0;
    padding: 5px;
    color: #ffffff;
    background-color: #c1986c;
    border: none;
  }

  #commentform input[type=submit]:hover {
    color: #999999;
  }

  p.nocomments {
    display: none;
  }

  .commets-list .avatar {
    margin-right: 15px;
    float: left;
  }

  .commets-list .comment-meta {
    text-align: right;
    display: block;
  }

  .commets-list .comment-meta a {
    font-size: 12px;
    color: #333333;
    text-decoration: none;
  }

  .commets-list .comment-meta a:hover {
    color: #999999;
  }

  .commets-list p {
    font-size: 14px;
    color: #333333;
    margin: 15px 0;
    padding: 10px;
    border: 1px solid #cccccc;
  }

  .commentNotesBefore,
  .commentNotesAfter {
    font-size: 14px;
    color: #333333;
  }

  .comment-form-author input[type=text],
  .comment-form-email input[type=text] {
    padding: 0 5px;
  }

  /* 検索結果 エリア */
  #content h4.not_found {
    font-size: 24px;
    padding-left: 25px;
    background-image: url("images/not_found.png") !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background: none;
    border: none;
  }

  #content p.not_found {
    font-size: 14px;
    color: #dc143c;
  }

  #content dl.search_box {
    width: 100%;
    height: auto;
    padding: 15px;
    display: table;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
  }

  #content dl.search_box dt input[type=text] {
    width: 70%;
    height: 25px;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
  }

  #content dl.search_box dd input[type=image] {
    display: none;
  }

  #content dl.search_box dd input[type=submit] {
    width: 60px;
    height: auto;
    font-size: 14px;
    text-align: center;
    padding: 0;
    float: right;
    color: #ffffff;
    background-color: #c1986c;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c1986c;
  }

  #content dl.search_box dd input[type=submit]:hover {
    color: #999999;
  }

  #content h4.search_result_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #333333;
    background: none;
    background-image: url("images/search_result.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    border: none;
    border-bottom: 3px dotted #000000;
  }

  #content p.search_result {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #content p.search_result_txt {
    font-size: 14px;
    color: #dc143c;
    margin-bottom: 20px;
  }

  /* ページャー エリア */
  #content .pager {
    text-align: center;
    margin: 15px 0;
  }

  #content .pager a,
  #content .pager span {
    font-size: 14px;
    padding: 10px 13px;
    border: 1px solid #cccccc;
    text-decoration: none;
  }

  #content .pager span {
    color: #c1986c;
    background-color: #ffffff;
  }

  #content .pager span a:hover {
    color: #333333;
  }

  #content .pager a {
    color: #333333;
    text-decoration: none;
  }

  #content .pager a:hover {
    color: #ffffff;
    background-color: #c1986c;
  }

  /* 404 エリア */
  #content a.reverse_lnk {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    text-decoration: underline;
  }
  #slider #sliderinner .bx-wrapper li small {
      font-size:11px;
  }
    #slider #sliderinner .bx-wrapper li b {
      font-size: 14px;
  }
    .midashi1{
      font-size:23px;
    } 
    .hiramin{
      color: #ffffff!important;
      text-shadow:none;
    } 
    #layoutbody{
      width: 100%!important;
    } 
    #bf_wrap{
      width: 100%!important;
    }
    .bfaf-title{
      font-size:15px!important;
    }
    #layoutbody h2 {
    color: #472b0e!important;
      /*background-image: url(https://recoverlab.com/beauty/wp-content/uploads/2018/11/h2_sp.jpg);*/
    background-color: #ffdbdb!important;
    background-image:none;  
      padding: 0 0 0 1em;
      line-height: 40px;
      border-radius: 0;
      border-top: solid 1px;
      border-right: solid 1px;
      border-bottom: solid 1px;
      border-color: #ffc0c0;
      border-left: 5px #852828 solid;
    margin-bottom:20px; 
    background-size:100%!important; 
    font-weight:600;
    height:auto;
    font-family: "Noto Sans Japanese";  
    font-size:15px; 
      
  }
    .diet_faq dt {
      height: 48px;
  }
  .diet_faq dt p {
      font-size: 14px;
      padding-left: 52px;
      height: 48px;
      line-height: 48px;
      background-position: 10px 8px;
      background-size: 31px;  
  }
  .diet_faq .faq_ttl {
      padding: 24px 10px 8px;
  } 
    .diet_faq .faq_txt {
      padding: 0 10px;
  }
  .diet_faq dd {
      background: none !important;
      padding: 0;
  } 
  .diet_faq dt p.nidannraku {
      padding-top: 5px;
      line-height: 19px;
  }
  .diet_faq dt p {
      font-size: 14px;
      padding-left: 52px;
      height: 48px;
      line-height: 48px;
      background-position: 10px 8px;
      background-size: 31px;
  } 
  #contact .contact a {
      top: 24%;
      width: 90%;
      left: 5%;
  } 
  #contact #time_table {
      width: 100%;
      margin: 8px 0%;
      display: inline-block;
  } 
  #contact #time_table tr:nth-child(1) {
      background: #dfdfdf;
      padding: 3px;
  }
  #contact #time_table tr {
      width: 100%;
      margin: 0;
  }
  #contact #time_table th {
      width: 22%;
      font-size: 3.9vw;
      text-align: center;
      margin: 0;
  }
    #contact #time_table th, #contact #time_table td {
      border: solid 1px #bfbfbf;
      border-collapse: collapse;
  }
  #contact #time_table td {
      width: 6.5%;
      margin: 0;
      font-size: 3.9vw;
      padding: 3px 2.5px;
  } 
  table {
      border-collapse: collapse;
      border-spacing: 0;
  }
  .diet_faq .diet_ng {
      padding: 0 10px;
  } 
  .bnr_diet{
    margin-bottom:20px;
  }
  #pad{
    padding:10px;
  } 
  .diet_faq li.faq_wrap{
    padding:0px 10px;
  }
  #contact{
    padding: 10px;
  }
  #contact figure{
    height:auto;
  }
  .h2{
    background-image: url(https://recoverlab.com/beauty/wp-content/uploads/2018/11/h2_sp.jpg);
    font-size: 16px;
    padding: 0 0 0 1em;
    line-height: 40px;
    height: 40px;
    color: #472b0e;
    border-radius: 0;
    border-top: solid 1px;
    border-right: solid 1px;
    border-bottom: solid 1px;
    border-color: #ffc0c0;
    border-left: 5px #852828 solid;
    margin-bottom:15px; 
   text-align: center;
  }
  .foot-info li{
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  .pc-tel{
    display: none;
  }
  .sp-tel{
    display: block;
    margin-bottom: 2%;
  }
  .contact-out div a:nth-of-type(2) img {
    margin-bottom: 2%;
  }
  .contact-left-out {
    width: 95%;
    float: none;
    border-bottom: 2px dashed #cacaca;
    padding-bottom: 5%;
    margin: 0 auto 5%;
    border-right: none;
    padding-right: 0;
  }
  .contact-center-out {
    width: 95%;
    float: none;
    border-bottom: 2px dashed #cacaca;
    padding-bottom: 5%;
    margin: 0 auto 5%;
    border-right: none;
    padding-right: 0;
  }
  .contact-right-out {
    width: 95%;
    margin: auto;
    float: none;
    /* border-bottom: 2px dashed #cacaca; */
    border-bottom: 2px dashed #cacaca;
    padding-bottom: 5%;
    margin: 0 auto 5%;
  }
  .contact-out br{
    display: none;
  }
  #sp-line-box{
    margin-bottom: 5%;
  }
  .ba2 {
    margin-left: 0;
  }
  .ba2 dl {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .foot-popup{
    position: fixed;
    overflow: hidden;
    bottom: 0;
    z-index: 999999;
    display: flex;
    width: 100%;
  }
  .pop_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc( 100% / 2 );
    height: 60px;
    background: #9a7a3c;
  }
  .pop_box:nth-of-type(2) {
    background: #795253;
  }
  .pop_box:nth-of-type(3) {
    /* background: #795253; */
  }
  .pop_box img {
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
  }
  .fl{
    float: left;
  }
  .fr{
    float: right;
  }
  .greet-text_sp{
    width: 95%;
    margin: 15px auto 10px;
  }
  .greet-text_sp p{
    font-size: 15px;
    margin-bottom: 15px;

  }
  #bf_wrap{
    padding: 10px;
  }
  .diet-ba-left,.diet-ba-right,.koba-left,.koba-right{
    width: 100% !important;
    float: none;
  }
  h4.diet-name{
    color: #885529 !important;
    background-color: #ffffff !important;
    font-size: 15px !important;
  }

  /* -----------------------
      料金一覧
  ----------------------- */

  .price_menu .price_inner .price_title {
    padding-bottom: 10px;
    font-size: 28px;
    line-height: 80px;
  }

  .price_menu .price_inner .price_title.active {
    background: #ba993e;
    color: #fff;
  }

  .price_menu .price_inner .price_title:after {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    bottom: 15px;
    left: 50%;
    border-right: 2px solid #ba993e;
    border-bottom: 2px solid #ba993e;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    -webkit-transition: .3s;
    transition: .3s;
  }

  .price_menu .price_inner .price_title.active::after {
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    bottom: 15px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  div#content .price_titleh3 {
    margin-bottom: 0px;
  }

  div#content .price_titleh3.first_title {
    margin-top: 0;
    padding-top: 0;
  }

  div#content .price_titleh3 span {
    font-size: 1em;
    letter-spacing: 0;
  }

  .price_menu .price_inner .menu_box {
    display: none;
    padding: 20px;
	margin: 0;
  }

  .price_menu .price_inner .menu_box .price_table {
    overflow: scroll;
  }

  .price_menu .price_inner .menu_box table {
    margin-bottom: 0;
  }

  .price_menu .price_inner .menu_box table th {
    width: 40%;
    font-size: 16px;
  }

  .price_menu .price_inner .menu_box table td {
    width: 60%;
    font-size: 16px;
  }

/*  .price_menu .price_inner .menu_box table td span {
    display: block;
    padding-top: 0px;
    font-size: .6em;
    text-align: center;
  }*/

  .price_box_wrap {
    border: 5px solid #ba993e;
  }

  .foot_icon {
    display: flex;
    justify-content: space-around;
    width: 220px;
    margin: 0 auto 15px;
  }

  .foot_icon li {
    width: calc( 75% / 3 );
  }

  .tableplus {
    text-align: center;
    font-size: 1.2rem;
  }

  
}

#pagenav_wraper .nav-links span {
    padding: 5px 8px;
    border: solid 1px #bb984a;
    color: #bb984a;
    margin-bottom: 5px;
}

#pagenav_wraper .nav-links {
    height: auto;
    display: block;
    text-align: center;
    height: auto;
    padding: 10px;
}

#pagenav_wraper .nav-links a {
    background: #bb984a;
    padding: 5px 8px;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: none;
}
.content,
.tel_modal,
.tel_modal__bg,
.tel_modal__content,
.tel_modal__content li
.tel_modal__content li a {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.tel_modal__content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
}
.tel_modal__content li a {
    color: #e82424;
    text-decoration: none;
}
.tel_modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.tel_modal__bg {
    cursor: pointer;
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.tel_modal__content {
    /* background: #fff; */
    left: 50%;
    padding: 0;
    position: absolute;
    top: 45%;
    transform: translate(-50%,-50%);
    width: 90%;
    max-width: 780px;
}
.tel_modal__content li {
  position: relative;
  width: calc( 100% / 3 );
  padding: 15px 0 20px;
  font-size: .9em;
  /* border-bottom: 1px solid #ddd; */
  line-height: 1;
  color: #4c1010;
  text-align: center;
  overflow: hidden;
  background: #9a7a3c;
}
.tel_modal__content li:nth-of-type(2),
.tel_modal__content li:nth-of-type(4) {
  position: relative;
  background: #795253;
}
.tel_modal__content li span {
  width: 100%;
  display: block;
  padding: 25px 0 0;
  line-height: 1em;
  text-align: center;
}
.tel_modal__content li:first-child {
  width: 100%;
  font-size: 2.1em;
  font-weight: bold;
  padding: 30px 0;
  background: #fff;
}
.tel_modal__content li.tel:before,
.tel_modal__content li.mail:before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  /* transform: rotate( 3deg ) translateX( -50% ); */
}
.tel_modal__content li.tel:before {
    background: #591b1b;
}
.tel_modal__content li.mail:before {
    background: #b76429;
}
.js-modal-tel-close{
    color: #e82424;
    display: inline-block;
    /* margin-top: 5px; */
}
.js-modal-tel-close2 {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  line-height: 1;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  display: inline-block;
  margin: 0;
  border: solid 1px #dcdcdc;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  top: -10px;
  right: -10px;
  padding: 10px;
  background-color: #fff;
  color: #333;
  font-size: 10px;
  cursor: pointer;
}
a.js-modal-tel-close2:visited {
    color: #fff;
}
a.js-modal-tel-close2:link {
    text-decoration: none;
}


.tel_modal__content li a {
  position: relative;
  z-index: 1;
  background-color: unset;
  color: #fff!important;
  padding: 0;
}

.tel_modal__content li a i {
  margin-right: 5px;
  color: #fff;
}

@media screen and ( max-width: 780px ) {
  .tel_modal__content li:first-child {
    font-size: 5.4vw;
    line-height: 1.3em;
  }

  .tel_modal__content li a i {
    width: 100%;
    margin-bottom: 10px;
    font-size: 1.3em;
    text-align: center;
  }

  .banner_m {
    padding: 2% 2% 0;
  }

  .banner_m.fst img {
    box-shadow: 0px 1px 1px 1px #8585857a;
  }
	
/*骨盤ダイエット流れ*/
	#onecolumn_content .diet-babox.f01 .diet-ba h5{
		margin-bottom: 15px;
		padding:10px 10px 8px 15px; 
	}
	
	.flow ul li{
		flex-direction: column;
	}
	
	.flow_txt{
		order: 1;
	}
	
	.flow p{
		font-size: 16px;
		padding: 5px 16px 0 16px;
		text-align: justify;
	}
/*/骨盤ダイエット流れ*/
	
/*症例*/
	.case_container{
		padding: 0 10px;
		}
}

/*2023/05/30|アクセスボタン追記*/
@media screen and (max-width: 768px){
  .specialty_button a {
    color: #fff;
    text-decoration: none;
  }
  .specialty_button::before {
    top: 0;
    bottom: 3px;
    right: 10px;
    margin: auto;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border: solid 2px #ffffff;
    border-radius: 50px;
    content: '';
  }
  .specialty_button::after {
    top: 0;
    bottom: 3px;
    right: 18px;
    margin: auto;
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
  }
}