ul.pick_list {
background: #FFF7D6 !important;
border-radius: 10px;
box-sizing: border-box;
padding: 15px;
}

.pick_list li {
font-size: 16px;
font-weight: bold;
}

.top20 {margin-top: 20px;}
.top50 {margin-top: 50px;}
.top100 {margin-top: 100px;}

/* マーカー線・黄色 */
.marker9{
background:linear-gradient(transparent 75%, #ffdc00 75%);
font-weight:bold; 
}
.box_blue {
background: #D5F4F7;
padding: 15px;
color:#154245;
font-size: 18px;
font-weight: bold;
}
.box_blue .fa {color: #16a6b6}




/*=============
 吹き出し
===========*/
/* 共通 */
 
.balloon-simple {
 width: 100%;
 margin: 5px 0;
 overflow: hidden;　
}
 
.balloon-simple .icon-right img,
.balloon-simple .icon-left img{
 width: 100%;
 border-radius: 50%;
 background-size:cover;
}
 
.icon-right p,
.icon-left p{
 text-align: center;
 top: -10px;
 position: relative;
}
 
.balloon-simple .balloon {
 width: 100%; 
}
 
.serif-right,
.serif-left {
 position: relative;
 padding: 20px 30px 20px 15px;
 border-radius: 10px;
}
 
.serif-right:after,
.serif-left:after {
 content: "";
 position: absolute;
 top: 15px;
 border-top: 10px solid transparent;
 border-bottom: 5px solid transparent;
 border-left: 5px solid transparent;
}
 
.serif-right p,
.serif-left p  {
 margin: 0;
 padding: 0;
 color: #fff;
}
 
/* 共通 end */
 
/* 右の吹き出し */
 
.balloon-simple .icon-right {
 float: right;
 max-width: 120px;
}
 .balloon-simple .icon-right p{
font-size: 13px;
}
.balloon-simple .icon-right img{
 border: solid 4px #193973;
width: 100%;
}
 
.serif-right {
 margin: 5px;
 background: #193973;
 float: right !important;
}
 
.serif-right:after {
 transform: scale(-1, 1);
 right: -22px;
 border-right: 20px solid #193973;
}
 
/* 右の吹き出し end */
 
/* 左の吹き出し */
 
.balloon-simple .icon-left {
 float: left;
 max-width: 120px;
}
.balloon-simple .icon-left p{
font-size: 13px;
}

.balloon-simple .icon-left img{
 border: solid 4px #9c6253;
  width: 100%;
}
 
.serif-left{
 display: inline-block;
 margin: 5px;
 background: #9c6253;
}
 
.serif-left:after{
 left: -22px;
 border-right: 20px solid #9c6253;
}
 
/* 左の吹き出し end */ 



/*=============
ブログ内カウンセリングボタンリンク_Blue
===========*/
a.C_btn,
.C_btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFFFFF;
	background: #0082bc;
  border-radius: 0.5rem;
	width: 100%;
}

a.btn--blue.btn--cubic {
  border-bottom: 5px solid #005988;
	color: #FFFFFF !important;
}

a.btn--blue.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #0082bc;
}

a.btn--radius {
  border-radius: 100vh;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - .5em);
  right: 1rem;
}

/*=============
ブログ内LINEボタンリンク_GREEN
===========*/
a.Line_btn,
.Line_btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #FFFFFF;
	background: #07b53b;
  border-radius: 0.5rem;
	width: 100%;
}

a.btn--green.btn--cubic {
  border-bottom: 5px solid #077c23;
	color: #FFFFFF !important;
}

a.btn--radius {
  border-radius: 100vh;
}

a.btn--green.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #07b53b;
}
