@charset "UTF-8";


/*-----------------------------
edit ver.21.11.23
-----------------------------*/

.entry-content {
    margin-bottom: 120px;
	font-size: 16px;
}
.entry-content.mb50 {
	margin-bottom: 50px;
}

.entry-content h2 {
    color: #F36AA7;
    font-size: 32px;
    line-height: 1.5;
    border-bottom: 2px solid #F36AA7;
    padding: 0 0 4px;
    margin: 0 0 19px;
}

.entry-content h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    background: #F0F4F7;
    border-radius: 10px;
    padding: 10px 20px 11px;
    margin-bottom: 20px;
}

.entry-content p,
.entry-content li,
.entry-content blockquote {
  line-height: 2.15;
	margin: 10px 0;
}

.entry-content .text_center {
  text-align: center;
}

.entry-content a {
  color: #66affe;
  display: inline-block;
  text-decoration: underline;
  line-height: 1.5;
}
.entry-content a:hover {
  color: #AD5A68;
}

.entry-content img {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
	border-radius: 10px;
  max-height: 600px;
  width: auto;
}
.entry-content img.ph50 {
  max-width: 50%;
}

video {
	width: 100%;
}

.entry-content li {
  list-style-position: inside;
}

.entry-content ul li {
  list-style-type: disc;
}

.entry-content ol li {
  list-style-type: decimal;
}

.entry-content video {
  height: auto;
}

.entry-content blockquote {
  padding: 10px 15px !important;
  border: 1px solid #bbbbbb !important;
  position: relative;
}

.entry-content blockquote::before,
.entry-content blockquote::after {
  color: #F36AA7;
  font-size: 50px;
  font-size: 3rem;
  line-height: 1;
  position: absolute;
}

.entry-content blockquote::before {
  content: "❝";
  top: -20px;
  left: -5px;
}

.entry-content blockquote::after {
  content: "❞";
  bottom: -34px;
  right: -5px;
}

.entry-content .margin_b5 {
  margin-bottom: 5px !important;
}

.entry-content .margin_b10 {
  margin-bottom: 10px !important;
}

.entry-content .margin_b15 {
  margin-bottom: 15px !important;
}

.entry-content .margin_b20 {
  margin-bottom: 20px !important;
}

.entry-content .margin_b25 {
  margin-bottom: 25px !important;
}

.entry-content .margin_b30 {
  margin-bottom: 30px !important;
}

.entry-content .margin_b35 {
  margin-bottom: 35px !important;
}

.entry-content .margin_b40 {
  margin-bottom: 40px !important;
}

.entry-content .margin_b45 {
  margin-bottom: 45px !important;
}

.entry-content .margin_b50 {
  margin-bottom: 50px !important;
}

.entry-content .f10 {
  font-size: 10px !important;
}

.entry-content .f11 {
  font-size: 11px !important;
}

.entry-content .f12 {
  font-size: 12px !important;
}

.entry-content .f13 {
  font-size: 13px !important;
}

.entry-content .f14 {
  font-size: 14px !important;
}

.entry-content .f15 {
  font-size: 15px !important;
}

.entry-content .f16 {
  font-size: 16px !important;
}

.entry-content .f17 {
  font-size: 17px !important;
}

.entry-content .f18 {
  font-size: 18px !important;
}

.entry-content .f19 {
  font-size: 19px !important;
}

.entry-content .f20 {
  font-size: 20px !important;
}

.entry-content .f21 {
  font-size: 21px !important;
}

.entry-content .f22 {
  font-size: 22px !important;
}

.entry-content .f23 {
  font-size: 23px !important;
}

.entry-content .f24 {
  font-size: 24px !important;
}

.entry-content .f25 {
  font-size: 25px !important;
}

.entry-content .f30 {
  font-size: 30px !important;
}

.entry-content .f35 {
  font-size: 35px !important;
}

.entry-content .f40 {
  font-size: 40px !important;
}

.entry-content .f45 {
  font-size: 45px !important;
}

.entry-content .f50 {
  font-size: 50px !important;
}

.entry-content .bold {
  font-weight: bold !important;
}

.entry-content .red {
  color: red !important;
}

.entry-content .pink {
  color: pink !important;
}

.entry-content .gray {
  color: gray !important;
}

.entry-content .blue {
  color: blue !important;
}

.entry-content .has-text-align-center {
  text-align: center;
}

.entry-content .text_right {
  text-align: right;
}

