@charset "utf-8";
/*
Theme Name: HTML5 MAX
*/
/*
base
*/
html {
  font-size: 16px;
}
body {
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: justify;
}
.font-m {
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
h1,
img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* 変数 */
@f-x ｘs: 0.5rem;
/* 継承クラス */
.fwb {
  font-weight: bold;
}
.bbg {
  border-bottom: 1px solid #EFEFEF;
}
.bag {
  border: 1px solid #EFEFEF;
}
.bab {
  border: 1px solid #ECFBFF;
}
.bab2 {
  border: 2px solid #ECFBFF;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-2em {
  margin-bottom: 2em;
}
/* wp native */
.aligncenter {
  display: block;
  margin: 0 auto;
  /*margin-bottom: 20px;*/
}
.alignright {
  float: right;
  margin-bottom: 20px;
}
.alignleft {
  float: left;
  margin-bottom: 20px;
}
/*
add css
*/
body {
  color: #2d2d2d;
}
a {
  color: #00CCFF;
  word-break: break-all;
}
a:hover {
  color: #00A5FF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover img {
  opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
q {
  font-size: 0.75rem;
}

strong {
  font-size: 1.1em;
  background: linear-gradient(transparent 40%, #D6FCB4 40%);
}
header.top-header {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
}
header.top-header h1,
header.top-header h2 {
  background-color: #00CCFF;
  text-align: center;
  font-weight: normal;
  font-size: 0.75rem;
  color: #fff;
  padding: 5px 0;
}
/*header.top-header .logo {
  padding: 5px 0;
}*/
header.top-header .logo {
    padding: 5px 0;
    width: 335px;
    height: 68px;
}
header.top-header .rss {
  float: right;
  font-size: 32px;
  margin-top: 3px;
}
header.top-header .searchform-area {
  clear: both;
  float: right;
}
.search label {
  line-height: 1.25rem;
  color: #00CCFF;
}
.search input {
  padding: 5px;
  font-size: 1.125rem;
  color: #666;
  border-color: #ECFBFF;
  border: 1px solid #00CCFF;
}
.search input:focus {
  outline: none;
}
.search i {
  color: #00CCFF;
}
p.sitetitle {
    background-color: #00CCFF;
    text-align: center;
    font-weight: normal;
    font-size: 0.75rem;
    color: #fff;
    padding: 5px 0;
}
.post h1 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  background-color: #00CCFF;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}
.post header {
  clear: both;
  margin-bottom: 20px;
}
.post header.entry-header {
  border-bottom: 1px solid #00CCFF;
}
.post header .attachment-post-thumbnail {
    float: left;
    margin-right: 20px;
    max-width: 30%;
    width: 200px;
    height: 120px;
    object-fit: cover;
    max-height: 12vw;
}
.post header h1 {
  text-align: left;
  border-radius: initial;
}
.post header .entry-meta {
    color: #00CCFF;
    margin: 10px 20px 0 0;
    padding-left: 5px;
    font-size: 12px;
}
.post header .entry-meta:before {
    content: "\f017";
    font-family: FontAwesome;
}
.post header .entry-meta i {
  margin-right: 5px;
}
.post footer {
  background-color: #fff;
}
span.icon:before {
    content: "\f0f8";
    font-family: FontAwesome;
    padding-right: 5px;
    vertical-align: inherit;
}
span.icon:after {
    content: "\f054";
    font-family: FontAwesome;
    padding-left: 10px;
    font-size: 10px;
    vertical-align: baseline;
}
footer.entry-footer {
    background: none;
}
.post h2 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #00CCFF;
  background-color: #ECFBFF;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.post h2.top-h2 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  background-color: #00CCFF;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
.post h3 {
  font-weight: bold;
  font-size: 1.1rem;
  padding: 5px 20px 5px 15px;
  border-left: 5px solid #00CCFF;
  border-bottom: 1px solid #00CCFF;
  box-sizing: border-box;
  margin-bottom: 1em;
}
.post h4 {
  position: relative;
  margin: 0 20px 20px 0;
  padding: 1em;
  background: #E9FED6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.post h5 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    border-left: 15px solid #e5fbd1;
    padding-left: 15px;
    border-radius: 50px;
}

/*table.menu {
    width: 100%;
    margin-bottom: 35px;
}

table.menu th, table.menu td {
    border-bottom: 1px dotted;
    box-sizing: border-box;
    padding: 12px;
}

table.menu th {
    width: 33%;
}*/

table.kihon {
    margin-bottom: 20px;
}

.post h4:after {
  position: absolute;
  bottom: -15px;
  left: 10%;
  z-index: 90;
  margin-left: -15px;
  border-top: 15px solid #E9FED6;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 0;
  content: "";
}
.post p {
  line-height: 1.7;
  margin-bottom: 1em;
  padding: 0 5px;
}
.post p.top-text {
  box-sizing: border-box;
  border: 2px solid #ECFBFF;
  border-top: none;
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.post section {
  margin-bottom: 2em;
}
.post ul {
  line-height: 1.7;
  margin: 0 20px;
  margin-bottom: 2em;
  list-style-type: disc;
}

span.small_link {
    font-size: 10px;
}

span#i,
span#i-2,
span#i-3,
span#i-4,
span#i-5,
span#i-6,
span#i-7,
span#i-8,
span#i-9,
span#i-10 {
    font-weight: bold;
    color: #009eff;
}

.post ul li {
  margin-left: 20px;
  padding-left: 5px;
}
.post ul li::after,
.post ul li::before {
  display: block;
  content: '';
  position: absolute;
}
.post ul li::after {
  top: .35em;
  left: -1.2em;
  width: 14px;
  height: 14px;
  background-color: #00CCFF;
  border-radius: 100%;
}
.post ul li::before {
  z-index: 2;
  top: .625em;
  left: -0.975em;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.post div.item_data {
  margin-bottom: 2em;
}

.post div.item_data .grid-30 p {
  padding: 0!important;
}

.post div.item_data q {
  font-size: 0.75rem;
  margin-left: 5px;
}
.post div.item_data a {
  word-break: break-all;
  color: #666;
  text-decoration: none;
}
.post cite a {
  color: #666;
  text-decoration: none;
  font-style: normal;
}
.post figure img {
  box-sizing: border-box;
  border: 1px solid #ECFBFF;
  margin-bottom: 10px;
}
.post dl {
  width: 100%;
  overflow: hidden;
  /*floatしたので高さ確保*/
  border: 1px solid #ECFBFF;
  border-top: none;
  /*dt,dd設定とかぶるので*/
  background: #ECFBFF;
  box-sizing: border-box;
}
.post dt {
  width: 33%;
  clear: left;
  float: left;
  padding: 10px;
  border-top: 1px solid #ECFBFF;
  box-sizing: border-box;
}
.post dd {
  margin-left: 35%;
  /*dtの横幅にあわせて(padding含)*/
  padding: 10px;
  border-left: 1px solid #ECFBFF;
  /*長くなる要素にあわせて*/
  border-top: 1px solid #ECFBFF;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 1px;
}
.post dd:after,
.post dt:after {
  clear: both;
}
.post div.kuchikomi {
  margin: 0 20px;
  margin-bottom: 2em;
  background-color: #ECFBFF;
  padding: 0.8em 3em;
  position: relative;
}
.post div.kuchikomi p {
  margin: 0;
  padding: 0;
}
.post div.kuchikomi p.from {
  font-size: 0.75rem;
}
.post div.kuchikomi blockquote {
  line-height: 1.7;
  margin-bottom: 0.4em;
}
.post div.kuchikomi:before {
  content: "“";
  font-size: 300%;
  line-height: 1em;
  font-family: sans-serif;
  color: #999;
  position: absolute;
  left: .2em;
  top: .2em;
}
.post aside .kanren {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #00CCFF;
  border-radius: 10px;
  background-color: #FFFFF7;
  margin-bottom: 2em;
}
.post aside .kanren p {
  padding: 20px 30px;
  margin: 0;
}
.post aside .kanren p a {
  text-decoration: none;
}
aside.post_footer h2 {
    padding: 10px;
    color: #009eff;
    font-weight: bold;
    line-height: 1.3;
    /* border-top: 3px solid #00CCFF; */
    border-bottom: 1px solid #eee;
}
aside.sidebar img.ad_img {
  width: auto;
  margin-bottom: 20px;
}
aside.sidebar h2 {
  padding: 10px;
  color: #00CCFF;
  line-height: 1.3;
  border-top: 3px solid #00CCFF;
  border-bottom: 1px solid #eee;
  background: #ECFBFF;
}
ul.post_list {
  margin-bottom: 0;
}
ul.post_list li {
  display: table;
  cursor: pointer;
  line-height: 1.1;
  table-layout: fixed;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #EFEFEF;
}
ul.post_list li div.post_thumb {
  display: table-cell;
  width: 50px;
  vertical-align: top;
  text-align: left;
  padding: 10px 0 10px 10px;
}
ul.post_list li div.post_thumb img {
    width: 50px;
    height: 30px;
    object-fit: cover;
}
ul.post_list li p.post_title {
    display: table-cell;
    vertical-align: middle;
    word-wrap: break-word;
    font-size: 0.975rem;
    padding: 10px;
    line-height: 1.2;
}
ul.post_list li:hover {
  background: #ECFBFF;
}
ul.cat_list {
  margin-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}
ul.cat_list a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px;
  box-sizing: border-box;
}
ul.cat_list li {
  display: table;
  line-height: 1.1;
  table-layout: fixed;
  width: 100%;
}
ul.cat_list ul.sub-menu {
  margin-left: 10px;
}
ul.cat_list ul.sub-menu a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 10px;
  box-sizing: border-box;
}
ul.cat_list ul.sub-menu li a:before {
  display: inline-block;
  content: "\f105 ";
  font-family: FontAwesome;
  margin-right: 5px;
}
ul.cat_list li a:hover {
  background: #ECFBFF;
}
footer {
  margin-top: 40px;
  padding: 10px;
  background-color: #00CCFF;
}
footer p.sitename {
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 24px;
}
footer p.copy {
  text-align: center;
  color: #fff;
  padding: 2px 0;
}


/*#page-top a {
    text-decoration: none;
    font-weight: bold;
    padding: 6px 4px;
    text-align: center;
    display: block;
    -moz-opacity: 0.6;
}
#page-top a:hover {
  background: #00A5FF;
  color: #fff;
}*/



#page_top{
  width: 40px;
  height: 40px;
  position: fixed;
  right: 50;
  bottom: 30;
  opacity: 0.6;
}
#page_top a{
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
#page_top a::before {
    content: "";
    font-weight: 900;
    background-image: url(./img/logo-top.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 25px;
    color: #3f98ef;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -55px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 40px;
    height: 30px;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}



/* page */
#breadcrumbs ol {
  background-color: #fafafa;
  color: #00CCFF;
  padding: 5px 10px;
  margin-bottom: 20px;
}
#breadcrumbs ol li {
  display: inline;
  list-style-type: none;
}
#breadcrumbs ol li:before {
  content: " > ";
}
#breadcrumbs ol li:first-child:before {
  content: "";
}
#breadcrumbs ol a {
  text-decoration: none;
  font-size: 0.75rem;
}
/* post-list */
.post-list h2 {
  font-weight: bold;
  font-size: 1.125rem;
  color: #00CCFF;
  background-color: #ECFBFF;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.post-list-item {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
}
.post-list-item a {
  text-decoration: none;
}
.post-list-item h3 {
  font-weight: bold;
  font-size: 1.25rem;
  box-sizing: border-box;
  padding-bottom: 5px;
}
.post-list-item .entry-img {
  width: 30%;
  float: left;
}
.post-list-item header {
  margin-left: 33%;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 5px;
}
.post-list-item .entry-content {
  margin-left: 33%;
  margin-right: 20px;
}
.post-list-item footer {
  margin-left: 33%;
  margin-top: 0px;
  padding: 10px;
  background-color: #fff;
}
/* loop search */
.article-loop {
  margin-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
}
.article-loop header {
  border-bottom: none;
  margin-bottom: 0;
}
.article-loop header h2 {
  background-color: #fff;
  color: #00CCFF;
  font-size: 1.25rem;
  text-align: left;
}
.article-loop header h2 a {
  font-weight: bold;
}
.article-loop img {
  width: 30%;
  float: left;
  margin-right: 20px;
}
.article-loop footer {
  background-color: #fff;
  margin-top: 0;
  text-align: right;
}
.article-loop .entry-meta {
  color: #00CCFF;
  text-align: right;
}
.article-loop .entry-meta i {
  margin-right: 5px;
}
/* page-header */
.page-header h1 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #fff;
  background-color: #00CCFF;
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
}
/* sns share */
.snsshare {
  width: 100%;
  height: 51px;
  margin-bottom: 4%;
}
.snsshare a {
  width: 50%;
  height: 22px;
  margin-bottom: 10px;
  padding: 14px 0;
  float: left;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
  display: inline-block;
  text-decoration: none;
}
.snsshare a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.snsshare #share_fb {
  background-color: #5974A4;
}
.snsshare #share_tw {
  background-color: #42CBFF;
}
twitterwidget {
    margin: 0 auto;
}

