/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 29 2022 | 07:24:46 */
h2{
	background: rgba(var(--primary-color-rgb), 0.4);
	padding: 1rem;
}
h3{
    padding: 0.5em 0;
    border-bottom: solid 3px rgba(var(--primary-color-rgb), 0.8);
    border-top: solid 3px rgba(var(--primary-color-rgb), 0.8);
}

h2.entry-title{
	background: none;
}


.line_yellow{ background: linear-gradient(transparent 50%, #ffffc1 20%); }
.line_pink{ background: linear-gradient(transparent 50%, #ffdbed 20%); }
.line_blue{ background: linear-gradient(transparent 50%, #d1ffff 20%); }
.line_green{ background: linear-gradient(transparent 50%, #e5ffcc 20%); }
.line_orange{ background: linear-gradient(transparent 50%, #ffe2c6 20%); }
.line_purple{ background: linear-gradient(transparent 50%, #eddbff 20%); }

.line_yellow_move{ /* #ffffc1 */
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 255, 193) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 255, 193) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 255, 193) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 255, 193) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255, 255, 193) 50%);
}
.line_pink_move{ /* #ffdbed */
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 219, 237) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 219, 237) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 219, 237) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 219, 237) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255, 219, 237) 50%);
}
.line_blue_move{ /* #d1ffff */
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(209, 255, 255) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(209, 255, 255) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(209, 255, 255) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(209, 255, 255) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(209, 255, 255) 50%);
}
.line_green_move{ /* #e5ffcc */
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(229, 255, 204) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(229, 255, 204) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(229, 255, 204) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(229, 255, 204) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(229, 255, 204) 50%);
}
.line_orange_move{ /* #ffe2c6 */
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 226, 198) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 226, 198) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 226, 198) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 226, 198) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(255, 226, 198) 50%);
}
.line_purple_move{ /* #eddbff */
	background-image: -webkit-linear-gradient(left, transparent 50%, rgb(237, 219, 255) 50%);
	background-image: -moz-linear-gradient(left, transparent 50%, rgb(237, 219, 255) 50%);
	background-image: -ms-linear-gradient(left, transparent 50%, rgb(237, 219, 255) 50%);
	background-image: -o-linear-gradient(left, transparent 50%, rgb(237, 219, 255) 50%);
	background-image: linear-gradient(left, transparent 50%, rgb(237, 219, 255) 50%);
}

.marker-animation.active{
    background-position: -100% .5em;
}
.marker-animation {
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
}

/* ----------------------------
// Button
----------------------------- */
.itemButton1{
    background: #ff9e24;
    border-radius: 7px;
    text-align: center;
    max-width: 420px;
    width: auto;
    margin: 50px auto;
}
.itemButton1 a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 20px 20px 20px 50px;
	font-size: 18px;
}
.itemButton1 a:hover{ text-decoration: none; }
.itemButton1:active, .itemButton1:hover{ opacity: 0.7; }

.itemButton2{
	background: #4cca67;
    border-radius: 7px;
    text-align: center;
    max-width: 420px;
    width: auto;
    margin: 50px auto;
}
.itemButton2 a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 20px 20px 20px 50px;
	font-size: 18px;
}
.itemButton2 a:hover{ text-decoration: none; }
.itemButton2:active, .itemButton2:hover{ opacity: 0.7; }

.itemButton3{
	background: #ec3f3f;
    border-radius: 7px;
    text-align: center;
    max-width: 420px;
    width: auto;
    margin: 50px auto;
}
.itemButton3 a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 20px 20px 20px 50px;
	font-size: 18px;
}
.itemButton3 a:hover{ text-decoration: none; }
.itemButton3:active, .itemButton3:hover{ opacity: 0.7; }

@media (max-width: 414px){
	.itemButton1, .itemButton2, .itemButton3{
		max-width: 320px;
	}
	.itemButton1 a, .itemButton2 a, .itemButton3 a{
		padding: 10px 20px 10px 50px;
		font-size: 16px;
	}
}

