/*! Place your custom styles here */

body, h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p{ font-family:"Noto Sans Japanese", "Open+Sans", "Roboto"; }
.b{
	font-weight: bold;
}

.bg-yellow{
	background: #fff8bc;
}

/*--------------------
 吹き出しを作る
--------------------*/
/* 全体のスタイル */
.kaiwa {
  margin-bottom: 25px;
}

/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 80px;
  height: 80px;
  margin-right: -90px;
}
/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 80px;
  height: 80px;
  margin-left: -90px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
  position: relative;
  bottom: 15px;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 100px;
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  float: left;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 10px;
  border-radius: 10px;
  background-color: #9cd6e7;
  margin-left: 12%;
  float: right;
}
p.kaiwa-text {
  margin: 0 0 20px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #9cd6e7;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}
.validation-advice {
	margin: 5px 0;
	color: #FF3300;
	font-weight: normal;
}

.orange{
	color: #f48146;
}
.green{
	color: #27ab93;
}
.pink{
	color: #fa709b;
}
.red{
	color: #f54d4d;
}

p:last-child{
	margin-bottom: 10px;
}

h4,.h4{ margin-bottom: 10px; }

.point {
    font-size: 14px;
    color: #fff;
    background: #009e8d;
    padding: 3px 7px 3px 10px;
    margin-right: 20px;
    height: 26px;
    line-height: 28px;
    clear: both;
    margin-bottom: 6px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
 }

.green-bot{
	background-image: url(../images/contents_9_bg.png);
	background-repeat: repeat;
}

.m0{margin-bottom: 0;}

.cv011{
	background: #fff;
	border-radius:10px;
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
	padding: 30px 10px;
}

.btn--orange, .btn--orange:visited{
	background: #60a63c;
	border-color: #60a63c;
	color: #fff!important;
}

.head{
	background-image: url(../images/head-bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.star1{
	color: #f9d711;
}
.star2{
	color: #ddd;
}