.btn-official,
.btn-official-solo {
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 12px;
    font-size: 17px;
    background: #e89696;
    margin-bottom: 45px;
    width: 61%;
    margin: 45px auto;
}

p.btn-official,
p.btn-official-solo {
    margin: 0 auto 30px;
    display: block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 17px;
}

p.btn-official-solo {
    display: block;
}

p.btn-official a,
p.btn-official-solo a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

.btnrow2 {
    text-align: center;
}

.btn-official a:hover {
    opacity: 0.7;
}

.red.big {
    font-size: 128%;
    color: #FF3636;
}

.post p.tc img {
    text-align: center;
    margin: auto;
}

.kanren-area {
    border: 2px solid #CFCFCF;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px 0;
    background: #FEFEFE;
    margin-bottom: 25px;
}

div.wpcf7 input {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
}

div.wpcf7 textarea {
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
}

div.wpcf7 .submit input {
    width: 50%;
    background: #05CC00;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 12px;
}

.submit {
    text-align: center;
    margin: 50px 0;
}

div.wpcf7 .submit input:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.contact-contact {
    text-align: center;
}

.contact-contact a {
    color: #000;
    margin-right: 15px;
}

.strong_point {
    background: linear-gradient(transparent 50%, #F8E300 40%);
    font-weight: bold;
    color: #FF2929;
    font-size: 105%;
}

/*blockquote {
    border: 2px solid #EFF2FB;
    padding: 15px;
    word-break: break-all;
    border-radius: 30px;
    margin-bottom: 15px;
    font-size: 13px;
}*/


blockquote {
    position: relative;
    padding: 5px 10px 5px 32px;
    margin: 20px auto;
    box-sizing: border-box;
    /*font-style: italic;*/
    background: #f3f3f3;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    width: 95%;
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -15px;
    width: 40px;
    height: 30px;
    text-align: center;
    content: "\f086";
    font-family: FontAwesome;
    color: #FFF;
    font-size: 18px;
    line-height: 30px;
    background: #92d4ff;
    box-shadow: 0 2px 2px rgba(26, 26, 26, 0.14);
    font-weight: 900;
}

blockquote:after{
    position: absolute;
    content: '';
    top: 40px;
    left: -15px;
    border: none;
    border-bottom: solid 8px transparent;
    border-right: solid 15px #6eb3e0;
}

blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}



