@charset "utf-8";
@import url('style-core.css');

/*
Theme Name: INFOPLATE 5 WP Pro
Theme URI: http://wp.info-plate.com/
Description: INFOPLATE 5 for WordPress (Advanced Edition)
Author: Yoshida Design Inc.
Author URI: http://yoshide.com/
Version: 1.2.4
License: GNU/GPL Version 2 or later.
License URI: http: //www.gnu.org/licenses/gpl.html
Tags: theme-options, threaded-comments, two-columns, left-sidebar, right-sidebar, three-columns, custom-menu, custom-background, custom-header, microformats
*/



/* kizi
-------------------------------------------------- */
.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
.h-fs20{
	font-size: 20px;
}

.h-fwb{
font-weight:bold;
}
.h-mb30{
margin-bottom:30px;
}
.h-red{
font-weight:bold;
color:#ff205f;
}
.h-dpib{
display: inline-block;
}
.h-pink{
font-weight:bold;
color:#f97db8;
}
.h-fsl{
font-size: large; 
}
.h-fss{
font-size: small; 
}
.h-fs10{
font-size:10px;
}
.h-tar{
text-align:right;
display:block;
}
.h-tac{
text-align:center;
display:block;
}
.kutikomi .k-img{
margin:0 auto;
}
.h-yline{
background: linear-gradient(transparent 60%, #ffff66 60%);
}
.h-bline{
background: linear-gradient(transparent 60%, #66ccff 60%);
}
.h-arau .h-bline{
background:none;
border: 3px solid #66ccff;
padding: 5px;
}
.h-borderb{
border:solid 1px #7AB9BE;
padding:10px;
text-align:center;
}
.h-w100 img{
width:100%;
}
.h-w80 img{
width:80%;
}
.h-w50 img{
width:50%;
}
.border{
    border: 1px solid #ccc;
    padding: 10px;
}
.border li{
    list-style: none;
}
.h-bb{
border-bottom:1px solid #000;
}
.h-dpib{
display:inline-block
}
.clearfix{
clear:both;
}
.h-under{
text-decoration:underline;
}
.g_img {
    width: 120px;
    margin-right: 10px;
	overflow: hidden;
	height: 120px;
}
.next li {
    list-style: none;
}
.next li .kanren {
    display: flex;
    flex-wrap: nowrap;
}
.next li span {
    margin: 30px 10px;
}
.icon{
width: 10%;
float: left;
margin-left: 20px;
}
.comment{
float:right;
width:100%;
margin: 10px auto;
}
.bg_ccc {
background: #fffde8;
box-shadow: 0px 0px 0px 10px #fffde8;
border: dashed 2px #ffb03f;
border-radius: 9px;
margin: 35px 0;
padding: 0.5em 0.5em 0.5em 0.5em;
}
.h-link{
color:#7ABABF;
}
.h-link:hover{
color:#E48E00;
}
.h-ublue{
	color: #00749a;
	text-decoration: none;
}
.h-ublue:hover{
	color: #000;
	text-decoration: none;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.pulse {
    animation-name: pulse;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
.nomake_table th{
	text-align:center;
}
.nomake_table td{
	text-align:center;
}

.cv_area .cv_btn {
    animation: skew 2.3s linear infinite;
}
@keyframes skew {
	0% {transform: skew(0deg, 0deg);}
    5% {transform: skew(5deg, 4.2deg);}
    10% {transform: skew(-4deg, -3deg);}
    15% {transform: skew(3deg, 2.2deg);}
    20% {transform: skew(-2deg, -1.5deg);}
    25% {transform: skew(0.9deg, 0.9deg);}
    30% {transform: skew(-0.6deg, -0.6deg);}
    35% {transform: skew(0.3deg, 0.3deg);}
    40% {transform: skew(-0.2deg, -0.2deg);}
    45% {transform: skew(0.1deg, 0.1deg);}
    50% {transform: skew(0deg, 0deg);}
}


.spimg{
	width:100%;
}
.kutikomi2{
	padding: 2% 5%;
    border: 5px solid #ffcccc;
    border-radius: 3%;
	margin-bottom:5%;
}
.kutikomi{
	padding: 2% 5%;
    border: 5px solid #ccc;
    border-radius: 3%;
	margin-bottom:5%;
}
.kutikomi h3{
	font-weight:bold;
}
.kutikomi .midashi{
	font-weight: bold;
    font-size: 20px;
	border-bottom: 2px solid #ccc;
}
.p_link {
	width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    display: block;
    padding: 10px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}

.p_link a {
    border: 1px solid #F99;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    color: #FFF;
    width: 87%;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-top: 10px;
    padding-right: 3%;
    padding-bottom: 10px;
    padding-left: 3%;
    text-align: center;
    background-color: #FFA4A4;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 0.1em;
    margin-top: 10px;
    margin-bottom: 10px;
	display: inline-block;
    text-decoration: none;
}
.p_link a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f07a";
  padding-right: 5px;
  color: #fff;
}
.article_body {
    line-height: 1.7;
    z-index: 9999;
    font-size: 16px;
}
#okada_roulette {
    margin: 0px auto 0;
    padding: 0 0;
    width: 100%;
	background: 0 0;
}
.inyo{
	border-left:1px solid #ccc;
	background: url('http://www.jyo-medi.com/wp/wp-content/uploads/2015/07/q.png') 10px 10px no-repeat #fafafa;
	padding:30px 20px;
}
.inyo a{
	font-size:100%;
	color:#444;
}
.inyo a.rd{
	color:#ff0000;
	font-size:100%;
}

/**** ばりらっくす専用CSS - 小杉 ****/
.entry-title02{
	font-family: 'ヒラギノ角ゴ Pro W3';
	font-size:1.6rem;
	font-weight:700;
	border-bottom:5px solid #DBA901;
	padding:20px 0 8px 30px;
}

@media all and (max-width:414px){
.entry-title02{
	font-family: 'ヒラギノ角ゴ Pro W3';
	font-size:1.3rem;
	font-weight:700;
	border-bottom:5px solid #DBA901;
	padding:20px 0 8px 10px;
}
}

.flex{
  display: flex;
  flex-wrap: nowrap;
	align-items: flex-start;
}
.kakomibbb{   
	margin: 0em auto 2em auto;
    padding: 1em 0.5em;
    width: 100%;
    color: #333;
    background-color: #fff;
    border: 4px solid #E5016E;
    border-radius: 3em .8em 3em .7em/.9em 2em .8em 3em;
}


/*** ボニーラッシュ用CSS 2019.1.10 ***/
/*h3{
    color: #e95388; /* 文字色 */
    /*padding: 10px 10px 10px 60px; /* 上・右・下・左の余白 */
    /*position: relative;
}
h3:before{
    content: '＊*'; /*花に見せかけるためのアスタリスク*/
    /*color: #fff; /* アスタリスクの色 */
    /*display: inline-block;
    font-size: 30px; /* アスタリスクの大きさ */
    /*font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    text-shadow: 0px 0px 6px #EAA8BF, 0px 0px 4px #EAA8BF, 0 0 0.5px #EAA8BF; /* アスタリスク周りの影 */
/*}
h3:after{
    border-bottom: 2px dotted #EAA8BF; /* 下線 */
    /*content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

h4{
 padding: 10px; /* 余白 */
 /*background-color: #eb6ea0; /* 背景色 */
 /*border-left: 4px dotted rgba(0,0,0,0.1); /* 左の切れ端 */
 /*border-right: 4px dotted rgba(0,0,0,0.1); /* 右の切れ端 */
 /*box-shadow: 0 0 5px rgba(0,0,0,0.2); /* 影 */
/*}*/

.countdownArea{
   border:1px solid #00c402;
   border-radius:10px;
   margin:10px 0px;
}

.countdownArea .cdTitle{
   background-color:#00c402;
   color:#FFF;
   font-weight:700;
   padding:5px 0px;
   text-align:center;
   border-radius:9px 9px 0px 0px;
   margin:0px!important;
}

.countdownArea #result{
    margin-bottom: 0px!important;
    padding: 5px;
    text-align: center;
    color: #ea1f1f;
    font-weight: 900;
    font-size: 1.8em!important;
}

.countdownArea #result small{
    font-size: 0.6em!important;
    color: #555;
}

