/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 22 2022 | 08:49:38 */
h1{
	
}
h2{
	background: #f0e6fc;
	box-shadow: 0px 0px 0px 5px #f0e6fc;
	border: dashed 2px white;
	padding: 0.2em 0.5em;
	color: #333;
}
h3{
	color: #333;
	padding: 0.5em 0;
	border-top: solid 3px #e0c1ff;
	border-bottom: solid 3px #e0c1ff;
	font-size: 1.5rem;
}
h4{
	color: #333;
	border-bottom: dashed 2px #e0c1ff;
   padding-bottom: 0.5rem;
	font-size: 1.25rem;
}

/* ------------------------------------
// blockquote
------------------------------------ */
blockquote.orange{
    position: relative;
    padding: 5px 12px 5px 56px;
    box-sizing: border-box;
    color: #464646;
    background: #fff4db;
}
blockquote.orange:before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 36px;
    height: 36px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    color: #FFF;
    font-size: 20px;
    line-height: 36px;
    background: #ffd596;
    border-radius: 50%;
    font-weight: 900;
}
blockquote.orange p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    line-height: 1.7;
}
blockquote.orange cite{
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

/* ------------------------------------
// marker
------------------------------------ */
.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;
}
/* ------------------------------------
// check
------------------------------------ */
.quote{
    padding: 1.5em 1em 1em;
    background: #fff3e5;
    margin: 1rem 2rem;
    border-radius: 10px;
}
.quote p{
    margin: 18px 8px;
}
.quote  .checkmark{
    padding: 5px 0 0 45px;
    padding-bottom: 14px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: #ff8d00 2px solid;
    font-size: 1.3em;
    font-weight: bold;
}
.quote .checkmark:before, .quote .checkmark:after {
    content: "";
    display: block;
    position: absolute;
}
.quote .checkmark:before {
    width: 35px;
    height: 35px;
    border-radius: 25px;
    background: #ff8d00;
    left: 0;
    top: 0;
}
.quote .checkmark:after {
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff;
    width: 14px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 10px;
    top: 10px;
}

/* ----------------------------
// 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: 926px){
	.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: 2rem 0;
}

.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:after,.talk:before {
	clear: both;
	content: "";
	display: block;
}

/* ----- left ----- */
.talk-Limg {
	float: left;
	width: 100px;
	height: 100px;
}
.talk-Ltxt {
position: relative;
margin-left: 120px;
padding: 1.2em;
background-color: #ffeef7;
color: #333;
font-weight: 600;
border-radius: 5px;
}

@media (max-width: 926px){
	.talk-Ltxt {
		margin-left: 90px;
	}
}

.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 #ffeef7;
top: 15px;
left: -19px;
}

/* ----- right ----- */
.talk-Rimg {
	float: right;
	width: 100px;
	height: 100px;
}
.talk-Rtxt {
    position: relative;
    margin-right: 120px;
    padding: 1.2em;
    background-color: #ffeef7;
    color: #333;
    font-weight: 600;
    border-radius: 5px;
}

@media (max-width: 926px){
	.talk-Rtxt{
		margin-right: 90px;
	}
}
.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 #ffeef7;
    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: 926px){
  .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: 926px){
  .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: 2em 1em 1.6em;
	border: solid 3px #ff4c94;
	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: #ff4c94;
    font-size: 22px;
    top: -15px;
}
.select_block .select_title:before{
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f304";
    font-size: 22px;
}

@media (max-width: 926px){
	.select_block{
		position: relative;
		margin: 2.8em 0 2em;
		padding: 2.5em 1em;
		border: solid 3px #ff4c94;
		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: 926px){
	.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: 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;
}
.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: #f0e6fc;
}
.contact table .required{
  width: 30%;
}
@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: 50%;
	margin: 0 auto 1rem;
	padding: 0;
}
@media (max-width: 991px){
	.contact p.btn{
		width: 80%;
	}
}

.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 input{
		color: #fff;
		display: inline-block;
		border: none;
		width: 100%;
		padding: 6px 12px;
*/
	}
}

/* ------------------------------------
// mokuji
------------------------------------ */
#toc_container {
	width: auto;
	display: table;
	margin: 0 auto 25px;
	padding: 15px 20px 15px;
	background: #fbfbfb;
	border: 1px solid #c5c5c5;
	border-radius: 3px;
	color: #555d66;
	font-size: 1.0em;
}
#toc_container .toc_title {
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0;
	padding:0;
	font-size: 1em;
	border-bottom: 1px solid #72777c;
}

