@charset "utf-8";

/*
Theme Name: ZENクリニック
Description:ZENクリニック CSサイト
Author: ZENクリニック
Author URI: https://zenclinic.jp/
Version: 1.0
*/
#footer_fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}
#footer_fixed .footer_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    padding: 4px;
}
.footer_btn_inner {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
#footer_fixed .footer_btn a{
   display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
		-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#footer_fixed .footer_btn a span {
    display: flex;
    align-items: center;
    text-align: center;
color: #f7f7f7;
    text-shadow: none;
}
@keyframes anime1 {
  from {
    transform: scale(0.9,0.9);
  }
  to {
    transform: scale(1,1);
  }
}
@keyframes reflection{
0% {
    transform: scale(0) rotate(
45deg
);
    opacity: 0;
}
80% {
    transform: scale(0) rotate(
45deg
);
    opacity: .5;
}
81% {
    transform: scale(4) rotate(
45deg
);
    opacity: 1;
}
100% {
    transform: scale(50) rotate(
45deg
);
    opacity: 0;
}
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
animation-name: pulse;

  -webkit-animation: pulse 2s ease 0s infinite normal;
  animation: pulse 2s ease 0s infinite normal;
}
.btn-bg {
position: absolute;
    overflow: hidden;
    top: 3%;
    left: 0%;
    right: 0;
    bottom: 7%;
    border-radius: 10px;
}
.reflection {
    height: 100%;
    width: 50px;
    position: absolute;
    top: -40px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transform: rotate(45deg);
    animation: reflection 2s ease-in-out infinite;
    -webkit-animation: reflection 2s ease-in-out infinite;
    -moz-animation: reflection 2s ease-in-out infinite;
    -ms-animation: reflection 2s ease-in-out infinite;
    -o-animation: reflection 2s ease-in-out infinite;
    overflow: hidden;
    border-radius: 10px;
}
.center {
    text-align: center;
}
/*ブログトップ*/
 .new_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	 -webkit-box-orient:horizontal;
	-webkit-box-direction:normal;
	-ms-flex-flow:row wrap;
	flex-flow:row wrap;
}
.new_post.single {
    margin: 30px 0 0;
}
.new_post .new_post_box {
    -ms-flex-preferred-size: 23%;
    flex-basis: 23%;
	margin:0 0 20px;
}
.new_post.single .new_post_box {
    -ms-flex-preferred-size: 29%;
    flex-basis: 29%;
}
.new_post .new_post_box a {
    color: #111111;
}
.new_post .new_post_box img {
    width: 100%;
    height: 150px;
    display: block;
    margin: 0 auto;
	height:auto;
}
.new_post .new_post_box .time {
    font-size: 85%;
	margin:0;
}
.new_post .new_post_box .title {
    font-weight: bold;
	margin:0;
}
/*ページネーション*/
.pagination {
    margin: 0 0 3em;
	   display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.pagination li{
	border: 1px solid #cfa972;
    border-left-width: 0;
}
.pagination li.current {
    background: #cfa972;
	color:#ffffff;
}
.pagination li:first-child {
    border-left: 1px solid #cfa972;
}
.pagination li.current  a{
		color:#ffffff;
}
.pagination span.page-numbers.current {
    background-color: #cfa972;
    color: #fff !important;
    cursor: default;
    pointer-events: none;
    font-weight: 300;
    padding-top: 1px;
    text-decoration: none;
    border: 1px solid #cfa972;
    border-left-width: 0;
    min-width: 44px;
    min-height: 44px;
    transition: .5s;
	display:block;
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none !important;
    align-items: center;
}
.pagination a {
    font-weight: 300;
    padding-top: 1px;
    text-decoration: none; 
    min-width: 44px;
    min-height: 44px;
    color: #cfa972;
    transition: .5s;
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none !important;
    align-items: center;
}

span.page-numbers.dots {
    display: none;
}
/*ブログ下層*/
.content_post_wrapper {
    width: 1000px;
    margin: 0 auto;
    display: flex
;
    justify-content: space-between;
}

.content_main_wrapper {
    width: 630px;
    padding: 10px;
}
.content_side_wrapper {
	width:360px;
    padding-left: 10px;
}
.breadcrumbList{
    display: flex;
}
.breadcrumbList_item {
    position: relative;
	margin-right: 1em;
	font-size: 1.2rem;
}
.breadcrumbList_item:after {
content: ">";
    position: absolute;
    right: -1em;
    top: 50%;
    margin: -10px 0 0;
}
.date {
    color: #a3a3a3;
    font-size: 1.4rem;
    display: flex;
    justify-content: end;
	text-align: right;
}
.date .time {
    padding-right: 1.0rem;
}
.author {
    text-align: right;
    font-size: 1.4rem;
}
.toc_link {
    margin: 0 0 2em;
}
#toc_container {
    width: 100%!important;
    border-color: #fc8585!important;
    background: #f9f9f9 !important;
    padding: 3%!important;
}
#toc_container p.toc_title{
	color: #fd8c8c;
}
#toc_container li{
	text-indent: -1em;
    padding-left: 1em !important;
}
#toc_container a {
    color:#111111;
}
#toc_container .toc_list li{
	font-weight: bold;
	margin: 0 0 1em;
}
#toc_container ul ul {
    margin-left: 0!important;
}
#toc_container .toc_list li ul li{
margin: 0.5em 0 0em;
    font-size: 0.95em;
    font-weight: normal;	
}
#toc_container .toc_number {
    padding-right: 2px;
    font-family: Quicksand, sans-serif;
    font-size: 1.1em;
    font-weight: bold;
}
/*中身*/
.content_post_wrapper h1.column_title {
    line-height: 1.5;
    font-size: 2.8rem;
}
.content_post_wrapper h2 {
    border-bottom: 3px solid #c1820f;

    font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
    font-size: 2.4rem;
    line-height: 1.5;
    margin: 1em 0 1em;
    padding: 0 0 0.5em;
}
.content_post_wrapper h3 {
    border-left: 5px solid #c1820f;
    font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
    font-size: 2.0rem;
    line-height: 1.5;
    margin: 1em 0 1em;
    padding: 0.3em 0 0.3em 0.7em;
}
.content_post_wrapper p {
    margin: 0 0 1em;
    line-height: 2;
}
.content_post_wrapper a{
	color: #1a0dab;
    text-decoration: none;
}
.content_post_wrapper a.line{
	text-decoration:underline;
	font-weight:bold;
}
.content_post_wrapper a.link_card_cv {
    text-decoration: underline;
}
.text_content p {
    margin: 0 0 1em;
}
.content_main_wrapper img {
    display: block;
    margin: 0 auto;
}
.related h4 {
    border-left: 5px solid #c1820f;
    font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 1em 0 1em;
    padding: 0.2em 0 0.2em 0.7em;
}
.related .colum_list {
    display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.related .colum_box {
    flex-basis:48%;
}
/*サイドバー*/
.content_side_wrapper{}
.content_side_wrapper h4 {
    border-left: 5px solid #c1820f;
    font-family: 游明朝, Yu Mincho, YuMincho, Hiragino Mincho Pro, serif;
    font-size: 1.8rem;
    line-height: 1.2;
    margin: 1em 0 1em;
    padding: 0.2em 0 0.2em 0.7em;
}
.single_wrapper .colum_box {
    margin: 0 0 20px;
}
.content_post_wrapper .colum_box {
    margin: 0 0 20px;
}
.content_post_wrapper .colum_box a {
    display: flex;
	color:#111111;
	font-weight:bold;
}
.content_post_wrapper .colum_box .img {
    flex-basis: 55%;
    margin: 0 10px 0 0;
}
.content_post_wrapper .colum_box img {
    width: 100%;
	height: auto;
}
.content_post_wrapper .colum_box .text {
   margin: 0;
    font-size: 1.4rem;
flex-basis: 45%;
flex-direction: column;
    justify-content: space-around;
}
.content_post_wrapper .colum_box .text .title {
    margin: 0;
}
.content_post_wrapper .colum_box .text span{
	font-size: 1.2rem;
	color:#ccc;
}
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  margin-bottom: 8px;
}