/* 表示・非表示する要素の指定 */
#aaa {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.55);
    color: #FFF;
}

.rank-box {
    margin-bottom: 19px;
}

.rank-box img {
    width: 33%;
    float: left;
}

.rank-box table {
    float: right;
    width: 64%;
}

.rank-box::after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;  
}

.rank-box table th, .rank-box table td {
    box-sizing: border-box;
    padding: 6px;
    border: 1px solid #0CF;
}

.rank-box table th {
    width: 30%;
}

.rank-box table td {
    padding-left: 15px;
}

.rank-box table th {
    width: 30%;
    background: #5993E9;
    color: #fff;
    font-weight: bold;
    border: 1px dashed;
	box-sizing: border-box;
}

.rank-box i {
    font-size: 22px;
    color: #DBE00B;
    text-shadow: 1px 1px #B7B7B7;
}

.post .rank1 {
    border-left: none;
    background-image: url('./img/rank_01.png');
    background-repeat: no-repeat;
    background-size: 150px;
    font-size: 29px;
    line-height: 1.2;
    padding: 79px 0 35px 160px;
}

.post .rank2 {
    border-left: none;
    background-image: url('./img/rank_02.png');
    background-repeat: no-repeat;
    background-size: 100px;
    font-size: 29px;
    line-height: 1.2;
    padding: 46px 0 25px 117px;
}

.post .rank3 {
    border-left: none;
    background-image: url('./img/rank_03.png');
    background-repeat: no-repeat;
    background-size: 100px;
    font-size: 29px;
    line-height: 1.2;
    padding: 46px 0 25px 117px;
}

table.whiteningtown {
    border-collapse: collapse;
    border: solid 1px #c1c1c1;
    line-height: 1.5;
    margin: 0 auto;
    width: 96%;
    margin-bottom: 30px;
	box-sizing: border-box;
}

table.whiteningtown th {
    width: 20%;
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border: solid 1px #c1c1c1;
    font-size: 14px;
    background-color: #ECFBFF;
    box-sizing: border-box;
}

table.whiteningtown td {
    width: 80%;
    padding: 10px;
    vertical-align: top;
    border: solid 1px #c1c1c1;
	box-sizing: border-box;
}

.area_list li{
  padding:8px 10px;
  box-sizing: border-box;
}

.area_list li a{
  display: block;
}

nav.navigation.posts-navigation h2 {
    display: none;
}

nav.navigation.posts-navigation{
  text-align: center;
}

.nav-links {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  margin-bottom: 30px;
}

.nav-links div{
  display: block;
  background: #009fc8;
  width: 60px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 0 10px;
}

.nav-links a{
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  display: block;
}

.breadcrumb ul.clearfix {
    margin-bottom: 5px;
    margin-left: 0;
}

.breadcrumb ul li {
    font-size: 12px;
    display: inline-block;
    margin-left: 0;
    /*margin-right: 20px;*/
}


.breadcrumb a {
    text-decoration: none;
}

.post ul li::after,
.post ul li::before {
    display: none;
}

article#post-clinic table {
    width: 100%;
}

#post-clinic th, #post-clinic td {
    border: 1px solid #bcbcbc;
    box-sizing: border-box;
    padding: 10px;
}

#post-clinic th {
    width: 30%;
}

iframe {
    width: 100%;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe, .ggmap object, .ggmap embed {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    width: 100%;
    height: 230px;
}

#post-clinic table.t_c-b th:first-child {
    width: 180px;
}

#post-clinic table.t_c-b td, #post-clinic table.t_c-b th {
    padding: 14px 0;
    text-align: center;
    box-sizing: border-box;
    width: auto;
}

p.comment-form-comment label {
    display: block;
}

p.comment-form-author label {
    display: block;
}

form#commentform {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

p.crfp-field.crfp-group-1 {
  -webkit-order: 1;
  order: 1;
  margin-bottom: 10px;
}

p.comment-form-comment {
    -webkit-order: 2;
    order: 2;
}

p.comment-form-author {
    -webkit-order: 3;
    order: 3;
}

#commentform .gglcptch {
    -webkit-order: 4;
    order: 4;
}

p.form-submit {
    -webkit-order: 5;
    order: 5;
}

form#commentform p {
    padding: 0;
    margin-bottom: 0;
}

form#commentform p input#submit {
    margin: 0;
}

p.form-submit input#submit {
    background: #00ccff;
    border: 1px solid #42cbff;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    font-size: 15px;
    box-sizing: border-box;
    padding: 10px 25px;
}

input#author, textarea#comment {
    border: 1px solid #505050;
    box-sizing: border-box;
    padding: 5px;
    font-size: 15px;
}

.review-area {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: 500px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

ol.commets-list {
    padding: 12px 17px 12px 0;
}

ol.commets-list li {
    border-bottom: 1px dotted #dedede;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ol.commets-list #div-comment-1 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.comment-author.vcard {
    -webkit-order: 1;
    order: 1;
    margin-bottom: 10px;
}

.comment-author.vcard img {
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    width: 31px;
}
.crfp-group-1.crfp-rating-breakdown {
    -webkit-order: 2;
    order: 2;
    margin-bottom: 3px;
}

.comment-meta.commentmetadata {
    -webkit-order: 3;
    order: 3;
    margin-bottom: 15px;
}
div.rating-container {
    -webkit-order: 4;
    order: 4;
}

div.rating-container {
    width: 100%;
    margin: 0 0 10px 0;
}
.crfp-group-1.crfp-rating-breakdown {
    -webkit-order: 2;
    order: 2;
    margin-bottom: 3px;
}
footer.comment-meta {
    padding-left: 0;
    margin-top: 0;
}

.btnrow2 p.btn-official {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}

p.shosaibtn {
    background: #ecb97e;
    margin: 0 auto 30px;
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 20px;
    font-size: 17px;
}

p.shosaibtn-solo {
    margin: 0 auto 30px;
    vertical-align: middle;
    width: 43%;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 12px;
    font-size: 17px;
    background: #ecb97e;
    border: 1px solid #a96408;
}

p.shosaibtn-solo a {
    color: #ffff;
    text-decoration-line: none;
    font-weight: bold;
    display: block;
}

p.shosaibtn a {
    color: #ffff;
    text-decoration-line: none;
    font-weight: bold;
    display: block;
}

.btnrow2 p.btn-official a {
    margin: 0;
    width: 100%;
    display: block;
}

.btnrow2 p.shosaibtn a:hover {
    opacity: 0.7;
}

.comment-metadata {
    display: none;
}

/*-----------絞り込みフォーム--------------*/

form#feas-searchform-1 {
  width: 100%;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 15px 10px;
}