#toc_container .toc_list {
	list-style-type: none !important;
	padding-left: 5px;
	/*counter-reset: li;*/
}
#toc_container .toc_list > li {
	position: relative;
	margin-bottom: 15px;
	margin-left: 6px;
	line-height: 1.3em;
	font-size: 0.9em;
}
#toc_container .toc_list > li a {
	text-decoration: none !important;
	color: #555d66;
}
#toc_container .toc_list > li a:hover {
	text-decoration: underline !important;
}
#toc_container .toc_list > li ul {
	list-style-type: none;
	margin-top: 12px;
	padding-left: 15px;
	color: #f08080;
}
#toc_container .toc_list > li > ul li {
    font-size: 0.98em;
    margin-bottom: 2px;
    margin-left: 1.5em;
    padding: 4px 0 4px 20px;
    border-bottom: dashed 1px #b9b9b9;
    position: relative;
}
#toc_container .toc_list > li > ul li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #b9b9b9;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 641px) {
	#toc_container .toc_list > li:after {
		left: -48px;
		top: 0px;
		font-size: 26px;
	}
}

/* ------------------------------------
 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;
}


/* ------------------------------------
記事エディターセンター寄せ対応
------------------------------------ */
.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.ads { text-align: center; }



button:hover, button:focus{
	background-color: initial;
	color: initial;
    outline: none;
}

/* -------------------------------------
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;
}


.btn_install{
    color: var(--sp-white);
    background: #b5b5b5;
    border: 1px solid #8d8d8d;
    text-align: center;
    padding: 3px 3px 8px;
    line-height: 1.0em;
    margin: 0 7px 0 0;
}
.btn_install img{
    margin: 0 auto 10px;
    width: 25px;
    height: 25px;
}


/*-- push_list --*/
.push_list{
    width: 50%;
    float: left;
    margin: auto;
	padding-right: 0.5rem;
	padding-left: 0.5rem;
	margin-bottom: 1rem;
}
@media (max-width: 414px){
  .push_list{
		height: auto;
    	min-height: 250px;
  }
}


.push_list .push_topics{
	/*margin-right: 1rem;*/
}
.push_list .thumbnails{
    width: 100%;
    z-index: 0;
}
.push_list .thumbnails img{
    width: 100%;
    /*height: calc(160px - 50px);*/
  height: calc(200px - 70px);
    object-position: 50% 50%;
    object-fit: cover;
}
.push_list .thumbnails a:hover{
	opacity: 0.5;
	transition: 0.5s;
	color: #8b8b8b;
}
.push_list .push_topics h3.title {
    background: initial;
    border-radius: initial;
    padding: 0!important;
    margin: 0;
    color: var(--sp-secondary-dark);
	font-size: 17px;
	line-height: 1.3em;
}
@media (max-width: 414px){
	.push_list .push_topics h3.title {
    	height: auto;
    	min-height: 80px;
	}
}
.push_list .push_topics h3.title:after {
  display: none;
}
.push_list .push_topics a:hover{
    opacity: 0.5;
    transition: 0.5s;
    color: #8b8b8b;
}
.push_list .dete{
    text-align: left;
    color: #777;
    font-size: 13px;
}
article.push_list .yen {
    text-align: right;
    color: #52a94a;
    font-weight: 700;
}

@media (max-width: 414px){
  .push_list .push_topics h2.title{
		font-size: 16px!important;
  }
  .push_list .thumbnails img{
		height: calc(160px - 50px);
  }
}

/*-- new_list --*/
.new_list .new_topics .post-meta{
	margin-bottom: 0.3rem;
}
.new_list .new_topics .new_topics{
    margin-bottom: 0.2rem;
}
.new_list .thumbnails{
    width: 100%;
    z-index: 0;
}
.new_list .thumbnails img{
    width: 40%;
    height: calc(200px - 80px);
    object-position: 50% 50%;
    object-fit: cover;
    float: left;
    padding-right: 1rem;
}
.new_list .thumbnails a:hover{
    opacity: 0.5;
    transition: 0.5s;
    color: #8b8b8b;
}
.new_list .new_topics h3.title {
    background: initial;
    border-radius: initial;
    padding: 0!important;
    margin: 0;
    color: var(--sp-secondary-dark);
	font-size: 16px;
	line-height: 1.3em;
    position: initial;
}
.new_list .new_topics h3.title:after{
  display: none;
}

.new_list .new_topics a:hover{
    opacity: 0.5;
    transition: 0.5s;
    color: #8b8b8b;
}
.new_list .dete{
    text-align: left;
    color: #777;
    font-size: 13px;
}
article.new_list .yen {
    text-align: right;
    color: #52a94a;
	font-weight: 700;
}


