@charset "UTF-8";

/* pc
----------------------------------------------------------- */
.inner_editor p {
    margin-bottom: 1em;
    line-height: 1.8em;
}
.inner_editor p img{
    margin-bottom:1rem;
}
p.date {
    margin-bottom: 0;
}
.blog-img {
    max-width: 580px;
    margin-bottom: 30px;
}
.blog-img img {
    max-width: 100%;
}
.blog-text {
    margin-bottom: 30px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}
.editor #ez-toc-container li::before {
    display: none;
}
.interview {
    border: solid 2px #cecece;
	padding:30px 50px;
	margin-bottom: 30px;
}
.interview-left {
    margin-right: 40px;
}
.interview-title {
	font-size:18px;
	font-weight: bold;
	color:#ff5543;
	margin-bottom: 0.8em;
}
.inner_editor p.interview-title {
	margin-bottom: 0.8em;
}
.list-1 {
	font-weight:bold;
	margin-bottom: 0.5em;
}
.list-2 {
	line-height: 1.7em;
	
}
.interview-img img {
	max-width:116px;
	max-height:126px;
}
#ez-toc-container {
    width: 100% !important;
    border: solid 4px #cecece !important;
	padding:30px 50px !important;
	margin-bottom: 40px !important;
}
.ez-toc-title {
    font-size: 18px !important;
    font-weight: bold !important;
    text-align: center !important;
    line-height: 1em !important;
    margin-bottom: 25px !important;
    display: block !important;
}
.ez-toc-title::before {
    content:"";
    background-image: url("../images_renewal/blog-detail/mokuji.png");
    background-size: contain;
    width: 24px;
    height: 16px;
    margin-right: 10px;
    padding-top: 4px;
    display: inline-block;
    vertical-align: bottom;
}
#ez-toc-container li {
	font-weight: bold !important;
	margin-bottom:0.5em !important;
}
.cate {
    display: inline-block;
    margin-right: 1em;
    width: auto;
}

.date {
    margin-right: 2em;
}

.cate_date {
	margin-bottom: 1em;
}

.title_wrap {
    padding: 0 0 10px 0;
    border-bottom: solid 1px #7babdb;
}