/* ----------------------------
// move arrow
----------------------------- */
.arrow_animation_button {
	position: relative;
	color: #fff;
}
.arrow_animation_button::before {
	content: "";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 15px;
	width: 13px;
	height: 13px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	animation: slideBlink 1s linear infinite; 
}
@keyframes slideBlink { 
  from {
    opacity: 0;
    left: 8px;
  }
  to {
    opacity: 1;
    left: 25px;
  }
}

/* ----------------------------
// review
----------------------------- */
.review {
	margin: 20px 20px 50px;
	list-style: none;
}
.review .user_right {
    width: 100px;
    height: 100px;
	border-radius: 50%;
    float: right;
}
.review .user_left {
    width: 100px;
    height: 100px;
	border-radius: 50%;
    float: left;
}
.review .user_right img,
.review .user_left img{
	margin: 0;
	width: 100px;
	height: 100px;
	margin-right: -70px;
	border-radius: 50%;
}
.review .user_right span,
.review .user_left span{
	text-align: center;
   display: block;
   margin-top: 6px;
   font-size: .8em;
}
.review .comment_right{
    background-color: #e1f1de;
    color: #6b9264;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    margin: 12px 0 0 120px;
}
.review .comment_left{
    background-color: #e1f1de;
    color: #6b9264;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    margin: 12px 140px 0 0;
}

.review .comment_right p,
.review .comment_left p{
    text-align: left;
    width: 100%;
    padding: 20px;
    margin: 0;
}
.review .comment_right:after {
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
    border-right: solid 10px #e1f1de;
    left: -10px;
    content: "";
    display: block;
    height: 0;
    top: 37%;
    position: absolute;
    width: 0;
}
.review .comment_left:before {
    border-top: solid 7px transparent;
    border-bottom: solid 7px transparent;
    border-left: solid 10px #e1f1de;
    right: -10px;
    content: "";
    display: block;
    height: 0;
    top: 22px;
    position: absolute;
    width: 0;
}

/* ------------------------------------
// talk
------------------------------------ */
.talk {
    margin: 40px 20px;
}

.talk figure img {
width: 100%;
height: 100%;
border-radius: 50%;
margin: 0;
object-fit: cover;
}

/* 画像の下のテキスト */
.talk-imgname {
padding: 5px 0 0;
font-size: 14px;
text-align: center;
}

p.talk-text {
margin: 0 0 8px;
}

p.talk-text:last-child {
margin-bottom: 0px;
}

@media (max-width: 414px){
	.talk {
		margin: 20px 0;
	}
  .talk figure img{
		width: 60px;
		height: 60px;
		margin: 20px 0 0;
  }
}

/* 回り込み解除 */
.talk:after,.talk:before {
clear: both;
content: "";
display: block;
}

/* ----- 左の場合 ----- */

/* 左画像 */
.talk-Limg {
margin-top: -20px;
float: left;
width: 100px;
height: 100px;
}

/* 左からの吹き出しテキスト */
.talk-Ltxt {
position: relative;
margin-left: 120px;
padding: 1.2em;
background-color: #e1f0dd;
color: #6b9264;
font-weight: 600;
border-radius: 5px;
}

@media (max-width: 414px){
	.talk-Limg {
		width: auto;
  }
	.talk-Ltxt {
		margin-left: 80px;
	}
}

/* 左の三角形を作る */
.talk-Ltxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
top: 15px;
left: -20px;
}

.talk-Ltxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: solid 10px #e1f0dc;
top: 15px;
left: -19px;
}

/* ----- 右の場合 ----- */

/* 右画像 */
.talk-Rimg {
margin-top: -20px;
float: right;
width: 100px;
height: 100px;
}

/* 右からの吹き出しテキスト */
.talk-Rtxt {
    position: relative;
    margin-right: 120px;
    padding: 1.2em;
    background-color: #e1f0dc;
    color: #6b9264;
    font-weight: 600;
    border-radius: 5px;
}

@media (max-width: 414px){
	.talk-Rimg{
		width: auto;
  }
	.talk-Rtxt{
		margin-right: 80px;
	}
}

