@charset "utf-8";

#balloon1-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 65%;
  color: #555;
  font-size: 14px;
  background: #e0edff;
  text-align:left;
  border-radius: 10px;
  margin-bottom: 10px;
}

#balloon1-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #e0edff;
}

#balloon1-top p {
  margin: 0;
  padding: 0;
}

.btn-square-tw1 {
  width: 50%;
  vertical-align: middle;
  display: inline-block;
  position: relative;
//  padding: 0.5em 1.4em;
  padding-bottom: -20px;
  background: #ffffff;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 3px #1177dd;/*ボタン色より暗めに*/
  border-right: solid 3px #1177dd;/*ボタン色より暗めに*/
  border-radius: 4px;
}

.btn-square-tw1 a{
  color: #3399ff;
}

.btn-square-tw1:before {  
  content: " ";
  position: absolute;
  bottom: -5px;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 0 6px 6px 0px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #FFF;
}

.btn-square-tw1:after {  
  content: " ";
  position: absolute;
  top: -1px;
  right: -5px;
  width: 0;
  height: 0;
  border-width: 0px 6px 6px 0px;
  border-style: solid;
  border-color: #FFF;
  border-bottom-color: transparent;
}

.btn-square-tw1:active {
  /*ボタンを押したとき*/
  border:none;
  -webkit-transform: translate(6px,6px);
  transform: translate(6px,6px);
}

.btn-square-tw1:active:after, .btn-square-tw1:active:before {
  content: none;/*ボタンを押すと線が消える*/
}

.btn-square-tw2 {
//  width: 50%;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  padding: 2px 6px;
//  padding-bottom: -10px;
  background: #3399ff;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 3px #1177dd;/*ボタン色より暗めに*/
  border-right: solid 3px #1177dd;/*ボタン色より暗めに*/
  border-radius: 4px;
  margin-bottom: 8px;
}

.btn-square-tw2 a{
  color: #FFF;
  text-decoration:none;
}

.btn-square-tw2:before {  
  content: " ";
  position: absolute;
  bottom: -5px;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 0 6px 6px 0px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #FFF;
}

.btn-square-tw2:after {  
  content: " ";
  position: absolute;
  top: -1px;
  right: -5px;
  width: 0;
  height: 0;
  border-width: 0px 6px 6px 0px;
  border-style: solid;
  border-color: #FFF;
  border-bottom-color: transparent;
}

.btn-square-tw2:active {
  /*ボタンを押したとき*/
  border:none;
  -webkit-transform: translate(6px,6px);
  transform: translate(6px,6px);
}

.btn-square-tw2:active:after, .btn-square-tw2:active:before {
  content: none;/*ボタンを押すと線が消える*/
}

.video-btn {
  font-size:1.2em;
//  width: 50%;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  padding: 6px 10px;
//  padding-bottom: -10px;
  background: #3399ff;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 3px #1177dd;/*ボタン色より暗めに*/
  border-right: solid 3px #1177dd;/*ボタン色より暗めに*/
  border-radius: 4px;
  margin-bottom: 8px;
}

.video-btn a{
  color: #FFF;
  text-decoration:none;
}

.video-btn:before {  
  content: " ";
  position: absolute;
  bottom: -5px;
  left: -1px;
  width: 0;
  height: 0;
  border-width: 0 6px 6px 0px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #FFF;
}

.video-btn:after {  
  content: " ";
  position: absolute;
  top: -1px;
  right: -5px;
  width: 0;
  height: 0;
  border-width: 0px 6px 6px 0px;
  border-style: solid;
  border-color: #FFF;
  border-bottom-color: transparent;
}

.video-btn:active {
  /*ボタンを押したとき*/
  border:none;
  -webkit-transform: translate(6px,6px);
  transform: translate(6px,6px);
}

.video-btn:active:after, .video-btn:active:before {
  content: none;/*ボタンを押すと線が消える*/
}

.btn-gradient-3d-simple {
  width:70%;
  font-size:1.2em;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 8px;
  color: #ffffff;
  background-image: linear-gradient(#ff0099 0%, #dd0077 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #dd0077;
}

.btn-gradient-3d-simple:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.parent {
    text-align: center;         /* 子要素を左右中央揃えにする */
}

.box15 {
    display: inline-block;        /* インラインブロック要素にする */
    width:34%;
    padding: 0.2em 0.5em;
    margin: 14px;
    color: #565656;
    background: #ffeeee;
    box-shadow: 0px 0px 0px 10px #ffeeee;
    border: dashed 2px #ffc3c3;
    border-radius: 6px;
    text-align:left;
}

.box15 a{
    color: #ff3366;
}

.box15 p {
    margin: 0; 
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.box15 img{
    border-radius: 4px;
    margin-top: 4px;
    margin-bottom: -2px;
}