.title_wrap h1 {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    line-height: 1.7em;
    letter-spacing: 0.05em;
}
.editor {
    padding: 25px 0 50px 0;
    border-bottom: solid 2px #efefef;
    margin-bottom: 30px;
}
.inner_editor h2 {
    font-size: 20px;
    font-weight: bold;
    padding: 0.75em 1em 0.75em 1.25em;
    margin: 70px 0 30px 0;
    background: rgba(255,225,83,0.14);
    position: relative;
    line-height: 1.5em;
    letter-spacing: 0.05em;
}
.inner_editor h2::before {
    content: "";
    display: inline-block;
    background: #ffe153;
    width: 6px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.inner_editor h3 {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    padding: 0 1em 1em 0.5em;
    margin-bottom: 1em;
    position: relative;
     line-height: 1.7em; 
    letter-spacing: 0.05em;
}
.inner_editor h3::after {
    content: "";
    display: inline-block;
    background: #7babdb;
    width: 88px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.inner_editor h3::before {
    content: "";
    display: inline-block;
    background: #d2e7f9;
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.inner_editor h4 {
    font-size: 18px;
    font-weight: 700;
    color: #5094d4;
    margin-bottom: 0.5em;
    letter-spacing: 0.2em;
    position: relative;
    line-height: 1.5em;
}
.li-design {
	font-weight: bold;
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 0.5em 0;
}
.li-design::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4.5px;
    left: 0;
    background: #fc5151;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.li-check {
	font-weight: bold;
    position: relative;
    padding: 0 0 0 30px;
    margin: 0 0 0.5em 0;	
}
.li-check::before {
    content: "";
	background:url("../images_renewal/common/check.png");
	background-size: contain;
	background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    top: 4.5px;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.lists {
	margin-bottom:30px;
}
.matome,.point {
	font-weight: bold;
	border-radius: 10px;
	padding:1.5em 2.5em 1.5em 5em;
	position: relative;
	margin-bottom: 30px;
}
.matome {
	background:rgba(252,82,72,0.08);
}
.point {
	background:rgba(225,255,83,0.1);
}
.matome .blog-text,.point .blog-text {
	line-height: 2em;
	margin-bottom: 0;
}
.matome::after {
    content: "";
	background:url("../images_renewal/common/check.png");
	background-size: contain;
	background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 1.5em;
    width: 34px;
    height: 34px;
    border-radius: 50%;	
}
.point::after {
    content: "";
	background:url("../images_renewal/common/point.png");
	background-size: contain;
	background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
	top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 1.8em;
    width: 27px;
    height: 39px;
    border-radius: 50%;	
}
.blog-red-under {
	background:linear-gradient(transparent 60%, rgba(255,85,67,0.25) 60%);
	font-weight: bold;
}
.blog-yellow-under {
	background:linear-gradient(transparent 60%, #ffeea9 60%);
	font-weight: bold;
}
.blog-blue-under {
	background:linear-gradient(transparent 60%, rgba(123,171,219,0.3) 60%);
	font-weight: bold;
}
.kaiwa {
    padding: 1em 0 1em 0;
}
.kaiwa-img-wrap img {
	width:61px;
	height:61px;
	border:solid 1px #707070;
	border-radius: 50%
}
.kaiwa-img-wrap {
	margin-right: 2em;
}
.kaiwa-caption {
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.3em;
    padding-top: 0.2em;
}
.kaiwa-text-wrap {
    background: #f4f4f4;
    border: solid 1px #e0e0e0;
    border-radius: 10px;
    padding: 1em 1.5em;
    margin: 2px 0 25px 0 !important;
    position: relative;
    font-weight: bold;
}
.kaiwa-text-wrap:after {
    content: "";
    position: absolute;
    top: 30px;
    left: -10px;
    margin-top: -10px;
    display: block;
    width: 0;
    height: 0;
}
.kaiwa-text-wrap::before {
    content: "";
    position: absolute;
    top: 30px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    margin-top: -12px;
    left: -12px;
    border-width: 12px 12px 12px 0;
    border-color: transparent #e0e0e0 transparent transparent;
}
.kaiwa-text-wrap::after {
    left: -10px;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f4f4f4 transparent transparent;
}
.blog-green {
	color:#52b25b;
	font-weight:bold;
}
.blog-in-img-right img,.blog-in-img-left img {
	min-width:240px;
    max-width: 100%;
}
.blog-in-img-right div{
	margin-left: 1em;
}
.blog-in-img-left div{
	margin-right: 1em;
}

/*内部リンク*/
.link-box {
    padding: 1em 0;
    border: solid 1px #cecece;
    padding: 30px 30px 14px 35px;
    margin-bottom: 30px;
}
.kanren-img {
	width:200px;
	height:124px;
    margin-right: 25px;
    overflow: hidden;
    border-radius: 10px;
}
.kanren-img img {
    object-fit: cover;
    transition: 0.5s all;
	width:100%;
	height:100%;
    margin-right: 15px;
}
.kanren-img img:hover {
  transform:scale(1.2,1.2);
  transition:0.5s all;
} 

/* 共通：横並びの基礎 */
.link-box{
  display:flex;
  align-items:center;
  gap:16px;
}

.link-box-title {
    letter-spacing: initial;
    font-weight: bold;
    line-height: 1.7em;
}

/* 画像カラム：PC時は幅上限を与える */
.link-box .link-box-img{
  flex:0 0 360px;     /* お好みで 280–360px 等に調整可 */
  max-width:360px;
}

/* WP既定の画像マージンを無効化（このボックス内限定） */
.link-box .link-box-img img{
  display:block;
  width:100%;
  height:auto;
  margin:0 !important;           /* ← 余白の主犯（.alignnone の下マージン）を潰す */
}
.link-box .link-box-img p{       /* 万一<p>ラップがある場合も下マージンをゼロに */
  margin:0 !important;
}

/* テキスト側は残り幅を使う＋折返し可能に */
.link-box .link-box-text{
  flex:1;
  min-width:0;                   /* これが無いとテキストが消えたように見えることがある */
}

/* “2行制限”や高さ固定の影響をオフに（全文表示したい場合） */
.link-box .link-box-text .cont{
  overflow:visible !important;
  width:auto !important;
  max-width:100% !important;
}
.link-box .link-box-text .height{
  height:auto !important;
}

/* スマホは縦積み */
@media (max-width: 767px){
  .link-box{ flex-direction:column; align-items:stretch; }
  .link-box .link-box-img{ flex:0 0 auto; max-width:100%; }
}

.kanren {
	font-weight:bold;
	color:#7babdb;
	margin-bottom: 0.5em;
	position: relative;
	padding-left: 2em;
}
.kanren::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 0;
    background: url("../images_renewal/blog-detail/note.png");
	background-size: contain;
	background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.author-title {
	background:#707070;
	border-top-left:15px;
	color: #fff;
	font-weight: bold;
	padding:0.5em 1em 0.5em 3em;
	border-radius: 5px 5px 0 0;
	width:228px;
	position: relative;
}
.author-title::before {
    content: "";
    display: block;
    background: url("../images_renewal/blog-detail/pen.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    left: 16px;
    top: 8px;
}
.inner_editor p.author-title {
    margin-bottom: 0rem;
}
.author-box {
    padding: 30px 40px;
    border: solid 1px #707070;
	border-radius: 0 5px 5px 5px;
}
.author-name {
	font-weight: bold;
	margin-bottom: 0.5em;
}
.author-text {
	line-height: 1.7em;
}
.author-img {
	margin-right: 20px;
}
.author-img img {
	max-width:98px;
	max-height:98px;
	border: solid 1px #707070;
    border-radius: 50%;
}
.pager {
    position: relative;
    letter-spacing: 0.1em;
    width: 560px;
    margin: 0 auto;
}
.before,.after {
    position: absolute;
}
.before {
    left: 0;
    top: 0;
}
.after {
    right: 0;
    top: 0;
}
.tolist {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.footer-contact .title_wrap {
	border:none;
}
.author-wrap {
    margin-top: 2em;
}
.editor a {
	color:#1f6cb9;
	dislay:inline-block;
	border-bottom:solid 1px #1f6cb9;

}
#ez-toc-container a {
    border: none;
}

/********************************************
 768px以下に適用されるCSS（スマートフォン用）
********************************************/

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

.mv {
    margin: 19vw auto 11.25vw auto;
}
.cate {
    display: inline-block;
    margin-right: 1em;
    min-width: inherit;
    width: auto;
}
.date {
    margin-right: 0;
    text-align: left;
}
.cate_date {
	margin-bottom: 0.5em;
}
.editor {
    padding: 5vw 0 8vw 0;
    margin-bottom: 4vw;
}
.title_wrap h1 {
    font-size: 4.4vw;
    line-height: 1.4em;
}
.title_wrap .cont {
    line-height: 1.5em;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
/* .title_wrap {
    margin-bottom: 0vw;
} */
.interview {
    padding: 5vw;
    margin-bottom: 8vw;
}
.interview-left {
    margin-right: 0;
}
.interview-title {
    font-size: 4vw;
	text-align: center;
    margin-bottom: 0.5em;
}
.interview-img {
	text-align: center;
}
.interview-img img {
    width: 20vw;
    height: auto;
}
.list-2 {
    line-height: 1.7em;
    margin-bottom: 1em;
}
.ez-toc-title::before {
    width: 5vw;
    /* height: auto; */
    margin-right: 3vw;
    padding-top: 0vw;
}
#ez-toc-container {
    border: solid 1vw #cecece !important;
    padding: 7vw 5vw !important;
    margin-bottom: 8vw !important;
}
.inner_editor h2 {
    font-size: 4.2vw;
    margin: 8vw 0 5vw 0;
    letter-spacing: 0.1em;
    position: relative;
}
.inner_editor h2 {
    padding: 0.75em 1em 0.75em 1.4em;
}
.inner_editor h2::before {
    width: 1.75vw;
}
.inner_editor h3 {
    font-size: 4vw;
    margin-bottom: 5vw;
}
.inner_editor h3::after {
    width: 14vw;
    height: 0.6vw;
}
.inner_editor h3::before {
    width: 100%;
    height: 0.6vw;
}
.inner_editor h4 {
    font-size: 4vw;
    margin-bottom: 5vw;
}
.li-design::before {
    top: 1vw;
    left: 0;
    width: 4vw;
    height: 4vw;
}
.lists {
    margin-bottom: 8vw;
}
.li-check::before {
    top: 0.5vw;
    left: 0;
    width: 5vw;
    height: 5vw;
}
.blog-text {
    margin-bottom: 8vw;
}
.blog-in-img-right {
	margin-left: 0em;
	margin-bottom: 1em;
}
.blog-in-img-left {
	margin-right: 0em;
	margin-bottom: 1em;
}
.matome, .point {
    border-radius: 4vw;
    padding: 1em 1.5em 1em 4.5em;
    margin-bottom: 8vw;
}
.matome::after {
    width: 8vw;
    height: 8vw;
	left:1.2em;
}
.point::after {
    width: 8vw;
    height: 10vw;
	left:1.5em;
}
.kaiwa-img-wrap img {
    width: 16vw;
    height: 16vw;
}
.kaiwa-text-wrap {
    border-radius: 3vw;
    padding: 1em 1em;
    margin: 0;
}
.kaiwa {
    padding: 1vw 0;
}
.kaiwa-caption {
    font-size: 3vw;
}
.link-box {
    padding: 1em 0;
    padding: 5vw;
    margin-bottom: 5vw;
}
.kanren-img {
    width: 30vw;
    height: auto;
    margin-right: 4vw;
    border-radius: 2vw;
}	
.kanren::before {
    top: 0.5vw;
    left: 0;
    width: 5vw;
    height: 5vw;
}
.link-box-text .cont {
    width: 100%;
}
.author-title {
    padding: 0.5em 1em 0.5em 3em;
    border-radius: 2vw 2vw 0 0;
    width: 53vw;
}
.author-title::before {
    width: 5vw;
    height: 5vw;
    left: 4vw;
    top: 2vw;
}
.author-box {
    padding: 4vw;
    border-radius: 0 2vw 2vw 2vw;
	align-items: normal;
}
.author-img {
    margin-right: 4vw;
}
.author-img img {
    max-width: 20vw;
    max-height: 20vw;
}
.kaiwa-text-wrap:after {
    top: 8vw;
    left: -10px;
    margin-top: -2.9vw;
    left: -3vw;
    border-width: 3vw 3vw 3vw 0;
}
.pager {
    position: relative;
    margin-bottom: 20vw;
    font-size: 3.5vw;
	width:100%;
}

.before,.after {
    position: absolute;
}

.before {
    left: 0;
    top: 0;
}

.after {
    right: 0;
    top: 0;
}

.tolist {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

	
#ez-toc-container nav{
    background:none;
    position: unset;
    width: 100%;
    -webkit-backdrop-filter: none;
    backdrop-filter: unset;
    height: 100%;
    z-index: 300;
    text-align: left;
    margin-top: 0;
    overflow-y: unset;
}

.new_list .flex_all{
    display:-webkit-box;
}
.newtitle_wrap .cont {
    width: 42vw;
}
.title_wrap {
    padding: 0 0 2vw 0;
}
.title_wrap {
    margin-bottom: 0vw;
}


}





.interview-right p{
    margin-bottom:0;
}
.interview-right p img{
    margin-bottom:0;
}
.author-box p {
    margin-bottom:0;
}
.author-box p img{
    margin-bottom:0;
}
.kaiwa p {
    margin-bottom:0;
}
.kaiwa p img{
    margin-bottom:0;
}
.new_list p{
    margin-bottom:0;
}
.new_list p img{
    margin-bottom:0;
}

.contact-title::before{
    content:none;
}