/* 右の三角形を作る */
.talk-Rtxt:before {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    top: 15px;
    right: -23px;
}

.talk-Rtxt:after {
    position: absolute;
    content: '';
    border: 10px solid transparent;
    border-left: 10px solid #e1f0dc;
    top: 15px;
    right: -19px;
}
/* ------------------------------------
// kanren kigi
------------------------------------ */
.wp-embed {
    margin: 0 30px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    background: #fff;
    border: 1px solid #797979;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    overflow: auto;
    zoom: 1;
	position: relative;
}
@media (max-width: 414px){
  .wp-embed {
		margin: 0;
    }
}
.wp-embed p.title {
    background: #797979;
    padding: 4px 16px;
    color: #FFF;
    font-weight: bold;
    margin: 0 0 5px 0;
    width: auto;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
}
.wp-embed .wp-embed__sp-heading p {
    margin: 18px 8px 14px;
}
.wp-embed-featured-image.square {
    float: left;
    max-width: 200px;
    width: 100%;
    margin: 45px 10px 10px 10px;
}
.wp-embed_block{ margin: 45px 8px 0; }
.wp-embed a {
    color: #333;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.6em;
}
.wp-embed-featured-image img {
    width: 200px!important;
    height: 100px!important;
    border: none;
    object-fit: cover;
}
@media (max-width: 414px){
  .wp-embed-featured-image.square{
		max-width: 100px;
  }
  .wp-embed-featured-image img {
		width: 100px!important;
    	height: 100px!important;
    }
}
/* ------------------------------------
// select_block
------------------------------------ */
.select_block{
	position: relative;
	margin: 2.8em 0 2em;
	padding: 1.5em 1em 1em;
	border: solid 3px #ff6e60;
	border-radius: 3px;
}
.select_title {
    font-size: 1em;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 10px;
    padding: 0 9px;
    background: #fff;
    font-weight: bold;
	max-width: 90%;
	width: auto;
	line-height: 1.2em;
}
.select_block .select_title{
    color: #ff6e60;
    font-size: 22px;
    top: -15px;
    background: #fff;
}
.select_block .select_title:before{
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f304";
    font-size: 22px;
}

@media (max-width: 414px){
	.select_block{
		position: relative;
		margin: 2.8em 0 2em;
		padding: 1em;
		border: solid 3px #ff6e60;
		border-radius: 3px;
	}
	.select_block .select_title, .select_block .select_title:before{
		font-size: 18px;
	}
}

/* ------------------------------------
// readpoint_block
------------------------------------ */
.readpoint_block{
	position: relative;
	margin: 2.8em 0 2em;
	padding: 0.6em 0.6em 0;
	border: solid 3px orange;
	border-radius: 3px;
}
.readpoint_title {
    font-size: 1em;
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 10px;
    padding: 0 9px;
    background: #fff;
    font-weight: bold;
	max-width: 90%;
	width: auto;
	line-height: 1.2em;
}
.readpoint_block .readpoint_title{
	color: orange;
    font-size: 22px;
    top: -30px;
}

.readpoint_block ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding: 0.3em 0.8em;
}
.readpoint_block ol li {
  border-bottom: dashed 1px orange;
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
  font-weight: 600;
}
.readpoint_block ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #ffb107;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.readpoint_block ol li:last-of-type {
  border-bottom: none; /*最後のliの線だけ消す*/
}

@media (max-width: 414px){
	.readpoint_block .readpoint_title, .readpoint_block .readpoint_title:before{
		font-size: 18px !important;;
	}
	.readpoint_block ol{
		counter-reset: number;
		list-style-type: none!important;
		padding: 0 0.8em;
	}
}
/* ------------------------------------
// contact
------------------------------------ */
.contact{
	width: 100%;
	margin: auto;
	font-size: 0.9em;
}
.contact table {
 	table-layout: auto;
	word-break: break-all;
	word-wrap: break-all;
}
.contact table input[type=text]  {
	width: 80%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
	padding: 5px;
}
@media screen and (max-width: 519px){
	.contact table input[type=text] {
		width: 100%;
	}
}


