@charset "UTF-8";

.pr-ad {
	position: absolute;
    right: 0;
    top: 20px;
    font-weight: 600;
    color: #aaa;
    font-size: 12px;
    padding-top: 5px;
}
.entry-content {
	position: relative;
}
.single-update {
    position: absolute !important;
    right: 0;
	top: 5px;
    display: inline-block;
    font-weight: 600;
	font-size: 12px;
	color: #aaa;
}
@media screen and (max-width: 768px) {
	.single-update,
	.pr-ad {
		right: 15px;
	}
}
.specList {
    line-height: 1.3em;
	margin-bottom: 0.7em !important;
	font-size: 12px;
}
.entry-content .specList td {
	 padding: 8px 7px 6px;
}
.say {
    margin: 0.5em 0;
	display: flex;
    align-items: center;
}
/*開閉吹き出し*/
.fukidashi_box {
	padding-bottom: 0.5em;
}
.fukidashi_detail {
    background: #F1F1F1;
    border-radius: 5px;
    padding: 15px;
    line-height: 1.3em;
    position: relative;
	color: #666;
	display: none;
}
.fukidashi_detail.fukidashi_detail-open {
	display: block;
}
dl.fukidashi_info {
    margin: 0;
}
.fukidashi_info dd {
    margin: 0;
}
.fukidashi_info dt {
    font-weight: bold;
    border-bottom: 1px solid #111;
    padding-bottom: 5px;
    margin-bottom: 7px;
}
.fukidashi_close {
	position: absolute;
    top: 12px;
    right: 10px;
    font-size: 20px;
    color: #111;
}
.fukidashi_detail p {
    margin: 0;
}
/*END*/
.sc {
    line-height: 1.6;
    padding: 10px;
}
.entry-content p.faceicon {
	margin: 0;
}
.faceicon span {
    margin-top: 0;
}
.kijinai-link {
    margin-bottom: 0.7em;
	line-height: 1.6em;
}
.kijinai-link p {
    margin-bottom: 0;
}
.kijinai-link-h {
    margin-bottom: -2px;
}
@media screen and (min-width: 1024px) {
	.faceicon {
        width: 115px;
    }
}
#toc_tit {
    padding-top: 62px;
    margin-top: -62px;
}
@media only screen and (min-width: 769px){
	.c_linkto .c_linkto_text {
		padding: 10px 13px;
	}
}
/*--- 目次 ---*/
#toc_container {
    font-size: .8em;
}
#toc_container {
    margin: 0 0 1em;
    padding: 0;
    border-color: #4242428a!important;
    border: solid 0px;
    border-radius: 3px;
    background: #4242420d;
    box-shadow: none;
}
#toc_container .toc_title {
    display: block;
    margin: 0;
    padding-left: 45px;
    font-size: 12.5px;
    line-height: 27px;
    font-weight: 700;
    background: #202121;
    text-align: left;
    color: #fff !important;
}
#toc_container .toc_title:before {
    background-color: #00000000 !important;
    top: -6px;
    left: -5px;
    color: #fff;
	font-size: 15px !important;
}
#toc_container .toc_list {
    margin: 0;
    color: #424242de;
    padding: 1em 6% 1em 10%;
    position: relative;
}

#toc_container .toc_list > li {
	    padding: .1em 0;
	font-size: 1.03em;
}

#toc_container .toc_list > li a {
	    text-decoration: underline;
}
#toc_container .toc_list li ul, #ez-toc-container .ez-toc-list li ul {
    margin: 0 5px;
	padding-left: 0;
}
#toc_container .toc_list li ul li, .ez-toc-list li ul li {
    font-weight: bold;
	list-style: none;
}
#toc_container .toc_list li ul {
    display: none;
	font-size: 0.92em;
}
#toc_container.toc_h3-open .toc_list li ul {
	display: block;
}
.toc_title {
    position: relative;
}
.toc_title:after {
    content: "表示";
    background: #fff;
    color: #222;
    padding: 2px 7px 0;
    line-height: 2em;
    font-size: 0.9em;
    border-radius: 3px;
    position: absolute;
    right: 3%;
    top: 16%;
    display: block;
}
.toc_title.toc_h3:after {
	content: "非表示";
}
#toc_container .toc_list li a {
	color: #222;
}
#toc_container .toc_list li ul a {
    color: #555;
}
#toc_container .toc_list > li::marker {
    color: #222;
}
#toc_container.toc_h3-open .toc_title:after {
	display: none;
}
#toc_container.toc_1-open .toc_list li:first-child ul,
#toc_container.toc_2-open .toc_list li:first-child ul,
#toc_container.toc_2-open .toc_list li:nth-child(2) ul,
#toc_container.toc_3-open .toc_list li:first-child ul,
#toc_container.toc_3-open .toc_list li:nth-child(2) ul,
#toc_container.toc_3-open .toc_list li:nth-child(3) ul{
    display: block;
}
/*--- END 目次 ---*/
/*--- 目次に戻るボタン ---*/
.back_btn {
    color: #fff;
    background: #222;
    font-weight: bold;
    opacity: 0.7;
    position: fixed;
    z-index: 5;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 0.8em;
	display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.5em;
	text-decoration: none;
}
a.back_btn:hover {
	text-decoration: none;
}
@media screen and (min-width: 481px) {
	.back_btn {
		font-size: 0.6em;
	}
}
/*--- END 目次に戻るボタン ---*/
/*--- 内部リンク横長カード(inside) ---*/
.inside_a{
	float:none;
}
.c_linkto.inside_a{
	margin: 0 0 10px 0;
	display: flex !important;
    align-items: center;
}

@media only screen and (min-width: 481px){
	.inside_a {
		max-width: 320px;
	}
}

@media screen and (min-width: 769px){
	.inside_a{
		padding: 10px !important;
	}
}
.inside_a .longc_content{
	line-height: 1.1;
	padding: 0 9px !important;
}
.longc_linkto{
	padding: 5px !important;
    text-align: left;
	border-radius: 0;
}
.longc_img{
	padding-bottom: 72px;
	display:inline-block;
	width:39%;
	margin: 0;
    overflow: hidden;
    position: relative;
    height: 0;
}
.longc_img img{
	max-width:100%;
	border-radius: 2px 2px 0 0;
    padding: 0;
	vertical-align: top;
	position: relative;
	height: 82px;
}
.longc_content{
	width:60%;
	display:inline-block !important;
	vertical-align:top !important;
	padding: 0 4px !important;
}
.longc_content time{
	margin:0;
	font-size: 13px;
    font-weight: bold;
}
.longc_title {
	font-size: 14px;
    line-height: 1.4;
	margin:0;
}
@media only screen and (min-width: 481px){
	.c_linkto.longc_linkto {
    	width: 100% !important;
	}
	.longc_img {
		padding-bottom: 114px;
		width: 30%;
	}
	.inside_a .longc_content {
		width: 70%;
    	padding: 0 0 0 15px !important;
    	line-height: 1.5;
	}
}

@media screen and (min-width: 769px){
	.longc_linkto{
		margin:0 0 15px !important;
		width: 48% !important;
		padding:10px 10px 6px !important;
		display:block !important;
	}
	.inside_a .longc_content{
		padding: 0 9px !important;
	}
	.longc_img img{
		vertical-align: baseline;
	}
	.longc_title{
		font-size:12px;
	}
	.longc_title {
    	font-size: 17px;
    	padding: 0 15px;
	}
}

