@charset "UTF-8";


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

.entry-content {
  margin-bottom: 80px;
}

.entry-content h2 {
  padding: 8px 15px;
  background-color: #333333;
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}

.entry-content h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 60px 0 20px;
}

.entry-content p,
.entry-content li,
.entry-content blockquote {
  line-height: 2.15;
}

.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;
}

.entry-content img.ph50 {
  max-width: 50%;
}

.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: #424959;
  font-size: 50px;
  font-size: 5rem;
  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;
}

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

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

.entry-content .bg_gray {
  padding: 15px !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #bbbbbb !important;
}

.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 {
  font-family: "dot";
  color: #fff;
  background-color: black;
}

.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 {
  padding: 15px;
  border-radius: 4px;
  border: solid 2px #000 !important;
  position: relative;
  line-height: 1.5;
}

.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 #000;
}

.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;
  border-radius: 40px;
}

.entry-content .serif_l .serif_box {
  padding: 15px;
  border-radius: 4px;
  border: solid 2px #000 !important;
  position: relative;
  line-height: 1.5;
}

.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 #000;
}

.entry-content .button_green {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background: #58be89;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
}

.entry-content .button_blue {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background: #0e7ac4;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
}

.entry-content .button_orange {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  background: #fba848;
  border-radius: 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
}

.entry-content table {
  width: 100%;
  border-collapse: collapse;
}

.entry-content table tr th,
.entry-content table tr td {
  padding: 15px 20px;
  border: 1px solid #ddd;
  vertical-align: middle;
  line-height: 2;
}

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

.entry-content table th:nth-child(1) {
  width: 30%;
}

.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;
}