.contact textarea{
	width: 100%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
    padding: 5px;
    min-height: 200px;
}
.contact .table-bordered th{
	background: #eff4f9;
}
.contact table .required{
  width: 30%;
}
.contact_table .hide_confirm{
	display: block;
}

@media (max-width: 991px){
	.table-bordered td, .table-bordered th{
		display: block;
	}
}
.contact select{
	width: 100%;
	padding: 8px;
	
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border: 1px solid #bbbbbb;
    border-radius: 2px;
    background: #ffffff;
}
.contact .contact_table_radio{ 	position: relative; }
.contact_table_radio::before {
	position: absolute;
    top: 30px;
    right: 27px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
	z-index: 1;
}

.contact p.btn{
	width: 40%;
	text-align: center;
	margin: 15px auto 0;
	padding: 0;
}
.contact p.btn input{
    color: #fff;
    display: block;
    border: none;
    width: 100%;
    padding: 1rem 2rem;
    background: #ff9e24;
    border-radius: 7px;
    font-size: 1rem;
    font-weight: bold;
}
.contact  p.btn_back input{
  background: #b5b5b5;
}
.contact p.btn input:hover,
.contact p.btn_back input:hover{
	opacity: 0.7;
}
.contact .btnarea{
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.mw_wp_form_confirm .hide_confirm,
.mw_wp_form_confirm .contact_table_radio::before{ display: none;}

@media (max-width: 767.98px){
	.contact table {
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}

	.contact p.btn{
		width: 80%;
		background: #ff9e24;
		border-radius: 7px;
		text-align: center;
		margin: 15px auto 0;
		padding: 0;
	}
}
/* ------------------------------------
 youtube
------------------------------------ */
.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.embed-responsive{
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
	padding-top: 56%;
	margin-bottom: 1em;
}
.embed-responsive iframe,
.embed-responsive img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.movie-content-wrap {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movie-content-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie-content-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
/* -------------------------------------
banner_article
--------------------------------------*/
/* pc */
.banner_article_pc{
    width: 100%;
    margin: 1.5rem auto;
}
.banner_article_pc img{
	width: 57%;
    margin: auto;
}
/* sp */
@media (max-width: 767px){
  .banner_article_sp{
    width: 90%;
    margin: 1.5rem auto;
}
  .banner_article_pc{ display: none; }
}

/* pc */
.banner_article_app_pc{
    width: 100%;
    margin: 0.5em auto;
}
.banner_article_app_pc img{
	width: 57%;
    margin: auto;
}
/* sp */
@media (max-width: 767px){
  .banner_article_app_sp{
    width: 90%;
    margin: 0.5em auto;
}
  .banner_article_app_pc{ display: none; }
}
/* author-box用 */
.sabox-sns{
	position: absolute;
	background: #fff;
	border: 1px solid #eee;
    border-radius: 50%;
    padding: 5px 8px;
    top: 118px;
    right: 210px;
    display: inline-block;
    width: 35px;
    height: 35px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
@media screen and (max-width:768px) {
	.sabox-sns{
		    right: 200px;
			bottom: 8px;
      		top: initial;
      		padding: 7px 8px;
	}
}
.sabox-sns a{
	color: #20a1f1;
}

/* feed inlineframe */
.wp_rss_retriever {
 background-color:#FFFFFF;
 height:200px;
 overflow:auto;
 overflow-y:scroll;
 overflow-x:hidden;
}
/* ------------------------------------------------------
top_point_list
------------------------------------------------------ */
/* --- tag - top --- */
ul.wp-tag-cloud{
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    height: 2.3rem;
    overflow-x: auto;
    white-space: nowrap;
}
ul.wp-tag-cloud::-webkit-scrollbar{
  display: none;
}
ul.wp-tag-cloud li{
    display: inline-block;
    border: 1px solid var(--sp-secondary-dark);
    color: var(--sp-secondary-dark);
    margin: 0.2rem 0.1rem;
}
ul.wp-tag-cloud li a{
	display: block;
    padding: 0.1rem 0.8rem;
}

.top_point_list {
    width: 33%;
    float: left;
    margin: auto;
    padding-right: 2px;
    padding-left: 2px;
	margin-bottom: 1rem;
}
@media (max-width: 428px){
	.top_point_list {
    	width: 50%;
	}
}

.top_point_list .thumbnails {
    width: 100%;
    z-index: 0;
}
.top_point_list .thumbnails img {
    width: 100%;
    /* height: calc(160px - 50px); */
    height: calc(200px - 10px);
    object-position: 50% 50%;
    object-fit: cover;
}
@media (max-width: 428px){
	.top_point_list .thumbnails img {
    	height: calc(160px - 50px);
	}
}
/* ------------------------------------------------------
top_point_list
------------------------------------------------------ */
/* --- tag - top --- */
ul.wp-tag-cloud{
    list-style: none;
    margin: 0 0 1.5rem;
    padding: 0;
    height: 2.3rem;
    overflow-x: auto;
    white-space: nowrap;
}
ul.wp-tag-cloud::-webkit-scrollbar{
  display: none;
}
ul.wp-tag-cloud li{
    display: inline-block;
    border: 1px solid var(--sp-secondary-dark);
    color: var(--sp-secondary-dark);
    margin: 0.2rem 0.1rem;
}
ul.wp-tag-cloud li a{
	display: block;
    padding: 0.1rem 0.8rem;
}

.top_point_list {
    width: 33%;
    float: left;
    margin: auto;
    padding-right: 2px;
    padding-left: 2px;
	margin-bottom: 1rem;
}
@media (max-width: 428px){
	.top_point_list {
    	width: 50%;
	}
}

.top_point_list .thumbnails {
    width: 100%;
    z-index: 0;
}
.top_point_list .thumbnails img {
    width: 100%;
    /* height: calc(160px - 50px); */
    height: calc(200px - 10px);
    object-position: 50% 50%;
    object-fit: cover;
}
@media (max-width: 428px){
	.top_point_list .thumbnails img {
    	height: calc(160px - 50px);
	}
}
/* ------------------------------------
// Button
------------------------------------ */
.itemButton4{
    background: #F59300;
    border-radius: 5px;
    text-align: center;
    max-width: 380px;
    width: auto;
    margin: 0 auto;
    box-shadow: 0px 6px 0 #af6900;
}
.itemButton4 a{
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}
.itemButton4 a:hover{ text-decoration: none; }
.itemButton4:active, .itemButton5:hover{ transform: translate3d(0, 5px, 0); box-shadow: 0px 3px 0 #af6900; }

.itemButton_box{ text-align: center; width: 100%; margin: 10px auto; }

.itemButton5{
	background: #55c5ff;
    border-radius: 5px;
    text-align: center;
    width: 47%;
    margin: 0 10px 0 0;
    display: inline-block;
    /*box-shadow: 0px 6px 0 #317396;*/
}
.itemButton5 a:hover{ text-decoration: none; }
.itemButton5:active, .itemButton5:hover{ transform: translate3d(0, 5px, 0); box-shadow: 0px 3px 0 #317396; }

.itemButton6{
    background: #EC4545;
    border-radius: 5px;
    text-align: center;
    width: 47%;
    margin: 0;
    display: inline-block;
	/*box-shadow: 0px 6px 0 #ad2a2a;*/
}
.itemButton6 a:hover{ text-decoration: none; }
.itemButton6:active, .itemButton6:hover{ transform: translate3d(0, 5px, 0); box-shadow: 0px 3px 0 #ad2a2a; }

.itemButton5 a, .itemButton6 a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	font-size: 0.8em;
}

.itemButton_table{
    border-radius: 7px;
    text-align: center;
    max-width: 420px;
    width: auto;
    margin: 10px auto;
}
.itemButton_table a{
	display: block;
	text-decoration: none;
	color: #fff !important;
	font-weight: bold;
	padding: 20px 15px 20px 15px;
	font-size: 14px;
}
.itemButton_table a:hover{ text-decoration: none; }
.itemButton_table:active, .itemButton1:hover{ opacity: 0.7; }
/*--------------------------------------------------------------
accordion_story
--------------------------------------------------------------*/
.accordion_story { width: 88%; margin: auto; }
.accordion_story .inner {display: none; margin: 0;}
.accordion_story p, .accordion_story dt{cursor: pointer; padding: 10px;}
.accordion_story p.ac1, .accordion_story .ac1{background: #85a987; border-bottom: 1px solid #effcf0; color: #ffffff; margin: 0;}

.accordion_story .inner li, .accordion_story .inner{ text-align: left; padding: 10px 30px; background: #effcf0; }
.accordion_story .inner li.content1-1{background: #effcf0;}
.accordion_story br { display: none; }

.accordion_story .inner br{ display: inline !important; }

/* toc目次現在地 */
/* デフォルトの表示・非表示機能は隠す */
#toc_container span.toc_toggle{
    /* display:none; */
}
#toc_container{
	width: auto;
    display: table;
    margin: 15px auto 25px;
}
/* 目次コンテンツ(#toc_container)を固定表示にして隠す */
#toc_container.fixed_toccon{
	width: auto;
    display: table;
    margin: 0 auto 25px;
    padding: 15px 20px 5px;
    position: fixed;
    bottom: 100%;
    z-index: 100;
    left: 0;
    background: rgba(255,255,255,0.9);
    width: 90%;
    margin-left: 5%;
}
/* 目次コンテンツ(#toc_container)を表示するボタン */
#bt_pageindex{
    position: fixed;
    bottom: 0;
    left: 0;
    background: #555;
    padding: 0.5em;
    color: #fff;
    cursor: pointer;
    border-radius: 0 5px 0 0;
    z-index: 1;
}
/* 目次コンテンツ(#toc_container)を表示 */
#toc_container.slideon{
    bottom: 2em;
}
/* スマホ画面のサイズ内でスクロール */
#toc_container.slideon .toc_list{
    overflow: hidden;
    max-height: 350px;
    overflow-y: scroll;
}

/*--------------------------------------------------------------
writer_talk pattern
--------------------------------------------------------------*/
.writer_talk{
	margin: 2rem 0;
}

.writer_talk img{
	width: 100%;
	height: 100%;
	border: 3px solid #ececec;
	border-radius: 50%;
	margin: 0;
}
.writer_talk .text p{
	margin: 0;
	padding: 0;
}
.writer_talk .profile p.name{
    padding: 5px 0 0;
    font-size: 10px;
    text-align: center;
}

/* 回り込み解除 */
.writer_talk:after, .writer_talk:before{
	clear: both;
	content: "";
	display: block;
}
.writer_talk .profile .icon{
	margin-left: 4px;
	margin-top: -1px;
	float: left;
	width: 70px;
	height: 70px;
}

.writer_talk .text{
	color: #444;
	position: relative;
	margin-left: 90px;
	padding: 1.2em;
	border-radius: 5px;
	background: #ffeef7;
}

.writer_talk .text:before {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	top: 15px;
	left: -20px;
}

.writer_talk .text:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #ffeef7;
	top: 15px;
	left: -16px;
}
/*--------------------------------------------------------------
text - …
--------------------------------------------------------------*/
.wrap-text{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

/*--------------------------------------------------------------
side - right
--------------------------------------------------------------*/
.widget_bttk_popular_post ul li .post-thumbnail, .widget_bttk_pro_recent_post ul li .post-thumbnail {
    float: left;
    width: 46%;
    height: auto;
    margin-right: 0.7rem;
}

/*--------------------------------------------------------------
note
--------------------------------------------------------------*/
 .chara {width: 40px; margin-right: 10px;}
 .chara img {border-radius: 50%;}
 .txt10 {font-size: 10px; color: #666;}