.button {
  display: inline-block;
  padding: .65em 3em;
  background: -webkit-linear-gradient(#fe5f95 , #ff3f7f);
  background: linear-gradient(#fe5f95 , #ff3f7f);
  border: 1px solid #fe3276;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.button span {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
}
.button {
  display: inline-block;
  padding: .60em 1em;
  background: -webkit-linear-gradient(#fe5f95 , #ff3f7f);
  background: linear-gradient(#fe5f95 , #ff3f7f);
  border: 1px solid #fe3276;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.button span {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
}
.button span::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: '\002764';
  color: #fff;
  font-size: 20px;
  line-height: 1;
  -webkit-animation: icon 1.5s ease-in-out infinite;
  animation: icon 1.5s ease-in-out infinite;
}
@-webkit-keyframes icon {
  50% { -webkit-transform: scale(1.2); }
}
@keyframes icon {
  50% { transform: scale(1.2); }
}

/*h3{
    color: #e95388; /* 文字色 */
    /*padding: 10px 10px 10px 60px; /* 上・右・下・左の余白 */
    /*position: relative;
}
h3:before{
    content: '＊*'; /*花に見せかけるためのアスタリスク*/
    /*color: #fff; /* アスタリスクの色 */
    /*display: inline-block;
    font-size: 30px; /* アスタリスクの大きさ */
    /*font-weight: bold;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    text-shadow: 0px 0px 6px #EAA8BF, 0px 0px 4px #EAA8BF, 0 0 0.5px #EAA8BF; /* アスタリスク周りの影 */
/*}
h3:after{
    border-bottom: 2px dotted #EAA8BF; /* 下線 */
    /*content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

h4{
 padding: 10px; /* 余白 */
 /*background-color: #eb6ea0; /* 背景色 */
 /*border-left: 4px dotted rgba(0,0,0,0.1); /* 左の切れ端 */
 /*border-right: 4px dotted rgba(0,0,0,0.1); /* 右の切れ端 */
 /*box-shadow: 0 0 5px rgba(0,0,0,0.2); /* 影 */
/*}*/

.countdownArea{
   border:1px solid #00c402;
   border-radius:10px;
   margin:10px 0px;
}

.countdownArea .cdTitle{
   background-color:#00c402;
   color:#FFF;
   font-weight:700;
   padding:5px 0px;
   text-align:center;
   border-radius:9px 9px 0px 0px;
   margin:0px!important;
}

.countdownArea #result{
    margin-bottom: 0px!important;
    padding: 5px;
    text-align: center;
    color: #ea1f1f;
    font-weight: 900;
    font-size: 1.8em!important;
}

.countdownArea #result small{
    font-size: 0.6em!important;
    color: #555;
}

.button {
  display: inline-block;
  padding: .65em 3em;
  background: -webkit-linear-gradient(#fe5f95 , #ff3f7f);
  background: linear-gradient(#fe5f95 , #ff3f7f);
  border: 1px solid #fe3276;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.button span {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
}
.button {
  display: inline-block;
  padding: .60em 1em;
  background: -webkit-linear-gradient(#fe5f95 , #ff3f7f);
  background: linear-gradient(#fe5f95 , #ff3f7f);
  border: 1px solid #fe3276;
  border-radius: 4px;
  color: #fff;
  font-size: 20px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.button span {
  position: relative;
  display: inline-block;
  padding-left: 1.6em;
}
.button span::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: '\002764';
  color: #fff;
  font-size: 20px;
  line-height: 1;
  -webkit-animation: icon 1.5s ease-in-out infinite;
  animation: icon 1.5s ease-in-out infinite;
}
@-webkit-keyframes icon {
  50% { -webkit-transform: scale(1.2); }
}
@keyframes icon {
  50% { transform: scale(1.2); }
}

.u {
  border-bottom: dotted 2px #e62f8b;
  }

/***　おしゃれテーブル１　パステルカラー ***/
 
.osare-table {
 width:100%;
 table-layout: fixed;
 border: none !important;
 border-collapse: separate;
 border-spacing: 7px 0px;
}
 
.osare-table th {
 border: none !important;
}
 
.osare-table tbody td {
   border: none !important;
  background-color:#FFF9FF !important;
  border-bottom: solid 2px #f9f9f9 !important;
}
 
/* ヘッダー */
.osare-table thead th {
 font-weight: bold;
 border-radius: 10px 10px 0px 0px;
}

/* フッター（比較表と色つけたとき用） */
.osare-table tfoot td {
 border:none;
 border-radius: 0 0 10px 10px;
}
 
 
/* ボディ項目 */
.osare-table tbody th {
 background:#f2f5fc;
 font-weight: bold;
 border-bottom: solid 2px #f9f9f9 !important;
 line-height:4.5em;
}
 
/* フッター項目 */
.osare-table tfoot th {
 background:none;
 line-height:3em;
 font-weight: bold;
}


 
/* ボディデータ */
.osare-table tbody td {
 text-align:center;
}
 
/* ヘッダー行　１列ごとの色変え */
.osare-table thead th:nth-child(1)  {
 background:#81d4fa;
}

.osare-table thead th:nth-child(2)  {
 background: #FFBCFF;
}
.osare-table thead th:nth-child(3)  {
 background: #FFFFB2;
}
.osare-table thead th:nth-child(4)  {
 background: #C4FF89;
}
.osare-table thead th:nth-child(5)  {
 background: #FFB2D8;
}
 
/* 最終行のボーダーをなくす */
.osare-table tbody tr:last-child th,
.osare-table tbody tr:last-child td {
 border-bottom:none !important;
}


/* スマホ調整 */
@media (max-width: 767px) {
    .osare-table thead th,
    .osare-table tbody th {
            padding:0;
    }
    .osare-table tfoot td {
    padding:0;
    font-size:0.9em;
    }
.osare-table tfoot td:nth-child(2) {
     font-size:1em;
    }
    
}


/***　おしゃれテーブル比較用 ***/
/* おすすめ商品枠 */
.osare-hikaku thead th:nth-child(2)  {
    border-top:solid 3px #f8bbd0 !important;
    border-left:solid 3px #f8bbd0 !important;
    border-right:solid 3px #f8bbd0 !important;
}
.osare-hikaku  td:nth-child(2)  {
    border-left:solid 3px #f8bbd0 !important;
    border-right:solid 3px #f8bbd0 !important;
}
.osare-hikaku tfoot td:nth-child(2)  {
    border-bottom:solid 3px #f8bbd0 !important;
    border-left:solid 3px #f8bbd0 !important;
    border-right:solid 3px #f8bbd0 !important;
}


/*（共通）　項目の多いテーブルの幅を調整*/
@media (max-width: 767px) {
 .col6t th,
 .col6t td{
 font-size:0.4em;
 padding: 10px 0px;
 }
 .col5t th,
 .col5t td{
 font-size:0.5em;
 padding: 10px 0px;
 }
 .col4t th,
 .col4t td{
 font-size:0.7em;
 padding: 10px 5px;
 }
 .col3t th,
 .col3t td{
 font-size:0.8em;
 padding: 10px 10px;
 }

.under {
  background: linear-gradient(transparent 50%, #F5A9A9 50%);
  }

.u {
  border-bottom: dotted 2px #e62f8b;
  }

.n {
  background: linear-gradient(transparent 50%, #a8eaff 50%);
  }

.countdownArea{
   border:1px solid #00c402;
   border-radius:10px;
   margin:10px 0px;
}

.countdownArea .cdTitle{
   background-color:#00c402;
   color:#FFF;
   font-weight:700;
   padding:5px 0px;
   text-align:center;
   border-radius:9px 9px 0px 0px;
   margin:0px!important;
}

.countdownArea #result{
    margin-bottom: 0px!important;
    padding: 5px;
    text-align: center;
    color: #ea1f1f;
    font-weight: 900;
    font-size: 1.8em!important;
}

.countdownArea #result small{
    font-size: 0.6em!important;
    color: #555;
}

.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #fcc800;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}





#realtimeOrder .orderTitle {
    width: 100%;
    background-color: #004081; /* ←タイトルの背景色を変えるならここ */
    color: #FFF;
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    font-weight: 700;
    line-height: 1.5em;
}
#realtimeOrder .orderTitle span{
    font-weight:700;
}
#realtimeOrder .orderBox {
    border: 1px solid #AAA;
    padding: 3px
}
#realtimeOrder .orderRow {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
#realtimeOrder .orderRow li {
    overflow: hidden;
    margin-bottom:0px;
    white-space:pre-line; 
}
#realtimeOrder .customer {
    background-color: #e5e5e5;
    text-align: center;
    font-size: 14px;
    margin: 0;
    padding: 5px 0;
    margin-bottom:0;
    line-height:1em;
}
#realtimeOrder .order {
    text-align: center;
    padding: 5px;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}
