<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 20230808 繝ｪ繝九Η繝ｼ繧｢繝ｫ繝代�繝�さ繝ｩ繝�霑ｽ蜉� */

/* 蝓ｺ譛ｬ繧ｿ繧ｰ縺ｮ繝輔か繝ｳ繝医し繧､繧ｺ繧呈欠螳夲ｼ�12px -&gt; 120% or 1.2em �� */ :root {
  --font-main: 'Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", Osaka, sans-serif;
  /* FONT SITE */
  --txt: #000;
  /* COLOR TEXT */
  --mcolor: #000000;
  /* MAIN COLOR  */
  --scolor: #DE6EAB;
  /* SUB COLOR */
  /* CUSTOM COLOR */
  --pink: #B82173;
  --red: #f00;
  --pink-light: #E6A4C8;
  --f-rbt: 'Roboto', sans-serif;
  --f-nts: '貂ｸ譏取悃','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

h1:not([class]) {
    border-bottom: double 4px var(--scolor);
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    display: flex;
    padding: 0 20px 10px;
    width: fit-content;
    margin: 0 auto 100px;
}

h2:not([class]) {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 15px;
}
h2:not([class]):after {
  content: '';
  position: absolute;
  width: 150px;
  height: 3px;
  background: #B82173;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

h4 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
    padding: 0 0 0 25px;
    position: relative;
}
h4:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--scolor);
    left: 0;
    top: 8px;
    border-radius: 3px;
}

h5 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    color: var(--pink);
}
.nipt_sec12_list {
    max-width: 1200px;
    margin: 0 auto 49px;
}
.nipt_sec12_list dt {
    font-size: 20px;
    font-weight: 700;
    position: relative;
	border-bottom: 1px solid #F2D1E3;
	padding: 20px 50px 20px 70px;
	cursor: pointer;
	transition: all 0.3s;
}
.nipt_sec12_list dt.active {
	border-bottom: none;
}
.nipt_sec12_list dt:before {
	content: 'Q';
	position: absolute;
	font-size: 27px;
	font-weight: 700;
	width: 50px;
	height: 50px;
	background: #DE6EAB;
	border-radius: 10px;
	left: 0;
	top: 16px;
	text-align: center;
	color: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
}
.nipt_sec12_list dt.active .plus:after {
	transform: rotate(90deg);
}
.nipt_sec12_list dd {
    background: #fff;
    padding: 20px 20px 20px 95px;
    border-radius: 10px;
    position: relative;
	display: none;
}
.nipt_sec12_list dd:before {
	content: 'A';
	position: absolute;
	font-size: 27px;
	font-weight: 700;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 10px;
	left: 20px;
	top: 20px;
	text-align: center;
	color: #DE6EAB;
	border: 1px solid #DE6EAB;
	display: flex;
    justify-content: center;
    align-items: center;
	padding: 0px !important;
}
.nipt_sec12_list dd a {
	color: #000;
	text-decoration: underline;
}
.nipt_sec12_list.no_icon dt:before, .nipt_sec12_list.no_icon dd:before {
	display: none;
}
.nipt_sec12_list.no_icon dt {
	padding-left: 0;
}
.nipt_sec12_list.no_icon dd {
	padding: 30px;
}
.nipt_sec12_list dd:before {
    top: 13px;
}

.sec09_itm_btn {
  margin: auto 0 0;
  text-align: center;
}
.sec09_itm_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--scolor);
  color: #fff!important;
  width: 350px;
  text-decoration: none;
  font-weight: 500;
  height: 50px;
  border-radius: 30px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
}
.sec09_itm_btn a:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("/wp-content/themes/noel_tcd072-child/images/icon_member.svg") no-repeat center center/100% auto;
  width: 24px;
  height: 26px;
  margin-right: 15px;
}

.idx_btn {
  margin: 0;
}
.idx_btn a {
  display: flex;
  width: 350px;
  background: #E6A4C8;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 300px;
  transition: all 0.3s;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.07);
}
.idx_btn a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #ffffff;
  right: 15px;
  top: calc(50% - 3px);
}

.under .section:not(:last-child) {
  padding-bottom: 60px;
}
.under .section:not(:last-child):has(.plus) {
  padding-bottom: 0px;	/* 2024.4.9 EXCEED蟇ｾ蠢� 霑ｽ蜉� */
}

@media screen and (max-width: 750px) {
}
.under_frame {
    position: relative;
	padding: 40px;
	/*overflow: hidden;*/
	display: flex;
	flex-direction: column;
}
.under_frame:not(:last-child) {
	margin-bottom: 30px;
}
.under_frame:before, .under_frame:after {
    content: '';
	position: absolute;
	z-index: 0;
	pointer-events: none;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
.under_frame:before {
	border: 1px solid var(--scolor);
	left: 0;
	top: 0;
}
.under_frame:after {
	z-index: 0;
	border: 1px solid #D1D1D1;
	left: 10px;
	top: 10px;
}

.center {
  text-align: center
}

.list01:not(:last-child), .tb_scroll:not(:last-child), .tb_scroll_w800:not(:last-child).tb_scroll_w700:not(:last-child).tb_scroll_w600:not(:last-child).tb_scroll_w500:not(:last-child) {
  margin-bottom: 30px;
}

.list01 li {
    position: relative;
    padding-left: 22px;
    margin: 0 0 10px;
    line-height: 1.6em;
}
.list01 li:last-child {
  margin-bottom: 0;
}
.list01 li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--pink-light);
  border: 1px solid #B82173;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.under_anchor_btn {
    display: flex;
    flex-wrap: wrap;
}
.under_anchor_btn li {
    width: 25%;
}
.under_anchor_btn li a:first-child {
    display: flex;
    border: 1px solid var(--pink-light);
    color: var(--txt);
    text-decoration: none;
    position: relative;
    padding: 10px 25px 10px 15px;
    line-height: 1.4em;
    align-items: center;
    min-height: 60px;
	height: 100%;
	background: #fff;
}
.under_anchor_btn li a:first-child:after {
	content: '';
	position: absolute;
	width: 0;
height: 0;
border-style: solid;
border-width: 6px 5px 0 5px;
border-color: #333 transparent transparent transparent;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);transition: all 0.3s;
}