@media screen and (max-width: 768px){
	.inside_a{
		padding: 4px 0 0 9px;
	}
}
/*--- END 内部リンク横長カード(inside) ---*/
/*--- 内部リンク横長カード(inside2) ---*/
a.iside2_a {
	opacity: 0;
    position: absolute;
	top: -1px;
	bottom: -1px;
	right: -1px;
	left: -1px;
}
/*--- END 内部リンク横長カード(inside2) ---*/
/*表(フォント小)*/
.specList th {
    width: 27%;
}
.specList-small {
	font-size: 12px;
}
/*記事下著者情報*/
.footer-contents_author-tit {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0;
    color: #888;
}
.footer-contents_author-box {
    background: #ededed;
    padding: 25px 24px;
	margin-top: 10px;
}
.footer-contents_author_info {
    display: flex;
    align-items: center;
}
.footer-contents_author_info img {
    border-radius: 50%;
    width: 55px;
	border: solid 2px #222;
}
.footer-contents_author_detail {
    margin-left: 15px;
    font-weight: bold;
}
.footer-contents_author_name {
    font-size: 20px;
    line-height: 1.2;
    display: block;
}
.footer-contents_author_position {
    line-height: 1.5;
     font-size: 13px;
    display: block;
    margin-top: 1px;
    color: #7E7E7E;
}
.footer-contents_author-box p {
	font-size: 12px;
    letter-spacing: .03em;
    line-height: 1.5;
    margin: 7px 0 10px;
	font-weight: bold;
	width: auto;
}
.footer-contents_author-box a {
	background: #222;
    width: 100%;
    display: block;
    padding: 10px 22px 8px;
    box-sizing: border-box;
    letter-spacing: 1.5px;
    position: relative;
    font-family: 'Khand', 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    font-size: 13px;
    border-radius: 4px;
    text-align: left;
	overflow: hidden;
}
.footer-contents_author-box a:before {
    content: "\f138";
    display: inline-block;
    position: absolute;
    top: 21%;
    right: 5%;
    font-family: "Font Awesome 5 Free";
    font-size: 1em;
	color: #fff;
	z-index: 2;
	animation: flow-word 3s ease-in-out infinite;
}
.footer-contents_author-box a:after {
    content: '';
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    background: #fff;
    width: 70%;
    height: 100%;
    animation: flow 3s ease-in-out infinite;
    z-index: 1;
}
@keyframes flow{
  0%{
    left: -80%;
  }
  20%{
	left: 100%;
  }
  40%{
	left: 300%;
  }
  100%{
	left: 500%;
  }
}
.author-span {
	color: #fff;
    animation: flow-word 3s ease-in-out infinite;
    position: relative;
    z-index: 2;
}
@keyframes flow-word{
  0%{
    color: #fff;
  }
  10%{
	color: #222;
  }
  30%{
	color: #fff;
  }
  100%{
	color: #fff;
  }
}
/*シェアボタン*/
.sns-btn__title,
.hatebu.sns-btn__item,
.pkt.sns-btn__item {
    display: none;
}
.sns-btn {
	text-align: left;
}
.sns-btn__item {
    padding: 0 !important;
	width: auto;
	max-width: fit-content;
}
.sns-btn_share {
    font-weight: 700;
    font-size: 20px !important;
	margin: 0 !important;
	padding-right: 20px;
	transform: translateY(5px);
}
.sns-dif ul {
	background: transparent;
    padding: 20px 0;
    margin-bottom: 20px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
	overflow: initial;
	border-right: none;
    border-left: none;
}
.sns-dif ul li a {
	width: 35px;
    height: 35px;
    box-shadow: none;
    border-radius: 50%;
    background: #222;
    color: #fff;
	margin: 3.5px;
}
.sns-dif ul li a:hover {
    opacity: 1;
    box-shadow: none;
    transform: initial;
}
.sns-dif ul li i {
    font-size: 18px;
    line-height: 35px;
}
i.share-line,
i.share-note {
    content: "";
    display: block;
    width: 40%;
    height: 40% !important;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
i.share-line {
    background-image: url(/wp-content/themes/sango-theme-child/img/share-line.svg);
	width: 50%;
    height: 50% !important;
}
i.share-note {
    background-image: url(/wp-content/themes/sango-theme-child/img/share-note.svg);
}
/*ボタン(表)*/
.book_int {
    border: solid 2px #d1d1d1;
    padding: 7px 10px;
}
.book_visibility {
        visibility: hidden;
}
.book_author {
    color: #757575;
    font-weight: bold;
    font-size: 12px !important;
        margin: 0 0 -0.3em !important;
}
.book_title {
    font-weight: bold;
/*     margin: 0 0 0 -8px !important; */
	margin: 0 !important;
}
.entry-content ul.book_lists{
        border: none !important;
        list-style-type: none !important;
        margin-top: 4px !important;
        margin-bottom: 0 !important;
        padding: 0 !important;
}
.book_lists {
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.book_li {
        width: 49%;
        padding: 3px 0 !important;
}
.book_li a {
   background: #222;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgb(16 16 16 / 15%);
}
.book_ama_max, .book_ama_raku {
    width: 100%;
}
/*ボタン*/
a.black-btn {
    display: block;
    padding: 0.75em 4em;
    background: #222;
    color: #fff;
    text-decoration: none !important;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}
/*ボタン(3列)*/
.entry-content ul.shohin-btn_box {
    border: none;
    list-style: none;
    margin: 0;
    padding: 0;
        display: flex;
    align-items: center;
    justify-content: space-between;
}
.book_li {
    width: 100%;
    margin-right: 10px;
}
.book_int .book_li {
    margin-right: 0;
}
.book_li:last-child {
    margin-right: 0;
}
.book_li a {
    background: #222;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 10px 5px;
    border-radius: 3px;
    box-shadow: 0 4px 0 #000;
        font-weight: bold;
}
@media screen and (max-width: 450px) {
        .entry-content ul.shohin-btn_box {
                flex-direction: column;
        }
        .book_li {
                margin-right: 0;
        }
}
/*枠(5列)*/
.kijinai-link {
    margin-bottom: 0.7em;
	line-height: 1.6em;
}
.kijinai-link-h {
    margin-bottom: -2px;
}
/*枠(2列)①②ボタン*/
.black-hyo {
    color: #222;
    font-weight: bold;
	margin-bottom: 10px;
}
.black-hyo h4{
    background: #222;
    color: #fff;
    padding: 2px 10px 0;
    margin: 0;
    font-size: 1.1em;
}
th.black-th {
    background: #222 !important;
    color: #fff;
    padding: 2px 10px 0;
    margin: 0;
    font-size: 1.1em;
	text-align: left;
}
.black-hyo table{
    margin: 0 !important;
    border: 2px solid #222;
	line-height: 1.2em;
}
.black-hyo tr{
    border: 2px solid #222;
}
.entry-content .black-hyo tr:not(:last-child) {
    border-bottom: 2px solid #222;
}
.entry-content .black-hyo td {
    padding: 10px 7px 8px 7px;
    border-right: 2px solid #222;
	line-height: 1 !important;
}
.specList td a {
    line-height: 1.6em;
}
.entry-content .black-hyo_3retsu td {
	padding: 9px 7px 4px 7px;
}
.entry-content .black-hyo td.gray-td {
    color: #999;
}
.entry-content .black-hyo th.gray-td {
    color: #999;
}
.entry-content .black-hyo th {
    padding: 7px;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    background: #ededed;
	position: relative;
}
.entry-content .black-hyo th:after {
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: #ededed;
    width: 2px;
    height: 90%;
    border-radius: 5px;
}
.entry-content .black-hyo th:last-child:after {
	display: none;
}
.black-hyo th .fas {
        font-weight: 600;
}
.black-hyo_btn a.black-btn {
    display: block;
    padding: 0.75em 0;
    background: #222;
    color: #fff;
    text-decoration: none !important;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
    font-size: 0.9em;
}
/*黒枠(2列)*/
.entry-content .vs-table1 {
    border: 2px solid #222;
	font-size: 0.8em;
}
.entry-content .vs-table1 th {
    padding: 3.5px 7px;
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
    background: #222;
    color: #fff;
}
.entry-content .vs-table1 .vs-table-th_th {
	text-align:left;
	font-size: 1.2em;
	padding: 4px 19px;
}
.entry-content .vs-table1 tr:not(:last-child) {
    border-bottom: 2px solid #222;
}
.vs-table-th-top {
    position: relative;
}
/* .vs-table-th-top:first-child {
	width: 25%;
} */
.vs-table-th-top:after {
    position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: #ededed;
    width: 2px;
    height: 90%;
    border-radius: 5px;
}
.vs-table-th-top:last-child:after {
	display: none;
}
.entry-content .vs-table1 td {
	border-right: 2px solid #222;
	text-align: center;
    padding: 3.5px 5px;
	font-weight: bold;
	background: #fff;
}
.entry-content .ranking_box td:nth-child(3) {
    text-align: left;
}
.entry-content .vs-table1 td a[href^="tel:"] {
    pointer-events: none;
	color: #222;
	background: transparent;
	padding: 0;
	box-shadow: none;
	text-align: left;
}
.entry-content .vs-table1 td a.tel_a[href^="tel:"] {
    pointer-events: initial;
	text-decoration: underline;
	color: #44b0b0;
}
.entry-content th.vs-table-th {
    color: #222;
    background: #f4f4f4;
	text-align: center;
}
.vs-table1 .vs-table-th {
    width: 20%;
}
.vs-table1 a {
    background: #222;
    color: #fff;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 3px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgb(16 16 16 / 14%);
	text-decoration: none;
    font-weight: bold;
}
a.vs-table-text-a {
    background: transparent;
    box-shadow: none;
    color: #2d93ed;
    text-align: left;
    padding: 0;
    text-decoration: underline;
}
.vs-table1 .all-eva_star {
    font-size: 0.4em;
    letter-spacing: -1px;
	display: inline-block;
}
.all-eva_num {
    color: #ff0000;
    font-size: 1.1em;
    font-weight: bold;
    display: inline-block;
	line-height: 0;
}
.vs-table-sougou {
    font-size: 1.4em;
}
.vs-table-big {
    font-size: 1.3em;
    padding-left: 5px;
}
.vs-table-gakubu-gray {
    background: #ededed !important;
}
.vs-table2-star {
    margin-top: -5px;
}
a.table-a_underline {
    background: transparent;
    box-shadow: none;
    color: #4f96f6;
    text-decoration: underline;
}
/*タブ枠①*/
ul.tab-ul {
    list-style: none;
    border: none;
    padding: 0;
    margin: 0;
}
.tab-ul li {
    display: flex;
    padding: 0;
    padding-bottom: 3px;
    line-height: 1.5em;
	letter-spacing: 0.03em;
}
.tab-ul li:last-child {
    padding-bottom: 0;
}
.tab-ul li p {
    margin: 0;
}
.tab-li_h {
    width: 27%;
}
.tab-li_h i {
    font-size: 0.9em;
    padding-right: 3px;
}
section.typeA{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.7em;
}
section.typeA .tabLabel {
	margin-right: 3px;
	padding: 3px 8px 0;
	order: -1;
	border-radius: 4px 4px 0 0;
	color: #fff;
    background: #222;
	transition: .5s ;
	cursor: pointer;
	font-weight: bold;
    font-size: 0.9em;
}
section.typeA .tabLabel:nth-last-of-type(1){
	margin-right: 0;
}
section.typeA input {
	display: none;
}
section.typeA .content {
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	font-weight: bold;
    font-size: 0.9em;
	border-radius: 0 4px 4px 4px;
	background: #fff;
}
section.typeA input:checked + .tabLabel {
	color: #222;
    background: #fff;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    border-left: solid 2px #222;
    position: relative;
}
section.typeA input:checked + .tabLabel:after {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 100%;
    height: 4px;
    background: #fff;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
}
section.typeA input:checked + .tabLabel + .content {
	padding: 10px 15px;
	height: auto;
	overflow: auto;
	transition: .5s opacity;
	opacity: 1;
	border: solid 2px #222;
}
/*--- タブ枠② ---*/
.tabs {
  background-color: #fff;
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
}
.tab_item {
  width: calc(100%/4.11);
  margin-right: 3px;
  background-color: #c2c1c1;
  line-height: 1em;
  padding: 10px 0 8px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 2px 2px 0 0;
}
.tab_item:last-of-type {
    margin-right: 0;
}
.tab-inner {
    display: inline-block;
	width: 100%;
    border: solid 2px #c2c1c1;
    border-radius: 0 0 2px 2px;
}
.tab_content {
  display: none;
  padding: 16px 0 0;
  clear: both;
  overflow: hidden;
  letter-spacing: 0.5px;
  min-height: 94px;
	border: solid 2px #c2c1c1;
    border-radius: 0 0 2px 2px;
}
.tab_content.tab_content_on {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab_item.tab_item_on {
  background-color: #000;
  color: #fff;
}
.tab_content_description {
    font-size: 13px;
	width: 100%;
	padding: 0 20px;
}
.tab_content p {
    margin: 0;
	line-height: 1.5;
}
.counseling-table {
    margin: 0 !important;
    border: none !important;
	line-height: 1.2em;
}
.counseling-table tr,
.counseling-table th,
.counseling-table td {
	border: none !important;
}
.counseling-table th {
	background: transparent;
    padding: 0;
	position: relative;
	vertical-align: top;
    transform: translateY(1px);
	text-align: left;
    max-width: 70px;
    width: auto;
}
.counseling-table th:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 9px;
    height: 9px;
    background: #000;
    transform: rotate(45deg);
    border-radius: 1px;
}
.counseling-table th:after {
    position: absolute;
    content: ":";
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.counseling-table td {
    padding: 0 4px;
}
.counseling-price_items {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.counseling-price_item {
    padding: 0 !important;
}
.counseling-price_box {
	position: relative;
}
.counseling-price_box .swiper-button-next,
.counseling-price_box .swiper-button-prev {
    width: 20px !important;
    height: 20px !important;
}
.counseling-price_box .swiper-button-prev {
    left: 0;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    transform: translateY(12px);
}
.counseling-price_box .swiper-button-next {
    right: 0;
    top: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    transform: translateY(12px);
}
.counseling-price_inner {
    padding: 0 30px;
}
.counseling-strong_box {
    border: none !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.counseling-strong_box li {
    display: flex;
    align-items: flex-start;
	line-height: 1.5em;
    padding: 1px 0 1px 3px;
}
.counseling-strong_box li:before {
	content: "";
    display: inline-block;
    margin-right: 5px;
	margin-top: 4px;
    width: 9px;
    height: 9px;
    background: #000;
    transform: rotate(45deg);
    border-radius: 1px;
}
.counseling-strong_box li img {
    width: 20px;
    margin-right: 7px;
}
.counseling-review_box {
    display: flex;
}
.counseling-review_left {
    width: calc(100% / 4);
    padding-right: 7px;
    font-size: 10px;
    line-height: 1.3em;
    text-align: center;
    font-weight: bold;
}
.counseling-review_right {
    width: calc(100% / 4 * 3);
}
.counseling-review_left p {
    display: none;
}
.counseling-review_aff {
    padding-top: 2px;
}
.counseling-voice_p {
    line-height: 1.4em;
}
p.tab-h {
    background: transparent;
    color: #333;
    padding: 0;
    margin: 0 0 0 -7px;
    font-size: 1em;
    display: block;
    font-weight: bold;
}
/* きらっと光るボタン */
.kira-btn{
  text-align: center;
	margin-top: 20px;
	width: 100%;
}
.kira-btn a{
    display: block;
    padding: 0.75em 4em;
    background: #000;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
	font-weight: bold;
}
.btn-shine a{
  position: relative;
  overflow: hidden;
}
.btn-shine a:after{
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 10%;
  height: 150%;
  background: #fff;
  transform: rotate(45deg);
  animation: reflect 1.5s ease-in-out infinite;
}
.tabs .kira-btn a {
    border-radius: 0;
}
@keyframes reflect{
  0%{
    transform: rotate(45deg) scale(0);
    opacity: 1;
  }
  100%{
    transform: rotate(45deg) scale(100);
    opacity: 0;
  }
}
.toggle {		/*タイトル*/
	padding: 0.3em 1em;
	display: block;
	color: #fff;
	background: #000;
    border-radius: 5px;
}
.toggle::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 5px );
	right: 20px;
	transform: rotate(135deg);
}
.toggle,
.accordion-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.accordion-content {		/*本文*/
	height: 0;
	margin-bottom: 12px;
	padding: 0 10px;
	overflow: hidden;
}
.accordion-content:last-of-type {
	margin-bottom: 0;
}
.toggle.toggle_on::before {
	top:calc( 50% - 3px );
	transform: rotate(-45deg) !important;
}
.accordion-content.accordion-content_on {
    height: auto;
    padding: 8px 10px 0;
    transition: all .3s;
}
.counseling-table th {
	width: 12%;
	padding-bottom: 4px;
}
.tab03_content .counseling-table th {
	width: 14%;
}
@media screen and (max-width: 414px) {
	.counseling-table th {
		width: 24%;
	}
	.tab03_content .counseling-table th {
		width: 28%;
	}
}
@media screen and (max-width: 375px) {
	.counseling-table th {
		width: 26%;
	}
	.tab03_content .counseling-table th {
		width: 31%;
	}
}
/*--- END タブ枠② ---*/
/*-memoボックス-*/
.memo {
    background: #eeebeb;
    color: #222;
	padding: 1em 1em 1.3em 1em;
	margin-bottom: 1em;
}
.memo_ttl {
    color: #222;
    font-size: 1.11em;
    line-height: 10px;
	border-bottom: solid #222 2px;
    margin-bottom: 10px;
}
.memo_ttl:before {
	width: 22px;
    height: 22px;
    font-size: 0.7em !important;
    line-height: 23px;
	background: #222;
	margin: 0;
    margin-bottom: 4px;
	content: "\f02e" !important;
}
.memo strong {
    font-size: 0.95em;
    display: block;
    line-height: 1.5em;
    padding-left: 7px;
}
/*メモ1*/
.memo_1 {
    background: #f0f2f2;
    padding: 20px 15px;
    font-weight: bold;
    line-height: 1.3;
	margin-bottom: 0.7em;
}
.memo_1-tit {
    font-size: 1.1em;
}
.memo_1-cont {
    font-size: 0.95em;
	padding-top: 10px;
	font-weight: normal;
}
.memo_1-tit:before {
	content: "\f303";
    display: inline-block;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    font-size: 0.8em !important;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -5px;
}
.memo_1-a {
    display: block;
    padding-top: 5px;
    margin-left: -6px;
	font-weight: bold;
}
/*メモ2,4*/
.memo_2 .memo_1-tit {
    border-bottom: solid 2px #222;
    padding-bottom: 7px;
}
ul.memo_2-ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    font-weight: bold;
}
.memo_2-ul li {
    padding: 3px 0;
    font-size: 1.1em;
}
.memo_2-ul li span {
background: #222;
    color: #fff;
    border-radius: 3px;
    padding: 3px 6px 3px 7px;
    margin-right: 13px;
    position: relative;
	font-size: 0.8em;
	text-align: left;
}
.memo_2-ul li span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: transparent #222 #222 transparent;
    border-width: 7px;
    top: 3.4px;
    right: -6.3px;
    border-radius: 0 0 2px 0;
    transform: scaleX(0.8) rotate(-45deg);
}
.memo_2-2 .memo_2-ul li>* {
    display: block;
}
.memo_2-2 .memo_2-ul li .memo_span {
    display: inline-block;
	border-radius: 3px 3px 0 3px;
}
.memo_2-2 .memo_2-ul li p {
    margin: 5px 0 0;
	font-weight: normal;
    font-size: 14px;
}
.memo_2-2 .memo_2-ul li span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: transparent #222 #222 transparent;
    border-width: 10px;
    top: 1px;
	right: -16.5px;
    border-radius: 0;
    transform: scaleX(0.7) rotate(90deg);
}
/*メモ(リスト)③*/
.memo_2-3_h3 {
    padding: 3px 0 5px;
    font-size: 1.13em;
    font-weight: bold;
	display: flex;
    align-items: center;
}
.memo_2-3_h3 span.memo_span {
    background: #222;
    color: #fff;
    border-radius: 3px !important;
    padding: 3px 6px 3px 7px;
    margin-right: 13px;
    position: relative;
    font-size: 0.7em;
    text-align: left;
    display: block;
    border-radius: 3px 3px 0 3px;
}
.memo_tit {
    padding-top: 0;
}
.memo_2-3_h3 span.memo_span:after {
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: transparent #222 #222 transparent;
	border-width: 6px;
    top: 3.7px;
    right: -5.5px;
    border-radius: 0 0 2px 0;
    transform: scaleX(0.8) rotate(-45deg);
}
.memo_1-cont >*:last-child {
    margin-bottom: 0;
}
/*メモ3*/
.memo_3 .memo_1-cont {
    font-weight: bold;
	line-height: 1.4;
	font-size: 14px;
}
/*--- メモ4 ---*/
.memo_4 .memo_1-cont {
    font-weight: 500;
	line-height: 1.4;
}
.memo_4 a {
    margin-left: -6px;
}
/*メモ5⇒スライダーのところに掲載*/
.memo_5 .swiper-button-next, .shohin-img_box-text .swiper-button-prev {
    top: 50% !important;
}
.shohin-img_box .memo_3 .memo_1-cont p {
	font-size: 13px;
}
.memo_5 {
    margin-bottom: 0;
}
/*メモ(目次)②*/
.memo_6 a.black-btn {
    margin-top: 7px;
}
/*表(フォント小)*/
.specList th {
    width: 27%;
}
.specList-small {
	font-size: 12px;
}
/*表(4列)*/
/*★の色について*/
.level-eva-star-box {
    height: 10px;
    position: relative;
    width: 50px;
	display:  inline-block;
}
.base-star {
    background-color: #ededed;
    height: 10px;
    -webkit-mask-image: url(/wp-content/themes/sango-theme-child/img/eva-star.svg);
    mask-image: url(/wp-content/themes/sango-theme-child/img/eva-star.svg);
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 20%;
    position: absolute;
    top: 0;
    width: 100%;
}
.color-star {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.color-star-mask {
    width: 50px;
    height: 10px;
    -webkit-mask-image: url(/wp-content/themes/sango-theme-child/img/eva-star.svg);
    mask-image: url(/wp-content/themes/sango-theme-child/img/eva-star.svg);
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 20%;
    background: #ff0000;
}
.star-yellow {
	background: #f2bb22;
	color: #f2bb22 !important;
}
.star-orange {
	background: #f28338;
	color: #f28338 !important;
}
.star-red {
	background: #e5352c;
	color: #e5352c !important;
}
@media screen and (max-width: 500px) {
	.vs-table1 .all-eva_star {
	    color: #ff3608;
    -webkit-text-fill-color: #ff3608;
		font-size: 1em;
	}
	.vs-table2 .all-eva_star {
	    color: #feb320;
    -webkit-text-fill-color: #feb320;
	}
	.vs-table-sougou {
    font-size: 1em;
	}
}
/*ランキング*/
.entry-content .ranking_box {
	font-size: 10px;
}
.entry-content .ranking_box th {
    width: calc(100% / 100 * 11);
}
.entry-content .ranking_box th:nth-child(3),
.entry-content .ranking_box th:nth-child(4) {
    width: calc(100% / 100 * 24);
}
.entry-content .ranking_box th:nth-child(5) {
    width: calc(100% / 100 * 17);
}
.entry-content .ranking_box th:nth-child(6) {
    width: calc(100% / 100 * 13);
}
.ranking-box_more_simple .more-btn {
    display: none;
}
/*商品表*/
table.comp-box {
    border: solid #222 3px;
	line-height: 1.4em;
    font-weight: bold;
    text-align: center;
}
table.comp-box tr.comp-main_tr {
    border: solid #222 3px;
}
table.comp-box th.comp-main_th {
    border: solid #222 3px;
    background: #222;
    color: #fff;
	font-size: 0.9em;
	padding: 5px;
	position: relative;
}
table.comp-box th.comp-main_th:after {
	position: absolute;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background: #ededed;
    width: 2px;
    height: 90%;
    border-radius: 5px;
}
table.comp-box th.comp-main_th:last-child:after {
	display: none;
}
table.comp-box th .comp-h-span {
    display: block;
    font-size: 0.85em;
	padding-bottom: 2px;
}
.comp-main_td .img-inner img {
    border-radius: 5px;
}
table.comp-box td.comp-main_td {
    border: solid #222 3px;
    padding: 18px 7px 10px;
	position: relative;
	background: #eaeaea;
}
table.comp-box td.comp-main_td:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-top: 12px solid #222;
    border-right: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid transparent;
    z-index: 2;
}
table.comp-box img {
    width: 90%;
}
.comp_desc {
    padding: 10px 0 0;
    width: fit-content;
    margin: auto;
}
table.comp-box .comp_tit {
    margin: 0;
    font-size: 0.85em;
    padding: 0;
	text-align: left;
    font-weight: bold;
    width: fit-content;
}
table.comp-box .comp_price {
    font-size: 0.85em;
    color: #8c8a8a;
    margin: 0;
	text-align: left;
	width: fit-content;
	line-height: 1em;
}
table.comp-box .all_book_star-eva {
    border-bottom: solid 2px #e9e9e9;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
table.comp-box .all_book_star-eva .book_star-eva_table th,
table.comp-box .all_book_star-eva .book_star-eva_table td {
    display: block;
    text-align: left;
	padding: 0 !important;
}
table.comp-box .book_star-eva {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
	margin: 5px 0;
	width: 100%;
}
table.comp-box .book_star-eva_table {
    border: none !important;
    margin: 0 !important;
}
table.comp-box .book_star-eva_table th {
    background: transparent;
    border: none;
	padding: 0;
	text-align: left;
}
table.comp-box .book_star-eva_table td {
    border: none;
    padding: 0 0 0 3px !important;
}
table.comp-box .book_star-eva_table tr {
	border: none !important;
}
.comp-link_ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
	border: none !important;
}
table.comp-box .all-eva_num {
	font-size: 1em;
}
table.comp-box .kira-btn {
	margin-top: 0;
}
table.comp-box a {
    background: #424242;
    color: #fff;
    border-radius: 3px;
    width: 100%;
    display: block;
    padding: 10px;
    box-shadow: 0 4px 0 #222;
}
table.comp-box a:hover {
	text-decoration: none;
}
.comp-box_colspan .comp-main_th {
    text-align: left;
    padding: 8px 5px !important;
}
.comp-box_colspan td.comp-main_td {
    padding: 7px 7px 5px !important;
}
.comp-box_colspan td.comp-main_td:before {
    display: none !important;
}
.normal-slider__p {
    font-weight: bold;
    padding-top: 5px;
    line-height: 1.5em;
}
@media screen and (max-width: 414px) {
	table.comp-box {
		line-height: 1.1em;
	}
	table.comp-box td:before {
		border-top: 8px solid #222;
		border-right: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 8px solid transparent;
	}
	table.comp-box td {
		padding: 15px 7px 10px;
	}
	table.comp-box .comp_tit {
		font-size: 12px;
		padding: 6px 0 0;
	}
	table.comp-box .comp_price {
    	font-size: 12px;
	}
	ul.comp_ul {
		padding: 5px 0;
		width: 100%;
		font-size: 12px;
	}
	table.comp-box a {
		padding: 8px 5px;
		font-size: 12px;
	}
	table.comp-box img {
		width: 100%;
	}
}
@media screen and (max-width: 376px) {
	table.comp-box th {
		font-size: 0.6em;
	}
	ul.comp_ul {
		width: 100%;
	}
	table.comp-box a {
		font-size: 11px;
	}
}
/*商品表の★について*/
table.comp-box .level-eva-star-box {
    height: 10px;
    position: relative;
    width: 50px;
	display:  inline-block;
}
table.comp-box .base-star {
    background-color: #ededed;
    height: 10px;
    -webkit-mask-image: url(/wp-content/themes/sango-theme-child/img/eva-star.svg);
    mask-image: url(/wp-content/themes/sango-theme-child/img/eva-star.svg);
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 20%;
    position: absolute;
    top: 0;
    width: 100%;
}
table.comp-box .color-star {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
table.comp-box .color-star-mask {
    width: 50px;
    height: 10px;
    -webkit-mask-image: url(/wp-content/themes/sango-theme-child/img/eva-star.svg);
    mask-image: url(/wp-content/themes/sango-theme-child/img/eva-star.svg);
    -webkit-mask-repeat: repeat-x;
    mask-repeat: repeat-x;
    -webkit-mask-size: 20%;
    background: #444;
}
table.comp-box .star-yellow {
	background: #f2bb22;
	color: #f2bb22 !important;
}
table.comp-box .star-orange {
	background: #f28338;
	color: #f28338 !important;
}
table.comp-box .star-red {
	background: #e5352c;
	color: #e5352c !important;
}
table.comp-box .book_star-eva_detail .color-star-mask {
	background: #444;
}
table.comp-box .book_star-eva_detail .all-eva_num {
	display: none;
	color: #444 !important;
}
table.comp-box .all_book_star-eva .level-eva-star-box {
	width: 80px;
	height: 16px;
	transform: translateY(8%);
}
table.comp-box .all_book_star-eva .base-star {
	height: 16px;
}
table.comp-box .all_book_star-eva .color-star-mask {
	width: 80px;
	height: 16px;
}
@media screen and (max-width: 500px) {
	table.comp-box .vs-table1 .all-eva_star {
	    color: #ff3608;
    -webkit-text-fill-color: #ff3608;
		font-size: 1em;
	}
	table.comp-box .vs-table2 .all-eva_star {
	    color: #feb320;
    -webkit-text-fill-color: #feb320;
	}
	table.comp-box .vs-table-sougou {
    font-size: 1em;
	}
}
@media screen and (max-width: 414px) {
	table.comp-box .comp_tit {
		font-size: 12px;
		line-height: 1em;
	}
	table.comp-box .book_star-eva {
		font-size: 14px;
		margin: 5px 0 3px;
	}
	table.comp-box .all_book_star-eva .book_star-eva_table th,
	table.comp-box .all_book_star-eva .book_star-eva_table td {
		padding: 0;
	}
	table.comp-box .all-eva_num {
		font-size: 1.2em;
	}
	table.comp-box .all_book_star-eva .level-eva-star-box {
		width: 55px;
		height: 12px;
		transform: translateY(8%);
	}
	table.comp-box .all_book_star-eva .base-star {
		height: 12px;
	}
	table.comp-box .all_book_star-eva .color-star-mask {
		width: 55px;
		height: 12px;
	}
	table.comp-box td {
    	padding: 0;
	}
	table.comp-box .small_book_star-eva .level-eva-star-box {
		height: 7px;
    	width: 35px;
	}
	table.comp-box .small_book_star-eva .base-star {
		height: 7px;
	}
	table.comp-box .small_book_star-eva .color-star-mask {
		height: 7px;
    	width: 35px;
	}
}
@media screen and (max-width: 376px) {
	table.comp-box td.comp-main_td {
		padding: 18px 7px 5px;
	}
	table.comp-box .book_star-eva {
		padding: 8px;
	}
	table.comp-box .all-eva_num {
		font-size: 13px;
	}
}
/*紹介表①*/
.intro_dl {
    text-align: left;
	margin: 0.8em 0 !important;
}
.intro_dd {
    font-size: 12px !important;
    color: #222 !important;
	margin-bottom: 0.5em !important;
}
.intro_dl:last-child {
    margin: 0;
}
.intro_dl:last-child .intro_dd {
    margin-bottom: 0.5em;
}
.intro_dt {
    background: #454343;
    color: #fff;
    border-radius: 3px;
    padding: 3px 7px;
    margin-bottom: 5px;
    position: relative;
    font-size: 0.8em;
    text-align: left;
    display: inline-block;
}
.entry-content p.intro_box-p {
    font-size: 10.5px;
    text-align: left;
	letter-spacing: -0.5px;
}
.intro_box a {
    margin: 8px 0 5px;
}
/*スライダー*/
.shohin-img_box {
    overflow: hidden;
        position: relative;
    margin-bottom: 0.7em;
}
.entry-content ul.shohin-img_items {
    list-style: none;
    padding: 0;
    margin: 0;
	border: none;
}
.entry-content li.shohin-img_item {
    padding: 0;
}
.shohin-img_box .swiper-button-next, .shohin-img_box .swiper-button-prev {
	background: #222 !important;
    color: #fff !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    opacity: 1 !important;
}
.shohin-img_box .swiper-button-next:after, .shohin-img_box .swiper-button-prev:after {
    font-size: 0.8em !important;
    font-weight: bold !important;
}
.shohin-img_box .swiper-pagination-bullet-active {
        background-color: #222 !important;
}
.shohin-img_item img {
	width: 100%;
}
.shohin-img_box .swiper-pagination {
    position: absolute;
    bottom: 5px !important;
}
.shohin-img_box .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,2px) !important;
}
.shohin-img_box .swiper-pagination-bullet-active {
    background-color: #fff !important;
    width: 17px !important;
    border-radius: 50px !important;
}
.shohin-img_box_p {
    font-size: 1em !important;
    line-height: 1.5em;
    padding-top: 10px;
}
.shohin-img_box-text .swiper-button-next, .shohin-img_box-text .swiper-button-prev {
	top: 48% !important;
}
@media screen and (max-width: 450px) {
        .shohin-img_box .swiper-button-next, .shohin-img_box .swiper-button-prev {
            width: 24px !important;
            height: 24px !important;
        }
        .shohin-img_box .swiper-pagination-bullet {
            width: 8px !important;
            height: 8px !important;
        }
		.shohin-img_box .swiper-pagination-bullet-active {
			width: 20px !important;
			border-radius: 50px !important;
		}
        .shohin-img_box .swiper-button-next, .shohin-img_box .swiper-button-prev {
            top: 55% !important;
        }
	.shohin-img_box .swiper-button-prev:after {
		padding-right: 2px;
	}
	.shohin-img_box .swiper-button-next:after {
		padding-left: 2px;
	}
	.shohin-img_box-text .swiper-button-next, .shohin-img_box-text .swiper-button-prev {
		top: 108px !important;
	}
	.shohin-img_box-btn .swiper-button-next, .shohin-img_box-btn .swiper-button-prev {
		top: 108px !important;
	}
}
/*メモ5*/
.memo_5 .swiper-button-next, .memo_5 .shohin-img_box-text .swiper-button-prev {
    top: 54% !important;
}
.memo_5 .swiper-button-next, .memo_5 .shohin-img_box .swiper-button-prev {
    width: 20px !important;
    height: 20px !important;
}
.memo_5 .memo_1 {
    padding: 20px 15px 35px 15px;
}
.memo_5.shohin-img_box .swiper-pagination {
    bottom: 23px !important;
}
.memo_5.shohin-img_box .swiper-pagination-bullet {
	background-color: #111 !important;
	opacity: 1;
}
.memo_5.shohin-img_box .swiper-pagination-bullet-active {
	background-color: #111 !important;
}
/*比較コード10*/
.entry-content table {
	margin: 0.7em 0;
}
.entry-content table.shohin-table_normal {
    font-size: 10px;
    font-weight: bold;
        border: 2px solid #222;
}
.entry-content table.shohin-table_normal tr {
    border: 2px solid #222;
}
.entry-content .shohin-table_normal th {
    border-right: 2px solid #222;
    border-bottom: 2px solid #222;
	background: #222;
    color: #fff;
}
.entry-content .shohin-table_normal td {
    padding: 7px;
    border-right: 2px solid #222;
}
.entry-content .shohin-table_normal td:nth-child(2) img {
	padding: 0;
}
.shohin-table_normal td {
    width: calc(100% / 16 * 2);
}
.shohin-table_normal td:first-child span {
        display: flex;
        align-items: center;
}
.shohin-table_normal tbody tr td:first-child span:before {
    margin-right: 5px;
    content: "1";
    text-align: center;
    background: #d9b33f;
    width: 15px;
    height: 15px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
        color: #fff;
}
.shohin-table_normal tbody tr:nth-child(2) td:first-child span:before {
        content: "2";
        background: #6f7b82;
}
.shohin-table_normal tbody tr:nth-child(3) td:first-child span:before {
        content: "3";
        background: #a05326;
}
.shohin-table_normal tbody tr:nth-child(4) td:first-child span:before {
        content: "4";
        background: #eee;
        color: #252525;
}
.shohin-table_normal tbody tr:nth-child(5) td:first-child span:before {
        content: "5";
        background: #eee;
        color: #252525;
}
.shohin-table_normal tbody tr:nth-child(6) td:first-child span:before {
        content: "6";
        background: #eee;
        color: #252525;
}
.shohin-table_normal tbody tr:nth-child(7) td:first-child span:before {
        content: "7";
        background: #eee;
        color: #252525;
}
.shohin-table_normal tbody tr:nth-child(8) td:first-child span:before {
        content: "8";
        background: #eee;
        color: #252525;
}
.shohin-table_normal tbody tr:nth-child(9) td:first-child span:before {
        content: "9";
        background: #eee;
        color: #252525;
}
.shohin-table_normal tbody tr:nth-child(10) td:first-child span:before {
        content: "10";
        background: #eee;
        color: #252525;
}
.shohin-table_normal .all-eva_num {
    color: #ff3608;
    margin: 0 0 -5px;
}
.shohin-table_normal td:first-child {
    width: calc(100% / 16 * 4);
}
.shohin-table_normal td:nth-child(3) {
    width: calc(100% / 16 * 3);
}
.shohin-table_normal td:last-child {
    width: calc(100% / 16 * 7);
}
.shohin-table_normal .shohin-btn_box {
    display: flex;
    justify-content: space-between;
    border: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.shohin-table_normal .book_li {
    width: calc(100% / 2.05);
    padding: 5px 0 10px;
}
.shohin-table_normal .book_li a {
    padding: 15px 5px;
}
.all-star_inner {
    width: 92%;
    margin: 0 auto;
}
.all-star_inner > * {
    display: inline-block;
}
.detal-star_inner {
    font-size: 1.2em;
    text-align: center;
    padding-right: 6px;
}
@media screen and (max-width: 450px) {
        .entry-content .shohin-table_normal th {
                    padding: 3px 4px 2px;
                    letter-spacing: -0.1em;
        }
        .shohin-table_normal td:first-child span {
                align-items: center;
                line-height: 1.5em;
        }
	span.movie-tit_name {
		display: -webkit-box !important;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
        .shohin-table_normal tbody tr td:first-child span:before {
                    width: 13px;
                    height: 13px;
        }
		.movie-tit_inner {
			line-break: anywhere;
		}
        .entry-content .shohin-table_normal td {
                    padding: 3px;
        }
        .shohin-table_normal td {
                    width: calc(100% / 11);
        }
       .shohin-table_normal td:first-child {
                    width: calc(100% / 7 * 2);
        }
	    .shohin-table_normal td:nth-child(3) {
                    width: calc(100% / 7 * 2);
        }
        .shohin-table_normal td:last-child {
                    width: calc(100% / 7 * 2);
        }
        .shohin-table_normal .all-eva_num {
                    font-size: 1.1em;
        }
        .shohin-table_normal .all-eva_star .fas {
                    margin: 0 -5px 0 0;
        }
        .shohin-table_normal .all-eva_star {
                    line-height: 1.1em;
                    padding-top: 5px;
        }
        .shohin-table_normal .book_li {
                    width: 100%;
                padding: 0 0 7px;
        }
        .shohin-table_normal .book_li:last-child {
                padding-bottom: 5px;
                margin-right: 0;
        }
        .shohin-table_normal .book_li a {
                    padding: 2px 2px 1px;
        }
}
@media screen and (max-width: 376px) {
        .detal-star_inner {
                font-size: 1em;
        }
        .shohin-table tbody tr td:first-child span:before {
                    width: 17px;
                    height: 13px;
        }
}
.movie-table-simple td:first-child {
	width: calc(100% / 12 * 4) !important;
}
.movie-table-simple td:nth-child(2) {
	width: calc(100% / 12) !important;
	padding: 3px 2px 3px 3px;
}
.movie-table-simple td:nth-child(3) {
	width: calc(100% / 12 * 2) !important;
	text-align: center;
}
.movie-table-simple td:nth-child(4) {
	width: calc(100% / 12 * 3) !important;
	text-align: center;
	padding: 3px 3px 1px;
}
.movie-table-simple td:last-child {
	width: calc(100% / 12 * 2) !important;
	padding: 0 3px 5px;
}
@media screen and (min-width: 451px) {
	.movie-table-simple td:first-child {
		width: calc(100% / 12 * 4) !important;
	}
	.movie-table-simple td:nth-child(2) {
		width: calc(100% / 12) !important;
	}
	.movie-table-simple td:nth-child(3) {
		width: calc(100% / 12 * 2) !important;
	}
	.movie-table-simple td:nth-child(4) {
		width: calc(100% / 12 * 3) !important;
	}
	.movie-table-simple td:last-child {
		width: calc(100% / 12 * 2) !important;
	}
}
.movie-table-simple  td:nth-child(2) img {
	padding: 5px 0;
}
.movie-table-simple tbody tr td:first-child span:before,
.movie-table-simple tbody tr:nth-child(2) td:first-child span:before,
.movie-table-simple tbody tr:nth-child(3) td:first-child span:before {
	background: #eee;
	color: #252525;
}
@media screen and (max-width: 450px) {
        .movie-table-simple td:first-child span {
                line-height: 1.3em;
        }
		.movie-table-simple td:nth-child(2) img {
			width: 92%;
		}
}
.black-box_more-5detail {
    height: 395px;
}
.black-box_more-5detail.slide-down {
    height: auto;
    padding-bottom: 37px;
}
.entry-content table.movie-table_5detail {
    border: solid 2px #222;
}
.entry-content table.movie-table_5detail tr {
    border: 2px solid #222;
}
.entry-content .movie-table_5detail th {
    background: #222;
    color: #fff;
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
	padding: 4px;
}
.entry-content .movie-table_5detail td {
    border-right: solid 2px #222;
    padding: 5px;
}
.entry-content .movie-table_5detail td:first-child span.movie-tit_grid {
    display: grid;
    grid-template-columns: 20px auto;
}
.entry-content .movie-table_5detail tbody {
    counter-reset: number 0;
}
.entry-content .movie-table_5detail tbody tr td:first-child span.movie-tit_grid:before {
    counter-increment: number 1;
    content: counter(number);
}
.entry-content .movie-table_5detail tbody tr td:first-child span.movie-tit_grid:before {
    background: transparent !important;
    display: block;
    height: auto;
    white-space: nowrap;
    text-align: left;
}
.movie-tit_inner:before {
    display: none !important;
}
.movie-table_5detail tbody tr td:first-child span.movie-author:before {
	display: none;
}
.movie-table_5detail tbody tr td:first-child span.movie-tit_name:before {
    display: none;
}
.movie-table_5detail td:first-child span.movie-tit_inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
.movie-author {
    color: #adadad;
}
.entry-content .movie-table_5detail td:first-child {
	width: calc(100% / 15 * 8);
}
.entry-content .movie-table_5detail td:nth-child(2) {
    width: calc(100% / 15);
}
.entry-content .movie-table_5detail td:nth-child(3) {
    width: calc(100% / 15 * 3);
    text-align: center;
}
.entry-content .movie-table_5detail td:last-child {
    width: calc(100% / 15 * 3);
}
.entry-content .movie-table_5detail .book_li {
    padding: 0 0 5px !important;
}
.black-box_more-5detail .more-btn:before {
    display: none;
}
@media screen and (max-width: 414px) {
	.entry-content .movie-table_5detail td:first-child {
		width: calc(100% / 12 * 6) !important;
	}
	.entry-content .movie-table_5detail td:nth-child(2) {
		width: calc(100% / 12) !important;
		padding: 3px;
	}
	.entry-content .movie-table_5detail td:nth-child(3) {
		width: calc(100% / 12 * 3) !important;
		text-align: center;
		padding: 5px 5px 2px;
	}
	.entry-content .movie-table_5detail td:last-child {
		width: calc(100% / 12 * 2) !important;
	}
	.entry-content .movie-table_5detail .book_li a {
		padding: 3px 2px 2px;
	}
	.black-box_more-5detail {
    	height: 468px;
	}
}
@media screen and (max-width: 376px) {
	.black-box_more-5detail .all-eva_num {
		font-size: 10px;
	}
	.black-box_more-5detail {
		height: 465px;
	}
	.black-box_more-5detail.slide-down {
		height: auto;
		padding-bottom: 35px;
	}
}
/*黒枠ボックスもっと見る機能*/
.black-box_more > table, .black-box_more > .kijinai-link {
    margin: 0;
}
.black-box_more {
	height: 307px;
    overflow: hidden;
    position: relative;
    margin: 0 0 10px;
}
/*ランキング①*/
.ranking-box_more {
    height: 455px;
	padding-bottom: 35px;
}
.ranking-box_more_simple {
    height: auto;
}
.more-btn {
    background: #222;
    color: #fff;
    font-weight: 400;
    font-size: 1.2em;
    line-height: 0.5em;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 6px;
	z-index: 5;
}
.more-btn_inner {
	display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #222;
    padding: 8px 10px;
    border-radius: 2px;
    width: 110px;
    margin: auto 0 auto auto;
}
.more-btn p {
    font-size: 0.7em;
    font-weight: bold;
	margin: 0;
	padding-left: 5px;
}
.more-btn div.close-child {
    transform: rotate(45deg);
}
.slide-down {
    height: auto;
}
.slide-down .kijinai-link {
	padding: 10px 10px 40px !important;
}
@media screen and (max-width: 376px) {
	.ranking-box_more {
		height: 412px;
	}
.slide-down {
    height: auto;
}
}
/*リンク3個*/
.book_info {
    background: #f1f1f1;
    border-radius: 5px;
    padding: 20px;
	margin-bottom: 15px;
}
.book_info .book_author, .book_info .book_title {
    display: block;
}
.book_info .book_author {
    padding-bottom: 8px;
    display: flex;
    align-items: center;
}
.book_info .book_title {
    margin-left: 0 !important;
}
h3.book_detail {
    margin: 0 0 0.7em !important;
	border-left: 5px solid #cbcbcb !important;
}
h3.book_detail:before {
	display: none;
}
.book_num {
    background: #222;
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 1px;
    margin-right: 5px;
}
.book_eva {
    display: flex;
    align-items: center;
    justify-content: space-between;
	padding-bottom: 20px;
}
.book_star-eva .detal-star_tit {
    display: inline-block;
    font-weight: bold;
}
.book_img {
    width: calc(100% / 6);
}
.book_star-eva {
	width: calc(100% / 6 * 5);
    margin-left: 25px;
    background: #fff;
    padding: 6px 20px;
}
.all_book_star-eva {
    font-size: 1em;
	border-bottom: solid 2px #eee;
}
.book_star-eva_table {
	margin: 0 !important;
}
.book_star-eva_table, .book_star-eva_table tr, .book_star-eva_table th, .book_star-eva_table td {
    border: none !important;
	padding: 0 !important;
	text-align: left;
}
.book_star-eva_table th {
	font-size: 0.9em;
	background: transparent;
	white-space: nowrap;
    width: 0;
}
.book_star-eva_table td {
	padding-left: 10px !important;
}
.all_book_star-eva .book_star-eva_table td {
    padding-left: 18px !important;
}
.small_book_star-eva .book_star-eva_detail .level-eva-star-box .color-star-mask {
	background: #222;
    color: #222;
}
.small_book_star-eva .book_star-eva_detail .all-eva_num {
	background: #222;
    color: #222 !important;
}
.small_book_star-eva {
	font-size: 1.1em;
}
.book_paragraph {
    font-size: 0.8em !important;
    font-weight: bold;
	line-height: 1.5em;
}
.book_paragraph p {
	font-size: 11px;
}
.hitokoto-p {
    font-size: 1.4em;
    background: linear-gradient(transparent 50%, rgba(255, 88, 88, 0.24) 50%);
    line-height: 1.2em;
    display: inline-block;
    margin-bottom: 15px;
    padding: 0 5px;
}
.hitokoto-before {
    font-weight: bold;
    padding: 0 14px;
    text-align: center;
    font-size: 11px;
    height: 28px;
    line-height: 28px;
    border-radius: 23px;
    display: inline-block;
    color: #fff;
    background: #222;
    z-index: 1;
	margin-right: 13px;
	position: relative;
}
.hitokoto-before:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-left: 13px solid #222;
    z-index: 0;
    right: -13px;
    top: 30%;
}
@media screen and (max-width: 1200px) {
	.book_star-eva {
		font-size: 0.9em;
	}
}
@media screen and (max-width: 1024px) {
	.book_star-eva {
		font-size: 0.8em;
	}
	.hitokoto-before {
		padding: 7px 12px;
		font-size: 10px;
		height: auto;
		line-height: 1em;
	}
	.hitokoto-before:after {
		right: -11px;
	}
}
@media screen and (max-width: 912px) {
	.book_img {
		width: calc(100% / 5);
	}
	.book_star-eva {
    	width: calc(100% / 5 * 4);
		padding: 10px 20px;
	}
}
@media screen and (max-width: 820px) {
	.book_star-eva {
		margin-left: 15px;
		padding: 3px 20px;
	}
}
@media screen and (max-width: 768px) {
	.book_img {
		width: calc(100% / 6);
	}
	.book_star-eva {
		width: calc(100% / 6 * 5);
		padding: 24px 20px;
	}
}
@media screen and (max-width: 540px) {
	.book_info .book_title {
		padding-top: 0;
	}
	.book_info .book_author {
		padding-top: 0;
	}
	.book_num {
		margin-top: 0;
	}
	.book_img {
		width: calc(100% / 5);
	}
	.book_star-eva {
		width: calc(100% / 5 * 4);
		padding: 7px 20px;
	}
}
@media screen and (max-width: 414px) {
	.book_info .book_title {
		font-size: 0.95em;
	}
	.book_eva {
		padding-bottom: 15px;
	}
	.book_img {
		width: calc(100% / 4);
	}
	.book_star-eva {
		width: calc(100% / 4 * 3);
		padding: 11px 20px;
		border-radius: 3px;
	}
	.book_paragraph .shohin-btn_box {
		flex-direction: unset !important;
	}
	.book_paragraph .book_li {
		margin-right: 5px;
	}
	.movie_info .book_paragraph .book_li {
		font-size: 1.1em;
	}
	.book_paragraph .book_li:last-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 376px) {
	.book_info .book_title {
		font-size: 0.9em;
	}
	.book_img {
		width: calc(100% / 3.5);
	}
	.book_star-eva {
		width: calc(100% / 3.5 * 2.5);
		padding: 12px 16px;
	}
	.hitokoto-p {
    	font-size: 1.2em;
	}
	.hitokoto-before {
    	padding: 6px 8px;
	}
}
@media screen and (max-width: 360px) {
	.book_star-eva {
		padding: 9px 20px;
	}
	.hitokoto-p {
		font-size: 1.1em;
	}
}
/*映画*/
.movie-btn {
    background: #222;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    margin-top: 3px;
	padding: 2px;
}
.movie-btn > * {
    display: inline-block;
    margin: 0 !important;
}
.movie-close-btn span {
    transform: rotate(45deg);
}
.movie-btn p {
    padding-left: 5px;
    font-size: 11px;
    line-height: 11px;
}
.movie-yokoku {
	display: none;
    padding-bottom: 15px;
}
.movie-yokoku.movie-dis {
	display: block;
}
.movie-yokoku.movie-dis iframe {
    width: 100%;
}
.movie-kari {
    content: "";
    width: 100%;
    height: 150px;
    background: #bcbcbc;
}
.movie_info ul.shohin-btn_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 5px;
    row-gap: 3px;
}
.book_li_movie-btn-span {
    display: block;
    font-size: 0.8em;
}
.movie_info .book_li a {
	padding: 7px 5px;
}
.movie_info .book_li a:hover {
	text-decoration: none;
}
.movie_info .book_li a[tabindex] {
    opacity: 0.5;
}
@media screen and (min-width: 541px) {
	.movie-yokoku.movie-dis iframe {
		height: 400px;
	}
}
@media screen and (max-width: 414px) {
	.movie_info .book_img {
		width: calc(100% / 3.1);
	}
	.movie_info .book_star-eva {
		width: calc(100% / 3.1 * 2.3);
	}
}
@media screen and (max-width: 376px) {
	.movie_info .book_img {
		width: calc(100% / 2.5);
	}
	.movie_info .book_star-eva {
		width: calc(100% / 2.5 * 1.8);
	}
}
/*青字*/
a.table-a_underline {
    background: transparent;
    box-shadow: none;
    color: #4f96f6;
    text-decoration: underline;
	color: #44b0b0;
}
/*目次にh3を表示するコード*/
#toc_container.toc_h3-open .toc_list li ul {
	display: block;
}
#toc_container.toc_h3-open .toc_title:after {
	display: none;
}
#toc_container.toc_1-open .toc_list li:first-child ul,
#toc_container.toc_2-open .toc_list li:first-child ul,
#toc_container.toc_2-open .toc_list li:nth-child(2) ul,
#toc_container.toc_3-open .toc_list li:first-child ul,
#toc_container.toc_3-open .toc_list li:nth-child(2) ul, 
#toc_container.toc_3-open .toc_list li:nth-child(3) ul{
    display: block;
}
/*内部リンク横長カード（inside）*/
.inside_a{
	float:none;
}
.c_linkto.inside_a{
	margin: 0 0 10px 0;
	display: flex !important;
    align-items: center;
	width: 100% !important;
    max-width: 100%;
}
@media only screen and (min-width: 481px){
	.inside_a {
		max-width: 320px;
	}
}
@media screen and (min-width: 769px){
	.inside_a{
		padding: 10px !important;
	}
}
.inside_a .longc_content{
	line-height: 1.1;
	padding: 0 9px !important;
}
.longc_linkto{
	padding: 5px !important;
    margin: 15px 0 0 !important;
    text-align: left;
}
.longc_img{
	display:inline-block;
	margin: 0;
    overflow: hidden;
    position: relative;
    height: 0;
	padding-bottom: 84px;
    width: 30%;
}
.longc_img img{
	max-width:100%;
	border-radius: 2px 2px 0 0;
    padding: 0;
	vertical-align: top;
}
.longc_content{
	width:70%;
	display:inline-block !important;
	vertical-align:top !important;
	padding: 0 4px !important;
}
.longc_content time{
	margin:0;
	font-size: 13px;
    font-weight: bold;
}
.longc_title {
	font-size: 13.5px;
	line-height: 1.4;
	margin:0;
}
@media screen and (max-width: 1240px) {
	.longc_img {
    	padding-bottom: 66px;
	}
}
@media screen and (max-width: 1200px) {
	.longc_img {
    	padding-bottom: 63px;
	}
}
@media screen and (max-width: 1100px) {
	.longc_img {
    	padding-bottom: 57px;
	}
}
@media screen and (max-width: 900px) {
	.longc_img {
    	padding-bottom: 51px;
	}
}
@media screen and (max-width: 700px) {
	.longc_img {
    	padding-bottom: 137px;
	}
}
@media screen and (max-width: 600px) {
	.longc_img {
    	padding-bottom: 117px;
	}
}
@media screen and (max-width: 500px) {
	.longc_img {
    	padding-bottom: 96px;
	}
}
@media screen and (max-width: 414px) {
	.longc_img {
		padding-bottom: 83px;
		display: inline-block;
		width: 39%;
		margin: 0;
		overflow: hidden;
		position: relative;
		height: 0;
	}
}
@media screen and (max-width: 376px) {
	.longc_img {
    	padding-bottom: 65px;
	}
}
@media screen and (min-width: 769px){
	.longc_linkto{
		margin:0 6px 15px !important;
		width: 48% !important;
		padding:10px !important;
		display:block !important;
	}
	.inside_a .longc_content{
		padding: 0 9px !important;
		width: 69%;
    	padding: 0 0 0 15px !important;
    	line-height: 1.5;
	}
	.longc_img img{
		vertical-align: baseline;
	}
	.longc_title{
		font-size: 17px;
    	padding: 0;
	}
}
@media screen and (max-width: 768px){
	.inside_a{
		padding: 4px 0 0 9px;
	}
}
/*外部リンク*/
.ext-link {
    padding-left: 18px;
    position: relative;
	text-decoration: underline;
}
.ext-link:before {
    content: "\f24d";
    font-family: 'Font Awesome 5 Free';
    padding-right: 3px;
    position: absolute;
    left: 0;
}
/*監修者*/
.kanshu_box {
    border: solid 1px #e7e7e7;
    border-radius: 4px;
    padding: 10px 25px 10px 15px;
    display: flex;
	align-items: flex-start;
	border-radius: 5px;
	position: relative;
	margin-bottom: 5px;
}
a.kanshu_box:hover {
    text-decoration: none;
}
.kanshu_left {
        width: calc(100% / 8);
}
.entry-content p.kanshu_img {
        margin: 0;
        padding: 5px;
        position: relative;
}
.entry-content p.kanshu_img img {
    border-radius: 0;
}
.kanshu_img img {
    width: 100%;
}
.kanshu_img:after {
    content: "監修者";
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	background: #222;
	color: #fff;
	text-align: center;
	font-size: 10px;
    display: block;
    width: 55%;
    padding: 0 5px 1px;
    border-radius: 2px;
	z-index: 4;
}
.guide_box .kanshu_img:after {
	content: "ガイド";
}
.kanshu_right {
	width: calc(100% / 8 * 7);
	padding-left: 20px;
	position: relative;
	padding-top: 8px;
}
.kanshu_right label {
position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}
.kanshu_right input:checked + label {
	background: inherit;
}
.kanshu_right label:after {
    position: absolute;
    z-index: 2;
	bottom: 5px;
    right: 23px;
	padding: 0 5px 0 10px;
    content: '...続きをよむ';
    line-height: 1em;
    color: #787878;
    font-size: 0.8em;
	font-weight: bold;
    background-color: #fff;
}
.kanshu_right input {
	display: none;
}
.katagaki {
    margin-bottom: 0;
    font-size: 10px;
    padding-left: 5px;
    letter-spacing: .05em;
}
.kanshu_detail {
    margin: 0;
	overflow: hidden;
	height: 72px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.kanshu_right input:checked + label {
	display: none;
}
.kanshu_right input:checked ~ .kanshu_detail {
	height: auto;
	transition: all 0.5s;
}
.kanshu_detail dt {
    font-size: 0.95em;
    font-weight: bold;
        color: #222;
}
.entry-content .kanshu_detail dd {
        margin-bottom: 0;
        font-size: 12px;
    font-weight: 500;
        letter-spacing: 0.1em;
	color: #777;
}
.kanshu_link {
    display: block;
    text-decoration: underline;
	color: #222;
}
.policy_link {
	background: #f1f1f1;
    padding: 10px 15px;
    font-size: 12px !important;
    margin: 5px 0 !important;
    border-radius: 3px;
    line-height: 1.4em !important;
	color: #777;
}
.policy_link .ext-link {
    padding-left: 14px;
}
/*開閉タイプの監修者*/
.kanshu_box-open {
    border: solid 1px #e7e7e7;
    border-radius: 4px;
    padding: 10px 25px 10px 15px;
	border-radius: 5px;
	position: relative;
	margin-bottom: 5px;
	display: block;
}
.kanshu_box-top {
	display: flex;
	align-items: flex-start;
}
.kanshu_box-bottom {
    line-height: 1.3em;
    font-size: 12px;
    color: #777;
    border-top: solid 1px #e7e7e7;
    padding-top: 10px;
    margin-top: 10px;
	display: none;
	position: relative;
}
.kanshu_box-bottom.kanshu_box-bottom-open {
	display: block;
}
.kanshu_box-bottom p {
	margin: 0;
}
.kanshu_box-bottom a.kanshu_a {
	font-weight: bold;
    padding-top: 6px;
    padding-left: 13px;
    display: block;
    position: relative;
	text-decoration: underline;
}
.kanshu_box-bottom a.kanshu_a:before {
    content: "";
    position: absolute;
    top: 61%;
    left: 0;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #111;
}
.kanshu_close {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
	color: #111;
}
.kanshu_close:before {
    font-family: "Font Awesome 5 Free";
    content: '\f057';
    font-weight: 800;
    color: #111;
}
@media screen and (min-width: 1201px) {
	.kanshu_detail {
		height: auto;
	}
	.kanshu_left {
		width: calc(100% / 7);
	}
	.kanshu_img:after {
		left: -3px;
		font-size: 9px;
	}
	.kanshu_right {
		width: calc(100% / 7* 6);
		padding-top: 0;
		padding-left: 10px;
	}
	.entry-content .kanshu_detail dd {
		line-height: 1.3;
	}
	.entry-content .kanshu_detail dd br {
		display: none;
	}
}
@media screen and (max-width: 1200px) {
        .kanshu_left {
            width: calc(100% / 7);
        }
        .kanshu_right {
                width: calc(100% / 7 * 6);
        }
}
@media screen and (max-width: 1000px) {
	.kanshu_left {
    	width: calc(100% / 6);
	}
	.kanshu_right {
    	width: calc(100% / 6 * 5);
	}
}
@media screen and (max-width: 821px) {
	.kanshu_left {
    	width: calc(100% / 8);
	}
	.kanshu_right {
    	width: calc(100% / 8 * 7);
	}
}
@media screen and (max-width: 541px) {
	.kanshu_box {
    	padding: 10px 12px 10px 15px;
	}
	.kanshu_left {
    	width: calc(100% / 6);
	}
	.kanshu_right {
    	width: calc(100% / 6 * 5);
		padding-left: 15px;
	}
}
@media screen and (max-width: 450px) {
        .kanshu_box {
            padding: 4px 15px 12px;
        }
		.kanshu_detail {
			margin: 0;
			overflow: hidden;
			height: 53px;
			margin-top: 4px;
		}
        .kanshu_left {
            width: calc(100% / 6.5);
			padding-right: 0;
			padding-top: 5px;
        }
        .kanshu_right {
			width: calc(100% / 6.5 * 6);
			padding-left: 11px;
			padding-top: 0;
        }
        .entry-content .kanshu_detail dd {
			line-height: 1.3em;
			letter-spacing: -0.1em;
        }
		.kanshu_right label:after {
			right: 12px;
			bottom: 0px;
			padding: 0 5px;
		}
        .entry-content p.kanshu_img {
            padding: 2px 0 5px 0;
        }
        .kanshu_img:after {
			padding: 0 5px;
			width: 88%;
			bottom: -1.5px;
    		left: -3px;
        }
	.kanshu_link {
    	margin-top: 5px;
	}
}
@media screen and (max-width: 376px) {
	.entry-content .kanshu_detail dd {
    	letter-spacing: 0;
	}
	.kanshu_img:after {
		padding: 0 5px 0 7px;
		width: 75%;
		bottom: -1.5px;
		left: -1px;
	}
}
/*地図*/
.area_box {
    padding-bottom: 30px;
}
.area_box_cont {
    position: relative;
	margin: 20px 0;
}
@media screen and (min-width: 1024px) {
	.area_box_cont {
		margin: 0 10%;
		margin-bottom: 60px;
	}
}
.japan_map{
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    display: block;
}
/* 日本地図画像（スマホ対応用） */
.japan_map img{
    max-width: 100%;
    height: auto;
    border: 0;
    display: block;
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
    width: 100%;
}
/* 日本地図ボタン */
.japan_map .area_btn{
    position: absolute;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    border: 2.5px solid #111;
    border-radius: 2px;
    background-color: #FFF;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    width: auto;
    min-width: 15%;
    font-size: 1.2em;
    padding: 7px 16px;
    background: #fff;
}
.area_btn-normal {
	position: absolute;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    border: 2.5px solid #111;
    border-radius: 2px;
    background-color: #FFF;
    box-sizing: border-box;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    width: auto;
    min-width: 15%;
    font-size: 1.2em;
    padding: 7px 16px;
    background: #fff;
}
/* ボタン配置（使用する日本地図画像により微調整） */
.japan_map .area1 {
	top: 8%;
    right: 11%;
}
.japan_map .area_btn.area2 {
	top: 61%;
    right: 11%;
}
.japan_map .area_btn.area3 {
	top: 45%;
    right: 25%;
}
.japan_map .area_btn.area4 {
	right: 39%;
    bottom: 24%;
}
.japan_map .area_btn.area5 {
    left: 23%;
    top: 51%;
}
.japan_map .area_btn.area6 {
	bottom: 21%;
    left: 6%;
}
.japan_map .area_btn.area7 {
    right: 3%;
    bottom: 7%;
}
.japan_map .area_btn.area8 {
	bottom: 8%;
    right: 20%;
}
.japan_map .area_btn.area9 {
    bottom: 24.5%;
	right: 44%;
}
.japan_map .area_btn.area10 {
	top: 33%;
    right: 2%;
}
.japan_map .area11 {
	bottom: 3%;
    left: 0;
}
.japan_map .area12 {
	bottom: 7%;
    left: 31%;
}
/* オーバーレイ */
.japan_map_overlay {
	display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.japan_map_overlay .area_overlay{
    display: none;
    position: absolute;
     z-index: 95;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-color: #111;
    opacity: 0.5;
    cursor: pointer;
}
/* 選択前は表示を隠す */
.japan_map_overlay .pref_area{
    display: none;
}
/* 地域毎の都道府県リスト */
.pref_small_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 98;
    width: 80%;
    background-color: #FFF;
	 border-radius: 5px;
    padding: 25px 30px 20px;
    box-sizing: border-box;
    text-align: center;
	line-height: 20px;
}
.pref_small_div_h {
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: solid 1px #111;
    margin-bottom: 15px;
}
.japan_map_overlay .pref_list{
    z-index: 98;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.japan_map_overlay .pref_list > div{
    box-sizing: border-box;
    width: 50%;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    cursor: pointer;
}
.japan_map_overlay .pref_list > a {
	display: block;
    box-sizing: border-box;
    width: 50%;
    font-weight: bold;
    text-align: center;
    padding: 0.5em;
    cursor: pointer;
	color: #111;
	font-size: 1.05em;
}
.entry-content h3.search_h3 {
    border: none;
    padding: 0;
    margin: 0;
	font-size: 20px;
}
.entry-content ul.search_small_ul {
    font-size: 16px;
    font-weight: normal;
	 display: flex;
	 flex-wrap: wrap;
	 justify-content: space-around;
	width: 73%;
    margin: 0 auto;
	padding-top: 5px;
}
.search_small_ul a {
    text-decoration: underline;
}
.entry-content ul.search_small_ul li {
    margin-right: 10px;
	transition: 0.2s ease-in-out;
}
.entry-content ul.search_small_ul li:hover {
    transform: translateY(-3px);
}
.entry-content ul.search_small_ul li:nth-child(even) {
    margin-right: 0;
}
.search_box_contents {
	padding-bottom: 0;
	position: relative;
}
.search_hosoku {
    position: absolute;
    left: 0;
    top: 7%;
	margin: 0;
}
.search_hosoku dt {
    font-weight: bold;
    color: #111;
	line-height: 1.3;
	text-align: center;
    font-size: 15px;
}
.search_hosoku dd {
	border: solid 3px #111;
    border-radius: 3px;
    padding: 13px 10px;
    margin-top: 5px;
    font-size: 13px;
    width: 215px;
    background: #fff;
}
.search_hosoku dd p {
    width: 85%;
    margin: 0 auto;
    padding: 0;
    font-weight: bold;
	display: flex;
	justify-content: space-between;
	font-size: 13px !important;
}
.japan_map .area_btn-normal a {
	color: #111;
}
@media screen and (min-width: 765px) {
	.single #content,
	.search #content,
	.page #content {
		background-image: url(/wp-content/themes/sango-theme-child/img/single-bg.jpg);
		background-size: 100%;
		background-position: top left, top left, right bottom, right bottom;
		background-repeat: no-repeat;
		margin-top: 4.5em;
	}
	.home #content {
		background-image: initial;
	}
	#entry {
		background-color: transparent;
	}
}
@media screen and (max-width: 414px) {
    .japan_map .area_btn {
		font-size: 1.2em;
    	padding: 4px 15px;
    }
    .japan_map .area_btn-normal {
		font-size: 1.2em;
    	padding: 4px 15px;
    }
    .search_hosoku {
        top: 1%;
    }
}
@media screen and (max-width: 376px) {
    .japan_map .area_btn {
        font-size: 1em;
    }
    .japan_map .area_btn-normal {
        font-size: 1em;
    }
    .search_hosoku dd {
        padding: 10px 5px;
        width: 201px;
    }
}
@media screen and (max-width: 360px) {
	.outer-menu .menu > div > div > ul > li {
		margin: 0.3em;
	}
	.japan_map .area_btn.area3 {
		top: 46%;
		right: 24%;
	}
	a.perspnalcplor_btn {
		font-size: 12px;
	}
}
@media screen and (max-width: 320px) {
	.japan_map .area_btn {
        padding: 10px;
	}
    .japan_map .area_btn-normal {
        padding: 10px;
    }
	.japan_map .area_btn.area2 {
    	right: 0%;
	}
	.japan_map .area_btn.area4 {
    	right: 30%;
	}
	.japan_map .area_btn.area5 {
    	left: 12%;
	}
}