#realtimeOrder .order img {
    float: left;
    height: 35px;
    vertical-align: middle;
    margin: 0 5px 0 0
}
#realtimeOrder .order span {
    font-size: 14px;
    font-weight: 700;
    color: #e41212;
text-decoration:underline;
}
#realtimeOrder .number {
    margin-bottom: 5px;
    font-size: 12px;
    text-align: center;
    color: #BBB
}
#realtimeOrder .order br {
display:inline!important;
}
}
/* 川北 */
ul .post_ul01 {
  border: solid 2px #ffb03f;
  padding: 0 0.5em;
  position: relative;
}

.post_ul01 li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.4em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

.post_ul01 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";/*アイコン種類*/
  position: absolute;
  left : 0.5em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

.post_ul01 li:last-of-type{
  border-bottom: none;
}

/* 天内追加CSS */
/*--------------------------------------
  クラス更新1128日更新
--------------------------------------*/
/*0406*/
.contena{
	display:inline-flex;
    align-items:center;
	justify-content:flex-center;
}
.flex{
  display: flex;
  flex-wrap: nowrap;
	align-items:center;
}
.clearfix{
clear:both;
}
/*0203*/
#hoge {
	width: 100vw;
position: relative;
left: 50%;
transform: translateX(-50%);
} 
/*テープボックス0406*/
.tebox1{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.tebox:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.tebox1 p {
    margin: 0; 
    padding: 0;
}
/*ライン風*/
.talk-cnt{
  max-width: 500px;
}
.talk{
  margin-bottom: 25px;
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.talk_right{
  flex-direction: row-reverse;
}
.talk-img {
  margin: 0;
  min-width: 60px;
  width: 60px;
  height: auto;
}
/* 左画像 */
.talk_left .talk-img {
  float: left;
 margin-right: -20px;
}
/* 右画像 */
.talk_right .talk-img {
  float: right;
  margin-left: -20px;
}
.talk figure img {
  width: 100%;
  height: auto;
 border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}

/* 左からの吹き出しテキスト */
.talk-text{
background: #d7ebfe;
position: relative;
border-radius: 12px;
padding: 17px 13px;
}
.talk-text p{
  margin: 0;
}
.talk_left .talk-text {
  float: right;
  margin-left: 90px;
}
/* 右からの吹き出しテキスト */
.talk_right .talk-text {
  float: left;
  margin-right: 90px;
}

/* 左の三角形を作る */
.talk_left .talk-text:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.talk_left .talk-text:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #d7ebfe;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.talk_right .talk-text:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}
.talk_right .talk-text:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #d7ebfe;
  top: 15px;
  right: -19px;
}
/*左から黄色*/
 .talk2-cnt{
  max-width: 500px;
}
.talk2{
  margin-bottom: 25px;
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.talk2_right{
  flex-direction: row-reverse;
}
.talk2-img {
  margin: 0;
  min-width: 60px;
  width: 60px;
  height: auto;
}
/* 左画像 */
.talk2_left .talk2-img {
  float: left;
  margin-right: -70px;
}
.talk2 figure img {
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}

/* 左からの吹き出しテキスト */
.talk2-text{
background: #fafcd3;
position: relative;
border-radius: 12px;
padding: 17px 13px;
}
.talk2-text p{
  margin: 0;
}
.talk2_left .talk2-text {
  float: right;
  margin-left: 90px;
}

/* 左の三角形を作る */
.talk2_left.talk2-text:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.talk2_left .talk2-text:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fafcd3;
  top: 15px;
  left: -19px;
}
/*左からオレンジ*/
 .talk3-cnt{
  max-width: 500px;
}
.talk3{
  margin-bottom: 25px;
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.talk3_right{
  flex-direction: row-reverse;
}
.talk3-img {
  margin: 0;
  min-width: 60px;
  width: 60px;
  height: auto;
}
/* 左画像 */
.talk3_left .talk3-img {
  float: left;
  margin-right: -70px;
}
.talk3 figure img {
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}

/* 左からの吹き出しテキスト */
.talk3-text{
background: #ffdab9;
position: relative;
border-radius: 12px;
padding: 17px 13px;
}
.talk3-text p{
  margin: 0;
}
.talk3_left .talk3-text {
  float: right;
  margin-left: 90px;
}

/* 左の三角形を作る */
.talk3_left.talk3-text:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.talk3_left .talk3-text:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #ffdab9;
  top: 15px;
  left: -19px;
}
/*ピンクの箱*/
.t-box1 {
  color: #fff;
  background: #e5bac5;
  padding: 20px;
  border: 2px dashed rgba(255,255,255,0.5);
  border-radius: 6px;
  box-shadow: 0 0 0 5px #e5bac5, 0 2px 3px 5px rgba(0,0,0,0.5);
}
/*ピンクの箱*/
.t-box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000;/*文字色*/
    background: #fffafa;
    border: solid 3px #ffb6c1;/*線*/
    border-radius: 10px;/*角の丸み*/
}