table.c_search_table {
  width: 100%;
  background: #ecfbff;
}

table.c_search_table th,
table.c_search_table td{
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
}

table.c_search_table th{
  border-bottom: solid 2px #00CBFF;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  vertical-align: middle;
}

table.c_search_table td{
  border-bottom: solid 2px #ddd;
}

table.c_search_table select {
    padding: 0px 8px;
    line-height: 2;
    height: 25px;
    border: 1px solid #b2b2b2;
    border-radius: 4px;
    color: #333;
}
table.c_search_table td.tsuuin label {
  display: inline-block;
}

table.c_search_table td.shurui label{
  display: block;
  margin-bottom: 5px;
}

table.c_search_table td label {
  line-height: 135%;
  position: relative;
  margin: 3px;
  cursor: pointer;
}
table.c_search_table td input[type="checkbox"] {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  border:none;
}
table.c_search_table td input[type="checkbox"]:before {
  position: absolute;
  z-index: 1;
  top: 0.125rem;
  left: 0.1875rem;
  width: 0.75rem;
  height: 0.375rem;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          transition:         transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: rotate(-45deg) scale(0, 0);
          transform: rotate(-45deg) scale(0, 0);
  border: 2px solid #00ccff;
  border-top-style: none;
  border-right-style: none;
}
table.c_search_table td input[type="checkbox"]:checked:before {
  -webkit-transform: rotate(-45deg) scale(1, 1);
          transform: rotate(-45deg) scale(1, 1);
}
table.c_search_table td input[type="checkbox"]:after {
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  content: '';
  cursor: pointer;
  border: 2px solid #ddd;
  background: #ffffff;
}

input.c_search_btn {
  display: block;
  padding: 0.3em 1em;
  text-decoration: none;
  border-radius: 3px;
  transition: .4s;
  width: 140px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  margin: 20px auto;
  background: #08a6cf;
  color: white;
  border: solid 2px #00ccff;
}

input.c_search_btn:hover {
  color: #08a6cf;
  border: solid 2px #00ccff;
  background: none;
}

.c_search_ttl {
    text-align: center;
    font-weight: bold;
    color: #00ccff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 22px;
    position: relative;
}
.c_search_ttl::before,
.c_search_ttl::after {
  content: '';
  position: absolute;
}
.c_search_ttl::before {

}
.c_search_ttl::after {
    bottom: 13px;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 8px;
    background-color: rgba(224, 224, 224,.5);
}

/*------------絞り込み検索結果-------------*/

.s_result {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  background:rgba(242, 242, 242, 0.7);
  box-sizing: border-box;
  padding: 15px;
  border-radius: 10px;
}

.res_thumb{
  width: 40%;
}

.res_txt{
  width: 60%;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
}

.rating-always-on {
  display: none;
}

.rating-container.crfp-stars {
  display: block;
  font-size: 14px;
}

.res_txt h2 {
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3px;
}

.res_txt h2 a{
  text-decoration: none;
  font-weight: bold;
  /*color: #4a7ed1;*/
}

.res_btn {
  text-align: center;
  margin: 10px auto;
}

.res_btn a{
  display: inline-block;
  width: 180px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  background: #FF923F;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  text-decoration: none;
  border:2px solid #fff;
}

.res_btn a:hover{
  background: #fff;
  color: #FF923F;
  border:2px solid #FF923F;
}

.res_txt .comment-rating-field-pro-plugin {
  border-bottom: none;
  float: right;
  width: 45%;
  padding-bottom: 0px;
}

.page-header .c_search_ttl {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.4;
}

.res_txt span.crfp-rating-number {
  color: #ed6d6d;
  font-weight: bold;
}

.res_txt span.total {
  font-size: 12px !important;
}

.res_txt span.crfp-rating {
  color: transparent;
}

.res_txt .rating-container{
  text-align: right;
}

.res_txt .res_yosan span {
    font-size: 18px;
    font-weight: bold;
    color: #ed6d6d;
}

.res_txt .res_yosan{
  font-size: 12px;
  width: 50%;
}

.res_txt .res_shurui{
  margin-top: 10px;
}

.res_txt .clinic_res {
    margin-bottom: 15px;
}

.res_txt .res_shurui div {
    color: #fff;
    margin: 3px;
    display: inline-block;
    background: #1fbce3;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 10px;
}

.res_txt .entry-summary{
  display: flex;
}

.wp-pagenavi {
  text-align: center;
  margin: 20px auto;
}


.wp-pagenavi span.pages {
  display: none;
}

.wp-pagenavi .page {
  margin: 0;
  border-radius: 3px;
}

.c_search_ttl i.fa.fa-search {
  margin-right: 6px;
}

span.res_shozai {
  text-align: right;
  font-size: 12px;
  color: #888;
  white-space: nowrap;
}

td.fw_search input {
  border: 2px solid #ddd;
  padding: 3px;
}

p.matomelink {
    text-align: center;
    margin: 5% 0;
}


p.matomelink a {
    display: inline-block;
    padding: 30px;
    text-decoration: none;
    background: #668ad8;
    color: #FFF;
    border-bottom: solid 4px #627295;
    border-radius: 3px;
    font-weight: bold;
}

p.matomelink a:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}

/*料金table追加*/

/*table.w-table {
    width: 100%;
    margin-bottom: 30px;
}

table.w-table th, td {
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 17px 11px;
}

tr.w-text th {
    padding: 4px 11px;
    color: #fff;
    background-color: #00ccff;
    border-bottom: none;
    text-align: left;
    font-weight: bold;
}

tr.w-price {
    background-color: #f3f3f3;
    color: #4D4D4D;
}*/

table.menu {
    width: 96%;
    margin: 30px auto;
}

table.menu > tbody > tr > th {
    padding: 10px;
    font-weight: bold;
    vertical-align: top;
    border: solid 1px #c1c1c1;
    font-size: 14px;
    background-color: #ECFBFF;
    box-sizing: border-box;
}

table.menu > tbody > tr > td {
    padding: 10px;
    vertical-align: top;
    border: solid 1px #c1c1c1;
    box-sizing: border-box;
}


/*toptable追加*/
.pc-table {display: block;}
.sp-table {display: none;}

table.tbl-r05 {
    margin-bottom: 2rem;
}