.entry-content .mk_yellow {
  background-color: yellow !important;
}

.entry-content .bg_yellow {
  padding: 15px !important;
  background-color: #fffde0 !important;
  border: 1px solid #bbbbbb !important;
	border-radius: 10px;
}

.entry-content .bg_blue {
  padding: 15px !important;
  background-color: #e4efff !important;
  border: 1px solid #bbbbbb !important;
	border-radius: 10px;
}

.entry-content .bg_pink {
  padding: 10px !important;
  background-color: #fff1f1 !important;
  border: 1px solid #bbbbbb !important;
	border-radius: 10px;
}

.entry-content .bg_gray {
  width: 95%;
  margin-left: 5%;
  padding: 15px !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #bbbbbb !important;
	border-radius: 10px;
}

.entry-content .bg_yellow_iv {
  background-color: rgba(255, 253, 224, 0.5) !important;
}

.entry-content .bg_blue_iv {
  background-color: rgba(228, 239, 255, 0.5) !important;
}

.entry-content .bg_pink_iv {
  background-color: rgba(255, 241, 241, 0.5) !important;
}

.entry-content .bg_gray_iv {
  background-color: rgba(249, 249, 249, 0.5) !important;
}

.entry-content .bg_quest_iv {
  background-color: #fff;
}

.entry-content .serif {
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
  position: relative;
  min-height: 80px;
  padding-left: 100px;
  font-size: 18px;
  line-height: 1.9;
  font-weight: normal;
}

.entry-content .serif img {
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	display: block;
	margin: 0;
	border-radius: 40px;
}

.entry-content .serif .serif_box {
  width: max-content;
  padding: 15px;
  border-radius: 4px;
  border: solid 2px #F36AA7 !important;
  position: relative;
  line-height: 1.5;
	font-family: "title", sans-serif;
	background: #FFF6F9;
}

.entry-content .serif .serif_box > span {
  display: inline;
  font-size: 18px;
  line-height: 1.9;
  font-weight: normal;
}

.entry-content .serif .serif_box::after {
  position: absolute;
  top: 24px;
  left: -22px;
  content: "";
  height: 0;
  width: 0;
  border: 10px solid rgba(255, 255, 255, 0);
  border-right: 10px solid #F36AA7;
}

.entry-content .serif_l {
  overflow: hidden;
  display: block;
  margin-bottom: 30px;
  position: relative;
  min-height: 80px;
  padding-right: 100px;
  font-size: 18px;
  line-height: 1.9;
  font-weight: normal;
}

.entry-content .serif_l img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  margin: 0;
  width: 80px;
  height: 80px;
  border-radius: 40px;
}

.entry-content .serif_l .serif_box {
  width: max-content;
  margin-left: auto;
  margin-right: 0;
  padding: 15px;
  border-radius: 4px;
  border: solid 2px #68A0CE !important;
  position: relative;
  line-height: 1.5;
	background: #F0FAFF;
	font-family: "title", sans-serif;
	
}

.entry-content .serif_l .serif_box > span {
  display: inline;
  font-size: 18px;
  line-height: 1.9;
  font-weight: normal;
}

.entry-content .serif_l .serif_box::after {
  position: absolute;
  top: 24px;
  right: -22px;
  content: "";
  height: 0;
  width: 0;
  border: 10px solid rgba(255, 255, 255, 0);
  border-left: 10px solid #68A0CE;
}

.entry-content .button_green a {
  width: max-content;
  margin: 0 auto;
  padding: 20px;
  background: #58be89;
  border-radius: 100px;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  display: block;
}

.entry-content .button_blue a {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background: #68A0CE;
  border-radius: 100px;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  display: block;
}

.entry-content .button_orange a {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background: #fba848;
  border-radius: 100px;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  display: block;
}
.entry-content .button_green a:hover,
.entry-content .button_blue a:hover,
.entry-content .button_orange a:hover {
  background: #F36AA7;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed; /* セルの幅を均等に割り当てる */
}

.entry-content table tr th,
.entry-content table tr td {
  padding: 15px 20px;
  border: 1px solid #ddd;
  vertical-align: middle;
  line-height: 2;
  word-wrap: break-word; /* テキストがセル内に収まるように折り返す */
}

.entry-content table tr th {
  font-weight: bold;
  background: #f5f4f4;
}