/*ピンクのコメント*/

/*---青い背景box*/
.boxao{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;
    border-top: solid 5px #5989cf;
    border-bottom: solid 5px #5989cf;
}
.boxao p {
    margin: 0; 
    padding: 0;
}
/*--ここまで*/
/*--青い付箋*/
.box22{
    padding: 0.5em 1em;
    margin: 1em 0;
    background: #f4f4f4;
    border-left: solid 6px #161c69;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.box22 p {
    margin: 0; 
    padding: 0;
}
/*ここまで*/
/*青囲み*/
.boxao2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.boxao2 p {
    margin: 0; 
    padding: 0;
}
.btn-flat-logo {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 20px 30px 30px 20px;
  text-decoration: none;
  color: #FFF;
  background: #f161c0;
  transition: .4s;
}

.btn-flat-logo:hover {
  background: #1ec7bb;
}

.entry-pink {
    color: #000000;
    background-image: url(st-themecss-loader.php);
    background-color: #ffdbed;
    padding: 5px 15px;
    font-size: 24px;
    line-height: 34px;
}

/*吹き出しCSS*/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #FFF;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.said {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.said:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.said p {
  margin: 0;
  padding: 0;
}
/*吹き出し右*/
.balloon6 {
	width: 100%;
	margin: 1.5em 0;
	overflow: hidden;
  }
  
  .balloon6 .faceiconr {
	float: right;
	margin-left: -90px;
	width: 80px;
  }

  .balloon6 .faceiconr img{
	width: 100%;
	height: auto;
   border: solid 3px #FFF8D1;
   border-radius: 50%;
  }
 
 .balloon6 .chattingr {
	width: 100%;
}
  
  .saidr {
	display: inline-block;
	position: relative; 
    margin:10px 0 0 10px;
	padding: 17px 13px;
	border-radius: 12px;
	background: #FFF8D1;
  }
  
  .saidr:after {
	content: "";
	display:inline-block;
	position: absolute;
    border: 10px solid transparent;
    border-left: 10px solid #FFF8D1;
    top: 15px;
    right: -19px;
}
  
  .saidr p {
	margin: 0;
	padding: 0;
  }
