@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*----- 初期設定 -----*/
html {
	margin-top: 0;
}
body {
    font-size: 89% !important;
	color: #111;
}
img {
	position: relative;
	z-index: 1;
}
p.img-inner {
	position: relative;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-block;
}
p.img-inner:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(/wp-content/themes/sango-theme-child/images/transparent_img.png);
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 2;
}
.single-title, .page-title {
	color: #111;
}
#wpadminbar {
	display: none;
}
body {
	margin-top: 0;
}
.entry-content p a {
    text-decoration: none;
}
.entry-content .specList p {
    margin: 0 !important;
    line-height: 1.6em;
}
.prnx_box {
    display: none;
}
#comments {
    display: none;
}
.totop {
    background: #222 !important;
}
.entry-content > * {
    position: relative;
    z-index: 4;
}
article#entry {
    border: none;
}
.home_top {
	margin: 0 0 0.1em;
	padding-top: 1em;
}
.home_top img {
    border-radius: 5px;
}
@media screen and (max-width: 414px) {
	.single-header_inner {
		padding: 0 14px 0 15px;
	}
	.single-title {
		padding: 0 !important;
		display: inline;
		margin: 0 15px 0 8px !important;
	}	
}
@media only screen and (max-width: 767px) {
	#container {
		padding-top: 0 !important;
	}
}
@media screen and (max-width: 520px) {
	#block-3 {
    	display: none;
	}
}
@media screen and (max-width: 500px) {
	body {
    	margin-top: 56px;
	}
}
@media screen and (max-width: 414px){
	.entry-content {
		padding: 10px 15px 0;
	}
	.entry-meta {
		padding: 0 20px;
	}
	.single-title, .page-title {
		padding: 0 20px;
	}
	.home h1 {
		font-size: 1.75em !important;
	}
}
@media screen and (max-width: 376px) {
	.home h1 {
    	font-size: 1.58em !important;
	}
}
/*--- breadcrumb ---*/
#breadcrumb {
    padding: 5px 15px;
    font-size: 12px;
    background: #fff;
}
#breadcrumb a {
    color: #222;
}
@media screen and (max-width: 414px){
	#breadcrumb {
		padding: 5px 20px;
	}
}
/*--- END breadcrumb ---*/
/*--- header ---*/
.header {
    position: absolute;
    top: 0;
    width: 100%;
}
p.pc_header_disc {
    display: inline-block;
    font-size: 13px;
    color: #aaa;
    line-height: 1.2em;
    float: left;
    margin-top: 15px;
}
@media screen and (min-width: 766px) {
	#logo img.pc_none {
		display: none;
	}
}
@media screen and (max-width: 765px) {
	p.pc_header_disc {
		display: none;
	}
	#logo img.sp_none {
		display: none;
	}
}
.header {
	box-shadow: 0 0 45px rgb(0 12 66 / 9%);
}
a.header-logo__link .img-inner {
    width: auto;
    height: auto;
}
.header #logo img {
    padding: 14px 0 17px !important;
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.header #logo img.header-desc_img {
    height: 47px;
    vertical-align: middle;
	transform: translateY(-3%);
}
.entry-content p a {
    text-decoration: none;
}
.entry-content .specList p {
    margin: 0;
    line-height: 1.6em;
}
.header_desc {
    margin: 0;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 1.1;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5%;
    margin-top: -0.5%;
    text-align: left;
    -webkit-text-stroke: 0.3px #222;
    text-stroke: 0.3px #222;
    color: #222;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.fixed .header_desc {
    font-size: 0.7em;
    margin-top: -1%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#logo {
	position: relative;
	text-align: center;
	width: 100%;
}
a.pc_header_btn {
	background: #111;
    color: #fff !important;
    padding: 6px 15px 5px 20px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: 38px;
    display: block !important;
    line-height: 1.9em !important;
    font-size: 0.6em;
	overflow: hidden;
}
a.pc_header_btn:after {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 800;
    color: #fff;
    padding-left: 5px;
}
a.pc_header_btn:before {
	content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 10%;
    height: 150%;
    background: #fff;
    transform: rotate(45deg);
    animation: reflect 3s ease-in-out infinite;
}
#drawer i, .header-search i {
    color: #222;
}
#drawer #drawer__open {
	right: 0; left: auto;
	z-index: 100;
}
#drawer__content {
transform: translateX(112%);
}
@media screen and (min-width: 1240px) {
	#inner-header {
    	width: 1180px !important;
    	margin: auto !important;
	}
	#logo a {
		position: absolute;
        left: 0;
        right: 0;
	}
}
@media screen and (max-width: 1239px) {
	header #inner-header {
    	width: 96%;
		margin: auto;
	}
}
@media screen and (max-width: 500px) {
	header #inner-header {
		width: 100% !important;
		max-width: 100% !important;
		padding: 0 15px;
	}
	.header--center #logo img {
		width: 100% !important;
	}
	.header {
    	position: fixed;
	}
	#logo {
    	height: 55px !important;
		transition: all 0.3s ease;
    	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
    	-o-transition: all 0.3s ease;
		text-align: left;
	}
	.fixed #logo {
		height: 40px !important;
	}
	#logo:before {
		display: none;
	}
	#logo img {
		height: 43px;
	}
	.header-search {
		line-height: 57px;
		transition: all 0.3s ease;
    	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
    	-o-transition: all 0.3s ease;
		right: 8%;
	}
	.fixed .header-search {
		line-height: 42px;
		transition: all 0.3s ease;
    	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
    	-o-transition: all 0.3s ease;
	}
	#drawer__open {
		line-height: 57px;
	}
	.fixed #drawer__open {
		line-height: 42px;
		transition: all 0.3s ease;
    	-webkit-transition: all 0.3s ease;
    	-moz-transition: all 0.3s ease;
    	-o-transition: all 0.3s ease;
	}
	a.pc_header_btn {
		display: none !important;
	}
}
@media screen and (max-width: 414px){
	#inner-header {
		padding: 0 10px !important;
	}
	#logo img {
		height: 34px;
		transform: translateY(-3%);
	}
	.header #logo img {
		padding: 4px 0 6px 3px !important;
	}
	.fixed #logo img {
		padding: 15px 0 10px 0;
		height: 36px;
	}
	.header #logo img.header-desc_img {
		height: 35px;
		transform: translate(-2%, 1%);
	}
	.fixed #logo img.header-desc_img {
		height: 32px;
	}
}
@media screen and (max-width: 376px) {
	.header_desc {
		margin-top: 13%;
    	margin-left: -29%;
	}
	.fixed .header_desc {
    	margin-top: 4%;
	}
}
/*ハンバーガーメニュー(pc)*/
.outer-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger-pc > div {
  transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger-pc > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger-pc > div:after {
  top: 0;
  transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger-pc > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu-pc {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu-pc > div {
  transform: scale(1);
  transition-duration: .75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu-pc > div > div  {
  opacity: 1;
  transition: opacity .4s ease .4s;
}
/* .outer-menu .checkbox-toggle:hover + .hamburger-pc {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .1);
} */
.outer-menu .checkbox-toggle:checked:hover + .hamburger-pc > div {
  transform: rotate(225deg);
}
.outer-menu .hamburger-pc {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: .5em .7em;
  border-radius: 0 .12em .12em 0;
  cursor: pointer;
  transition: box-shadow .4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.outer-menu .hamburger-pc > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 3px;
  transition: all .4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
	background: #c1c1c1;
	border-radius: 50px;
}
.outer-menu .hamburger-pc > div:before,
.outer-menu .hamburger-pc > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -9px;
  left: 0;
  width: 100%;
  height: 3px;
  background: inherit;
  transition: all .4s ease;
  background: #c1c1c1;
	border-radius: 50px;
 }
 .outer-menu .hamburger-pc > div:after {
  top: 9px;
 }
 .outer-menu .menu-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu-pc > div {
  width: 200vw;
  height: 200vw;
  color: #fff;
  background: #000000db;
  border-radius: 50%;
  transition: all .4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu-pc > div > div {
  text-align: center;
  width: 1100px;
  max-height: 100vh;
  opacity: 0;
  transition: opacity .4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
}
.outer-menu .menu-pc > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
}
.outer-menu .menu-pc > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu .menu-pc > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color .4s ease;
}
/* .outer-menu .menu-pc > div > div > ul > li > a:hover {
  color: darken(#FEFEFE, 10%);
}
.outer-menu .menu-pc > div > div > ul > li > a:hover:after {
  width: 100%;
} */
.outer-menu .menu-pc > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -.15em;
  left: 0;
  width: 0;
  height: 2px;
  background: darken(#FEFEFE, 10%);
  transition: width .4s ease;
}
@media screen and (max-width: 765px) {
	.outer-menu {
		display: none;
	}
}
@media screen and (min-width: 1024px) {
	.outer-menu {
		position: fixed;
		top: 0;
		right: 327px;
		z-index: 1;
	}
}
@media screen and (min-width: 1440px) {
    .outer-menu {
        right: 255px;
    }
}
/*--- END header ---*/
/*ハンバーガーメニュー内*/
.drawer__content .area_box {
    padding: 40px 0;
}
#drawer__content {
	width: 100%;
	max-width: initial;
	background: #222222;
	padding: 30px;
	text-align: center;
	display: flex;
    align-items: center;
}
.ham_tit {
	margin: auto;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    position: relative;
    padding-bottom: 8px;
}
.ham_tit:after {
    display: block;
    content: "";
    background: #fff;
    width: 35%;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 50px;
}
ul.ham_cont_ul {
    padding: 0 !important;
    border: none !important;
    list-style: none !important;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 12px;
    position: relative;
    z-index: 1;
}
li.ham_cont_li {
	position: relative;
}
li.ham_cont_li a {
	color: #222;
}
.ham_cont_li-inner {
    padding: 0 !important;
    border-radius: 50px;
    overflow: hidden;
    display: flex;
    position: relative;
    border: solid 3px #222;
    position: relative;
    z-index: 2;
}
li.ham_cont_li:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
    border: solid 3px #fff;
    top: -2.5px;
    left: -2.5px;
    border-radius: 50px;
}
.ham_cont_label {
    background: #222;
    padding: 10px;
    width: calc(100% / 6);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ham_cont_label p {
    margin: 0;
}
.ham_cont_detail {
    width: calc(100% / 6 * 5);
    padding: 10px;
    background: #fff;
	display: flex;
}
.ham_cont_detail_inner {
    font-weight: bold;
	font-size: 1.2em;
}
.ham_cont_detail_inner-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}
.ham-small_arrow {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: #222;
    border-radius: 50%;
    position: relative;
}
.ham-small_arrow:before {
    content: "";
    margin: auto 6px;
    position: absolute;
    bottom: 37%;
    left: 0;
    right: 0;
    width: 7px;
    height: 7px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    z-index: 3;
}
.ham_search {
    width: 80%;
    margin: auto;
    padding-top: 15px;
}
#drawer__content .ham_search .searchform__input {
	border-radius: 50px;
	height: 35px;
	padding-left: 20px;
}
#drawer__content .ham_search .searchform__input::placeholder {
    color: #C2C2C2;
    font-weight: bold;
}
.ham_search .searchform__submit {
    height: 30px;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50px;
    width: 55px;
    top: 0;
    bottom: 0;
    right: 3px;
    margin: auto;
    line-height: 2.5;
}
.close {
	display: block;
	position: absolute;
}
.ham_close {
    background: #fff;
    border-radius: 50px;
    width: 40px;
    height: 40px;
	top: 15px;
    right: 15px;
}
.ham_close span {
    background: #222;
    border-radius: 50px;
    height: 25px;
    margin: 7px 0 0 0;
}
.close span {
    display: inline-block;
    position: relative;
    width: 3px;
    padding: 0;
    transform: rotate(0deg) scaleX(0);
	transition: .2s;
}
#drawer__input:checked ~ #drawer__content .close span {
	transform: rotate(45deg) scaleX(1);
	transition-delay: .6s;
}
.close span:before {
    background: #222;
    border-radius: 50px;
    width: 25px;
    margin: -1px 0 0 9px;
    display: block;
    position: absolute;
    top: 50%;
    left: -20px;
	height: 3px;
	content: "";
	transform: rotate(-45deg) scaleX(0);
	transition: .2s;
}
#drawer__input:checked ~ #drawer__content .close span:before {
	transform: rotate(0deg) scaleX(1);
	transition-delay: .6s;
}
@media screen and (min-width: 500px) {
	.ham_close {
		width: 50px;
		height: 50px;
		padding: 13px 15px;
	}
	.ham_close span {
		margin: 0;
	}
	ul.ham_cont_ul {
		width: 500px;
    	margin: 20px auto 0;
	}
	.ham_search {
		width: 400px;
		padding-top: 40px;
	}
	#drawer__content .ham_search .searchform__input {
		height: 50px;
	}
	.ham_search .searchform__submit {
		height: 40px;
		width: 65px;
		right: 6px;
	}
}
@media screen and (max-width: 500px) {
	#drawer__content .widget_search {
		width: 100%;
	}
	#drawer__content {
		flex-direction: column;
		justify-content: center;
	}
	.ham-map {
		width: 100% !important;
	}
	.ham-map .search_hosoku {
		width: 260px !important;
		transform: scale(0.7);
    	transform-origin: top left;
	}
	.ham-map .search_hosoku dt {
		font-size: 1.2em;
	}
	.menu-sp .japan_map .area_btn-normal,
	.menu-sp .ham-map .area_btn {
		padding: 4px 10px;
        line-height: 1.5em !important;
		border: 2px solid #111 !important;
	}
}
/*END ハンバーガーメニュー内*/
/*--- footer ---*/
.fa-twitter {
	position: relative;
	display: block;
	width: 45px;
    height: 40px;
}
.fa-twitter:before {
    content: "" !important;
    display: block;
    width: 42%;
    height: 42% !important;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-image: url(/wp-content/themes/sango-theme-child/img/share-x.svg);
}
.sns-btn__item .fa-twitter {
	height: 35px;
}
.sns-btn__item .fa-twitter:before {
	background-image: url(/wp-content/themes/sango-theme-child/img/share-x-wh.svg);
}
.pc-result_footer {
  background: #939396;
  color: #fff;
}
.pc-result-footer_ul a {
    color: #fff;
    font-weight: 700;
}
.pc-result-footer_inner {
  width: 1200px;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}