.plus {
	position: absolute;
	width: 20px;
	height: 20px;
	right: 26px;
	top: calc(50% - 10px);
}

.plus:before, .plus:after {
	content: '';
	position: absolute;
	background: #DE6EAB;
	transition: all 0.3s;
}
.plus:before {
	width: 20px;
	height: 3px;
	left: 0;
	top: calc(50% - 1.5px);
}
.plus:after {
	height: 20px;
	width: 3px;
	top: 0;
	left: calc(50% - 1.5px);
}
.nipt_sec12_list dt.active .plus:after {
	transform: rotate(90deg);
}
.map_btn a {
	margin: 0 auto;
}

.online-nipt_col {
    display: flex;
    justify-content: space-between;
	margin-bottom: 30px;
}
.online-nipt_col li {
    width: 32%;
    background: var(--pink);
    padding: 30px 20px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.6em;
    position: relative;
    font-family: var(--f-nts);
    flex-direction: column;
}
.online-nipt_col li:after {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    border: 1px solid #fff;
    pointer-events: none;
}
.online-nipt_col li .lager {
    display: block;
    font-size: 150%;
	margin-top: 15px;
	line-height: 1.5em;
}
.online-nipt_row {
    display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}
.online-nipt_row li {
    width: 24%;
    background: rgb(230 164 200 / 13%);
    padding: 20px;
    text-align: center;
    margin: 0 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.4em;
    font-size: 20px;
    font-weight: 500;
    min-height: 260px;
    position: relative;
    font-family: var(--f-nts);
    flex-direction: column;
}
.online-nipt_row li .txt, .online-nipt_col li .txt {
    margin: auto;
}
.online-nipt_row li:after {
    content: '';
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    border: 1px solid #ddd;
    pointer-events: none;
}
.online-nipt_row li .small {
    display: block;
    font-size: 70%;
	margin-top: 10px;
}

.online-nipt_col a {
    color: #fff;
}
.online-nipt_col .btn, .online-nipt_row a.btn {
    border: 1px solid;
    text-decoration: none;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 40px;
    margin-top: 10px;
	font-size: 16px;
}

.online-nipt_row a {
	color: var(--scolor);
}

.tb_fixed {
  table-layout: fixed;
}
.online-nipt_col .btn:hover {
  background: #fff;
  color: var(--pink)!important;
}
.online-nipt_row a.btn:hover {
  background: var(--pink);
  color: #fff!important;
}