/*ここまで*/
/*/スクロールフェードインのスタイル/////////////////////////*/
.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 0.5s;
}

.slide-left {
  opacity: 0;
  transform: translate(100px, 0);
  transition: all 0.5s;
}

.slide-right {
  opacity: 0;
  transform: translate(-100px, 0);
  transition: all 0.5s;
}

.fadein.active,
.slide-left.active,
.slide-right.active {
  opacity: 1;
  transform: translate(0, 0);
}

.title1{
  padding: 0.5em;/*文字周りの余白*/
  color: #010101;/*文字色*/
  background: #eaf3ff;/*背景色*/
  border-bottom: solid 3px #516ab6;/*下線*/
}
/*画像選択不可*/
p {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.container {
display: flex;
}

.fluffyx {
 background: #FFF;
 width: 100px;
 height: 100px;
 margin:50px;
 margin-right:20px;
 animation: fluffyx 1s ease infinite;
}

@keyframes fluffyx {
  0% { transform:translateX(0px) }
  50% { transform:translateX(20px) }
  100% { transform:translateX(0px) }
}


.loose-leaf{
  background: #f8f8f8;
  border-left: 5px dotted rgba(0,0,0,.1);
  box-shadow: 0 0 0 5px #f8f8f8;
  padding: 1em;
  margin: 1em 5px;
}

.loose-leaf p{
  margin: 0;
  padding: 0;
}

.pinkbox5 {
  color: #fff;
  background: #e5bac5;
  padding: 20px;
  border: 2px dashed rgba(255,255,255,0.5);
  border-radius: 6px;
  box-shadow: 0 0 0 5px #e5bac5, 0 2px 3px 5px rgba(0,0,0,0.5);
}
/*マーカーアニメーション*/
 
.marker-animation.active{
    background-position: -100% .5em;
}
 
.marker-animation {
    background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -moz-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -ms-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: -o-linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-image: linear-gradient(left, transparent 50%, rgb(255,250,153) 50%);
    background-repeat: repeat-x;
    background-size: 200% .8em;
    background-position: 0 .5em;
    transition: all 2s ease;
    font-weight: bold;
}
#contents .center,
.center {
	text-align: center;
}
#contents .right,
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 50%;
}
.ss {
	font-size: 70%;
}
.sm {
	font-size: 90%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.c_red{	color: #ff0000;}
.c_green{color: #149b14;}
.c_blue{color: #2c3cd7;}
.c_pink{color: #fd4899;}
.c_fff{ color:#fff;}
.c_949{color:#949494;}
.pnkz{color:#949494; font-size: 0.8em;
    margin-top: 0.2em;}
.b_efe{background-color:#efefef;}
.b_lye{background-color:#fffddc;}
.b_lgre{background-color:#e3feec;}
.b_lpink{background-color:#fff1f3;}
.b_pink{background-color:#fd4899;}
.b_red{background-color:#ff0000;}
.bc_yellow{
background: #fffd59;
}
.db{display:block;}
.dib{display:inline-block;}
.tdu{text-decoration:underline;}

.mt5{margin-top:5px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.plr5{padding-left:5px; padding-right:5px;}
.p1em{padding: 1em;}
.mtb2e{
	margin-top: 2em;
	margin-bottom: 2em;
}

.icomoon:before,
.icomoon:after{
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.w100p{
	width:100%;
}
#entry_body table{
	margin-left:auto;
	margin-right:auto;
}
table th{
	background-color:#fdfee3;
	text-align:center;
}
table th,
table td{
	vertical-align:middle;
	padding:5px 10px;
}
.m_yellow {
	background: linear-gradient(transparent 60%, #fef824 40%);
}
.m_pink {
	background: linear-gradient(transparent 60%, #ffc4df 40%);
}
.post_ul01{
	margin-bottom:20px;
}
.post_ul01 li{
	display: block;
	position: relative;
	margin-bottom:10px;
	padding-left: 30px;	
	font-weight:bold;
	font-size:0.9em;
}
.post_ul01 li:before{
	display: block;
	position: absolute;
	content: "";	
	background:#f7eadf;
	border-radius:50%;
    width: 15px;
    height: 15px;
	top: 50%;
	left: 0;
	margin-top: -12px;
	padding:5px;
}
.post_ul01.orange li:before{
	background:#f5e4d1;
}
.post_ul01 li:after{
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: block;
	position: absolute;	
	content: "\f00c";
	top: 50%;
	left: 0;
	margin-top: -7px;
	margin-left: 5px;
	color:#ff8e50;
	font-size: 15px;
}
.post_ul01.orange li:after{
	color:#eba14b;
}
.list_num{
	counter-reset: number;
	padding: .5em .4em .5em .9em;
	border: solid 1px #ccc;
	display:inline-block;
}
.list_num li{
	position: relative;
	margin-top: 0;
	line-height: 1.5;
	padding: .4em .4em .4em 35px;
}
.list_num li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #f97db8;
    color: white;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.post_item_review{
		padding:15px 20px;
	margin-bottom:20px;
}
.post_item_review .review_com{
	padding: 0 20px;
	position:relative;
}
.post_item_review .review_com:before,
.post_item_review .review_com:after{
	position:absolute;
	color:#adadad;
}
.post_item_review .review_com:before{
	position:absolute;
	content:"\e977";
	color:#adadad;
	top:0;
	left:0px;	
}
.post_item_review .review_com:after{
	content:"\e978";
	bottom:0;
	right:0px;	
}
#contents .post_item_review p {
    margin-bottom: 5px;
}
.toc_area{
	margin-top: 2em;
	margin-bottom: 2em;
}
#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;

    width: auto;
    display: inline-table;
    font-size: 95%;
}
#contents #toc_container .toc_title {
    margin-bottom: 0;
	padding:5px;
	text-align: center;
	border-bottom:1px dotted #ccc;
	background: #f0f0f0
}
#contents #toc_container .toc_title:after {
	visibility: hidden;
	height: 0;
	display: block;	
	font-size: 0;
	content:".";
	clear: both;
}
#toc_container .toc_list{
	text-align:left;
	padding:20px 15px 10px;
}
#toc_container.contracted .toc_list{
	padding:0 15px;
}
#toc_container .toc_toggle{
    display: block;
    float: right;
}
#toc_container .toc_number{
	font-weight:bold;
}
#toc_container .toc_list li .toc_number{
	color:#f97db8;
}
#toc_container .toc_list > li > .toc_number{
	background-color:#f97db8;
	color:#fff;
	padding: 2px 8px;
}
#toc_container .toc_list li{
	margin-bottom:10px;
}
#toc_container .toc_list > li{
	margin-bottom:15px;
}
#toc_container .toc_list li ul{
	margin-top:10px;
	margin-left:10px;
}
.border_box{
	padding:1em;
	border:2px dotted #ccc;
}
.dld01 dt{
	padding:.2em .8em;
	font-weight:bold;
	font-size:1.2em;
}
.dld01 dd{
	padding:.2em .8em;
	margin-top:5px;
}
.dld01.yellow{
	border:1px solid #ebe7a8;
}
.dld01.green{
	border:1px solid #ade8c1;
}
.dld01.pink{
	border:1px solid #ffd6e6;
}
.dld01.yellow dt{
	background-color:#fffddc;
}
.dld01.green dt{
	background-color:#e3feec;
}
.dld01.pink dt{
	background-color:#fff1f3;
}
/*ボタン*/

	@keyframes bggreen {
		0% { background-color: #3fca6e; }
		50% { background-color: #0aa83f; }
		100% { background-color: #3fca6e; }
  	}
	@keyframes bgred {
		0% { background-color: #e46672; }
		50% { background-color: #d02e3d; }
		100% { background-color: #e46672; }
  	}
.square_btn {
    position: relative;
    display: inline-block;
    padding: 0.6em 1em;
    text-decoration: none;
    color: #FFF;
    border-radius: 40px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
	line-height: 1;
	font-size:1.2em;
	vertical-align: middle;
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
.ani_fluffy{	
	animation: fluffy1 3s ease infinite;
}
.ani_bggreen{	
	animation: bggreen 1s ease infinite;
}
.ani_bgred{	
	animation: bgred 1s ease infinite;
}
.square_btn > .icon{
	margin-right:10px;
	vertical-align: middle;
	background:rgba(0,0,0,0.2);
	border-radius:50%;
	padding: 8px;
}
.square_btn:active {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
#contents .square_btn:hover {
    color:#fff;
	animation: none;
}
.square_btn.green{
	background:#0aa83f;
	border: 1px solid #17873c;
}
.square_btn.red{
	background:#d02e3d;
	border: 1px solid #b11a28;
}
#contents .square_btn {
	text-decoration:none;	
}

 /* skewの動きをここで設定 */
    @keyframes skew {
        0% {transform: skew(0deg, 0deg);}
        5% {transform: skew(5deg, 4.2deg);}
        10% {transform: skew(-4deg, -3deg);}
        15% {transform: skew(3deg, 2.2deg);}
        20% {transform: skew(-2deg, -1.5deg);}
        25% {transform: skew(0.9deg, 0.9deg);}
        30% {transform: skew(-0.6deg, -0.6deg);}
        35% {transform: skew(0.3deg, 0.3deg);}
        40% {transform: skew(-0.2deg, -0.2deg);}
        45% {transform: skew(0.1deg, 0.1deg);}  
        50% {transform: skew(0deg, 0deg);}
    }
.puru_btn{
	animation: skew 2.5s linear infinite;
}

/*吹き出しCSS*/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}
/*ここまで*/


.shiny-button {
	margin-top:20px;
	margin-bottom:20px;
  display: inline-block;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  text-transform: uppercase;
  line-height: 1.1;
  color: #FFFFFF;
	text-decoration:none;
  border-color: hsl(163, 1%, 46%);
  -webkit-box-shadow: inset 0 0 1px 1px #54cfac, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #54cfac, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #54cfac, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #1d6853;
  -moz-text-shadow: 1px 1px 1px #1d6853;
  text-shadow: 1px 1px 1px #1d6853;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  border-radius: 31px;
  padding: 12px 55px 12px 15px;
  position: relative;
	min-width: 260px;
  z-index: 1;
  /*アニメーション*/
  animation: animScale 3s infinite ease-out;
  transform-origin: 50% 50%;
  animation-play-state:running;
}
.shiny-button span{text-decoration:none; display: inline-block;}
.shiny-button .big {
  letter-spacing: 1px;
  font-size: 20px;  
}
.shiny-button:hover {
  color: #FFFFFF;
  border-color: hsl(0, 0%, 45%);
  animation:none;
}
.shiny-button:active {
  box-shadow:none;
  animation:none;
}
.shiny-button.mint{
  background-color: #33B892;
  background-image: -webkit-linear-gradient(top, #34bc95 0%, #5fb59c 48%, #33B892 49%, #33B892 82%, #3ec9a1 100%);
  background-image: -moz-linear-gradient(top, #34bc95 0%, #5fb59c 48%, #33B892 49%, #33B892 82%, #3ec9a1 100%);
  background-image: -o-linear-gradient(top, #34bc95 0%, #5fb59c 48%, #33B892 49%, #33B892 82%, #3ec9a1 100%);
  background-image: linear-gradient(top, #34bc95 0%, #5fb59c 48%, #33B892 49%, #33B892 82%, #3ec9a1 100%);
  }
.shiny-button.mint:hover {
  color: #FFFFFF;
  -webkit-box-shadow: inset 0 0 1px 1px #63d4b3, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 0 1px 1px #63d4b3, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 1px 1px #63d4b3, 0 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-text-shadow: 1px 1px 1px #20745c;
  -moz-text-shadow: 1px 1px 1px #20745c;
  text-shadow: 1px 1px 1px #20745c;
}  
.shiny-button .yaji{
	height:30px;
	width:30px;
	display:block;
	background:#fff;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	position:absolute;
	top:50%;
	margin-top:-15px;
	right:18px;
	z-index:5;
    -moz-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.7);
    -webkit-box-shadow:inset 0px 0px 2px rgba(0,0,0,0.7);
    box-shadow:inset 0px 0px 2px rgba(0,0,0,0.7);

	}
.shiny-button .yaji:before{
	content:'';
	height:0;
	width:0;
	display:block;
	border:8px transparent solid;
	border-right-width:0;
	position:absolute;
	top:50%;
	left:12px;
	margin-top:-8px;
	}
.shiny-button.mint .yaji:before{
	border-left-color:#36c49b;
	}
@keyframes animScale {
0% { transform: scale(0.8, 0.8); }
5% { transform: scale(1.2, 1.2); }
10% { transform: scale(1, 1); }
15% { transform: scale(1.1, 1.1); }
20% { transform: scale(1, 1); }
100% { transform: scale(1, 1); }
}







.fukibox{
	padding:1em;
	position:relative;
	border: 4px solid #c2c2c2;
	border-radius: 15px;
}
.fukibox:after,.fukibox:before {
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.fukibox.f_top:after,.fukibox.f_bottom:after,
.fukibox.f_top:before,.fukibox.f_bottom:before {
	left: 50%;
}
.fukibox.f_left:after,.fukibox.f_right:after,
.fukibox.f_left:before,.fukibox.f_right:before {
	top: 50%;
}
.fukibox.f_top:after,.fukibox.f_top:before {
	bottom: 100%;	
}
.fukibox.f_bottom:after,.fukibox.f_bottom:before {
	top: 100%;	
}
.fukibox.f_top{
	margin-top: 3em;
}
.fukibox.f_bottom{
	margin-bottom: 3em;
}
.fukibox.f_left{
	margin-left: 6em;
}
.fukibox.f_right{
	margin-right:2em;
}
.fukibox.f_top:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
}
.fukibox.f_top:before {
	border-color: rgba(194, 194, 194, 0);
	border-bottom-color: #c2c2c2;
	border-width: 26px;
	margin-left: -26px;
}
.fukibox.f_bottom:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 20px;
	margin-left: -20px;
}
.fukibox.f_bottom:before {
	border-color: rgba(194, 194, 194, 0);
	border-top-color: #c2c2c2;
	border-width: 26px;
	margin-left: -26px;
}
.fukibox.f_left:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 20px;
	margin-top: -20px;
	left: -40px;
}
.fukibox.f_left:before {
	border-color: rgba(194, 194, 194, 0);
	border-right-color: #c2c2c2;
	border-width: 26px;
	margin-top: -26px;
	left: -52px;
}
.fukibox.f_right:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 20px;
	margin-top: -20px;
	right:-40px;
}
.fukibox.f_right:before {
	border-right: rgba(194, 194, 194, 0);
	border-left-color: #c2c2c2;
	border-width: 26px;
	margin-top: -26px;
	right:-26px;
}

.cd_box{
	line-height:1;
}	
.cd_box{
	line-height:1;
	margin-top: 20px;
	margin-bottom:20px;
}	
.cd_box .title{
	padding:5px 10px;
	position:relative;
}
.cd_box .title:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -10px;
  border-top: 10px solid #fd4899;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
#contents .caption_box .txt{margin-bottom:0; line-height:1.2;}
#contents .caption_box .title{margin-bottom:5px; line-height:1.2;}


.view_fix{
    position: fixed;
    bottom: 0;
    background-color: #cc518b;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 10px 2px;
    color: #fff;
    font-weight: bold;
    -webkit-box-shadow: 0 -2px 2px rgba(0,0,0,.2);
    box-shadow: 0 -2px 2px rgba(0,0,0,.2);
    z-index: 10;
}


/* 点滅 */
.blinking{
	-webkit-animation:blink .5s ease-in-out infinite alternate;
    -moz-animation:blink .5s ease-in-out infinite alternate;
    animation:blink .5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

/*--------------------------------------
  ボックス
--------------------------------------*/
.inner{
	max-width:980px;
	margin-left:auto;
	margin-right:auto;
}
.simple-box1 {
	    border: 3px solid #eee;
	    border-radius: 4px;
	}
.simple-box2 {
	    border: 3px dashed #eee;
	    border-radius: 4px;
	}
.simple-box3 {
		position: relative;
	    border: 1px dashed #aaa;
	    border-radius: 4px;
	}
.delete {
  text-decoration: line-through;
}
.kiroback {
 background:#F7F8E0;padding:10px;margin-bottom:10px;
}
	.pinkline{
font-size:20px;color:#FF6666;
}
	.list1{
margin-top: 1.5rem;
}

.gray_box {
	width: 85%;
	margin: 1em auto 1em auto;
	padding: 5%;
	background-color: #efefef;
	overflow: hidden;
}

.gray_box p {
	margin: 0;
}

#entry_body .gray_box ul:last-child {
	margin-bottom: 0;
}

blockquote {
	width: 85%;
	background: url(images/bq24.png) left top no-repeat;
	margin: 1em auto 1em auto;
	padding: 30px 5% 1% 3%;
	border-left: 3px solid #777777;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
}

.fbcomments,
.fb_iframe_widget,
.fb_iframe_widget[style],
.fb_iframe_widget iframe[style],
.fbcomments iframe[style],
.fb_iframe_widget span {
	width: 100% !important;
}

/*--------------------------------------
  動画レスポンシブ化
---------------------------------------*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin: 0 auto 24px 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------
  クリアフィックス
---------------------------------------*/

.clearfix:after {
	visibility: hidden;
	height: 0;
	display: block;	
	font-size: 0;
	content:".";
	clear: both;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+html .clearfix {
	zoom: 1;
}

/*--------------------------------------
  画像
--------------------------------------*/

img {
	max-width: 100%!important;
	height: auto;
}

img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
	margin: 0 10px 0 0;
}
img.float-right {
	float: right;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/*--------------------------------------
  リンク
--------------------------------------*/

a {
	color: #4452e3;
}

a:hover {
	color: #aab2fb;
}



/*天使のララアンケート用*/
#check_1,
#check_2,
#check_3 {
    font-size: 26px;
    font-weight: bold;
    line-height: 2;
    /*padding: 0 40px;*/
	margin:0;
}

#check_1 li label,
#check_2 li label,
#check_3 li label {
    padding-left: 40px;
    line-height: 1.5;
    display: inline-block;
    cursor: pointer;
    position: relative;
}

#check_1 li label:before,
#check_2 li label:before,
#check_3 li label:before {
    content: '';
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    background-color: #fff;
    box-shadow: inset 1px 2px 3px 0px #000;
    border-radius: 6px 6px 6px 6px;
}

#check_1 li input[type=checkbox],
#check_2 li input[type=checkbox],
#check_3 li input[type=checkbox] {
    display: none;
}

#check_1 li input[type=checkbox]:checked + label:before,
#check_2 li input[type=checkbox]:checked + label:before,
#check_3 li input[type=checkbox]:checked + label:before {
    content: '\2713';
    font-size: 26px;
    color: #fff;
    background-color: #ff5a5d;
    line-height: 26px;
}

.error {
    color: #cd0000;
    font-size: 20px;
    font-weight: bold;
    padding: 0 40px;
    margin-top: 20px;
}

.caution {
    margin-top: 20px;
}

.caution li {
    font-size: 20px;
    font-weight: bold;
    padding: 0 40px;
}

.thanks {
    font-size: 42px;
    font-weight: bold;
	text-align:center;
}

.thanks span {
    color: #cd0000;
}

#send {
    text-align: center;
}

#send button {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    width: 880px;
    padding: 10px 0;
    background-color: #ff4b81;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    margin-bottom: 40px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

#send button:hover {
    background-color:#FD004C;
}

#error {
    color: #cd0000;
    font-size: 28px;
    font-weight: bold;
    padding: 0 40px;
    margin-bottom: 20px;
    text-align: center;
}

#thanks {
    /*background-image: url(http://amaze01.site/wp/wp-content/uploads/2019/01/section_arrow.png);*/
    background-repeat: no-repeat;
    background-position: center 0;
    margin-top: 40px;
}