/* ------------------------------------
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: 1rem 0.5rem;
	font-size: 1.2rem;
}
.itemButton4 a:hover{ text-decoration: none; }
.itemButton4:active, .itemButton4:hover{ transform: translate3d(0, 5px, 0); box-shadow: 0px 3px 0 #af6900; }

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

.itemButton5{
	background: #ff4c94;
    border-radius: 5px;
    text-align: center;
    width: 47%;
    margin: 0;
    display: inline-block;
}
.itemButton5:active, .itemButton5:hover{ text-decoration: none; opacity: 0.7;  }

.itemButton6{
    background: #9d6bff;
    border-radius: 5px;
    text-align: center;
    width: 47%;
    margin: 0 10px 0 0;
    display: inline-block;
}
.itemButton6:active, .itemButton6:hover{ text-decoration: none; opacity: 0.7;  }

.itemButton5 a, .itemButton6 a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	padding: 1rem 0.5rem;
	font-size: 1.2rem;
}
@media screen and (max-width: 926px){
	.itemButton5 a, .itemButton6 a {
    padding: 1rem 0.3rem 1rem 0.5rem;
    font-size: 0.9rem;
	}
}

.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; }

/* 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;
  }
}

/*--------------------------------------------------------------
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: #b79cd7;
	border-bottom: 1px solid #f0e6fc;
	color: #ffffff;
	margin: 0;
}

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

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

/*--------------------------------------------------------------
?
--------------------------------------------------------------*/
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slide h3:after{
	display: none;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-prev, .slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 45%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 2;
}
.slick-prev{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slick-next{
    top: 45%;
    right: 0;
}
.slick-prev:before, .slick-next:before {
    content: '';
    width: 30px;
    height: 30px;
    background: #242424;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}
.slick-prev:after, .slick-next:after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: 4px;
}

button:hover, button:focus{
	background-color: initial;
	color: initial;
    outline: none;
}

.slick-initialized .slick-slide { display: block; }
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-slide img {
    display: block;
    /*width: 100%;*/
    width: auto;
}

/*--------------------------------------------------------------
midashi pattern
--------------------------------------------------------------*/
.box15,
.point_stitch{
	width: 99%;
   padding: 0.7rem 0.5rem;
   margin: 2em 0;
   color: #565656;
   background: #fff1f1;
   box-shadow: 0px 0px 0px 10px #fff1f1;
   border: dashed 2px #ffc3c3;
   border-radius: 8px;
}
.box15 p,
.point_stitch p{
   margin: 0; 
   padding: 0;
}
/*--------------------------------------------------------------
case_review pattern
--------------------------------------------------------------*/
.case_review_right,
.case_review_left{
	margin: 2rem 0;
}

.case_review_right img,
.case_review_left img{
	width: 100%;
	height: 100%;
	border: 3px solid #ececec;
	border-radius: 50%;
	margin: 0;
}
.case_review_left .text p, .case_review_right .text p{
	margin: 0;
	padding: 0;
}
.case_review_left .text.pattern_1,
.case_review_right .text.pattern_1{
	border: 3px solid #ffc6dd;
	background: #fff;
}
.case_review_left .text.pattern_1:before{ border-right: 10px solid  #ffc6dd; }
.case_review_right .text.pattern_1:before{ border-left: 10px solid  #ffc6dd; }

.case_review_left .text.pattern_2,
.case_review_right .text.pattern_2{
	border: 3px solid #ffed9a;
	background: #fff;
}
.case_review_left .text.pattern_2:before{ border-right: 10px solid  #ffed9a; }
.case_review_right .text.pattern_2:before{ border-left: 10px solid  #ffed9a; }

.case_review_left .text.pattern_3,
.case_review_right .text.pattern_3{
	border: 3px solid #ffbb92;
	background: #fff;
}
.case_review_left .text.pattern_3:before{ border-right: 10px solid  #ffbb92; }
.case_review_right .text.pattern_3:before{ border-left: 10px solid  #ffbb92; }

.case_review_left .text.pattern_4,
.case_review_right .text.pattern_4{
	border: 3px solid #ccbbff;
	background: #fff;
}
.case_review_left .text.pattern_4:before{ border-right: 10px solid  #ccbbff; }
.case_review_right .text.pattern_4:before{ border-left: 10px solid  #ccbbff; }

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

/* ----- right ----- */
.case_review_right .profile .icon{
	margin-right: 4px;
	margin-top: -1px;
	float: right;
	width: 70px;
	height: 70px;
}

.case_review_right .text{
	position: relative;
	margin-right: 90px;
	padding: 1.2em;
	border-radius: 5px;
}
.case_review_right .text:before{
	position: absolute;
	content: '';
	border: 10px solid transparent;
	top: 15px;
	right: -20px;
}

.case_review_right .text:after{
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-left: 10px solid #fff;
	top: 15px;
	right: -16px;
}

/* ----- left ----- */
.case_review_left .profile .icon{
	margin-left: 4px;
	margin-top: -1px;
	float: left;
	width: 70px;
	height: 70px;
}

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

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

.case_review_left .text:after {
	position: absolute;
	content: '';
	border: 10px solid transparent;
	border-right: 10px solid #fff;
	top: 15px;
	left: -16px;
}

/*--------------------------------------------------------------
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;
}