@media screen and (min-width: 751px) {
	.nipt_sec12_list dt:hover, .sec09_itm_btn a:hover,.nipt_sec12_list dt:hover {
		opacity: 0.7;
	  }
	  .idx_btn a:not(.nolink):hover {
	  	background-color: var(--scolor);
	  }
	  .under_anchor_btn li a:first-child:hover {
		background: #E6A4C8;
		color: #fff;
	  }
	  .under_anchor_btn li a:first-child:hover:after {
			border-top-color: #fff;
		}
		.under_anchor_btn li:not(:nth-child(4n+1)) a {
			border-left: none;
		}
		.under_anchor_btn li:not(:nth-child(-n+4)) a {
			border-top: none;
		}
		.online-nipt_col .btn:hover {
			background: #fff;
			color: var(--pink);
		}
		.online-nipt_row a.btn:hover {
			background: var(--pink);
			color: #fff;
		}
		#main_col{
			font-size: 16px;
	 	}
		#main_col p {
			font-size: 16px;
	 	}
		#main_col li {
			font-size: 16px;
		}
		#main_col dl {
			font-size: 16px;
		}

}
@media screen and (max-width: 750px) {
	h1:not([class]) {
		font-size: 24px;
		margin-bottom: 60px;
		padding: 0 10px 5px;
	 }
	 h2:not([class]) {
		font-size: 22px;
		padding: 0 0 12px;
		margin-bottom: 25px;
	  }
	  h4:before {
		top: 5px;
		width: 13px;
		height: 13px;
		}
	  h4 {
		font-size: 17px;
		margin-bottom: 20px;
		padding-left: 25px;
	  }
	  h5 {
		font-size: 16px;
		margin-bottom: 20px;
	  }
	  .nipt_sec12_list dt:before {
		width: 37px;
		height: 37px;
		font-size: 20px;
		top: calc(50% - 18px);
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0 0 5px;
	}
	.plus {
		right: 0;
	}
	.nipt_sec12_list dt {
		font-size: 16px;
		padding: 15px 30px 15px 50px;
		line-height: 1.5em;
	}
	.nipt_sec12_list dd:before {
		width: 37px;
		height: 37px;
		font-size: 20px;
		padding: 0;
		left: 10px;
		top: 10px;
	}
	.nipt_sec12_list dd {
		padding: 15px 15px 20px 60px;
	}
	.nipt_sec12_list {
		margin-bottom: 30px;
	}
	.nipt_sec12_list.no_icon dd {
		padding: 30px 15px;
	}
	 .sec09_itm_btn a {
		width: 100%;
		max-width: 320px;
	  }
	.idx_btn a {
		width: 100%;
		max-width: 350px;
	  }
	  .under_frame:before, .under_frame:after {
    width: calc(100% - 5px);
	}
	.under_frame:after {
		left: 5px;
		top: 5px;
	}
	.under_frame {
		padding: 30px 18px;
	}
	  .list01 li:before {
    top: 6px;
  }
  .under_anchor_btn li {
    width: 100%;
	margin-bottom: -1px;
	}
	.plus {
		right: 0;
	}
	.online-nipt_col {
		display: block;
	}
	.online-nipt_col li {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px;
	}
	.online-nipt_col li .lager {
		font-size: 130%;
		margin-top: 10px;
	}
	.online-nipt_col .btn, .online-nipt_row a.btn {
		font-size: 14px;
		padding: 7px 15px;
		width: 100%;
		max-width: 200px;
	}
	.online-nipt_row li {
		width: 49%;
		font-size: 17px;
	}
	
	  table.tb_block th, table.tb_block td {
		display: block;
		width: 100%;
		margin-top: -1px;
			border: 1px solid #ccc;
			border-left: none;
			border-right: none;
	  }
	table.tb_block td:not(:last-child):after, table.tb_block th:not(:last-child):after {
		display: none;
	}
	table.tb_block td:before, table.tb_block th:before {
		display: none;
	}
	.tb_scroll, .tb_scroll_w800, .tb_scroll_w700, .tb_scroll_w600, .tb_scroll_w500 {
		overflow: scroll;
	  }
	  .tb_scroll:not(:last-child), .tb_scroll_w800:not(:last-child), .tb_scroll_w700:not(:last-child), .tb_scroll_w600:not(:last-child), .tb_scroll_w500:not(:last-child) {
		margin-bottom: 30px;
	  }
	  .tb_scroll table {
		width: 1000px !important;
	  }
	  .tb_scroll_w800 table {
		width: 800px !important;
	  }
	  .tb_scroll_w700 table {
		width: 700px !important;
	  }
	  .tb_scroll_w600 table {
		width: 600px !important;
	  }
	  .tb_scroll_w500 table {
		width: 500px !important;
	  }
	
	table.tb_block th, table.tb_block td {
    display: block;
    width: 100%;
    margin-top: -1px;
		border: 1px solid #ccc;
		border-left: none;
		border-right: none;
  }
  .section:not(:last-child) {
    padding-bottom: 40px;
  }
	table.tb_block td:not(:last-child):after, table.tb_block th:not(:last-child):after {
		display: none;
	}
	table.tb_block td:before, table.tb_block th:before {
		display: none;
	}
	#main_col{
		font-size: 15px;
	 }
	#main_col p {
		font-size: 15px;
	}
	#main_col li {
		font-size: 15px;
	}
	#main_col dl {
		font-size: 15px;
	}
	
}
/* screen-max:460px */
@media screen and (max-width: 440px) {
.online-nipt_row li {
    font-size: 4vw;
    padding: 5vw 3vw;
    margin-bottom: 3vw;
    min-height: 60vw;
}
.online-nipt_row a.btn {
    font-size: 3vw;
    margin-top: 0;
    padding: 2vw;
}

}
@media screen and (max-width: 950px){
	body.single #main_col {
		font-size: initial;
	}
}
/* 繧ｹ繝昴う繝ｩ繝ｼ繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ */
details summary.spoiler_title:before {
	content: none;
}
/* 鄂ｫ邱� */
.bt_gray {
  border-top: 5px solid #ccc;
  padding-top: 40px;
}
/* 阮�＞轣ｰ濶ｲ縺ｮ繝懊ち繝ｳ */
.under_btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.under_btn li {
  width: 250px;
  margin: 0 10px 10px;
}
.under_btn li a {
  background: url("/wp-content/themes/noel_tcd072-child/images/under_arrup.svg")
    no-repeat right 21px center #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.05em;
  transition: all 0.3s;
  padding: 10px 40px;
  min-height: 60px;
  line-height: 1.6em;
  border-radius: 999px;
}
/* 蜍慕判 */
.under_video {
  border: 13px solid #f6b3d8;
  border-radius: 10px;
  padding: 1px 40px 40px;
  position: relative;
  max-width: 660px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .under_video {
    border-width: 10px;
    padding: 1px 15px 15px;
  }
}
@media screen and (max-width: 750px) {
  .under .section:not(:last-child) {
    padding-bottom: 40px;
  }
  .under .section:not(:last-child):has(.plus) {
    padding-bottom: 0px;	/* 2024.4.9 EXCEED蟇ｾ蠢� 霑ｽ蜉� */
  }
}
.under_video_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: -79px -40px 34px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .under_video_ttl {
    font-size: 20px;
    margin: -30px auto 15px;
    max-width: 355px;
    position: relative;
  }
}