tr.thead th {
    background: #00CCFF;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
table.topTable tbody tr td {
    text-align: left;
    vertical-align: top;
    padding: 10px 0 10px 5px;
}
table.topTable tbody tr td:first-child {
    width: 23%;
    min-width: 152px;
    text-align: center;
    vertical-align: middle;
}
table.tbl-r05 tr th, 
table.tbl-r05 tr td {
    border: 1px solid #888;
    box-sizing: border-box;
    width: 25%;
    border-bottom: none;
}
table.tbl-r05 tr td {
    padding: 10px;
}
tr.last {
  border-bottom: 1px solid;
}
.tbl-r05 td:first-child {
    background: #ECFBFF;
    text-align: center;
    vertical-align: middle;
}
@media screen and (max-width: 640px) {
  .pc-table {display: none;}
  .sp-table {display: block;}
  .tbl-r05 {
    width: 100%;
    margin: auto;
  }

  table.tbl-r05 tr th, 
  table.tbl-r05 tr td {
      width: 100%;
      text-align: left;
   }
  .tbl-r05 .thead {
    display: none;
  }
  .tbl-r05 tr {
    width: 100%;
  }
  .tbl-r05 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r05 td:first-child {
    background: #00CCFF;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: 1px solid #888;
    border-bottom: none;
  }
  .tbl-r05 td:before {
      content: attr(data-label);
      font-weight: bold;
      display: block;
      width: 100%;
      text-align: left;
  }
}



/*
media query
*/
@media screen and (max-width: 767px) {

  .ggmap iframe,
  .ggmap object,
  .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }

  .grid-5, .grid-10, .grid-15, .grid-20, .grid-25, .grid-30, .grid-33, .grid-35, .grid-40, .grid-45, .grid-50, .grid-55, .grid-60, .grid-65, .grid-66, .grid-70, .grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-100, .mobile-grid-5, .mobile-grid-10, .mobile-grid-15, .mobile-grid-20, .mobile-grid-25, .mobile-grid-30, .mobile-grid-33, .mobile-grid-35, .mobile-grid-40, .mobile-grid-45, .mobile-grid-50, .mobile-grid-55, .mobile-grid-60, .mobile-grid-65, .mobile-grid-66, .mobile-grid-70, .mobile-grid-75, .mobile-grid-80, .mobile-grid-85, .mobile-grid-90, .mobile-grid-95, .mobile-grid-100 {
    padding-left: 0px;
    padding-right: 0px;
  }
	
  .mmb-10 {
    margin-bottom: 10px;
  }
  .mmb-20 {
    margin-bottom: 20px;
  }
  .mmb-30 {
    margin-bottom: 30px;
  }
  .mmb-40 {
    margin-bottom: 40px;
  }
  .rss {
    display: none;
  }
  .searchform-area {
    display: none;
  }
  .post dl {
    margin-top: 20px;
  }
  .post dt {
    width: 100%;
    float: none;
  }
  .post dd {
    margin-left: 0;
  }
  .post div.kuchikomi {
    padding: 30px 15px 20px;
  }
  /*.post header .attachment-post-thumbnail {
    max-width: 100%;
    float: none;
    margin: 0;
  }*/
  .post header .attachment-post-thumbnail {
      max-width: 100%; 
      float: none;
      margin: 0;
      width: 110px;
      height: 68px;
      object-fit: cover;
      max-height: 68px;
  }
  .btn-official a {
      width: 100%;
  }
  #aaa img {
      max-width: 100%;
  }

  #page-top a.fa.fa-angle-up {
      display: none;
  }

  .kanren-area li {
      margin-bottom: 11px;
      font-size: 16px;
  }

  .snsshare a {
      padding: 14px 0 9px;
      font-size: 14px;
  }

  .post .rank3,
  .post .rank2,
  .post .rank1 {
      background-size: 85px;
      font-size: 23px;
      line-height: 1.2;
      padding: 39px 0 20px 95px;
  }

  .rank-box img {
      float: none;
      width: 100%;
  }

  .rank-box table {
      float: none;
      width: 100%;
  }

  /*-----------絞り込みフォーム--------------*/

  .c_search_ttl {
    font-size: 18px;
  }

  form#feas-searchform-1 {
    padding: 10px 0;
  }

  table.c_search_table th{
    white-space: initial;
    width: 35%;
  }

  table.c_search_table td label {
    display: block;
    margin-bottom: 6px;
  }

  table.c_search_table td.tsuuin label {
    width: 45%;
  }

  /*------------絞り込み検索結果-------------*/

  .s_result {
    flex-direction: column;
    padding:15px 10px;
    margin-bottom: 10px;
  }

  .res_thumb,.res_txt{
    width: 100%;
    padding: 0;
  }

  .res_btn {
    position: static;
  }

  .res_thumb img {
    margin: auto;
  }

  .res_thumb {
    margin-bottom: 20px;
    box-sizing: border-box;
  }

  .res_txt .comment-rating-field-pro-plugin{
    float: none;
    width: 60%;
  }

  span.res_shozai ,.res_txt h2{
    display: block;
  }







}

.youtube iframe{
  width: 100%;
}

img.p-off {
    width: 8%;
    display: inline;
    margin-left: 12px;
}

.post .toc_list li::after,
.post .toc_list li::before {
  content: none;
}

.post p.matome {
    font-weight: bold;
    background: #9BD1FF;
    font-size: 21px;
    box-sizing: border-box;
    padding: 9px;
}

p.midashi3 {
	font-weight: bold;
	font-size: 1.1rem;
	padding: 5px 20px 5px 15px;
	border-left: 5px solid #00CCFF;
	border-bottom: 1px solid #00CCFF;
	box-sizing: border-box;
	margin-bottom: 1em;
}

p.midashi4 {
	position: relative;
	margin: 0 20px 20px;
	padding: 1em;
	background: #E9FED6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

p.midashi4::after {
	position: absolute;
	bottom: -15px;
	left: 10%;
	z-index: 90;
	margin-left: -15px;
	border-top: 15px solid #E9FED6;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0;
	content: "";
}

p.sidemidashi {
    padding: 10px;
    color: #00CCFF;
    line-height: 1.3;
    border-top: 3px solid #00CCFF;
    border-bottom: 1px solid #eee;
    background: #ECFBFF;
}

.inner-box.contents-text {
    margin-top: 25px;
    padding-top: 35px;
}

div#next {
    display: block;
    padding: 0.3em 1em;
    text-decoration: none;
    border-radius: 3px;
    transition: .4s;
    width: 140px;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    margin: 20px auto;
    background: #08a6cf;
    color: white;
    border: solid 2px #00ccff;
    text-align: center;
}

div#next a {
    color: #fff;
    text-decoration: none;
    text-align: center;
}

div#next img {
  margin: auto;
}

div#next:hover {
    border: solid 2px #00ccff;
    background: none;
}

div#next:hover a {
    color: #08a6cf;
}


@media screen and (min-width: 768px) {
  #aaa {
    display: none;
  }



}