.pc-result-footer_container {
	display: flex;
	justify-content: flex-start;
    align-items: center;
    padding: 30px 0 10px;
}
.pc-result-footer_detail {
  width: calc(100%/2.8);
}
.pc-result-footer_detail_top {
  display: flex;
  align-items: center;
}
.footer_logo_img {
  width: 204px;
  padding-right: 20px;
  margin: 0;
}
.footer_logo_img img {
	width: 100%;
}
.pc-result-footer_detail_bottom {
  font-size: 1.1em;
  padding-top: 15px;
}
.pc-result-footer_desc {
    font-weight: bold;
    font-size: 1.1em;
	margin: 0;
}
.pc-result-footer_ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 10px;
}
.pc-result-footer_ul li {
  padding-right: 15px;
  padding-bottom: 2px;
	font-size: 1.1em;
}
.pc-result-footer_ul li:last-child {
    display: block;
    width: 77%;
}
.pc-result-footer_detail_top a {
    margin-right: 10px;
}
.pc-result-footer_detail_top i {
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  font-size: 1.5em;
	width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc-result_footer-line {
	position: relative;
}
.pc-result_footer-line:before {
	content: "";
    display: block;
    width: 55%;
    height: 55% !important;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	background-image: url(/wp-content/themes/sango-theme-child/img/top/share-line.svg);
}
.pc-result-footer_ul li a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-weight: 800;
  color: #fff;
  margin-right: 5px;
}
.copyright {
    color: #EAEAEA !important;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
	margin: 16px 0 0;
}
@media screen and (max-width: 1200px) {
  .pc-result-footer_inner {
    width: 90%;
  }
}
@media screen and (min-width: 1025px) {
	.pc-result_none1200 {
		display: none;
	}
}
@media screen and (max-width: 820px) {
  .pc-result-footer_container {
    align-items: flex-start;
    flex-direction: column;
    padding: 30px 0 0;
  }
  .pc-result-footer_detail {
    padding-bottom: 10px;
  }
	.copyright {
		padding: 10px 0;
    	margin: 9px 0 0;
		font-size: 10px;
	}
	.pc-result-footer_ul {
		padding-left: 0;
	}
  .pc-result-footer_detail_bottom {
    font-size: 1.3em;
    padding-top: 4px;
    font-weight: 700;
  }
	.pc-result-footer_detail {
		width: 100%;
	}
	.footer_logo_img {
		width: 40%;
	}
  .pc-result_none1200 {
	  display: none;
  }
}
@media screen and (max-width: 600px) {
  .pc-result-footer_detail_bottom {
    font-size: 1em;
    margin-top: 0;
  }
}
@media screen and (max-width: 414px) {
	.pc-result-footer_inner {
		width: 100%;
    	padding: 0 25px;
	}
  .footer_logo_img {
    width: 50%;
  }
  .pc-result-footer_detail_bottom {
    font-size: 0.8em;
	  margin-bottom: 0;
	  letter-spacing: 0.5px;
	  padding-bottom: 0;
  }
  .pc-result-footer_ul li {
    font-size: 0.8em;
	   padding-bottom: 0;
  }
	.pc-result_hair-slider_nm img {
		width: 21px;
		height: 21px;
		margin-right: 3px;
	}
	.footer_logo_img {
		width: 64%;
		padding-bottom: 4px;
	}
	.pc-result-footer_detail_top i {
		width: 30px;
		height: 30px;
		font-size: 1em;
	}
	.pc-result-footer_ul li:nth-child(3) {
		margin-right: 110px;
	}
}
@media screen and (max-width: 376px) {
	.pc-result-footer_ul li {
		padding-right: 11px;
		padding-bottom: 0;
		margin-bottom: -3px;
		font-size: 0.8em;
	}
	.pc-result_common-h2:after {
		width: 96.5%;
	}
	.pc-result_common_inner {
    	padding: 70px 40px 30px;
	}
	.pc-result_fv-img {
		padding: 25px 0 45px;
		width: 80%;
	}
/* 	.pc-result_puchi-cosume .pc-result_common_inner, .pc-result_depa-cosume .pc-result_common_inner {
		padding: 70px 40px;
	} */
	.pc-result_share .pc-result_common_inner {
		padding: 70px 40px 50px;
	}
	.pc-result_line .pc-result_common_inner {
		padding: 70px 40px 50px;
	}
	.pc-result-footer_inner {
		padding: 0 35px;
	}
	.footer_logo_img {
		padding-right: 15px;
	}
	.pc-result-footer_detail_top i {
		font-size: 1.3em;
	}
	.pc-result-footer_ul li {
		 padding-right: 12px;
	}
}
@media screen and (max-width: 376px) and (max-height: 600px) {
	.pc-result_fv-img {
		width: 76%;
    	padding: 15px 0 20px;
	}
	.pc-result_fv_arrow {
    	margin-top: 50px !important;
	}
	.pc-result_main-tit span {
		margin-bottom: -10px !important;
	}
	.pc-result_main-tit_h1 {
		font-size: 3.3em !important;
	}
	.pc-result_sub-tit {
		font-size: 1.8em;
	}
	.pc-result_fv_arrow {
		width: 35px;
    	height: 35px;
	}
	.pc-result_fv_arrow::before {
		width: 35px;
    	height: 35px;
	}
}
/*--- END footer ---*/
/*----- END 初期設定 -----*/
/*----- 投稿ページ -----*/
.entry-content {
	position: relative;
}
.single-update {
    position: absolute !important;
    right: 15px;
	top: 5px;
    display: inline-block;
    font-weight: 600;

	color: #aaa;
}
.widget_text.sponsored {
    display: none;
}
input#wp-block-search__input-4 {
    border-radius: 50px;
    border: none;
}
input#wp-block-search__input-4::placeholder {
    font-weight: 600;
}
button.wp-block-search__button {
    background-color: transparent !important;
	border: none !important;
}
button.wp-block-search__button::before {
    color: #aaa !important;
}
.sidebar .widget {
	border: none !important;
}
#toc-widget-4 {
    background: transparent;
}
#block-2 {
    margin-bottom: 0;
}
#notfix {
	padding-top: 27px;
}
#toc-widget-4 .toc_widget_list {
    max-height: 380px;
    overflow-y: scroll;
	border-top: solid #a3a3a3 1px;
	padding: 13px 17px;
	font-size: 0.9em;
	text-decoration: underline;
}
.widget ul li a {
	color: #222;
}
.fixed-sidebar .toc_widget_list a {
	padding: 0 5px 1px 7px;
	font-weight: bold;
	font-size: 0.9em;
}
.fixed-sidebar .toc_widget_list ul li a {
	font-size: 0.8em;
}
#toc-widget-4 .toc_widget_list > li {
	list-style: decimal;
    color: #333;
}
#toc-widget-4 .widgettitle {
    background: transparent;
    color: #333;
    font-style: italic;
    font-weight: 900;
    font-size: 37px;
	padding: 12px 0 18px 0;
    line-height: 0.5em;
	font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: italic;
}
/* h4.widgettitle.has-fa-before:before {
    content: "";
    display: inline-block;
    background: url(/wp-content/themes/sango-theme-child/img/side-toc.png);
    width: 50%;
    height: 37px;
    background-size: contain;
    background-repeat: no-repeat;
	margin-bottom: -2px;
} */
.widgettitle:after {
    content: "飛べる目次";
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    padding-left: 8px;
	-webkit-text-stroke: 0.2px #333;
    text-stroke: 0.2px #333;
}
.single #breadcrumb, .page #breadcrumb {
	font-weight: bold;
    font-size: 0.9em;
}
#fixed_sidebar > * {
    padding-bottom: 20px;
	margin-bottom: 0;
}
@media screen and (min-width: 769px) {
	main#main {
		width: 66%;
		padding-right: 2em;
	}
	div#sidebar1 {
		width: 34%;
	}
}
@media screen and  (max-width: 768px) {
	div#sidebar1 {
		display: none;
	}
}
.entry-content > * {
    position: relative;
    z-index: 2;
}
#entry {
    margin: 0;
}
#content {
    padding-bottom: 0;
}
.keiko_yellow {
    background: linear-gradient(transparent 50%, rgb(255 8 0 / 24%) 50%);
}
.faceicon img {
	border: none;
}
.entry-meta.vcard {
    display: none;
}
.i4ewOd-pzNkMb-haAclf {
	display: none !important;
}
.fa4 .fa, .fa4 .fas {
    font-weight: 900;
}
.entry-content > p {
  line-height: 1.68;
}
.entry-content p {
    margin: 0 0 0.7em !important;
}
p.img-inner {
    margin: 0 !important;
}
.say p.img-inner {
	margin: 0 !important;
}
.entry-content th {
	padding: 5px 7px 4px;
}