.list01 dt {
    position: relative;
    padding-left: 22px;
    margin: 0 0 10px;
    line-height: 1.6em;
}
.list01 dt:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--pink-light);
    border: 1px solid #B82173;
    border-radius: 50%;
    left: 0;
    top: 8px;
}
.list01 dd:last-child {
  margin-bottom: 0;
}
.list01.col2 dt {
    width: 40%;
}
.list01.col2 dd {
    width: 60%;
}
.list01.col2 {
    display: flex;
    flex-wrap: wrap;
}
/* 蜍慕判 */
#container .under_video_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: -79px -40px 34px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 750px) {
  #container .under_video_ttl {
    font-size: 20px;
    margin: -30px auto 15px;
    max-width: 355px;
    position: relative;
  }
}
#container .under_video_ttl:before {
    background: url("/wp-content/themes/noel_tcd072-child/images/under_video_icon01.svg") no-repeat top center/100% auto;
    width: 103px;
    height: 100px;
}
#container .under_video_ttl:before, .under_video_ttl:after {
    content: '';
    position: relative;
}
#container .under_video_ttl&gt;.ttl {
    background: url("/wp-content/themes/noel_tcd072-child/images/nipt_sec05_bnr.svg") no-repeat center center/auto 100%;
    padding: 9px 0;
    line-height: 1.5em;
    width: 414px;
    flex-shrink: 0;
}
#container .under_video_ttl:after {
    background: url("/wp-content/themes/noel_tcd072-child/images/under_video_icon02.svg") no-repeat top center/100% auto;
    width: 90px;
    height: 101px;
}
#container .under_video_txt {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 18px;
}
/*------------------------*/
/* 繝槭�繧ｫ繝ｼ繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
/*------------------------*/
.marker-animation.active {
  background-position: -100% .5em;
}
.marker-animation {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 6s ease;
  font-weight: bold;
}
/* 繝槭�繧ｫ繝ｼ鮟�牡 */
.mark-yellow {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: -moz-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: -ms-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: -o-linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-image: linear-gradient(left, transparent 50%, rgb(255, 255, 153) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 6s ease;
  font-weight: bold;
}
/* 繝槭�繧ｫ繝ｼ豌ｴ濶ｲ */
.mark-blue {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(153, 255, 255) 50%) !important;
  background-image: -moz-linear-gradient(left, transparent 50%, rgba(153, 255, 255) 50%) !important;
  background-image: -ms-linear-gradient(left, transparent 50%, rgba(153, 255, 255) 50%) !important;
  background-image: -o-linear-gradient(left, transparent 50%, rgba(153, 255, 255) 50%) !important;
  background-image: linear-gradient(left, transparent 50%, rgba(153, 255, 255) 50%) !important;
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 6s ease;
  font-weight: bold;
}
/* 繝槭�繧ｫ繝ｼ繝斐Φ繧ｯ濶ｲ */
.mark-pink {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(255, 230, 255) 50%) !important;
  background-image: -moz-linear-gradient(left, transparent 50%, rgba(255, 230, 255) 50%) !important;
  background-image: -ms-linear-gradient(left, transparent 50%, rgba(255, 230, 255) 50%) !important;
  background-image: -o-linear-gradient(left, transparent 50%, rgba(255, 230, 255) 50%) !important;
  background-image: linear-gradient(left, transparent 50%, rgba(255, 230, 255) 50%) !important;
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 6s ease;
  font-weight: bold;
}
/*------------------------*/
/* 繝槭�繧ｫ繝ｼ */
/*------------------------*/
.marker-under {
  background: linear-gradient(transparent 60%, #ff6 60%);
}
.marker {
  background-color: #ff9;
}
.red-under {
  border-bottom: 2px solid red;
}
.marker-pink {
  background-color: #FFE2E5;
}
.marker-blue {
  background-color: #E9F7FD;
}
.marker-under-pink {
  background: linear-gradient(transparent 60%, #FECAD2 60%);
}
/*------------------------*/
/* 繧ｫ繝ｩ繝ｼ */
/*------------------------*/
.color__red {
  color: red;
}
.color__blue {
  color: blue;
}
.f_color_1 {
  color: #cf257d;
}
.closed-pink {
  color: #e60077;
}
.blue {
  color: #95BBEA;
}
.bg_white {
  background: #FFFFFF;
}

dt {
    font-weight: bold;
}
.column_submenu {
	top: -600% !important;
}

.pc #side_col {
    position: static;
}




.menuArea div ol li a, .button a, .side_widget a, #global_menu a, .colum_blog_card_3list a, .colum_blog_card_list a, .slick-track a, .NIPT_list_menu a, .blog_card a, .index_cb_button a, .post-categories a, #footer_menu_area_inner a, .content_list_text a, .animate a, .menu_list_box a {
  text-decoration: none;
}
/* 繧ｹ繝ｩ繧､繝繝ｼ繝懊�繝繝ｼCSS */
@media screen and (min-width:751px) {
  div.content_slider3:before {
    content: '';
    display: block;
    width: 1px;
    height: 125px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 210px;
    z-index: 2;
  }
  div.content_slider3:after {
    content: '';
    display: block;
    width: 1px;
    height: 125px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 210px;
    z-index: 2;
  }
}
@media screen and (max-width:750px) {
  div.content_slider3:before {
    content: '';
    display: block;
    width: 1px;
    height: 125px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 241px;
    z-index: 2;
  }
  div.content_slider3:after {
    content: '';
    display: block;
    width: 1px;
    height: 125px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 241px;
    z-index: 2;
  }
}
div.content_slider3 div.content_slider_box p.content_slider_category_box {
  position: absolute;
  color: #fff;
  line-height: 35px;
  width: 110px;
  text-align: center;
  top: 175px;
  height: 35px;
  font-size: 12px;
  margin: 0;
}
div.content_slider3 div.content_slider_box div.linkcard div.lkc-external-wrap:hover, div.content_slider3 div.content_slider_box div.linkcard div.lkc-internal-wrap:hover, div.content_slider3 div.content_slider_box div.linkcard div.lkc-this-wrap:hover {
  box-shadow: none;
  transform: none;
}
@media screen and (min-width:751px) {
  /* 繧ｹ繝ｩ繧､繝繝ｼ蜑阪↓謌ｻ繧九�繧ｿ繝ｳ */
  div.content_slider3 div.slider_prev.slick-arrow {
    position: absolute;
    left: -50px;
    top: 140px;
    cursor: pointer;
  }
  /* 繧ｹ繝ｩ繧､繝繝ｼ谺｡縺ｫ騾ｲ繧繝懊ち繝ｳ */
  div.content_slider3 div.slider_next.slick-arrow {
    position: absolute;
    right: -50px;
    top: 140px;
    cursor: pointer;
  }
  div.content_slider3 div.slider_prev.slick-arrow:hover:before, div.content_slider3 div.slider_next.slick-arrow:hover:before {
    color: #ccc;
  }
  /* 繧ｹ繝ｩ繧､繝繝ｼ蜑阪↓謌ｻ繧九�繧ｿ繝ｳ */
  div.slider_prev:before {
    content: '\e90f';
    font-family: 'design_plus';
    color: #000;
    font-size: 18px;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  /* 繧ｹ繝ｩ繧､繝繝ｼ谺｡縺ｫ騾ｲ繧繝懊ち繝ｳ */
  div.slider_next:before {
    content: '\e910';
    font-family: 'design_plus';
    color: #000;
    font-size: 18px;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
}
@media screen and (max-width:750px) {
  div.content_slider3 div.slider_prev.slick-arrow, div.content_slider3 div.slider_next.slick-arrow {
    display: none;
  }
}
/* 繧ｫ繝ｫ繝ｼ繧ｻ繝ｫ繧ｹ繝ｩ繧､繝繝ｼ蜀��繝悶Ο繧ｰ繧ｫ繝ｼ繝韻SS */
div.content_slider3 div.content_slider_box div.lkc-card {
  margin: 0;
}
div.content_slider3 div.content_slider_box div.lkc-card div.lkc-content {
  height: auto;
  margin: 0;
}
div.content_slider3 div.content_slider_box div.lkc-card figure.lkc-thumbnail {
  float: none;
  height: 210px;
  max-height: 220px;
  width: 100%;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
}
div.content_slider3 div.content_slider_box div.lkc-card img.lkc-thumbnail-img {
  width: 100%;
  height: 100%;
  max-height: 210px;
  object-fit: cover;
  transition: 1s all;
}
div.content_slider3 div.content_slider_box div.lkc-card img.lkc-thumbnail-img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}
div.content_slider3 div.content_slider_box div.lkc-card div.lkc-title {
  padding: 15px 25px;
  background: #fff;
  height: 125px;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*------------------------*/
/* 蛻�崛繧ｿ繝悶Γ繝九Η繝ｼCSS */
/*------------------------*/
@media screen and (min-width: 751px) {
  ul.tab_menu {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 10px auto 40px;
  }
  ul.tab_menu li {
    /* flex: 1; */
    display: flex;
    width: calc(100% / 5);
    height: 80px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 0;
    list-style: none;
    cursor: pointer;
    transition: .3s;
    margin: -1px 0 0;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  ul.tab_menu li:nth-of-type(5n + 1) {
    border-left: 1px solid #ccc;
  }
}
@media screen and (max-width: 750px) {
  ul.tab_menu {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 10px auto 25px;
  }
  ul.tab_menu li {
    display: flex;
    width: calc(100% / 2);
    height: 55px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 0;
    list-style: none;
    cursor: pointer;
    transition: .3s;
    margin: -1px 0 0;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-size: 14px;
  }
  ul.tab_menu li:nth-of-type(2n + 1) {
    border-left: 1px solid #ccc;
  }
}
ul.tab_menu li:last-child {
  margin-right: 0;
}
ul.tab_menu li.selected {
  background: #E6E6E6;
}
ul.tab_menu li:hover {
  background: #E6E6E6;
  opacity: 0.6;
}
ul.tab_menu li img {
  display: inline-block;
  padding: 0 5px 2px 0;
}
div.tab_panel_container div.tab_panel {
  overflow: hidden;
  height: 0;
  opacity: 0;
}
div.tab_panel_container div.tab_panel.is-show {
  overflow: visible;
  height: auto;
  opacity: 1;
  transition: opacity .4s ease-in-out;
  -webkit-animation: slide 0.5s ease-in-out 0s;
  animation: slide 0.5s ease-in-out 0s;
}
@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.cov-cau {
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
  background: #f4f4f5;
  outline: 2px dashed #DE6EAB;
  outline-offset: -15px;
  font-weight: bold;
}
/* 蜀��轤ｹ邱壹繝吶�繧ｸ繝･繝懊ャ繧ｯ繧ｹ */
.kakomi-box4 {
  padding: 2em;
  background-color: #FFF5EE;
  font-weight: bold;
  text-align: center;
  outline: 2px dashed #000000;
  outline-offset: -15px;
  border-radius: 10px;
}
/* 繝峨ャ繝域棧繝懊ャ繧ｯ繧ｹ */
.kakomi-box9 {
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  border: 5px dotted #DE6EAB;
  background-color: #fff;
  border-radius: 1px;
}
/* 豌ｴ濶ｲ繝懊ャ繧ｯ繧ｹ */
.kakomi-maru4, .kakomi-blue {
  position: relative;
  margin: 2em auto;
  padding: 1.2em;
  width: 80%;
  border: 2px solid #00bfff;
  color: #555555;
  background-color: #fff;
  box-shadow: 2px 2px 1px #c7c7c7;
  border-radius: 20px;
}
.title-maru4, .title-blue {
  position: absolute;
  left: 20px;
  top: -15px;
  padding: 0 .5em;
  font-weight: bold;
  font-size: 1.1em;
  color: #00bfff;
  background-color: #fff;
}
/* 繝斐Φ繧ｯ繝懊ャ繧ｯ繧ｹ */
.kakomi-pink {
  position: relative;
  margin: 2em auto;
  padding: 1.2em;
  width: 80%;
  border: 2px solid #ff9ece;
  color: #555555;
  background-color: #fff;
  box-shadow: 2px 2px 1px #c7c7c7;
  border-radius: 20px;
}
.title-pink {
  position: absolute;
  left: 20px;
  top: -15px;
  padding: 0 .5em;
  font-weight: bold;
  font-size: 1.1em;
  color: #ff9ece;
  background-color: #fff;
}
.video {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------*/
/* 蜷ｹ縺榊�縺� */
/*------------------------*/
div.balloon1::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 15px solid #fdddee;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
div.balloon2::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #ffefe6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
div.balloon3::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -15px;
  top: 20px;
  border-left: 15px solid #e7ffe9;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@media screen and (max-width: 750px) {
  div.balloon1::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    transform: rotate(90deg);
    height: 0;
    left: 95px;
    top: -47px;
    border-right: 21px solid #fdddee;
    border-top: 90px solid transparent;
    border-bottom: 2px solid transparent;
  }
  div.balloon2::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 58px;
    top: -12px;
    border-left: none;
    border-right: 38px solid #ffefe6;
    border-top: 12px solid transparent;
    border-bottom: 2px solid transparent;
  }
  div.balloon3::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: 58px;
    top: -12px;
    border-left: none;
    border-right: 38px solid #e7ffe9;
    border-top: 12px solid transparent;
    border-bottom: 2px solid transparent;
  }
}
@media screen and (min-width:751px) {
  div.balloon1 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #fdddee;
    margin-left: 110px;
    margin-bottom: 30px;
  }
  div.balloon1 div.icon {
    position: absolute;
    left: -110px;
    top: 0;
    width: 80px;
  }
  div.balloon2 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #ffefe6;
    margin-right: 110px;
    margin-bottom: 30px;
  }
  div.balloon3 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #e7ffe9;
    margin-right: 110px;
    margin-bottom: 30px;
  }
  div.balloon2 div.icon, div.balloon3 div.icon {
    position: absolute;
    right: -110px;
    top: 0;
    width: 80px;
  }
}
@media screen and (max-width:750px) {
  div.balloon1 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #fdddee;
    margin-top: 88px;
    margin-bottom: 30px;
  }
  div.balloon1 div.icon {
    position: absolute;
    left: 3px;
    top: -63px;
    width: 55px;
  }
  div.balloon2 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #ffefe6;
    margin-bottom: 30px;
    margin-top: 88px;
  }
  div.balloon3 {
    position: relative;
    padding: 20px;
    border-radius: 10px;
    color: #333333;
    background-color: #e7ffe9;
    margin-bottom: 30px;
    margin-top: 88px;
  }
  div.balloon2 div.icon, div.balloon3 div.icon {
    position: absolute;
    right: 3px;
    top: -64px;
    width: 55px;
  }
}
/*------------------------*/
/* details summary 繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ */
/*------------------------*/
details {
  margin: 10px 0;
}
details summary {
  display: block;
  color: #000000;
  outline: none;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #F2D1E3;
  padding: 20px 50px 20px 0;
  cursor: pointer;
  transition: all 0.3s;
}
details summary:after {
  content: '';
  background: #DE6EAB;
  font-size: 25px;
  position: absolute;
  right: 26px;
  width: 20px;
  height: 3px;
  top: calc(50% - 1.5px);
}
details summary:before {
  content: '';
  background: #DE6EAB;
  font-size: 25px;
  position: absolute;
  right: 34px;
  height: 20px;
  width: 3px;
  top: calc(50% - 10px);
  transition: all 0.3s;
}
details[open] &gt;summary:before {
    transform: rotate(90deg);
}
details[open] &gt;summary {
	border-bottom-color: #fff;
}