.category-list a {
  display: block;
  padding: 10px 14px;
  background: #f5f7fa;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  position:relative;
}
.category-list a:after{
content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #707070;
    margin-top: -10px;
}
.category-list a:hover {
  background: #e9eef5;
}

/*テキスト装飾*/
.bold{font-weight:bold;}
.small {font-size: 80%;}
.red{color:red!important;}
.br {color: #9d5e3a;}
.gy {color: #9a9a9a;}
.bg_y {
    text-decoration: underline #ff0 3px;
    font-weight: 700;
}
.y_line{
    text-decoration: underline #ff0 3px;	
}
/*コラムパーツ(ボタン)*/
.cta_link {
text-align: center;
    max-width: 600px;
    margin: 0 auto;
    background: #10bd26;
    background: -webkit-gradient(linear,left top,left bottom,from(#99f5a5),to(#00a014));
    background: -webkit-linear-gradient(top,#5dd36c 0%,#00a014 100%);
    background: linear-gradient(to bottom,#5dd36c 0%,#00a014 100%);
    padding: 10px 15px 10px 10px;
    border-radius: 10px;
    font-size: 2.0rem;
	position:relative;
}
.cta_link:before{
content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #eff207;
    right: 5px;
    top: 50%;
    margin: -12.5px 0 0;
}
.cta_link:after{
content: "";
    position: absolute;
    right: 5px;
    width: 10px;
    height: 10px;
    border-top: 4px solid #0ea822;
    border-right: 4px solid #0ea822;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    top: 50%;
    margin: -7px 7px 0 0;
}

.cta_link a{
   color:#fff600;
	font-weight:bold;
	position:relative;
	text-shadow: 1px 1px #111111;
	z-index: 10;
	display:block;
	padding: 0 20px 0 0;
}
/*コラムパーツ(リンクカード最新)*/
.blog_card {
    border: 1px solid #999;
    word-wrap: break-word;
    max-width: 100%;
    border-radius: 0;
    margin-bottom: 30px;
    font-size: 1.2em;
    box-shadow: 4px 4px 0px #666;
    transition: .1s ease;
    position: relative;
}
.blog_card a {
    display: flex;
    justify-content: space-between;
    align-content: center;
}
.blog_card_thumbnail {

    padding: 10px;
}
.blog_card_thumbnail img {
    display: block;
    padding: 0;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-top: 0!important;
    width: 160px!important;
}
.blog_card_title {
    padding: 17px 10px 10px 0;
    font-size: 90%;
    font-weight: bold;
}
.blog_card_excerpt ul{
 padding:0 0 0 40px;
}
.blog_card_excerpt ul li {
    font-size: 1.4rem;
    line-height: 1.2;
    list-style: disc;
    color: #111111;
}
.link_card {
	padding: 20px 10px 10px;
	margin: 40px auto;
    max-width: 650px;
    border: solid 2px #0000ee;
    position: relative;
    border-radius: 5px;
    z-index: 3;
    font-size: 1.4rem;
    line-height: 1.5;
}
.link_card:after{
content: "関連記事";
    left: 15px;
    top: -17.5px;
    line-height: 35px;
    position: absolute;
    background: #0000ee;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-weight: 700;
    font-size: 1.4rem;
    padding: 0 5px 0;
}
#entry .link_card p {
    margin: 0;
	font-size: 100%;
}
.link_card p {
    line-height: normal;
    margin: 0;
}
.link_card a {
text-decoration: underline;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 0px;
    display: inline-block;
    font-size: 1.8rem;
}
.link_card a:before{
content: none;
    position: absolute;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #0000ee;
    right: -25px;
    top: 50%;
    margin: -10px 0 0;
}
.link_card a:after{
content: none;
    position: absolute;
    right: -26px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
    top: 50%;
    margin: -5px 7px 0 0;
}
/*よくある質問*/
.qa{
    max-width: 600px;
    margin: 0 auto;
	margin: 0 auto 3em;
}
.qa_box{
	border: solid 1px #b5766d;
    border-radius: 5px;
	margin: 0 0 1em;
}
.qa_box .question , .qa_box .answer{
    padding: 5px 30px 5px 30px;
    position: relative;
		margin: 6px;
}
.qa_box .question{
	cursor: pointer;
	border-left: none;
}
.qa_box .question:before{
content: "Q.";
    display: block;
    position: absolute;
    left: 5px;
    font-weight: bold;
    font-size: 2.0rem;
    color: #6bb8de;
}
.qa_box .question span.trigger_btn {
display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 25px;
    height: 25px;
    margin-top: -12.5px;
    cursor: pointer;
    background: #b5766d;
    border-radius: 50%;
}
.qa_box .question span.trigger_btn:before{
content: '';
    display: block;
    position: absolute;
    background-color: #ffffff;
    transition: 0.5s;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    margin: -1px 0 0 -7.5px;
}
.qa_box .question span.trigger_btn:after{
content: '';
    display: block;
    position: absolute;
    background-color: #ffffff;
    transition: 0.5s;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 15px;
    margin: -7.5px 0 0 -1px;
}
.qa_box .question.open span.trigger_btn:after{
	opacity:0;
}
.qa_box .answer {
    display: none;
	font-weight: bold;
}
.qa_box .answer:before{
	content: "A.";
    display: block;
    position: absolute;
    left: 20px;
    font-weight: bold;
    font-size: 2.0rem;
    color: #ff5d55;
}


/*コラムパーツ(blockquote)*/
blockquote {
    position: relative;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #979797;
    box-shadow: 0 2px 4px rgb(0 0 0 / 14%);
	margin: 0;
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #979797;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
}
blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
/*コラムパーツ(レシピ引用)*/
.flex_recipe {
    display: flex;
    justify-content: space-between;
}
.flex_recipe_item {
    flex-basis: 48%;
}
/*コラムパーツ(table)*/
.content_post_wrapper table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    border: solid 1px #cccccc;
	text-align: center;
}
.content_post_wrapper table th {
    width: 20%;
	border: solid 1px #ccc;
	background: #fff3d5;
}
.content_post_wrapper .js-scrollable table th , .content_post_wrapper .js-scrollable table td {
   	width: 120px;
}
.content_post_wrapper table td {
   /* width: 20%;*/
	border: solid 1px #ccc;
	padding: 5px 3px;
}
.content_post_wrapper table.tdleft td {
	text-align: left;
}
.content_post_wrapper table .sticky {
    position: sticky;
    top: 0;
    left: 0;
    min-width: 90px;
}
.js-scrollable-wrap {
    white-space: nowrap;
}
.js-scrollable {
    word-break: break-all;
    table-layout: fixed;
    display: block;
    overflow: scroll;
}
/*.content_post_wrapper p{
	margin:0;
}*/
.twitter-box {
    max-width: 350px;
    margin: 0 auto;
}
.box_link {
    border: solid 1px #00e;
    text-align: center;
    padding: 10px 30px 10px 30px;
    box-shadow: 2px 2px 2px #383895;
}
.box_link a{
display: inline-block;
    color: #00e;
    width: calc(100% + 60px);
    text-align: center;
    margin: 0 0 0 -30px;
}
.box_link a + img{
	   float: left;
}
.box_link a span{
	position: relative;
    display: inline-block;
    padding: 0 17px 0 0;
    font-weight: bold;
    font-size: 18px;
}
.box_link a span:after{
position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid #00e;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: 5px;
    top: 50%;
    margin: -7px 0 0;
}
.box_link:hover {
	background:#00e;
	color:#ffffff;
	transition: 1.0s ;
}
.box_link:hover a{
	color:#ffffff;
}
.box_link:hover a span:after{
	    border-left: 7px solid #ffffff;
}
/*コラムパーツ(囲み系・装飾)*/
.border {
    border: solid 1px #02f;
    padding: 10px;
    position: relative;
    background: #f0f2ff;
    margin: 40px 0 30px;
}
.border_rd {
    text-decoration: underline #f1316f 3px;
}
.border_ye {
    text-decoration: underline #ffeb00 3px;
}
.border_point {
 border: solid 1px #ff8c00;
    padding: 20px 10px 10px;
    position: relative;
    background: #fff6ec;
    margin: 40px 0 30px;
}
.border_point:before {
 position: absolute;
    content: "ポイント";
    width: 90px;
    height: 35px;
    line-height: 35px;
    left: 10px;
    top: -20px;
    text-align: center;
    background: #ff8c00;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
}
.border_suggest {
 border: solid 1px #ff0000;
    padding: 20px 10px 10px;
    position: relative;
    background: #ffeaea;
    margin: 40px 0 30px;
}
.border_suggest:before {
 position: absolute;
	content: "オススメ";
    width: 90px;
    height: 35px;
    line-height: 35px;
    left: 10px;
    top: -20px;
    text-align: center;
    background: #ff0000;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
}
.border_suggest a{
	text-decoration: underline;
}
.list_link:before {
 position: absolute;
    content: "おすすめ記事";
    width: 90px;
    height: 35px;
    line-height: 35px;
    left: 10px;
    top: -20px;
    text-align: center;
    background: #ff8c00;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
}

.list_link {
border: solid 2px #ff0000;
    padding: 20px 10px 10px;
    position: relative;
    background: #ffeaea;
    margin: 40px 0 30px;
}
.list_link:before {
position: absolute;
    content: "おすすめ記事";
    width: 115px;
    height: 35px;
    line-height: 35px;
    left: 10px;
    top: -20px;
    text-align: center;
    background: #ff0000;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
}
.list_link ul{
	padding: 0 0 0 20px;
}
.list_link ul li{
    list-style: disc;
	margin:0 0 10px;
}
.content_post_wrapper .st-box {
    border: solid 2px #98766e;
    padding: 25px 20px 15px;
    margin:60px 0 30px;
	background: #f7f7f7;
}
.content_post_wrapper .st-box_title{
text-align: center;
    max-width: 300px;
    position: relative;
    background: #98766e;
    color: #fff;
    font-weight: 700;
    border-radius: 2rem;
    padding: 10px;
    margin: -50px auto 0;
}
.content_post_wrapper .st-box_title:before {
    left: 47%;
    position: absolute;
    content: "";
    bottom: -.5em;
    border-top: 10px solid #98766e;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.content_post_wrapper .st-box ul {
    margin: 10px 0 0;
}
.content_post_wrapper .st-box ul li{
	position: relative;
    padding: 5px 0 0 20px;
    color: #98766e;
    font-weight: bold;
}
.content_post_wrapper .st-box ul li::after {
content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 5px;
    border-left: 3px solid #98766e;
    border-bottom: 3px solid #98766e;
    transform: rotate(
-45deg
);
    margin: -5px 0 0;
}
.content_post_wrapper .box {
    position: relative;
    border: solid 2px #ffc778;
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 1.2em 1em 1em;
}
.content_post_wrapper .box_title {
    font-weight: 700;
    color: #ffc778;
    font-size: 1.1em;
    background: #fff;
    padding: 0 .5em;
    position: absolute;
    top: -.5em;
    line-height: 1;
    margin-left: .5em;
}
.content_post_wrapper .box_title:before {
    content: "\f00c";
}
.content_post_wrapper .list-box {
position: relative;
    padding: 10px;
    /*background: #fffdfb;*/
    margin: 20px 0;
    border: solid 2px #ff9500;
}
.content_post_wrapper .list-box_title {
color: #ff9500;
    font-size: 2.0rem;
    font-weight: 700;
    border-bottom: dotted 3px #ff9500;
    text-align: center;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.content_post_wrapper .list-box_title span{
	position:relative;
}
.content_post_wrapper .list-box_title span:before {
content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -24px;
    width: 10px;
    height: 5px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(
-45deg
);
    margin: -5px 0 0;
    z-index: 2;
}
.content_post_wrapper .list-box_title span:after {
content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 25px;
    height: 25px;
    background: #ffc778;
    margin: -12.5px 0 0;
    z-index: 1;
    border-radius: 50%;
}
.content_post_wrapper .list-box_content {

}
.content_post_wrapper .list-box_content p.sub {
    margin: 0;
    font-weight: bold;
    font-size: 1.8rem;
}
.content_post_wrapper .list-box_content ul{
margin: 0;
    padding: 0 25px;
}
.content_post_wrapper .list-box_content ul li{
list-style-type: disc;
    margin-left: 0;
	padding: 5px 0;
    font-weight: bold;
}
.content_post_wrapper .list-box_content ul li span.br{
   display:block;
	margin: 0 0 0 -20px;
}
.content_post_wrapper .list-box_content ul.num li{
	list-style-type: auto;
}
.content_post_wrapper .list-box_content ul li span.bg_y {
    display: inline;
	margin: 0 0 0 0px;
}
/*コラムパーツ(Q&A)*/
.content_post_wrapper .qa_q {
position: relative;
    background: #ffb74d;
    padding: 10px;
}
.content_post_wrapper .qa_q:before {
    content: "Q";
    position: absolute;
    color: #fff;
    left: 10px;
    top: 3px;
    width: 40px;
    line-height: 40px;
    font-size: 35px;
    font-family: serif;
}
.content_post_wrapper .qa_q h3{
	margin: 0;
    line-height: normal;
    border: none;
	font-weight: normal;
    padding: 0 0 0 40px;
}
.content_post_wrapper .qa_q p{
	margin: 0;
    padding: 0 0 0 40px;
    color: #3a3a3a;
}
.content_post_wrapper .qa_a {
position: relative;
    background: #d6f0ff;
    padding: 10px;
	margin: 0 0 20px;
}
.content_post_wrapper .qa_a:before {
content: "A";
    position: absolute;
    color: #fff;
    background: #00a2ff;
    left: 5px;
    top: 8px;
    width: 40px;
    line-height: 40px;
    font-size: 35px;
    font-family: serif;
    border-radius: 5px;
    text-align: center;
}
.content_post_wrapper .qa_a p {
    margin: 0;
    padding: 0 0 0 40px;
    color: #000000;
    font-size: 105%;
}
.border_blue {
    border: solid 3px #6bb6ff;
    margin: 0 0 2em;
    padding: 1%;
    line-height: 1.2;
}
.border_blue a {
    font-weight: bold;
    text-decoration: underline;
    font-size: 1.8rem;
}
.connection {
    display: flex;
	justify-content: space-between;
	margin:0 0 1em;
}
.connection .text {
    display: flex;
    flex-basis: 55px;
	min-height: 50px;
    background: #ff9a91;
    align-items: center;
    justify-items: center;
    text-align: center;
    position: relative;
}
.connection .text:before{
	content:"関連";
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 5px;
    text-indent: 5px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin: auto;
	height: 20px;
    line-height: 20px;
    width: 100%;
}
.connection .text span{
    width: 100%;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 5px;
    text-indent: 5px;
}
.connection .link {
flex-basis: calc(100% - 70px);
    align-self: center;
    align-content: space-around;
    display: flex;
    flex-wrap: wrap;
    min-height: 55px;
}
.connection .link div{
	margin: 5px 0;
}
.connection .link a {
    position:relative;
	text-decoration: underline;
}
.connection .link a:after {
position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 7px solid #ff9a91;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        left: -10px;
        top: 50%;
        margin: -7px 0 0 0;
}
@media screen and (max-width:649px) {

.content_post_wrapper {
	width: 100%;
    flex-direction: column;
}
.content_main_wrapper {
    width: 100%;
	max-width:
}
.new_post .new_post_box {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
}
.related .colum_box {
    flex-basis: 100%;
}
.content_side_wrapper {
	width:100%;
	padding:10px;
}
}
@media (max-width: 480px) {

}