@media screen and (max-width: 414px) {
	table.whiteningtown th {
      width: 36%;
      vertical-align: middle;
      font-size: 12px;
  }

  img.p-off {
      width: 28%;
  }
  	
  table.whiteningtown td {
      width: auto;
      font-size: 15px;
  }

  table.menu th, table.menu td {
      font-size: 12px;
      width: 30%;
  }

  table.menu > tbody > tr > th {
      padding: 10px;
      font-weight: bold;
      vertical-align: top;
      border: solid 1px #c1c1c1;
      font-size: 12px;
      background-color: #ECFBFF;
      box-sizing: border-box;
  }

  .breadcrumb ul li {
      font-size: 12px;
      display: inline;
      margin-left: 0;
      /*margin-right: 20px;*/
  }

  	.breadcrumb ul li.last {
  		display: block;
  	}

  /*	.post ul li::after {
      top: -.1em;
      left: -1.2em;
      width: auto;
      height: auto;
      background: none;
      border-radius: 0;
      content: '>';
    }*/

  .btnrow2 p.btn-official, .btnrow2 p.shosaibtn {
      width: 100%;
      box-sizing: border-box;
  }

  input#author, textarea#comment {
      max-width: 100%;
  }

  p.form-submit input#submit {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  p.form-submit input#submit::-webkit-search-decoration {
    display: none;
  }
  p.form-submit input#submit::focus {
    outline-offset: -2px;
  }

  form#commentform p.crfp-field.crfp-group-1 {
      margin-bottom: 20px;
  }


  form#commentform p.crfp-field.crfp-group-1 label {
      font-size: 20px;
  }

  #post-clinic td.ggmap {
      height: 180px;
  }

  p.matomelink a {
      padding: 12px 15px;
      background: #668ad8;
      font-size: 20px;
  }

  .nwePsotBox a {
    flex-direction: column;
  }

  .nwePsotBox a .thum, 
  .textBox {
    width: 95%;
    margin: auto;
  }



}


.wp-caption {
    width: 100% !important;
}

.clinicthumb {
    text-align: center;
}

#post-clinic .clinicthumb img {
    float: none;
    width: auto;
    max-width: 100%;
    margin: 0;
    display: inline;
}

p.comment-form-email,
p.comment-form-url {
    display: none;
}

.rating-container.crfp-group-1.crfp-average-rating {
    display: none;
}

.nwePsotBox a {
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-wrap: wrap;
    text-decoration: none;
}

.nwePsotBox {
    padding: 14px 0;
    border-bottom: 1px solid #DCDCDC;
    box-sizing: border-box;
}

.nwePsotBox a .thum {
    max-width: 200px;
    min-width: 120px;
    width: 25%;
}

.textBox {
    width: 70%;
    max-width: 450px;
    color: #666666;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.textBox p.ttl {
    font-size: 16px;
}

.textBox p.date {
  margin: 5px 0;
  font-size: 12px;
}

.text {
    font-size: 14px;
}


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

  .nwePsotBox {
      position: relative;
  }

  .nwePsotBox a .thum {
      position: absolute;
      left: 0;
      top: 15px;
  }

  .textBox {
      width: 100%;
  }

  .text {
      font-size: 14px;
      margin-top: 1rem;
  }

  .textBox p.ttl, 
  .textBox p.date {
      margin-left: 130px;
  }

  p.shosaibtn-solo {
    width: auto;
}




}


/*
2022/11/22 TOPページネーション追加---------------------------------------------------------
*/

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
	font-size:10px!important;
	width:auto!important;
	box-sizing: border-box;
}

.wp-pagenavi a {
	width:30px;
	height: auto;
	line-height: 25px;
	color:#009fc8;
	background: #fff;
	border: 1px solid #009fc8;
		box-sizing: border-box;
}

.wp-pagenavi span.current {
	display: inline-block;
	background:#009fc8;
	color:#fff;
width:30px;
	height: auto;
	line-height: 25px;
	border-radius: 3px;
	border: 1px solid #009fc8;
		box-sizing: border-box;
}

.wp-pagenavi span.extend {
		display: inline-block;
	color:#bfbfbf;
width:30px;
	height: auto;
	line-height: 25px;
	border-radius: 3px;
		box-sizing: border-box;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	box-sizing: border-box;
}


/* ------------------------------------------------------------------ NEWランキング ------------------------------------------------------------------ */


.ranking_2col img {
    display: block;
    max-width: 100%;
    height: auto;
}

.ranking_2col a {
    color: #0cf;
    word-break: break-all;
}