.entry-content td {
	padding: 2px 7px 1px;
}
.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;
}
.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-h {
    margin-bottom: -2px;
}
@media screen and (max-width: 767px) {
    h2 span, h3 span {
        padding-top: 62px;
        margin-top: -62px;
    }
}
@media screen and (min-width: 1024px) {
	.faceicon {
        width: 115px;
    }
}
/*--- 見出し ---*/
h1 {
    font-size: 1.2em !important;
}
.entry-content h2 {
    border-left: 5px solid #111 !important;
	font-weight: bold;
    font-size: 1.20em;
    border-bottom: 3px solid #d7d7d7;
    padding-bottom: 5px;
    border-left: 5px solid #202121;
    padding: 3px 8px 3px 8px;
    background: #f4f4f4;
	margin: 2em 0 0.7em;
	position: relative;
	z-index: 1;
}
.entry-content h3 {
    position: relative;
    z-index: 1;
}
.entry-content h3 {
	padding: 0 0 0 0.6em !important;
    border-left: none !important;
    font-size: 1.1em;
    position: relative;
	margin: 1.8em 0 0.7em !important;
	line-height: 1.2;
}
.entry-content h3:before {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(5%);
    content: "";
    width: 5px;
    height: 90%;
    display: block;
    background-color: #111;
    border-radius: 1.5px;
    line-height: 1.6;
}
/*--- END 見出し ---*/
.single-title, .page-title {
    margin: 3px 0 0;
	line-height: 1.4em;
}
.entry-meta {
    margin: 10px 0 0;
}
.post-thumbnail {
    margin: 10px 0 0;
}
.article-header {
    margin-bottom: 3px;
}
#toc_tit {
    padding-top: 62px;
    margin-top: -62px;
}
.footer-meta {
    display: none;
}
@media only screen and (min-width: 1030px) {
	.article-header {
		padding: 20px 0 0;
	}
	.entry-content {
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (min-width: 769px){
	.wrap, .maximg, .single #inner-content, .page #inner-content, .inner-footer {
		width: 897px !important;
	}
	#inner-header {
		width: 897px !important;
	}
	.pc-result-footer_inner {
		width: 897px !important;
	}
	main#main {
		width: 56%;
        padding-right: 0;
		padding-top: 62px;
	}
	.home main#main {
		width: 100%;
		padding-right: 0;
	}
	#fixed_sidebar {
		top: 87px !important;
	}
	div#sidebar1 {
		width: 29.63%;
        margin-left: 3.5%;
	}
	.widget ul li {
		border-bottom: none;
	}
	.fa5 .widget ul li ul li a:before {
		display: none;
	}
	.widget ul li:last-child {
		border-bottom: none;
	}
}
@media screen and (max-width: 414px) {
	.single-title, .page-title {
		font-size: 16px !important;
	}
	.single-header_inner {
		padding: 0 14px 0 15px;
	}
	.single-title,
	.page-title {
		padding: 0;
		display: inline;
		margin-left: -9px !important;
	}
	.page-id-13 .page-title,
	.page-id-1961 .page-title,
	.page-id-1956 .page-title,
	.page-id-17 .page-title,
	.page-id-3 .page-title {
		padding: 0;
        display: block;
        margin-left: 0;
	}
}
/*--- 目次 ---*/
#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,
#toc_container.toc_4-open .toc_list li:first-child ul,
#toc_container.toc_4-open .toc_list li:nth-child(2) ul, 
#toc_container.toc_4-open .toc_list li:nth-child(3) ul,
#toc_container.toc_4-open .toc_list li:nth-child(4) 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 目次に戻るボタン ---*/
/*--- 記事下記事 ---*/
.related-posts.type_c ul {
    padding: 0;
	margin: 0;
}
#main .h-undeline {
    padding: 5px 13px 3px 39px;
    text-align: left;
	background: #222;
    color: #fff;
    border-radius: 3px;
    margin: 0 0 5px 0;
	position: relative;
}
.related_title:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 21%;
	left: 11px;
    border-radius: 50px;
    background-image: url(/wp-content/themes/sango-theme-child/img/top/kiji_bookmark.svg);
    background-repeat: no-repeat;
    background-size: 9px;
    background-position: center;
    background-color: #fff;
	
}
.popular_title:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 21%;
	left: 11px;
    border-radius: 50px;
    background-image: url(/wp-content/themes/sango-theme-child/img/top/kiji_crown.svg);
    background-repeat: no-repeat;
    background-size: 13px;
    background-position: center;
    background-color: #fff;
}
.osusume_title:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    position: absolute;
    top: 21%;
	left: 11px;
    border-radius: 50px;
    background-image: url(/wp-content/themes/sango-theme-child/img/top/kiji_star.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    background-color: #fff;
}
.related-posts.type_c li {
    padding: 7px 0;
}
.widget_text.sponsored {
    position: relative;
    z-index: 9;
}
.my-widget li a .my-widget__img {
	height: auto;
}
.related-posts.type_c {
    padding-bottom: 7px;
}
.related-posts.type_c .rlmg {
	padding-bottom: 0;
}
.rlmg img {
	position: relative;
}
@media screen and (min-width: 769px) {
	#main .h-undeline {;
		margin: 0 0 5px 0;
	}
}
.footer-contents {
    padding: 0;
	display: none;
}
.copy-link {
	position: relative;	
}
.copy-url_success-msg {
	display: none;
    position: absolute;
    z-index: 90;
    width: 110px;
    line-height: 30px;
    background-color: #dfdfdf;
    color: #525151;
    bottom: -34px;
    right: -5px;
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
    border-radius: 2px;
}
.sidebar .wp-block-search .wp-block-search__input {
	border: solid 1.5px #efefef;
}
@media only screen and (min-width: 1030px) {
	.related-posts.type_c li, .related-posts.type_c li:nth-child(3n + 2) {
		padding: 10px 0;
	}
}
@media screen and (max-width: 768px) {
	.footer-contents {
		padding: 0 20px;
	}
	.single .footer-contents {
		padding: 0 15px;
	}
	#main .h-undeline:after {
    	width: 30%;
	}
	.related-posts.type_c li {
		padding: 10px 0;
	}
}
@media screen and (max-width: 540px) {
	#breadcrumb {
		padding: 5px 20px;
	}
	.single #breadcrumb {
		padding: 5px 15px;
	}
}
/*--- 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;
}

.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;
/* 	font-family: 'Khand', 'Zen Kaku Gothic New', sans-serif; */
}
.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;
}
.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;
}
/* .author-span:before {
	content: attr(data-split);
    color: #222;
    position: absolute;
    top: -2px;
    left: 0;
    overflow: hidden;
    font-weight: 700;
    z-index: 2;
	animation: flow-word 3s ease-in-out infinite;
} */
@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-family: 'Khand', 'Zen Kaku Gothic New', sans-serif; */
    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;
        }
}
/* きらボタン */
.kira-btn{
  text-align: center;
	margin-top: 20px;
	width: 100%;
}
.kira-btn a{
    display: block;
    padding: 0.75em 4em;
    background: #222;
    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 3s ease-in-out infinite;
}
@keyframes reflect{
  0%,30%{
    transform: rotate(45deg) scale(0);
    opacity: 1;
  }
  100%{
    transform: rotate(45deg) scale(100);
    opacity: 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;
}
.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 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;
}
.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: 5px 5px 0 0;
}
.tab_item:last-of-type {
    margin-right: 0;
}
.tab_content {
  display: none;
  padding: 20px 0 0;
  clear: both;
  overflow: hidden;
  border: solid 2px #c2c1c1;
  border-radius: 0 0 5px 5px;
  letter-spacing: 0.5px;
}
.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;
}
.counseling-table {
    margin: 0 !important;
    border: none !important;
	line-height: 1.4em;
}
.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;
}
.tab_content p {
    margin: 0;
    background: #222;
    color: #fff;
    font-size: 10px;
    border-radius: 4px;
    padding: 0 10px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
}
.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;
}
.toggle_tab {		/*タイトル*/
	padding: 0.3em 1em;
	display: block;
	color: #fff;
	background: #000;
    border-radius: 5px;
}
.toggle_tab::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_tab,
.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_tab.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%;
}
.tab03_content .counseling-table th {
	width: 14%;
}
@media screen and (max-width: 414px) {
	.counseling-table th {
		width: 27%;
	}
	.tab03_content .counseling-table th {
		width: 32%;
	}
}
@media screen and (max-width: 375px) {
	.counseling-table th {
		width: 26%;
	}
	.tab03_content .counseling-table th {
		width: 31%;
	}
}
/*-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);
}
/*メモ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/images/eva-star.svg);
    mask-image: url(/wp-content/themes/sango-theme-child/images/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/images/eva-star.svg);
    mask-image: url(/wp-content/themes/sango-theme-child/images/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;
}
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 5px !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 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/images/eva-star.svg);
    mask-image: url(/wp-content/themes/sango-theme-child/images/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: 12px;
    text-align: left;
}
.intro_box a {
    margin: 8px 0 5px;
}
.intro_box p.img-inner {
    margin: 0 !important;
}
/*スライダー*/
.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;
}
.shohin-img_box p.img-inner {
    margin: 0 !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:before {
    position: absolute;
    content: "";
    width: 95%;
    height: 7px;
    display: block;
    top: -7px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
} */
.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 !important;
	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: 1.3em;
	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 {
	font-weight: bold;
    padding-top: 6px;
    padding-left: 13px;
    display: block;
    position: relative;
}
.kanshu_box-bottom 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: -5px;
    right: 5px;
    font-size: 20px;
	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: 8px 5px 15px 15px;
        }
		.kanshu_detail {
			margin: 0;
			overflow: hidden;
			height: 53px;
			margin-top: 4px;
		}
        .kanshu_left {
            width: calc(100% / 6.5);
			padding-right: 0;
			padding-top: 2px;
        }
        .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;
			margin: 0 !important;
        }
	.kanshu_box p.img-inner {
		margin: 0 !important;
	}
        .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: 94;
}
.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 !important;
    padding: 0;
    font-weight: bold;
	display: flex;
	justify-content: space-between;
	font-size: 13px !important;
}
.japan_map .area_btn-normal a {
	color: #111 !important;
}
@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%;
	}
}
@media screen and (min-width: 765px) {
	.single #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: 0;
	}
	.home #content {
		background-image: initial;
	}
	#entry {
		background-color: transparent;
	}
}
/*PCハンバーガー内の地図*/
.ham-map {
	width: 60%;
}
h2.ham-map-h2 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.6em;
	text-align: left;
}
.ham-map img {
	width: 100% !important;
    height: 100% !important;
}
.ham-map .area_btn-normal {
    line-height: 1.8em;
    font-size: 1em;
	border: 3px solid #111;
}
.ham-map .area_btn {
	color: #111;
	line-height: 1.8em;
    font-size: 1em;
	border: 3px solid #111;
}
.ham-map .area1 {
    top: 5% !important;
    right: 14% !important;
}
.ham-map .area10 {
    right: 0 !important;
}
.ham-map .area2 {
    top: 64% !important;
}
.ham-map .area3 {
    top: 49% !important;
    right: 24% !important;
}
.ham-map .area5 {
    left: 27% !important;
    top: 51% !important;
}
.ham-map .area6 {
    bottom: 26% !important;
    left: 3% !important;
}
.ham-map .area11 {
    bottom: 6% !important;
    left: -2% !important;
}
.ham-map .area26 {
    bottom: 7% !important;
    left: 31% !important;
}
.ham-map .area_btn.area8 {
    bottom: 11% !important;
}
.japan_map_overlay-header {
	z-index: 99;
}
.japan_map_overlay-header .area_overlay {
	z-index: 100;
}
.japan_map_overlay-header .pref_small_div {
	z-index: 101;
	width: 42%;
}
.area_btn-normal a {
    position: initial !important;
}
.ham-map .search_hosoku {
    width: 300px;
}
.ham-map .search_hosoku dt {
    color: #fff;
    font-size: 0.9em;
}
.ham-map .search_hosoku dd {
    color: #111;
    width: 100%;
}
.ham-map .search_hosoku dd p {
    font-size: 16px !important;
    width: 86%;
    line-height: 2.5em;
}
@media screen and (max-width: 450px) {
	.japan_map_overlay-header .pref_small_div {
		width: 80%;
	}
}
/*----- END 投稿ページ -----*/
/*----- アーカイブページ　カード -----*/
@media screen and (max-width: 414px) {
	.search-title {
    	margin: 1em 0;
		padding-top: 1.2em;
	}
	.sidelong {
		display: block;
	}
	.sidelong__article {
		margin: 0 0 10px;
	}
	.sidelong__img {
    	width: 39%;
		height: auto;
	}
	.sidelong h2 {
		font-size: 14px;
	}
	.search-title {
		padding-top: 0;
	}
}
/*----- END アーカイブページ　カード -----*/