@charset "utf-8";
input[type="password"]  {
    border: solid 1px;
}
input[type="submit"] {
    border: solid 1px #111111;
    background: #e2e2e2;
}
[data-bf-key] {
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
    color: #2b3bbc;
}
.cta_link span[data-bf-key]{
   color:#fff600;
	font-weight:bold;
	position:relative;
	text-shadow: 1px 1px #111111;
	z-index: 10;
	display:block;
	padding: 0 20px 0 0;
	text-decoration: none;
}
/* ===== Breadcrumb ===== */
#breadcrumb {
  margin: 14px 0 18px;
  font-size: 13px;
}

#breadcrumb .breadcrumb_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  line-height: 1.4;
}

#breadcrumb .breadcrumb_list li {
  display: inline-flex;
  align-items: center;
  color: #555;
  max-width: 100%;
}

#breadcrumb .breadcrumb_list li a {
  color: inherit;
  text-decoration: none;
  padding: 2px 6px;
  border-radius: 6px;
  transition: background .15s ease, color .15s ease;
}

#breadcrumb .breadcrumb_list li a:hover {
  background: rgba(0,0,0,.06);
  color: #111;
}

/* 区切り矢印（>） */
#breadcrumb .breadcrumb_list li + li::before {
  content: "›";
  display: inline-block;
  margin: 0 2px 0 0;
  color: #aaa;
}

/* 最後（現在地）は強調してリンク無し想定 */
#breadcrumb .breadcrumb_list li:last-child {
  color: #111;
  font-weight: 600;
}

/* 長い時の省略（特にスマホで効く） */
#breadcrumb .breadcrumb_list li a,
#breadcrumb .breadcrumb_list li:last-child {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ===== Mobile ===== */
@media (max-width: 768px) {
  #breadcrumb {
    font-size: 12px;
    margin: 10px 0 14px;
  }

  #breadcrumb .breadcrumb_list {
    gap: 4px;
  }

  #breadcrumb .breadcrumb_list li a {
    padding: 2px 5px;
    border-radius: 6px;
  }
}

/*ランキングパーツ*/
.content_post_wrapper table.ranking {
    width: 700px;
}
.content_post_wrapper table.ranking th{
	width: 150px;
}
.content_post_wrapper table.ranking.three td{
	width: calc((100% - 150px) / 3);
	width: calc(100% / 3);
}
.ranking p{
	margin:0!important;
}
table.price {
    margin: 5rem 0;
}
table.price th.pu {
    background: #db81db;
    color: #ffffff;
    font-weight: bold;
	padding: 10px;
}
table.price td.price {
	font-weight:bold;
	color:red;
}
.recomme {
    padding: 30px 30px 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border: 3px solid #db81db;
    background: #fff;
    border-radius: 0;
	text-align: center;
}
.recomme h4.title{
    text-align: center;
    font-size: 2.0rem;
    position: relative;
	display:inline-block;
}
.recomme h4.title:before{
position: absolute;
  top: 50%;
  transform: translateY(-50%);
left: -2rem;
  font-size:1.8rem;
  content: "\f521";                 /* check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;                 /* Solidは900が必要 */
  color: #ff0000;
  z-index: 2;
  margin-right: 15px;
  line-height: 1.5;
}
.recomme ul li{
position: relative;
    display: block;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0.5em;
    font-size: 1.8rem;
    padding: 1rem 0 1rem 3rem;
    font-weight: bold;
	text-align: left;
}
.recomme ul li:before{
position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.4em;
  font-size:1.8rem;
  content: "\f00c";                 /* check */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;                 /* Solidは900が必要 */
  color: #ff0000;
  z-index: 2;
  margin-right: 15px;
  line-height: 1.5;
}