.ranking_2col a:hover {
    color: #00a5ff;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ranking_2col a:hover img {
    opacity: .8;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.ranking_2col .strong_point {
    background: linear-gradient(transparent 50%, #f8e300 40%);
    font-weight: bold;
    color: #ff2929;
    font-size: 105%;
}

.ranking_2col .new-ranking-inner-box.contents-text {
    margin-top: 25px;
    padding-top: 35px;
}

.ranking_2col .text {
    font-size: 14px;
}

.ranking_2col.clearfix {
    display: flex;
    justify-content: space-between;
}


.ranking_2col .clearfix:after {
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
}

.ranking_2col .new-ranking-inner-box {
    border: 3px solid #8bdcf7;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 20px;
    background-image: url(//whiteningtown.net/wp-content/themes/html5max/img/header-line.jpg);
    background-position: top;
    background-repeat: repeat-x;
    background-size: 460px;
}

.ranking_2col .mdiashi-ranking {
    text-align: center;
}

.ranking_2col .mdiashi-ranking img {
    display: inline;
}

.ranking_2col .ranking-item {
    width: 374px;
}

.ranking_2col .row4,
.ranking_2col .hikaku {
    border-collapse: collapse;
}

.ranking_2col .hikaku th,
.ranking_2col .hikaku td {
    border: 2px solid #8bdcf7;
    box-sizing: border-box;
    padding: 10px 4px;
}

.ranking_2col .hikaku th {
    min-width: 100px;
    vertical-align: middle;
    font-weight: bold;
}

.ranking_2col .row4 th,
.ranking_2col .hikaku th:first-child {
    background: #e3f7fd;
    color: #2f9ec3;
    font-size: 18px;
    text-align: center;
}

.ranking_2col .hikaku tr td {
    width: 115px;
    text-align: center;
}

.ranking_2col .hikaku tr td a {
    color: #ea2424;
}

.ranking_2col .hikaku img {
    display: inline;
}

.ranking_2col .hikaku tr td .hikaku-text {
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 6px;
}

.ranking_2col .bg_orange {
    background: #fff8c6;
}

.ranking_2col .rank_head {
    margin-top: 45px;
}

.ranking_2col .item-thumb {
    border: 1px solid #8bdcf7;
    box-sizing: border-box;
    float: left;
}

.ranking_2col .right-content {
    float: right;
    width: 400px;
    height: 270px;
}

.ranking_2col .right-content p {
    margin-top: 0;
    border-bottom: 2px solid #2f9ec3;
    margin-bottom: 10px;
}

.ranking_2col .hyouka-area {
    background-image: url(data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAUDBAQEAwUEBAQFBQUGBwwIBwcHBw8LCwkMEQ8SEhEPERETFhwXExQaFRERGCEYGh0dHx8fExciJCIeJBweHx7/2wBDAQUFBQcGBw4ICA4eFBEUHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh7/wAARCAAiAQsDASIAAhEBAxEB/8QAGwABAQACAwEAAAAAAAAAAAAAAAYHCAEDBQT/xAAuEAEAAQEFBgUDBQAAAAAAAAAAAQIDBAUGZhEWJ5Wk4gcSEyExIlGyJEFxgZH/xAAZAQEBAQEBAQAAAAAAAAAAAAAABwUDAQb/xAAoEQEAAQEFBwUBAAAAAAAAAAAAAQMCBBQxYgUREyFRUpESM0FxsdH/2gAMAwEAAhEDEQA/AK/hrq3pzhrq3p0kPteDqnyleJ0WfCt4a6t6c4a6t6dJBwdU+TE6LPhW8NdW9OcNdW9Okg4OqfJidFnwreGurenfbgWF+H+M4td8NucZqm3t6vLT55u8Ux7bZmdn7RETKFZU8B8G22l8x21o9qf09hM/f2mufxj+5Z21a8XK6W63qnfGXP5nJobLpzfb3Yo+iN058viM2VrvZWd3sLOwsaIos7OmKKKY+IiI2RDsBIpmZnfKrxG6N0ADwAAAAAAAAAAAAAAAAAAAAAAaoit3I1flLmXabkavylzLtW/EU+qMYOt2/iSFbuRq/KXMu03I1flLmXaYin1MHW7fxJCt3I1flLmXabkavylzLtMRT6mDrdv4kmZPAnF6bfB7zg1pMepda/Vs4+9FXz/lX5QiNyNX5S5l2vbyNgs5dzJd8SqzblauxjbRbUUYl9VVE/OzbT87dk/zDJ23Rp325W6cTzjnH3H9yauxZrXO+WKkxyynLKf5mzMOHKTKkAAAAAAAAAAAAAAAAAAAAAAAA1RAXVDwAAAAAGzmWqqq8uYZXVVNVVVzspmZnbMz5IekCH1vctfcrZR9uz9QAOToAAAAAAAAAAAAAAAAAAAAAA//2Q==);
    *background-image: url(mhtml:https://whiteningtown.net/wp-content/cache/autoptimize/autoptimize_52e8bf887d65253150cdfa16de879932.txt!1);
    _background-image: url(//whiteningtown.net/wp-content/themes/html5max/img/rank/hyouka_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    width: 271px;
    margin: auto;
}

.ranking_2col .hyouka-area span.text {
    position: absolute;
    font-weight: bold;
    color: #fff;
    left: 15px;
    font-size: 18px;
    top: 8px;
    line-height: 1;
}

.ranking_2col .stars {
    padding-left: 78px;
    padding-top: 2px;
}

.ranking_2col .stars img {
    display: inline-block;
    margin-left: 1px;
}

.ranking_2col p.catch {
    font-weight: bold;
    font-size: 18px;
    margin: 4px 0 5px;
    color: #ea2424;
    margin-bottom: 8px;
}

.ranking_2col .row4 {
    width: 100%;
}

.ranking_2col .row4 img {
    display: inline;
    width: 51px;
    margin-top: 4px;
}

.ranking_2col .row4 td {
    text-align: center;
}

.ranking_2col .row4 td,
.ranking_2col .row4 th {
    border: 1px solid #8bdcf7;
    box-sizing: border-box;
    padding: 3px 0;
}

.ranking_2col .seibunhyo {
    width: 100%;
}

.ranking_2col .seibunhyo th {
    width: 110px;
    background: #e3f7fd;
    color: #2f9ec3;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 12px 0;
    height: 42px;
}

.ranking_2col .seibunhyo td {
    width: 195px;
    text-align: center;
}

.ranking_2col .seibunhyo td.teeth_icon {
    width: auto;
    border: 0;
}

.ranking_2col .seibunhyo td .inner-text {
    border: 1px solid #8bdcf7;
    font-size: 16px;
    box-sizing: border-box;
    width: 178px;
    margin: 0 auto;
    height: 42px;
    padding: 12px 0;
    line-height: 1;
}

.ranking_2col .seibunhyo tr:last-child td {
    text-align: left;
    box-sizing: border-box;
    padding: 10px;
}

.ranking_2col .seibunhyo th,
.ranking_2col .seibunhyo td {
    border-bottom: 5px solid #fff;
}

.ranking_2col .inner-bottom {
    margin-top: 24px;
}

.ranking_2col .link-btn {
    text-align: center;
    margin-top: 13px;
}

.ranking_2col .link-btn img {
    display: inline;
    margin: 10px 9px;
}

.ranking_2col .new-ranking-inner-box.ranking {
    margin-top: 30px;
}

.ranking_2col .info-box.single-article h2,
.ranking_2col .info-box h4 {
    background-color: #2f9ec3;
    color: #fff;
    font-size: 24px;
    margin: 30px 0 22px;
    box-sizing: border-box;
    padding: 12px 25px 12px 78px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACkAAAApCAQAAAACach9AAABIklEQVR4Ac3W0W3aQBzAYesi4SQT+CmKFOo5UNeIY5QFmMkPwCvtCngBaDoFqiUzwddHhKBgzEnu794/IR9390+65lXSbSW6rvik7/HJWXyyik0GOyEumSOPS04xjUsusIhJPmnReopHFoAiFhn8AnwJccjSoTIGmWkcamT3kqnacbX0HjL1w2k/pX3JTO18tex2Mig1/l1jKnQnn334cr3fPjxfJh/kPi3tdW9v6VPuwYH04s3ETGWnfzuVmYk3L8ffb6w01+pea640Fi5/y0fvNq638e7xlh0v/Lm444XQ53+5dr61rO/pGVk5bWV0zxkfnfzStXS4m6jDnQ5FrFt9C9gK8d+e+C/kwO/4ANPGN+T//eSWqIafgoeZ1V8HJP8C3YSPsVoaijIAAAAASUVORK5CYII=);
    *background-image: url(mhtml:https://whiteningtown.net/wp-content/cache/autoptimize/autoptimize_52e8bf887d65253150cdfa16de879932.txt!2);
    _background-image: url(//whiteningtown.net/wp-content/themes/html5max/img/rank/shine.png);
    background-repeat: no-repeat;
    background-position: 15px;
}

.ranking_2col .info-box.single-article h3 {
    font-size: 23px;
    border-bottom: 2px dashed #8bdcf7;
    padding-bottom: 6px;
}

.ranking_2col .info-box ul {
    list-style: none;
    margin: 0;
    padding: 0 15px;
}

.ranking_2col .info-box li {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAA7klEQVR4AWPQn3f4CBD/A+L/dML/QHYyQDm/gHg7EO+gMd4Otes/zOJ1QMxAJ7wO2eLtdLR4O7LFO+ho8Y5hazE/EG8DYlt6WswDxDegZn8DYh06WIywFA3rY7WYxpZeA2JFWlnMhcPSY7SJY4RPr6JbCi2OGcmx2JyC4D1CbnYqgsp1kWspqRZzAHEVmkGNlFtK2GI5HNVZI+WWEg5qLxyWZwOxIBBfJ8ZScuPYBYflb7GIHaV2We2GbgkOSxkpthi/zzGDl9a1kwsuS2lrMablx+hdH8dBmy6MQ6sFMmox/Zu3A9+gp38XZsA6bQA27aur32SLYgAAAABJRU5ErkJggg==);
    *background-image: url(mhtml:https://whiteningtown.net/wp-content/cache/autoptimize/autoptimize_52e8bf887d65253150cdfa16de879932.txt!3);
    _background-image: url(//whiteningtown.net/wp-content/themes/html5max/img/rank/check.png);
    background-repeat: no-repeat;
    border-bottom: 2px dotted #8bdcf7;
    margin-bottom: 14px;
    padding-bottom: 14px;
    padding-left: 67px;
    background-position: 12px top;
}

.ranking_2col .canpaing {
    box-sizing: border-box;
    padding: 0 15px;
}

.ranking_2col .innerpd10 {
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 20px;
}

.ranking_2col .innerpd10 p {
    margin: 0;
    font-size: 14px;
}

.ranking_2col .rank-title-logo .ranking-kuchikomi {
    display: inline-block;
}

.ranking_2col .rank-title-logo {
    text-align: center;
    margin-top: 22px;
}

.ranking_2col h2.hikakuh2 {
    text-align: center;
    margin-bottom: 0;
}

.ranking_2col .right-content p.catch {
    line-height: 1.3;
}

.ranking_2col .right-content h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.ranking_2col .rank_head .right-content h3 {
    border-bottom: 2px solid #2f9ec3;
    margin-bottom: 12px;
}

.ranking_2col img.item-thumb {
    width: 200px;
}

.ranking_2col .inner-top {
    display: flex;
    align-items: center;
}

.ranking_2col .hyouka-area p {
	display: none;
}

.ranking_2col .link-btn img {
    width: 280px;
}

.ranking_2col .info-box.single-article h2 span#i-2, .ranking_2col .info-box h4 span#i-2, .ranking_2col .info-box h2 span#i {
    color: white;
}

@media screen and (max-width :800px) {
		.ranking_2col .inner-top {
			flex-direction: column;
		}
	
		.ranking_2col .link-btn img {
			width: inherit;
		}
	
		.ranking_2col .hikaku th:first-child {
			font-size: 15px;
		}

		.ranking_2col .hikaku th {
			min-width: 60px;
		}
	
	
}

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

    .ranking_2col .seibunhyo td .inner-text,
    .ranking_2col .seibunhyo th {
        width: auto;
        height: auto;
    }

    .ranking_2col .item-thumb {
        width: 35%;
    }

    .ranking_2col .rank_head {
        margin-top: 29px;
    }

    .ranking_2col .new-ranking-inner-box {
        padding: 15px 4px;
    }

    .ranking_2col .right-content {
        width: 100%;
    }

    .ranking_2col .hyouka-area {
        max-width: 100%;
		  height: 35px;
    }
	
    .ranking_2col .stars {
        padding-left: 25%;
    }

/*     .ranking_2col .hyouka-area .text {
        display: none;
    } */

    .ranking_2col .rank_head>.inner-top {
        position: relative;
    }

    .ranking_2col .rank_head .row4 {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
    }

    .ranking_2col .right-content {
        height: 240px;
    }

    .ranking_2col .seibunhyo td.teeth_icon {
        display: none;
    }

    .ranking_2col .seibunhyo td,
    .ranking_2col .seibunhyo th {
        display: inline-block;
        width: 49%;
        padding: 9px 0;
        font-size: 14px;
    }

    .ranking_2col .seibunhyo tr {
        display: block;
    }

    .ranking_2col .seibunhyo td {
        float: right;
        padding: 0;
        width: 65%;
    }

    .ranking_2col .seibunhyo th {
        float: left;
        padding: 8px;
        line-height: 1;
        margin: 0;
        width: 33%;
        border-bottom: 6px solid #fff;
    }

    .ranking_2col .seibunhyo td .inner-text {
        font-size: 15px;
        padding: 7px 0;
    }

    .ranking_2col .hikaku tr td:nth-child(5),
    .ranking_2col .hikaku tr td:last-child {
        display: none;
    }

    .ranking_2col .row4 th,
    .ranking_2col .hikaku th:first-child {
        font-size: 14px;
        width: 17%;
    }

    .ranking_2col .hikaku tr td a {
        font-size: 12px;
    }

    .ranking_2col .hikaku tr td .hikaku-text {
        line-height: 1;
    }

    .ranking_2col .info-box h4 {
        font-size: 20px;
        padding: 12px 25px 12px 63px;
        line-height: 1.2;
    }

    .ranking_2col .info-box li {
        padding-left: 32px;
        background-position: 0 3px;
        background-size: 20px;
		   margin-left: 0;
    }

    .ranking_2col .link-btn img {
        margin: 0;
        margin-bottom: 12px;
    }

    .ranking_2col .seibunhyo tr:last-child th,
    .ranking_2col .seibunhyo tr:last-child td {
        display: block;
        width: 100%;
    }

    .ranking_2col .seibunhyo tr:last-child th {
        clear: both;
    }

    .ranking_2col h2.hikakuh2 {
        font-size: 17px;
    }

    .ranking_2col .inner-bottom {
        margin-top: 11%;
    }
}

@media screen and (max-width:414px) {
    .ranking_2col .text {
        font-size: 14px;
        margin-top: 0;
    }

	.post .ranking_2col p {
		padding: 0;
	}

	.ranking_2col .new-ranking-inner-box {
		padding: 15px 10px;
	}
}

@media screen and (max-width:374px) {
/*     .ranking_2col .stars img {
        width: 20px;
    } */

    .ranking_2col p.catch {
        font-size: 15px;
    }

    .ranking_2col .right-content {
        height: 197px;
    }
}

a.ranking-banner img {
    margin: 20px 0;
}



article.post p img {
    max-width: 500px;
    width: 100%;
    height: 100%;
    max-height: 300px;
    margin: 0 auto;
    object-fit: cover;
}

article.post a img {
    max-width: 500px;
    width: 100%;
    height: 100%;
    max-height: 300px;
    margin: 0 auto;
    object-fit: cover;
}

/*
20210326追加 岡戸---------------------------------------------------------
*/

table.tbl-r05.sp-tbl-t {
    border-bottom: 1px solid;
}


tr.thead.tbl-t th {
  background: #ECFBFF;
  color: black;
}
th.top-tbl {
  background: #00CCFF;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 640px) {
  th.top-tbl {
    padding: 15px 0;
    text-align: center !important;
  }
  table.tbl-r05.sp-tbl-t td:first-child {
    background: #ECFBFF;
    color: black;
  }
}

/*
テーブル下部のボーダーが消えています。
表示させる場合は
パターン １
table.tbl-r05 tr th, table.tbl-r05 tr td {
    border: 1px solid #888;
    box-sizing: border-box;
    width: 25%;
    border-bottom: none;　← この記述を削除してください。
}

ただし、上のclassが他で使われている場合はそちらにも影響を及ぼすので、
パターン ２
table.tbl-r05.sp-tbl-t tr th, table.tbl-r05.sp-tbl-t tr td {
    border-bottom: 1px solid;
}
この記述をそっくり付け足すだけでもOKです。

*/

/*
20210528追加 岡戸---------------------------------------------------------
*/

.contact_link_btn {
    margin: 1.5em 0;
}

/*---------- post_footer_sns_links ----------*/

.post_footer_sns_links {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.post_footer_sns_links_inner {
    overflow: hidden;
    max-width: 300px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 10px 15px -2px rgba(0,0,0,.24);
    width: 90%;
}

.pfsli_img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 0 0 50% 50%/0 0 15% 15%;
}

.pfsli_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pfsli_text {
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
}

.pfsli_text p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.pfsli_btns {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-bottom: 10px;
}

.pfsli_btns a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
    box-sizing: border-box;
    width: 45%;
    transition: 0.3s;
}

.pfsli_btns a:hover {
    opacity: 0.5;
}


.pfsli_btns a svg {
    width: 15px;
    margin-right: 5px;
}

a.pfsli_btn.pfsli_btn_i {
    background: linear-gradient(45deg,#fad51f,#f95e5e 20%,#e83784 60%,#754ed5);
}

a.pfsli_btn.pfsli_btn_t {
    background-color: #1f9bef;
}








