/* ====================================================================
 テンプレート用CSS（エディター内設定用）
==================================================================== */
/* template1
-------------------------------------------------------- */
.template1 {
	margin: 10px 0;
}
.template1 > div {
	margin-bottom: 15px;
}
.template1 > div > .temp1_title {
	display: inline-block;
	padding: 5px 0 10px 0;
	font-size: 150%;
}
.template1 > div > .temp1_img {
	/*width: 29%;*/
	padding-right: 20px;
	padding-bottom: 20px;
	float: left;
	max-width: 240px; /*2024_02_22追加*/
}
.template1 > div > .temp1_img > img {
	width: 100%;
}
.template1 > div > .temp1_img > .temp1_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*2024_02_22追加*/
.template1.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
@media print, screen and (max-width: 555px) {
	.template1 > div > .temp1_title {
		display: block;
		margin-bottom: 10px;
	}
	.template1 > div > .temp1_img {
		width: 100%;
		padding: 10px;
		max-width: 180px; /*2024_02_22追加*/
	}
	.template1 > div > .temp1_img > img {
		width: 100%;
		/*padding: 10px;*/
	}
}
/* template2
-------------------------------------------------------- */
.template2 {
	margin: 10px 0;
}
.template2 > div {
	margin-bottom: 15px;
}
.template2 > div > .temp2_title {
	display: inline-block;
	padding: 5px 0 10px 0;
	font-size: 150%;
}
.template2 > div > .temp2_img {
	/*width: 29%;*/
	padding-left: 20px;
	padding-bottom: 20px;
	float: right;
	max-width: 240px; /*2024_02_22追加*/
}
.template2 > div > .temp2_img > img {
	width: 100%;
}
.template2 > div > .temp2_img > .temp2_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
/*2024_02_22追加*/
.template2.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
@media print, screen and (max-width: 555px) {
	.template2 > div > .temp2_title {
		display: block;
		margin-bottom: 10px;
	}
	.template2 > div > .temp2_img {
		width: 100%;
		padding: 0;
		max-width: 180px; /*2024_02_22追加*/
	}
	.template2 > div > .temp2_img > img {
		width: 100%;
		padding: 10px;
	}
}
/* template3
-------------------------------------------------------- */
.template3 {
	margin: 10px 0;
}
.template3 > div {
	width: 100%;
}
.template3 > div .temp3_text1 {
	display: inline-block;
	width: 49.3%;
	vertical-align: top;
	padding-right: 10px;
}
.template3 > div .temp3_text1 > .temp3_title1 {
	font-size: 150%;
	margin-bottom: 15px;
}
.template3 > div .temp3_text2 {
	display: inline-block;
	width: 49.3%;
	vertical-align: top;
	padding-left: 10px;
}
.template3 > div .temp3_text2 > .temp3_title2 {
	font-size: 150%;
	margin-bottom: 15px;
}
@media print, screen and (max-width: 555px) {
	.template3 > div .temp3_text1 {
		width: 100%;
		padding: 0;
	}
	.template3 > div .temp3_text2 {
		width: 100%;
		padding: 0;
	}
}
/* template4
-------------------------------------------------------- */
.template4 {
	margin: 10px 0;
}
.template4 > .temp4_title {
	font-size: 150%;
	margin-bottom: 20px;
}
.template4 > div {
	width: 100%;
}
.template4 > div .temp4_img {
	display: inline-block;
	width: 29%;
	padding-right: 20px;
	vertical-align: top;
}
.template4 > div .temp4_img > img {
	width: 100%;
}
.template4 > div .temp4_img > .temp4_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.template4 > div .temp4_text {
	display: inline-block;
	width: 69.5%;
	vertical-align: top;
}
@media print, screen and (max-width: 555px) {
	.template4 > .temp4_title {
		margin-bottom: 10px;
	}
	.template4 > div .temp4_img {
		width: 100%;
		padding: 10px;
	}
	.template4 > div .temp4_text {
		width: 100%;
	}
}
/* template5
-------------------------------------------------------- */
.template5 {
	margin: 10px 0;
}
.template5 > .temp5_title {
	font-size: 150%;
	margin-bottom: 20px;
}
.template5 > div {
	width: 100%;
}
.template5 > div .temp5_img {
	display: inline-block;
	width: 29%;
	padding-left: 20px;
	vertical-align: top;
}
.template5 > div .temp5_img > img {
	width: 100%;
}
.template5 > div .temp5_img > .temp5_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.template5 > div .temp5_text {
	display: inline-block;
	width: 69.5%;
	vertical-align: top;
}
@media print, screen and (max-width: 555px) {
	.template5 > .temp5_title {
		margin-bottom: 15px;
	}
	.template5 > div .temp5_img {
		width: 100%;
		padding: 10px;
	}
	.template5 > div .temp5_text {
		width: 100%;
	}
}
/* template6
-------------------------------------------------------- */
.template6 {
	margin: 10px 0;
}
.template6 > .temp6_title {
	font-size: 150%;
	margin-bottom: 20px;
}
.template6 > div {
	width: 100%;
}
.template6 > div .temp6_img1 {
	display: inline-block;
	width: 29%;
	padding-right: 20px;
	vertical-align: top;
}
.template6 > div .temp6_img1 > .temp6_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.template6 > div .temp6_img1 > img {
	width: 100%;
}
.template6 > div .temp6_img2 {
	display: inline-block;
	width: 29%;
	padding-left: 20px;
	vertical-align: top;
}
.template6 > div .temp6_img2 > .temp6_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.template6 > div .temp6_img2 > img {
	width: 100%;
}
.template6 > div .temp6_text {
	display: inline-block;
	width: 39%;
	vertical-align: top;
}
@media print, screen and (max-width: 555px) {
	.template6 > .temp6_title {
		margin-bottom: 10px;
	}
	.template6 > div .temp6_img1 {
		width: 100%;
		padding: 15px;
	}
	.template6 > div .temp6_img2 {
		width: 100%;
		padding: 10px;
	}
	.template6 > div .temp6_text {
		width: 100%;
	}
}
/* template7
-------------------------------------------------------- */
.template7 {
	margin: 10px 0;
}
.template7 > .temp7_title {
	font-size: 150%;
	margin-bottom: 15px;
}
.template7 > div {
	display: flex;
	width: 100%;
}
.template7 > div .temp7_text1 {
	display: inline-block;
	width: 49.3%;
	vertical-align: top;
	padding-right: 10px;
}
.template7 > div .temp7_text2 {
	display: inline-block;
	width: 49.3%;
	vertical-align: top;
	padding-left: 10px;
}
@media print, screen and (max-width: 555px) {
	.template7 > div .temp7_text1 {
		width: 100%;
		padding: 0;
	}
	.template7 > div .temp7_text2 {
		width: 100%;
		padding: 0;
	}
}
/* template8
-------------------------------------------------------- */
.template8 {
	margin: 10px 0;
}
.template8 > .temp8_img1 {
	display: inline-block;
	width: 48.5%;
	vertical-align: top;
	margin-left: 0;
	margin-right: 0.35%;
}
.template8 > .temp8_img1 > img {
	width: 100%;
}
.template8 > .temp8_img1 > .temp8_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.template8 > .temp8_img2 {
	display: inline-block;
	width: 48.5%;
	vertical-align: top;
	margin-left: 0.35%;
	margin-right: 0;
}
.template8 > .temp8_img2 > img {
	width: 100%;
}
.template8 > .temp8_img2 > .temp8_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media print, screen and (max-width: 555px) {
	.template8 > .temp8_img1 {
		width: 100%;
		margin: 0;
		padding: 5px;
	}
	.template8 > .temp8_img2 {
		width: 100%;
		margin: 0;
		padding: 5px;
	}
}
/* template9
-------------------------------------------------------- */
.template9 {
	margin: 10px 0;
}
.template9 > .temp9_img1 {
	display: inline-block;
	width: 31.6%;
	vertical-align: top;
	margin-left: 0;
	margin-right: 0.75%;
}
.template9 > .temp9_img1 > img {
	width: 100%;
}
.template9 > .temp9_img1 > .temp9_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.template9 > .temp9_img2 {
	display: inline-block;
	width: 31.6%;
	vertical-align: top;
	margin-left: 0.75%;
	margin-right: 0.75%;
}
.template9 > .temp9_img2 > img {
	width: 100%;
}
.template9 > .temp9_img2 > .temp9_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.template9 > .temp9_img3 {
	display: inline-block;
	width: 31.6%;
	vertical-align: top;
	margin-left: 0.75%;
	margin-right: 0;
}
.template9 > .temp9_img3 > img {
	width: 100%;
}
.template9 > .temp9_img3 > .temp9_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media print, screen and (max-width: 555px) {
	.template9 > .temp9_img1 {
		width: 100%;
		margin: 0;
		padding: 5px;
	}
	.template9 > .temp9_img2 {
		width: 100%;
		margin: 0;
		padding: 5px;
	}
	.template9 > .temp9_img3 {
		width: 100%;
		margin: 0;
		padding: 5px;
	}
}
/* template10
-------------------------------------------------------- */
.template10 {
	margin: 10px 0;
}
.template10 > .temp10_img1 {
	display: inline-block;
	width: 23.3%;
	vertical-align: top;
	margin-left: 0;
	margin-right: 0.75%;
}
.template10 > .temp10_img1 > img {
	width: 100%;
}
.template10 > .temp10_img1 > .temp10_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.template10 > .temp10_img2 {
	display: inline-block;
	width: 23.3%;
	vertical-align: top;
	margin-left: 0.75%;
	margin-right: 0.75%;
}
.template10 > .temp10_img2 > img {
	width: 100%;
}
.template10 > .temp10_img2 > .temp10_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.template10 > .temp10_img3 {
	display: inline-block;
	width: 23.3%;
	vertical-align: top;
	margin-left: 0.75%;
	margin-right: 0.75%;
}
.template10 > .temp10_img3 > img {
	width: 100%;
}
.template10 > .temp10_img3 > .temp10_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
.template10 > .temp10_img4 {
	display: inline-block;
	width: 23.3%;
	vertical-align: top;
	margin-left: 0.75%;
	margin-right: 0;
}
.template10 > .temp10_img4 > img {
	width: 100%;
}
.template10 > .temp10_img4 > .temp10_cap {
	font-size: 85%;
	width: 100%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media print, screen and (max-width: 755px) {
	.template10 > .temp10_img1 {
		width: 48%;
		margin-left: 0.75%;
		margin-right: 0;
	}
	.template10 > .temp10_img2 {
		width: 48%;
		margin-left: 0.75%;
		margin-right: 0;
	}
	.template10 > .temp10_img3 {
		width: 48%;
		margin-left: 0.75%;
		margin-right: 0;
	}
	.template10 > .temp10_img4 {
		width: 48%;
		margin-left: 0.75%;
		margin-right: 0;
	}
}
/* template11
-------------------------------------------------------- */
.template11 {
	margin: 10px 0;
}
.template11 > div {
	width: 100%;
}
.template11 > div .temp11_text {
	display: inline-block;
	width: 33%;
	vertical-align: top;
}
@media print, screen and (max-width: 555px) {
	.template11 > div .temp11_text {
		width: 100%;
	}
}
/* template12
-------------------------------------------------------- */
.template12 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.template12 li {
  max-width: 140px;
  width: 100%;
  margin-top: 30px;
  text-align: center;
  list-style: none;
}
.template12 li img {
  max-width: 105px;
  width: 100%;
  height: auto;
}
.template12 li p {
  padding-top: 6px;
  font-size: 1.4rem;
}
@media print, screen and (max-width: 755px) {
}
/* template13
-------------------------------------------------------- */
.template13 > h3 {
	border-bottom: 1px solid #6e2faf;
	padding-bottom: 10px;
	font-size: 2.2rem;
	font-weight: normal;
}
.template13 > ul.temp13_result {
	list-style: none;
	margin: 0;
	padding: 0 !important;
}
.template13 > ul.temp13_result li {
	border-bottom: 1px dashed #6e2faf;
	padding: 10px 20%;
	list-style: none;
}
.template13 > ul.temp13_result .temp13_result_item {
	display: inline-block;
	width: 80%;
	text-align: left;
}
.template13 > ul.temp13_result .temp13_result_no {
	display: inline-block;
	width: 18%;
	color: #6e2faf;
	font-weight: bold;
	text-align: right;
}
@media print, screen and (max-width: 768px) {
  .template13 > ul.temp13_result li {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
/* template18
-------------------------------------------------------- */
.template18 > ul.temp18_list {
  border-top: 1px dashed #6e2faf;
  margin-top: 20px;
	list-style: none;
	margin: 0;
	padding: 0 !important;
}
.template18 > ul.temp18_list li {
  border-bottom: 1px dashed #6e2faf;
  padding: 10px 20px;
	list-style: none !important;
}
.template18 > ul.temp18_list li dl {}
.template18 > ul.temp18_list li dl dt {
  display: inline-block;
  width: 28%;
  font-size: 1.8rem;
  vertical-align: top;
}
.template18 > ul.temp18_list li dl dt span {
	display: inline-block;
	border-radius: 2px;
	background-color: #6e2faf;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.template18 > ul.temp18_list li dl dd {
  display: inline-block;
  width: 70%;
  padding-top: 2px;
  vertical-align: top;
}

@media print, screen and (max-width: 768px) {
  .template18 > ul.temp18_list li {
    padding: 10px 0;
  }
  .template18 > ul.temp18_list li dl dt {
    width: 100%;
    font-size: 1.6rem;
  }
    .template18 > ul.temp18_list li dl dt span {
      width: 26px;
      height: 26px;
      margin-right: 10px;
      line-height: 26px;
    }
  .template18 > ul.temp18_list li dl dd {
    width: calc(100% - 36px);
    margin-left: 36px;
    font-size: 1.4rem;
  }
}
/* template14
-------------------------------------------------------- */
.template14 > .temp14_tbl {
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.template14 > .temp14_tbl th:first-child {
  width: 40%;
}
.template14 > .temp14_tbl td:nth-child(2) {
  width: 30%;
}
.template14 > .temp14_tbl td:last-child {
  width: 40%;
}
.template14 > .temp14_tbl thead th {
  border: none;
  background-color: #9dd5f2;
  padding: 10px 20px;
  color: #000;
}
.template14 > .temp14_tbl tbody th {
  border: none;
  background-color: #fff;
  border-bottom: 1px solid #000;
  padding: 10px 20px;
  text-align: left;
  color: #000;
}
.template14 > .temp14_tbl tbody td {
  border: none;
  border-bottom: 1px solid #000;
  padding: 10px 20px;
  text-align: left;
}
.template14 > .temp14_tbl tbody td:last-child {
  text-align: right;
}
@media print, screen and (max-width: 755px) {
}
/* template15
-------------------------------------------------------- */
.template15 {
  border: 5px solid #6e2faf;
  max-width: 600px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.temp15_text {
  margin: 20px;
}
.temp15_text dt {
  font-size: 2.0rem;
  font-weight: 900;
}
.temp15_text dd {}
.temp15_text dd .total_no {
  color: #6e2faf;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}
  .temp15_text dd .total_no span {
    font-size: 2.4rem;
  }
.temp15_text dd .total_note {
  font-size: 1.4rem;
  text-align: right;
}
@media print, screen and (max-width: 768px) {
  .temp15_text {
    margin: 15px;
  }
  .temp15_text dt {
    font-size: 1.8rem;
  }
  .temp15_text dd .total_no {
    font-size: 3.0rem;
  }
    .temp15_text dd .total_no span {
      font-size: 2.0rem;
    }
}
/* template16
-------------------------------------------------------- */
.template16 {
	font-size: 2rem;
	border-bottom: 1px solid #ccc;
	margin-top: 70px;
}
/* template17
-------------------------------------------------------- */
.template17 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding: 0 0 0 20px;
}
.template17::before {
	position: absolute;
	content: '';
	bottom: 0.8em;
	width: 12px;
	height: 12px;
	top: 6px;
	left: 0;
	background-color: #000;
	transform: rotate(45deg);
}
/* template19
-------------------------------------------------------- */
.template19 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
}
.template19 a {
	position: relative;
	border: 1px solid #47216d;
	background-color: #fff;
	padding: 15px 50px 15px 15px;
	color: #47216d !important;
	border-radius: 5px;
	box-shadow: none;
	max-width: 500px;
}
.template19 a:after {
	content: '';
	width: 8px !important;
	height: 8px !important;
	border: 0;
	border-top: 2px solid #47216d;
	border-right: 2px solid #47216d;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -6px;
	background-image: none !important;
}
.template19 a:hover {
	background-color: #f2e5fe;
}
.temp19_common a {
	display: block;
	text-align: left;
	text-decoration: none !important;
}
.btn_external-link {
	position: relative;
}
.btn_external-link:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	transform: translateY(-50%);
	content: "";
	background-image: url("../images/icon_window.png");
	background-repeat: no-repeat;
	background-size: contain;
	filter: brightness(0) saturate(100%) invert(9%) sepia(42%) saturate(5876%) hue-rotate(264deg) brightness(101%) contrast(87%);
	font-size: 2.0rem;
	margin: 0 0 0 10px;
}
.right {
	margin-right: 0;
	margin-left: auto;
}

/* template20
-------------------------------------------------------- */
.template20 {
  text-align: center;
}
.template20 a {
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  border: 1px solid #47216d;
  background-color: #fff;
  padding: 14px 30px;
  color: #47216d;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  min-width: 320px;
}
.template20 a:hover {
    background-color: #f2e5fe;
    color: #fff;
}
.temp20_ext_link a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: FontAwesome;
  content: '\f08e';
  font-size: 2.0rem;
}
@media print, screen and (max-width: 414px) {
  .template20 a {
    padding: 14px 7.246vw;
  }
  .template20 a:after {
    right: 4.831vw;
  }
}
/* template21
-------------------------------------------------------- */
.template21 {
  text-align: center;
}
.template21 a {
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none !important;
  position: relative;
  border: 1px solid #47216d;
  background-color: #fff;
  padding: 14px 30px;
  color: #47216d;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  min-width: 320px;
}
.template21 a:hover {
    background-color: #f2e5fe;
    color: #fff;
}
.temp21_pdf a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: FontAwesome;
  content: '\f1c1';
  font-size: 2.0rem;
}
@media print, screen and (max-width: 414px) {
  .template21 a {
    padding: 14px 7.246vw;
  }
  .template21 a:after {
    right: 4.831vw;
  }
}
/* template22
-------------------------------------------------------- */
.template22 {
  /*border-bottom: 1px dashed #6e2faf;*/
  margin-top: 30px;
  padding-bottom: 30px;
}
.template22 dt, .template22 dd {
  position: relative;
  min-height: 40px;
  padding-left: 50px;
}
.template22 dt {
  margin-bottom: 20px;
  padding-top: 10px;
  font-weight: bold;
}
.template22 dd {
  padding-top: 4px;
	margin-left: 0; /*2024/02/29追加*/
}
.template22 dt:before, .template22 dd:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
}
.template22 dt:before {
  content: "Q";
  background-color: #47216d;
}
.template22 dd:before {
  content: "A";
  background-color: #6e2faf;
}
.temp22_text {
    line-height: 1.875;
}
/* template23
-------------------------------------------------------- */
.template23 {
  margin: 20px 0 10px;
}
.template23 p {
  display: inline-block;
  border-radius: 10px;
  background-color: #6e2faf;
  padding: 6px 20px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
.template23 span {
  display: inline-block;
  padding: 0 10px;
  color: #6e2faf;
  font-size: 3.0rem;
  vertical-align: middle;
}
@media print, screen and (max-width: 768px) {
  .template23 p {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
  .template23 span {
    display: block;
  }
}
/* template24
-------------------------------------------------------- */
.template24 {
	width: 100%;
	text-align: center;
}
.template24 > .temp24_img {
	display: inline-block;
}
.template24 > .temp24_img > img {
	max-width: 100%;
}
.template24 > .temp24_img > .temp24_cap {
	font-size: 85%;
	margin: 10px 0 20px 0;
	text-align: justify;
	text-justify: inter-ideograph;
}
@media print, screen and (max-width: 555px) {
	.template24 > .temp24_img > img {
		width: 100%;
	}
}
/* template25
-------------------------------------------------------- */
.template25 .line {
	padding-top: 40px;
	border-bottom: 1px solid #cccccc;
}
/* template26
-------------------------------------------------------- */
.template26 {
	margin-left: 50px;
}
@media print, screen and (max-width: 414px) {
	.template26 {
		margin-left: 20px;
	}
}
/* template27
-------------------------------------------------------- */
.template27 {
	margin-left: 20px;
}
@media print, screen and (max-width: 414px) {
	.template26 {
		margin-left: 0;
	}
}
/* template28
-------------------------------------------------------- */
.template28 {
	border-bottom: 1px dotted #CCCCCC;
	padding: 10px;
}
.template28 .temp28_item_date {
	float: left;
	width: 20%;
}
.template28 .temp28_item_date div {
	line-height: 1.6em;
}
.template28 .temp28_item_title {
	float: left;
	width: 80%;
}
.template28:after{
	content: "";
	display: block;
	clear: both;
}
@media print, screen and (max-width: 768px) {
	.template28 .temp28_item_date {
		width: 100%;
		float:none;
		font-size:85%;
	}
	.template28 .temp28_item_title {
		width: 100%;
		float:none;
		font-size:85%;
	}
}

/* template29
-------------------------------------------------------- */
.template29.template29-yellow01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(25deg, #fcd736, #ff7e00);
	border: none;
	border-radius: 8px;
	color: #FFF !important;
	padding: 20px 16px;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	margin: 0 auto;
	text-decoration: none !important;
	box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	position: relative;
}
.template29.template29-yellow01:after {
	content: '';
	width: 15px !important;
	height: 15px !important;
	position: absolute;
	right: 15px !important;
	bottom: unset !important;
	background-image: url("/application/js/ckeditor4/vendor/plugins/templates/templates/images/icon-arrow-right01-white01.png") !important;
	background-repeat: no-repeat;
	background-size: contain;
}
.template29.template29-yellow01:hover {
	opacity: 0.7;
}
.template29.template29-yellow01:hover::after {
	filter: unset !important;
}
.template29.template29-yellow01 img {
	height: 1.5rem;
	margin-left: 10px;
}
.template29.template29-large01 {
	max-width: 360px;
	padding: 15px 50px 15px  20px !important;
}

/* ====================================================================
 CKEditor適用CSS
==================================================================== */

/* 各タグ基本設定
-------------------------------------------------------------- */
/*
.cke_contents h1 {
    clear: both;
    margin: 0 0 20px;
}
.cke_contents h2 {
    clear: both;
    margin: 0 0 20px;
}
.cke_contents h3 {
    clear: both;
    margin: 0 0 20px;
}
.cke_contents h4 {
    clear: both;
    margin: 0 0 20px;
}
.cke_contents h5 {
    clear: both;
    margin: 0 0 20px;
}
.cke_contents h6 {
    clear: both;
    margin: 0 0 20px;
}
.cke_contents p {
    margin: 0 0 20px;
}
.cke_contents ul {
    margin: 0 0 20px;
}
.cke_contents ul li {
    padding: 0 0 0 1.0em;
    background: url("../images/icon-disc-black01.png") 0 0.7em no-repeat;
    background-size: 2px auto;
}
.cke_contents ol {
    list-style: decimal outside;
    margin: 0 0 20px;
    padding: 0 0 0 1.4em;
}
.cke_contents ol.cmn-ol-lower-roman {
    list-style-type: lower-roman;
}
.cke_contents ol li {}
.cke_contents dl {
    margin: 0 0 20px;
}
.cke_contents dt {}
.cke_contents dd {}
.cke_contents figure {
    margin: 0 0 20px;
}
.cke_contents figcaption {}
.cke_contents a {}
.cke_contents a:hover {}
.cke_contents strong {
    font-weight: bold;
}
.cke_contents em {
    font-style: italic;
}
.cke_contents s {
    text-decoration: line-through;
}
.cke_contents table {
    width: 100%;
    margin: 0 0 30px;
}
.cke_contents table tr {}
.cke_contents table tr th {
    padding: 15px 15px 14px;
    border: 1px solid #333333;
    background: #8CC63F;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}
.cke_contents table tr td {
    padding: 15px 30px 14px;
    border: 1px solid #333333;
    background: #ffffff;
}
@media print, screen and (max-width: 764px) {
    .cke_contents table tr th {
        padding: 15px 15px 14px;
    }
    .cke_contents table tr td {
        padding: 15px 20px 14px;
    }
}
@media print, screen and (max-width: 414px) {
    .cke_contents table tr th {
        padding: 15px 10px 14px;
    }
    .cke_contents table tr td {
        padding: 15px 10px 14px;
    }
}
*/

/* 独自タグ基本設定
-------------------------------------------------------------- */
.cke_contents {
    line-height: 1.875;
    margin: 30px 0 40px 0;
}
/* table */
.cke_contents table {}
.cke_contents table th {
  border: 1px solid #000;
  background-color: #9dd5f2;
  padding: 10px;
  color: #000;
}
.cke_contents table td {
  border: 1px solid #000;
  padding: 10px;
}
/* ul */
.cke_contents ul {
  list-style: disc;
  margin: 0;
  margin-left: 1.5em;
}
.cke_contents ul li {}
/* ol */
.cke_contents ol {
  margin: 0;
  margin-left: 1.5em;
}
.cke_contents ol li {}
/* p */
.cke_contents p {
    margin: 0;
}
/* a */
.cke_contents a,
.cke_contents a:visited {
    color: unset;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.cke_contents a:hover {
    color: #47216d;
    text-decoration: none;
}