.movie iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
}
a{
    color: #2b3bbc;	
}
footer a {
    color: #333;
}
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}
body {
/*  width: 100%;
  min-width: 1080px;*/
  box-sizing: border-box;
  position: relative;
  color: #2d2d2d;
  background-color: #FFF;
  font-size: 1.6rem;
  line-height: 28px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
#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;
	background: #2f2f2f96;
}
.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
	color:#ffffff;
	margin: 0px 0 0;
}
@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: 90px auto 0;
    display: flex;
    justify-content: space-between;
	padding-bottom: 1em;
}

.content_main_wrapper {
    width: 630px;
    padding: 10px;
}
.content_side_wrapper {
    width: 360px;
    padding-left: 10px;
}
.breadcrumbpost {
    background: none;
    max-width: 980px;
    overflow-x: auto;
}
.breadcrumbList{
 display: inline;
    white-space: nowrap;
}
.breadcrumbList_item {
    position: relative;
	margin-right: 1em;
	font-size: 1.2rem;
	display: inline;
}
.breadcrumbList_item:after {
content: ">";
    position: absolute;
    right: -1em;
    top: 50%;
    margin: -15px 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;
}
#toc_container ul ul {
    margin-left: 0!important;
}
#toc_container .toc_list li ul li{
margin: 0;
    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.4rem;
}
.content_post_wrapper h2 {
 background: #fea7a7;
    font-size: 2.2rem;
    line-height: 1.5;
    margin: 1em 0 1em;
    padding: 10px;
    font-weight: bold;
    color: #ffffff;
}
.content_post_wrapper h3 {
	font-weight:bold;
    border-left: 5px solid #fea7a7;
    font-size: 2.0rem;
    line-height: 1.5;
    margin: 1em 0 1em;
    padding: 0.3em 0 0.3em 0.7em;
}
.content_post_wrapper h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 0 0.5em;
	border-bottom: solid 3px #fea7a7;
    padding: 0 0 5px;
}
.content_post_wrapper p {
    margin: 0 0 1em;
    line-height: 2.0;
}
.text_content p {
    margin: 0 0 1em;
}
.text_content a {
    text-decoration:underline;
	font-weight:bold;
}
.content_main_wrapper img {
    display: block;
    margin: 0 auto;
	height:auto;
}
.related h4 {
    border-left: 5px solid #fea7a7;
    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 #fea7a7;
    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 , .content_post_wrapper .my-widget {
    margin: 0 0 20px;
}
.content_post_wrapper .my-widget li{
	margin:0 0 1em;
}
.content_post_wrapper .colum_box a  , .content_post_wrapper .my-widget a{
    display: flex;
	color:#111111;
	font-weight:bold;
}
.content_post_wrapper .colum_box .img , .content_post_wrapper .my-widget figure{
    flex-basis: 55%;
    margin: 0 10px 0 0;
}
.content_post_wrapper .colum_box img , .content_post_wrapper .my-widget img{
    width: 100%;
	height: auto;
}
.content_post_wrapper .colum_box .text , .content_post_wrapper .my-widget .my-widget__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;
}
/*テキスト装飾*/
.bold{font-weight:bold;}
.big{font-size: 120%;}
.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;	
}
/*コラムパーツ(ボタン)*/
.reflection_link{
		position:relative;
}
.reflection_link a{
		position:relative;
	z-index:10;
}
.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,#99f5a5 0%,#00a014 100%);
    background: linear-gradient(to bottom,#99f5a5 0%,#00a014 100%);
    padding: 10px;
    border-radius: 10px;
    font-size: 1.8rem;
	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;
	text-decoration: none;
}
/*コラムパーツ(リンクカード最新)*/
.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 {
/*background: #f4f4ff;*/
    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;
}
.text_content .link_card p {
    margin: 0;
	font-size: 100%;
}
.link_card a {
    text-decoration: underline;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 0px;
	display:inline-block;
	font-size: 107%;
}
.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;
}
/*コラムパーツ(blockquote)*/
blockquote {
    position: relative;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgb(0 0 0 / 14%);
}
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 15px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #9dd4ff;
    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 table td {
    width: 20%;
	border: solid 1px #ccc;
	padding: 5px 3px;
}
.content_post_wrapper table td ul{
	padding: 0 0 0 20px;
}
.content_post_wrapper table td ul li{
	list-style: disc;
}
.content_post_wrapper table.tdleft td {
	text-align: left;
}
.content_post_wrapper table.tdtop td {
vertical-align: top;
}
.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_orange {
 border: solid 1px #ff8c00;
    padding: 10px;
    position: relative;
    background: #fff6ec;
    margin: 30px 0 30px;
}
.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;
    width: 60%;
    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 p{
margin: 0!important;
}
.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;
}
/*旧デザイン用*/
.content_post_wrapper .content_main_wrapper .my-widget {
    display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.content_post_wrapper .content_main_wrapper .my-widget li {
	flex-basis: 48%;
}

/*コラムパーツ(Q&A)*/
.content_post_wrapper .qa_q {
position: relative;
background: #ffefed;
    padding: 5px;
}
.content_post_wrapper .qa_q:before {
    content: "Q";
    position: absolute;
    color: #ff4747;
left: 5px;
    top: 5px;
    font-size: 2.4rem;
    font-family: serif;
}
.content_post_wrapper .qa_q h3{
margin:0;
    line-height: normal;
    border: none;
    padding: 0 0 0 20px;
	font-size: 1.8rem;
}
.content_post_wrapper .qa_q p{
	margin: 0;
    padding: 0 0 0 25px;
    color: #3a3a3a;
}
.content_post_wrapper .qa_a {
position: relative;
margin: 0 0 25px;
    padding: 5px;
    background: #d6f0ff;
}
.content_post_wrapper .qa_a:before {
content: "A";
    position: absolute;
    color: #00a2ff;
left: 5px;
    top: 5px;
    font-size: 2.4rem;
    font-family: serif;
    border-radius: 5px;
    text-align: center;
}
.content_post_wrapper .qa_a p {
    margin: 0;
    padding: 0 0 0 20px;
    color: #000000;
    font-size: 105%;
}
.border_blue {
    border: solid 3px #6bb6ff;
    margin: 0 0 2em;
    padding: 1%;
    line-height: 1.2;
}
.border_pink {
border: solid 3px #fea7a7;
    margin: 0 0 2em;
    padding: 1%;
    line-height: 1.2;
}
a.line {
    text-decoration: underline;
}
.connection {
    display: flex;
	justify-content: space-between;
	margin:0 0 1em;
}
.connection .text {
    display: flex;
    flex-basis: 55px;
	min-height: 50px;
    background: #df2a4a;
    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;
}
/*記事LP*/
.talkbox {
    display: flex;
	justify-content: space-between;
	margin: 0 0 2em;
}
.talkbox .img {
    flex-basis: 100px;
    text-align: center;
    font-weight: bold;
}
.talkbox .text {
flex-basis: calc(100% - 120px);
    border: 1px solid #c5c5c5;
    padding: 2%;
    position: relative;
    border-radius: 5px;
}
.talkbox .text:before {
	content:"";
	position: absolute;
	border-right: 10px solid #c5c5c5;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    top: 14px;
    left: -11px;
}
.talkbox .text:after {
content: "";
    position: absolute;
    border-right: 11px solid #fff;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    top: 14px;
    left: -10px;
}
.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;
}


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

.content_post_wrapper {
	width: 100%;
    flex-direction: column;
}
.content_main_wrapper {
    width: 100%;
	max-width:
}
.content_post_wrapper p {
    line-height: 2.5rem;
}
.new_post .new_post_box {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
}
.cta_link {
    max-width: 100%;
    min-width: 330px;
}
}
@media (max-width: 480px) {
.talkbox .img {
    flex-basis: 80px;

}
.talkbox .text {
flex-basis: calc(100% - 90px);
}
}