@media screen and (max-width: 968px) {
  #single-post .left .header time {
    font-size: 14px;
  }
  #single-post .left .header h1 {
    font-size: 20px !important;
  }
  #single-post .left .header .postMeta .user {
    font-size: 14px;
  }
  #single-post .left .header .postMeta .user img {
    width: 30px !important;
  }
  #single-post .left .header .postMeta > ul > li::before {
    width: 24px !important;
    height: 25px !important;
  } 
  #toc_container ul ul {
    margin-left: 0em;
  }
  #single-post .left #toc_container .toc_list a {
    font-weight: bold;
    font-size: 13px;
  }
  .entry-content h2 {
    font-size: 20px !important;
  }
}


.entry-content .b-col2 {
  padding: 30px;
  background: #f5f5f5;
}

.entry-content .b-col2-wrap {
  display: flex;
  flex-flow: row wrap;
}

.entry-content .b-col2-wrap > p {
  width: 65%;
}

.entry-content .form-block {
  width: 35%;
  padding-top: 8px;
  font-weight: bold;
}

.entry-content .c-pink {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 5px;
  color: #fff;
  background: #e95996;
  margin-right: 10px;
  font-weight: bold;
}

.entry-content .c-skyblue {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 5px;
  color: #fff;
  background: #59c1df;
  margin-right: 10px;
  font-weight: bold;
}

.entry-content .is-consent {
  margin: 20px 0;
  text-align: center;
}

.entry-content .is-consent label {
  padding: 20px 35px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  cursor: pointer;
  display: inline-block;
}

.entry-content .arrow-r {
  text-align: center;
}

.entry-content .arrow-r input {
  width: 380px;
  padding: 20px 0;
  background: #3473b8;
  color: #fff;
  display: inline-block;
}
.margin-b60 {
  margin-bottom: 60px;
}

.blog_otoiawase {
  background: url(../images/web-subsc1/otoiawase-bg.png) no-repeat;
  background-size: cover;
  margin-top: 100px;
}
.blog_otoiawase div {
}
.blog_otoiawase div h2 {
  font-size: 30px;
  color: #4F6479;
  text-align: center;
  border: none;
  padding-top: 20px;
  margin: 0;
}
.blog_otoiawase div p {
  font-size: 15px;
  text-align: center;
  color: #4F6479;
}
.blog_otoiawase div ul {
  text-align: center;
  padding-bottom: 5px;
}
.blog_otoiawase div ul li {
  display: inline-block;
}
.blog_otoiawase div ul li a {
  width: 250px;
  background: #F46195;
  color: #fff;
  text-decoration: none;
  text-align: center;
  height: 60px;
  line-height: 54px;
  border-radius: 50px;
  border: 3px solid #FFf;
}
.blog_otoiawase div ul li:last-child a {
  width: 250px;
  background: #43D884;
  margin-left: 20px;
}
.blog_otoiawase div ul li a:hover {
  color: #fff;
  opacity: 0.7;
  transition: .3s;
}

@media screen and (max-width: 968px) {
  .blog_otoiawase {
    background-size: inherit;
  }
  .blog_otoiawase div ul li:last-child a {
    margin-left: 0px;
  }  
}
  
.entry-content .wpcf7 {
    
}



/*-----------------------------
mail-form　ブログページ
-----------------------------*/


.mail-form {
  
}
.mail-form tr {
  
}
.mail-form th {
  width: 35%;
}
.mail-form td {
  
}
.mail-form input,
.mail-form select,
.mail-form textarea {
  border: 1px solid #ddd;
}
.mail-form input::placeholder,
.mail-form textarea::placeholder {
  color: #ddd; /* 文字の色を変更 */
  opacity: 1; /* 透明度を調整（デフォルトは低め） */
  font-size: 15px;
}
.mail-form select {
  width: 100%;
}
.mail-form .wpcf7-not-valid-tip {
  font-size: 13px;
}



iframe, video {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 500px;
}




.table_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}

.table_wrap table {
  border-collapse: collapse;
  width: 100%;
  min-width: 750px; /* ←少し強めにするのがコツ！ */
  table-layout: auto; /* ←列幅を均等に！ */
}

.table_wrap th,
.table_wrap td {
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: center;
  font-size: 16px;
}

.table_wrap th {
  background-color: #f5f5f5;
  font-weight: normal; /* ←ズレるとき一度これで試してみて！ */
}


@media screen and (max-width: 968px) {
.table_wrap th,
.table_wrap td {
  white-space: nowrap; /* 折り返し防止 */
}
}