@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
.article h2 {
  position: relative;
  padding: 1.5rem 1rem;
}
.netabare {
  position: relative;
  display: flex;
  align-items: center;
  padding: 24px 60px;
  border: 2px solid #ffffff;
  border-radius: 9999px;
  background-color: #eea8de;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  text-align: left;
	text-decoration:none
}

.netabare img{
	width:30%;
	height:30%;
	margin-right: 16px; 
}
/******************************************************/
.my-fukidashi {
  display: flex;
  align-items: flex-start;
  margin: 20px 0;
}

.my-fukidashi.left {
  flex-direction: row;
}

.my-fukidashi.right {
  flex-direction: row-reverse;
}

.my-fukidashi .icon img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.my-fukidashi .content {
  max-width: 70%;
  margin: 0 10px;
}

.my-fukidashi .name {
  font-weight: bold;
  margin-bottom: 5px;
}

.my-fukidashi .text {
  background: #f0f0f0;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}

.my-fukidashi.left .text::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 10px;
  border: 10px solid transparent;
  border-right-color: #f0f0f0;
}

.my-fukidashi.right .text::before {
  position: absolute;
  right: -10px;
  top: 10px;
  border: 10px solid transparent;
  border-left-color: #f0f0f0;
}


.ad-pr-box {
  border-left: 5px solid #e60033;
  background: #fff7f7;
  padding: 15px;
  font-size: 16px;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}
.ad-pr-box a {
  font-weight: bold;
  text-decoration: underline;
}
.quiz button {
  margin: 5px;
  padding: 8px 16px;
  border: 1px solid #ccc;
  background: #f9f9f9;
  cursor: pointer;
  border-radius: 5px;
}
.quiz button:hover {
  background: #e0f7fa;
}
.quiz-result {
  margin-top: 10px;
  font-weight: bold;
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}