@charset "UTF-8";

/*-----------------------------
edit ver.22.10.16
-----------------------------*/

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

.entry-content h2 {
  padding: 8px 15px;
  background-color: var(--black-color);
  font-size: 22px;
  color: var(--white-color);
  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: 20px auto;
  width: 100%;
  display: block;
}

.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: var(--black-color);
  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 h5 {
	position: relative;
	left: 80px;
	display: block;
	width: 600px;
	line-height: 40px;
	margin: 30px;
	min-height: 80px;
	padding-left: 100px;
	font-size: 18px;
	font-weight: normal;
	padding: 15px;
	border-radius: 30px;
	border: solid 5px var(--color2) !important;
}

.entry-content h5::before {
	content: " ";
	background-image: url("https://kamisaka-chosashi.com/wp-content/uploads/2023/10/serificon_left01.jpg");
	background-size: cover;
	position: absolute;
	top: -10px;
    left: -110px;
	width: 80px;
	height: 80px;
	display: block;
	margin: 0;
	border-radius: 100px;
	border: 5px solid var(--color2);
}

.entry-content h5::after {
	content: "◀";
    position: absolute;
	top: 15px;
    left: -20px;
    width: 80px;
    height: 80px;
    display: inline;
    font-size: 20px;
    line-height: 1.9;
    font-weight: normal;
    color: var(--color2);
}

.entry-content h6 {
	position: relative;
	left: 145px;
	display: block;
	width: 600px;
	line-height: 40px;
	margin: 30px;
	min-height: 80px;
	padding-left: 100px;
	font-size: 18px;
	font-weight: normal;
	padding: 15px;
	border-radius: 30px;
	border: solid 5px var(--color3) !important;
}

.entry-content h6::before {
	content: " ";
	background-image: url("https://kamisaka-chosashi.com/wp-content/uploads/2023/10/serificon_right01.jpg");
	background-size: cover;
	position: absolute;
	top: -10px;
    right: -110px;
	width: 80px;
	height: 80px;
	display: block;
	margin: 0;
	border-radius: 100px;
	border: 5px solid var(--color3);
}

.entry-content h6::after {
	content: "▶";
    position: absolute;
	top: 15px;
    right: -80px;
    width: 80px;
    height: 80px;
    display: inline;
    font-size: 20px;
    line-height: 1.9;
    font-weight: normal;
    color: var(--color3);
}


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






@media screen and (max-width: 768px){
	
	
	.entry-content h5 {
		position: relative;
		left: 60px;
		display: block;
		width: 85%;
		line-height: 30px;
		margin: 30px 0;
		min-height: 0px;
		padding-left: 100px;
		font-size: 18px;
		font-weight: normal;
		padding: 15px;
		border-radius: 30px;
		border: solid 5px var(--color2) !important;
	}

	.entry-content h5::before {
		left: -80px;
		width: 50px;
		height: 50px;
	}

	.entry-content h5::after {
		content: "◀";
		position: absolute;
		top: 15px;
		left: -15px;
		width: 80px;
		height: 80px;
		display: inline;
		font-size: 15px;
		line-height: 1.9;
		font-weight: normal;
		color: var(--color2);
	}

	.entry-content h6 {
		position: relative;
		left: -4%;
		display: block;
		width: 85%;
		line-height: 30px;
		margin: 30px 0;
		min-height: 0px;
		padding-left: 100px;
		font-size: 18px;
		font-weight: normal;
		padding: 15px;
		border-radius: 30px;
		border: solid 5px var(--color3) !important;
	}

	.entry-content h6::before {
		right: -80px;
		width: 50px;
		height: 50px;
	}

	.entry-content h6::after {
		content: "▶";
		position: absolute;
		top: 15px;
		right: -80px;
		width: 80px;
		height: 80px;
		display: inline;
		font-size: 20px;
		line-height: 1.9;
		font-weight: normal;
		color: var(--color3);
	}
}