@media (max-width:650px) {
    /*セクション*/
    #check_1,
    #check_2,
    #check_3 {
        font-size: 16px;
        padding: 0 15px;
		list-style:none;
	}
    #check_1 li label,
    #check_2 li label,
    #check_3 li label {
		padding-left: 25px;
	}
    #check_1 li label:before,
    #check_2 li label:before,
    #check_3 li label:before {
        width: 16px;
        height: 16px;
        top: 4px;
        box-shadow: inset 1px 1px 1px 0px #000;
        border-radius: 3px 3px 3px 3px;
    }
    #check_1 li input[type=checkbox]:checked + label:before,
    #check_2 li input[type=checkbox]:checked + label:before,
    #check_3 li input[type=checkbox]:checked + label:before {
        font-size: 16px;
        line-height: 16px;
    }
    .error {
        font-size: 14px;
        padding: 0 15px;
        margin-top: 10px;
    }
    .caution {
        margin-top: 10px;
    }
    .caution li {
        font-size: 14px;
        padding: 0 15px;
    }
    .thanks {
        font-size: 20px;
        padding: 0 15px;
    }
    #send button {
        font-size: 16px;
        width: 85%;
        padding: 10px 0;
        margin-bottom: 20px;
    }
    #error {
        font-size: 14px;
        padding: 0 15px;
        margin-bottom: 15px;
    }
    #thanks {
        background-size: 90%;
        background-position: center 0;
        margin-top: 20px;
    }
	.sizepittari{
		font-size: 25px;
	}
}


/*巣顔美人　20190918*/
.gltl {
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
	font-weight:bold;
	font-size: 1.3em;
}
.glttl {
  padding: 0.5em 0;/*上下の余白*/
  border-top: solid 3px #BB881B;/*上線*/
  border-bottom: solid 3px #BB881B;/*下線*/
	font-weight:bold;
	text-align:center;
	font-size: 22px;
	
}