details summary ~ div {
    /*background: #F5F5F5;20231002繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ閭梧勹逋ｽ菫ｮ豁｣*/ 
    padding: 30px 0;
    border-radius: 10px;transition: all 0.3s;
}
summary:hover {
  opacity: 0.8;
}
summary::-webkit-details-marker {
  display: none;
}
#author-block .author-introduction, .author-prof .author-introduction {
  line-height: 1.7;
  clear: both;
  padding-bottom: 10px;
}
#author-block .author-introduction:last-child, .author-prof .author-introduction:last-child {
  text-align: right;
  padding: 0;
  margin: 20px 0 0;
}
.author-prof ul li {
  float: left;
  margin-bottom: 20px;
}
.author-prof ul li:nth-child(2) {
  margin-left: 20px;
  margin-bottom: 40px;
  font-weight: bold;
}
.author-prof ul li:nth-child(2) span {
  display: block;
  font-size: 18px;
  margin: 40px 0 15px;
  color: #DE6EAB;
}
.author-prof .author-introduction a {
  text-decoration: none;
  border-bottom: 1px dotted #dd9597;
  font-size: 14px;
}
@media screen and (max-width:750px) {
	details summary ~ div {
		padding: 30px 0;
	}
  .author-prof ul li {
    margin-bottom: 0px;
  }
  .author-prof ul li:nth-child(2) {
    margin-left: 0px;
    font-size: 14px;
    line-height: 1.5;
  }
  .author-prof ul li:nth-child(1) {
    width: 150px;
  }
  .author-prof ul li {
    float: none;
  }
}
.square_btn {
  font-size: 1.1em;
  position: relative;
  display: inline-block;
  padding: 0.36em 1.5em 0.25em;
  text-decoration: none;
  color: #FFF !important;
  background: #DE6EAB;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}
.square_btn:active {
  border-bottom: solid 2px #fd9535;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
/* square_btn2 */
.btn_member:before {
    content: '';
    position: relative;
    display: inline-block;
    background: url(images/icon_member.svg) no-repeat center center/100% auto;
    width: 24px;
    height: 26px;
    margin-right: 15px;
}
.square_btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #FFFFFF !important;
	transition: all 0.3s;
}
/* square_btn3 */
@media screen and (min-width: 751px) {
  .square_btn3 {
    background: linear-gradient(45deg, #B67B03 0%, #d9ae08 45%, #f6d86e 70%, #DAAF08 85%, #d79e2c 90% 100%);
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 60%;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .square_btn3 {
    background: linear-gradient(45deg, #B67B03 0%, #d9ae08 45%, #f6d86e 70%, #DAAF08 85%, #d79e2c 90% 100%);
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 80%;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
  }
}
/* square_btn4 */
@media screen and (min-width: 751px) {
  .square_btn4 {
    background: #DE6EAB;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 60%;
    min-width: 250px;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .square_btn4 {
    background: #DE6EAB;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: 80%;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
  }
}
/* square_btn10 */
@media screen and (min-width: 751px) {
  .square_btn10 {
    background: #FFFFFF;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: auto;
    color: #000000 !important;
    font-weight: bold;
    text-align: center;
    border: solid 2px #DE6EAB;
  }
}
@media screen and (max-width: 750px) {
  .square_btn10 {
    background: #FFFFFF;
    display: inline-block;
    padding: 15px 10px;
    margin: 15px 0;
    width: auto;
    color: #000000 !important;
    font-weight: bold;
    text-align: center;
    border: solid 2px #DE6EAB;
  }
}
.button.tag {
  padding: 0.5rem;
  border-left: solid 6px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* 莉倡ｮ具ｼ夊ｵ､ */
.button.color-exp1 {
  border-left-color: #f56262;
  color: #666;
}
/* 莉倡ｮ具ｼ壽ｰｴ濶ｲ */
.button.color-exp2 {
  border-left-color: #62f5f5;
  color: #666;
}
/* 莉倡ｮ具ｼ壹が繝ｬ繝ｳ繧ｸ */
.button.color-med1 {
  border-left-color: #FFA333;
  color: #666;
}
/* 莉倡ｮ具ｼ夐ｻ�ｷ� */
.button.color-med2 {
  border-left-color: #abf562;
  color: #666;
}
/* 莉倡ｮ具ｼ壼ｽｱ */
.button.light-shadow {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.14);
}
.button.light-shadow:active {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.07);
  transform: translateY(1px);
}
.flex {
  display: flex;
  justify-content: center;
  flex-basis: 25%;
  margin: 10px;
}
.flex div {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-basis: 25%;
  margin: 10px;
}
.flex div p {
  width: 100%;
}
.spoiler_btn {
  margin: 10px 0;
  margin-left: 40px;
}
.spoiler_btn summary.spoiler_title {
  font-size: 14pt !important;
  color: #DE6EAB;
  margin: 0.8em 0;
  border: none;
  text-align: left;
  font-weight: bold;
  margin-left: -26px;
}
.spoiler_btn summary.spoiler_title:after {
  display: none;
}
.spoiler_btn summary.spoiler_title:hover {
  background: none;
}
.spoiler_icon {
  margin-left: -40px;
}
.spoiler_content p {
word-wrap: break-word;
}
details.spoiler_btn[open] span.spoiler_icon:after {
  display: none;
}
.spoiler_icon:before, .spoiler_icon:after {
  content: '';
  height: 5px;
  width: 16px;
  display: block;
  background: #DE6EAB;
  position: absolute;
  top: 10.7px;
  left: 21px;
}
details.spoiler_btn[open] .spoiler_content {
  animation: spoiler_fadeIn 0.5s ease;
}
.spoiler_icon:after {
  height: 16px;
  width: 5px;
  top: 5px;
  left: 27px;
}
@keyframes spoiler_fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.blog_card {
  max-width: 700px;
  margin: 10px auto 37px;
  background-color: #ffffff;
  height: 119px;
}
.blog_card:hover {
  box-shadow: 0 4px 8px rgb(0 0 0 / 25%);
  transform: translateY(-4px);
  transition: all 0.3s ease 0s;
}
.blog_card a {
  display: flex;
}
.blog_card a img {
  min-width: 203px;
  width: 203px;
  height: 119px;
  object-fit: cover;
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .blog_card a img {
    min-width: 183px;
    width: 183px;
    height: 121px;
  }
  .blog_card {
    height: 121px;
  }
}
@media screen and (max-width: 480px) {
  .blog_card a img {
    min-width: 143px;
    width: 143px;
    height: 94px;
  }
  .blog_card {
    height: 94px;
  }
}
@media screen and (max-width: 320px) {
  .blog_card a img {
    min-width: 103px;
    width: 103px;
    height: 67px;
  }
  .blog_card {
    height: 67px;
  }
}
.blog_card a span {
  margin: 0 0 0 9px;
  width: 100%;
  color: #111111;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  padding-right: 5%;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  height: 120px;
}
@media screen and (max-width:750px) {
  .blog_card a span {
    font-size: 13px;
    line-height: 17px;
    white-space: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    height: 70px;
  }
}
.blog_card a span:hover {
  text-decoration: underline;
}
.colum_blog_card_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px !important;
}
.colum_blog_card_list img {
  max-height: 200px;
  transition: 1s all;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.colum_blog_card_list li {
    width: 48%;
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 0 4% 30px 0;
}
.colum_blog_card_list li:nth-child(2n) {
	margin-right: 0;
}
#searchform #searchsubmit {
	background: url(/wp-content/themes/noel_tcd072-child/images/icon_search.svg) no-repeat center center;
    border: none;
    text-indent: -500000px;
    width: 19px;
    height: 19px;
    cursor: pointer;
}
@media screen and (min-width: 551px)and (max-width: 950px) {
  .colum_blog_card_3list li {
    width: calc(100% / 2 - 20px);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
  }
  .colum_blog_card_3list li:nth-child(odd) {
    margin-right: 40px;
  }
}
@media screen and (max-width: 550px) {
  .colum_blog_card_list li {
    width: calc(100%/1);
    box-sizing: border-box;
    line-height: 0;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
  }
  .colum_blog_card_list p {
    padding:0!important;
    max-height: 6em !important;
    font-size: 12px !important;
  }
}
.colum_blog_card_list p {
  width: 100%;
  min-height: 1em;
  max-height: 4em;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  margin: 0 !important;
  font-size: 14px;
  font-weight: bold;
}
.colum_blog_card_list  a {
  color: #000 !important;
  display: block;
    background: rgba(255, 255, 255, 0.7);
    color: #000!important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.colum_blog_card_list p a{
 padding: 10px 0px;
}
.b-t {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .b-t2 {
    display: inline-block;
  }
}
.square_btn:hover, .square_btn2:hover, .square_btn3:hover, .square_btn4:hover, .square_btn10_orange:hover {
  opacity: 0.8;
}
.square_btn10:hover {
  background: #DE6EAB;
}
/* 繧ｹ繝槭�陦ｨ遉ｺ譎ゅ�繧ｿ繝ｳ繧ｻ繝ｳ繧ｿ繝ｼ蟇�○ */
@media screen and (max-width: 750px) {
  .btn_center {
    text-align: center;
  }
details summary:after {
    right: 0;
}
details summary:before {
    right: 8px;
}
details summary {
    font-size: 16px;
    padding: 15px 30px 15px 0;
    line-height: 1.5em;
}
}
nav.NIPT_list_menu {
  margin: 2rem 0;
}
nav.NIPT_list_menu ul.niptPage_index-container img {
  width: 24px;
  margin-bottom: -4px;
  margin-right: 12px;
  position: relative;
}
nav.NIPT_list_menu ul.niptPage_index-container {
  padding: 0.5em;
  margin: 0 !important;
}
nav.NIPT_list_menu ul.niptPage_index-container.nipt-nav li {
  margin-bottom: 5px;
}
nav.NIPT_list_menu a {
  color: #333333;
  border-bottom: dotted 1px #DE6EAB;
}
nav.NIPT_list_menu a:hover {
  color: #DE6EAB;
}
/*繝ｪ繝ｳ繧ｯ蜑榊ｭ舌い繧､繧ｳ繝ｳ*/
div.post_content nav.NIPT_list_menu li:not(.nav-cap):before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-size: contain;
  padding-left: 10px;
  margin-left: 10px;
}
@media screen and (min-width: 751px) {
  .niptPage_index-container ul {
    margin: 1em;
  }
.square_btn2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    color: #FFFFFF !important;
	transition: all 0.3s;
    background: #DE6EAB;
    display: inline-flex;
    padding: 10px;
    margin: 15px 0;
    width: 60%;
    font-weight: bold;
    text-align: center;
    border-radius: 60px;
	font-size: 16px;
	text-decoration: none;
}
}
@media screen and (max-width: 750px) {
.square_btn2 {
    background: #DE6EAB;
    display: inline-flex;
    padding: 10px 10px;
    margin: 10px auto;
    width: 100%;
    color: #FFFFFF !important;
    font-weight: bold;
    text-align: center;
    border-radius: 1000px;
    max-width: 400px;
    box-sizing: border-box;
	text-decoration: none;
}
}
.box-column p, .box16 p {
  margin: 0;
  padding: 0;
}
/* 繝吶�繧ｸ繝･繝懊ャ繧ｯ繧ｹ */
div.box1 {
  background: #fbf6ec;
  margin: 15px auto;
  padding: 15px;
  border: double 3px #c9b896;
  font-size: 0.9em;
}
/* 莠碁㍾邱壹�繝�け繧ｹ */
.box5 {
  padding: 0.5em 1em;
  margin: 2em 0;
  border: double 5px #DE6EAB;
}
/* 縲慶heck!縲阪�繝�け繧ｹ */
.box-column, .box16 {
  position: relative;
  margin: 4em 0;
  padding: 0.5em 1em;
  border: solid 3px #DE6EAB;
  background: #ffffff;
}
/* 縲慶heck!縲阪�繝�け繧ｹ�亥屁髫�ｼ夊ｧ抵ｼ峨繧ｿ繧､繝医Ν */
.box-column .box-title {
  position: absolute;
  display: inline-block;
  top: -32px;
  left: -3px;
  padding: 3px 15px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  background: #DE6EAB;
  color: #ffffff;
  font-weight: bold;
}
/* 縲慶heck!縲阪�繝�け繧ｹ�亥屁髫�ｼ壻ｸｸ�峨繧ｿ繧､繝医Ν */
.box16 .box-title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  font-size: 17px;
  background: #DE6EAB;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
/* 蜀��轤ｹ邱壹繧ｰ繝ｬ繝ｼ繝懊ャ繧ｯ繧ｹ */
.cov-cau {
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 3rem;
  background: #f4f4f5;
  outline: 2px dashed #DE6EAB;
  outline-offset: -15px;
  font-weight: bold;
}
nav.NIPT_list_menu a {
    color: #333333;
    border-bottom: dotted 1px #DE6EAB;
}
blockquote {
    margin: 0 0 25px 0;
    padding: 27px 30px 0;
    background: #f4f4f5;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 4px 0px 0px #f8f8f8;
    position: relative;
}
blockquote:before {
    content: '"';
    font-style: italic;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #FFFFFF;
    background: #DE6EAB;
}
blockquote:after {
    content: '"';
    font-style: italic;
    font-size: 30px;
    font-weight: normal;
    text-align: left;
    line-height: 45px;
    width: 25px;
    height: 25px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #FFFFFF;
    background: #DE6EAB;
}
/* hover縺ｧunderline繧貞�繧頑崛縺医ｋ繝代�繝�*/
.hov_underline {
	text-decoration: underline !important;
}
.hov_underline:hover {
	text-decoration: none !important;
}

.gnavi &gt; li &gt; a:not(:first-child), .gnavi &gt; li &gt; span:not(:first-child) {
	padding: 0;
}
@media screen and (max-width: 750px) {
.gnavi &gt; li &gt; a, .gnavi &gt; li &gt; span {
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0;
    position: relative;
  }
  .gnavi li &gt; span {
    position: relative;
		min-height: 47px;
  }
	.gnavi &gt; li.over &gt; a ,.gnavi li &gt; span&gt;a {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    padding: 10px 0;
    width: calc(100% - 60px);
		z-index: 3;
		text-decoration: underline;
	}
}

.header_top_h1 {
	font-size: 36px;
    font-weight: 500;
    letter-spacing: .05em;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    border: none;
    display: contents;
}

@media screen and (max-width: 750px) {
	.header_top_h1 {
    	font-size: 24px;
	}
}

@media screen and (max-width: 750px) {
    .fixed_display_block_sp {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        background: #fff;
        display: block;
        box-shadow: 0px 0 6px 0px rgba(0, 0, 0, 0.15);
    }
}</pre></body></html>