@charset "utf-8";
/*=====================================
common.css
=====================================*/
/*-------------------------------------
 tag
-------------------------------------*/
.tag_list {
	display: flex;
	flex-wrap: wrap;
}
.tag_list li {
	margin: 3px 5px 3px 0;
}
.tag_list li a {
	display: block;
	/*padding: 2px 10px 4px;*/
	/*color: #fff;*/
	font-size: 14px;
	line-height: 1.2;
	text-decoration: none;
	border-radius: 50px;
	/*background-color: #B3D1D9;*/
	color: #005D6F;
	padding: 6px 12px 8px;
	background-color: #fff;
	border: 2px solid #005D6F;
	/*box-shadow: rgba(0, 130, 147, 0.4) 0px 9px 8px -8px;*/
}
/*-------------------------------------
 
-------------------------------------*/
.post_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -20px;
	padding: 40px 0 50px;
}
.post_list .post_col {
	display: block !important;
	width: 33.333%;
	flex-shrink: 0;
	padding: 0 0 40px 20px;
}
.post_list .post_group {
	position: relative;
}
.post_list figure {
	position: relative;
	margin: 0 0 10px 0;
}
.post_list figure img {
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
.post_list figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100px;
	height: 50px;
	font-size: 12px;
	font-weight: 900;
	background: #fff;
}
.post_list figcaption:before {
	content: "";
	width: 15px;
	height: 1px;
	margin: 0 5px 0 0;
	background: #000;
}
.post_list .post_cat {
	display: flex;
	margin: 0 0 8px 0;
}
.post_list .post_cat em {
	display: inline-block;
	padding: 0 5px;
	font-size: 10px;
	font-weight: 900;
	border: 1px solid #333;
}
.post_list .post_title {
	margin: 0 0 9px 0;
	font-weight: 500;
}
.post_list .post_link {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 5px 0;
}
.post_list .post_link li {
	margin: 0 10px 0 0;
	padding: 0 0 0 11px;
	font-size: 12px;
	background: url(https://www.nomura.co.jp/fin-wing/common/images/icn_arw02.svg) no-repeat 0 5px / 8px auto;
}
.post_list .post_new {
	position: absolute;
	right: 0;
	width: 18px;
	height: 20px;
	background: url(icn_bell01.svg) no-repeat 0 0 / 100% auto;
}
.post_tab {
	border-bottom: 1px solid #333;
}
.post_tab .tab {
	display: flex;
	justify-content: center;
	margin: 20px 0 -1px 0;
}
.post_tab .tab li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100px;
	height: 31px;
	cursor: pointer;
	color: #000;
	font-size: 12px;
	font-weight: 900;
}
.post_tab .tab li.current {
	border-width: 1px;
	border-style: solid;
	border-color: #333 #333 #fff #333;
}
.recommend_box {
	margin: 30px 10px 40px;
	padding: 20px;
	border-radius: 10px;
	background: #F4F9FB;
}
.recommend_genre {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 500;
}
.recommend_genre em {
	color: #005D6F;
	font-weight: 900;
}
.recommend_group {
	display: flex;
}
.recommend_group figure {
	width: 20%;
	max-width: 200px;
	margin-right: 20px;
}
.recommend_group figure img {
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
.recommend_text {
	flex: 1;
	font-size: 15px;
	font-weight: 500;
}
.recommend_title {
	margin: 0 0 15px 0;
	color: #005D6F;
	font-size: 18px;
	font-weight: bold;
}
.recommend_title a {
	color: #005D6F;
}
/*-------------------------------------
 
-------------------------------------*/
.pickup_list .pickup_group {
	width: 100%;
	padding: 0 10px;
}
.pickup_list figure {
	position: relative;
	margin: 0 0 15px 0;
}
.pickup_list figure img {
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
.pickup_list figcaption {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100px;
	height: 50px;
	font-size: 12px;
	font-weight: 900;
	background: #fff;
}
.pickup_list figcaption:before {
	content: "";
	width: 15px;
	height: 1px;
	margin: 0 5px 0 0;
	background: #000;
}
.pickup_list .pickup_movie {
	position: relative;
	width: 100%;
	margin: 0 0 15px 0;
	padding-top: 56.25%;
}
.pickup_list .pickup_movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pickup_list .post_title {
	margin: 0 0 7px 0;
	font-size: 18px;
	font-weight: 500;
}
.pickup_list .slick-arrow {
	position: absolute;
	top: calc(43.75% - 60px);
	z-index: 10;
	width: 60px;
	height: 60px;
	cursor: pointer;
	text-indent: 200%;
	white-space: nowrap;
	border-radius: 50%;
	border: none;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 8px auto;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}
.pickup_list .slick-prev {
	left: -20px;
	background-image: url(icn_prev01.svg);
}
.pickup_list .slick-next {
	right: -20px;
	background-image: url(icn_next01.svg);
}
.pickup_list .slick-dots {
	display: flex;
	justify-content: center;
	padding: 17px 0 20px;
	line-height: 10px;
}
.pickup_list .slick-dots li {
	margin: 0 2px 0 3px;
}
.pickup_list .slick-dots li button {
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	text-indent: 500%;
	white-space: nowrap;
	border: none;
	background: #E6E6E6;
	overflow: hidden;
}
.pickup_list .slick-dots li.slick-active button {
	background: #005D6F;
}
.pickup_list .tag_list {
	display: none;
}
/*-------------------------------------
 entry
-------------------------------------*/
.entry_tag {
	display: flex;
	padding: 17px 0;
	align-items: center;
}
.entry_tag .tag_title {
	font-weight: 900;
}
.entry_tag .tag_title:after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 15px;
	margin: -2px 20px 0 15px;
	vertical-align: middle;
	background: #000;
}
.entry_title {
	margin: 0 0 20px 0;
	font-size: 30px;
	font-weight: 900;
	line-height: 1.5;
}
.entry_img {
	margin: 0 0 60px 0;
	text-align: center;
}
.entry_section {
	margin: 0 0 50px 0;
}
.entry_section:after {
	content: "";
	clear: both;
	display: block;
}
.entry_section h2 {
	position: relative;
	margin: 0 0 16px 0;
	padding: 0 0 12px 0;
	font-size: 20px;
	font-weight: bold;
}
.entry_section h2:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 4px;
	background: linear-gradient(to right, #00C1C6, #B3D1D9);
}
.entry_section h3 {
	margin: 0 0 20px 0;
	color: #005D6F;
	font-size: 20px;
	font-weight: bold;
}
.entry_section p {
	margin: 0 0 30px 0;
	line-height: 2;
}
.entry_section a {
	color: #005D6F;
	text-decoration: underline;
}
.entry_section a[target=_blank]:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 10px;
	margin: -4px 10px 0 10px;
	vertical-align: middle;
	border-style: solid;
	border-color: #005D6F;
	border-width: 2px 1px 1px 1px;
	box-shadow: 2px 2px 0 #005D6F;
}
.entry_section ul {
	margin: 0 0 20px 0;
}
.entry_section ul li {
	position: relative;
	padding: 0 0 10px 15px;
}
.entry_section ul li:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 2px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #005D6F;
}
.entry_section ol {
	margin: 0 0 20px 0;
}
.entry_section ol li {
	position: relative;
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	counter-increment: cnt;
	line-height: 2;
}
.entry_section ol li::before {
	content: counter(cnt)".";
	position: absolute;
	top: 0;
	left: 0;
	color: #005D6F;
	font-weight: bold;
}
.entry_share {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.entry_share li {
	width: 40px;
	margin: 0 8px;
}
/*-------------------------------------
 title
-------------------------------------*/
.title_style01 {
	margin: 0 0 5px 0;
	font-weight: bold;
}
/*-------------------------------------
 box
-------------------------------------*/
.box_style01 {
	clear: both;
	margin: 0 0 30px 0;
	padding: 20px 20px 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	border-radius: 10px;
	background: #F4F9FB;
}
.box_style01 .box_title {
	margin: 0 0 15px 0;
	padding: 0 0 0 30px;
	font-size: 18px;
	font-weight: bold;
	background: url(icn_title01.svg) no-repeat 0 0 / 20px auto;
}
.box_style01 .box_list {
	margin: 0 0 10px 0;
}
.box_style01 .box_list li {
	position: relative;
	padding: 0 0 10px 15px;
}
.box_style01 .box_list li:before {
	content: "";
	position: absolute;
	top: 9px;
	left: 2px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #005D6F;
}
.box_style01 p {
	margin: 0 0 15px 0;
	line-height: 1.8;
}
.box_style02 {
	clear: both;
	margin: 0 0 30px 0;
	padding: 20px;
	font-weight: 500;
	line-height: 1.5;
	border: 1px solid #E3E9EC;
}
.box_style02 .box_title {
	margin: 0 0 20px 0;
	padding: 0 0 10px 25px;
	font-weight: bold;
	border-bottom: 1px solid #E3E9EC;
	background: url(icn_title02.svg) no-repeat 0 0 / 20px auto;
}
.box_style02 .box_list {
	margin: 0 0 -10px 0;
}
.box_style02 .box_list li {
	padding: 0 0 10px 25px;
	color: #005D6F;
	background: url(icn_arw01.svg) no-repeat 0 5px / 15px auto;
}
.box_style02 .box_list li a {
	position: relative;
	display: inline-block;
	color: #005D6F;
}
.box_style02 .box_list li:before {
	content: none;
}
.box_style03 {
	clear: both;
	margin: 0 0 30px 0;
	padding: 10px;
	font-weight: 500;
	line-height: 1.5;
	background: #F4F9FB;
}
.box_style03 .box_list {
	margin: 0 0 -10px 0;
}
.box_style03 .box_list li {
	padding: 0 0 10px 25px;
	color: #005D6F;
	background: url(icn_arw01.svg) no-repeat 0 5px / 15px auto;
}
.box_style03 .box_list li a {
	position: relative;
	display: inline-block;
	color: #005D6F;
}
.box_style03 .box_list li:before {
	content: none;
}
.box_style04 {
	clear: both;
	margin: 0 0 30px 0;
	padding: 20px;
	font-weight: 500;
	line-height: 1.5;
	border: 1px solid #E3E9EC;
}
.box_style04 .box_title {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	font-weight: bold;
	border-bottom: 1px solid #E3E9EC;
}
.box_style04 .box_list {
	margin: 0 0 0 0;
}
.box_style04 .box_list li {
	padding: 0 0 10px 25px;
	color: #005D6F;
	background: url(icn_arw01.svg) no-repeat 0 5px / 15px auto;
}
.box_style04 .box_list li a {
	position: relative;
	display: inline-block;
	color: #005D6F;
}
.box_style04 .box_list li:before {
	content: none;
}
.box_style05 {
	clear: both;
	margin: 0 0 30px 0;
	padding: 20px;
	font-weight: 500;
	line-height: 1.5;
	border-radius: 10px;
	background: #F4F9FB;
}
.box_style05 .box_title {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
}
.box_style05 .box_list {
	margin: 0 0 -10px 0;
}
.box_style05 .box_list li {
	padding: 0 0 10px 25px;
	color: #005D6F;
	background: url(icn_arw01.svg) no-repeat 0 5px / 15px auto;
}
.box_style05 .box_list li a {
	position: relative;
	display: inline-block;
	color: #005D6F;
}
.box_style05 .box_list li:before {
	content: none;
}
.box_style06 {
	clear: both;
	margin: 0 0 30px 0;
	padding: 20px 20px 5px;
	font-weight: 500;
	line-height: 1.5;
	border: 1px solid #E3E9EC;
}
.box_style06 .box_title {
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
}
.box_style06 p {
	margin: 0 0 15px 0;
	font-size: 15px;
	line-height: 1.8;
}
.box_itnl {
	clear: both;
	margin: 0 0 2.8rem 0;
	padding: 0;
	font-weight: 500;
	line-height: 1.7;
	background: #f7f8fa;
	border: 1px solid #E3E9EC;
}
.box_itnl .box_list {
	line-height: 1.5;
	margin: 0 0 0 0;
	padding: 0.7rem 1.4rem 1.4rem 1.4rem;
}
.box_itnl .box_list::before {
	width: 100%;
	content: "目次";
	padding: 0.7rem 1.4rem 0.7rem 1.4rem;
	font-weight: bold;
	font-size: 1.4rem;
	border-bottom: 1px solid #E3E9EC;
	display: block;
}
.box_itnl .box_list li {
	padding: 0.7rem 1.4rem 0 1.4rem;
	color: #0f1f1c;
	border-bottom: 1px solid #E3E9EC;
	padding-bottom: 0.7rem;
}
.box_itnl .box_list li:first-child {
	padding-top: 1.4rem;
}
.box_itnl .box_list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.box_itnl .box_list li a:before {
	content: "↓";
	padding-right: 0.7rem;
	color: #005D6F;
}
.box_itnl .box_list li a {
	position: relative;
	display: block;
	color: #0f1f1c;
	text-decoration: none;
}
.box_itnl .box_list li:before {
	content: none;
}
.box_itnl .box_list li a:hover {
	color: #005D6F;
}
/*-------------------------------------
 table
-------------------------------------*/
.table_style01 {
	width: 100%;
	table-layout: fixed;
	margin: 0 0 10px 0;
	background: #fff;
}
.table_style01 th, .table_style01 td {
	padding: 8px 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #003e47;
}
.table_style01 th {
	color: #003e47;
	background: #DCEBEF;
}
.table_style01.table_left th, .table_style01.table_left td {
	text-align: left;
}
.table_style01 td.table_left {
	text-align: left;
}
.table_style01.tfsl th, .table_style01.tfsl td {
	font-size: 1.22rem;
}
.table_style01 tr:nth-child(odd) {
	background: #f5f9fa;
}
@media screen and (max-width: 430px) {
	.table_style01.tfsl td {
		width: 100%;
		font-size: 1.1em;
		display: block;
		border: none !important;
		margin-bottom: 0.75em;
	}
	.table_style01.tfsl th {
		width: 100% !important;
		font-size: 1.1em;
		display: block;
		border: none !important;
	}
	.table_style01.tstlxs {
		max-width: 100% !important;
		height: auto;
		font-size: 62.5% !important;
	}
	.table_style01.tstlxs th {
		font-size: 62.5% !important;
	}
	.table_style01.tstlxs td {
		font-size: 62.5% !important;
	}
}
/*-------------------------------------
 list
-------------------------------------*/
.entry_section .note_list01 {
	padding: 0 0 20px 0;
}
.entry_section .note_list01 li {
	position: relative;
	margin: 0 0 5px 0;
	padding: 0 0 0 1.2em;
	color: #555;
	font-size: 12px;
}
.entry_section .note_list01 li:before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background: none;
}
.entry_section .note_list01.note_right {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-end;
}
.note_sytle01 {
	font-size: 10px;
	line-height: 1.8;
}
.related_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px 0 0;
	padding: 5px 0 50px;
}
.related_list .related_col {
	width: 33.333%;
	flex-shrink: 0;
	padding: 0 12px 40px 0;
}
.related_list figure {
	position: relative;
	margin: 0 0 10px 0;
}
.related_list figure img {
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
.related_list .related_title {
	margin: 0 0 7px 0;
	font-size: 13px;
	font-weight: 500;
}
.entry_section .num_list01 {
	padding: 0 0 0 20px;
}
.entry_section .num_list01 li {
	margin: 0 0 25px 0;
	padding: 0;
	list-style-type: decimal;
	line-height: 2;
}
.entry_section .num_list01 li:before {
	content: none;
}
.entry_section .num_list01 li .num_list01 {
	padding-top: 5px;
}
.entry_section .num_list01 li .num_list01 li {
	margin: 0;
}
.entry_section .num_list02 {
	padding-top: 5px;
}
.entry_section .num_list02 li {
	position: relative;
	margin: 0;
	padding: 0 0 0 2.8em;
	list-style-type: none;
	counter-increment: cnt;
	line-height: 2;
}
.entry_section .num_list02 li::before {
	content: "（"counter(cnt) "）";
	position: absolute;
	top: 0;
	left: 0;
}
.entry_section .num_list01 li .num_list02 li {
	counter-increment: cnt2;
}
.entry_section .num_list01 li .num_list02 li::before {
	content: "（"counter(cnt2) "）";
	color: #000;
	font-weight: normal;
}
.arw_list01 li, .entry_section .arw_list01 li {
	padding: 0 0 10px 25px;
	color: #005D6F;
	background: url(icn_arw01.svg) no-repeat 0 5px / 15px auto;
}
.arw_list01 li a, .entry_section .arw_list01 li a {
	position: relative;
	display: inline-block;
	color: #005D6F;
}
.arw_list01 li:before, .entry_section .arw_list01 li:before {
	content: none;
}
/*-------------------------------------
 btn
-------------------------------------*/
.btn_link01 {
	margin: 0 0 30px 0;
	padding: 25px 10px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	background: #F4F9FB;
}
.btn_link01 a {
	display: inline-block;
	padding: 0 0 0 25px;
	color: #005D6F;
	font-size: 18px;
	background: url(icn_arw01.svg) no-repeat 0 7px / 15px auto;
}
.btn_link02 {
	margin: -30px 0 60px 0;
}
.btn_link02 a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 400px;
	height: 60px;
	margin: 0 auto;
	color: #005D6F;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	background: #F4F9FB;
}
.btn_link02 a:before {
	content: "";
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 1px 10px 0 0;
	vertical-align: middle;
	background: url(icn_arw01.svg) no-repeat 0 0 / 15px auto;
}
/*-------------------------------------
 img
-------------------------------------*/
.img_center {
	display: table;
	min-width: 1%;
	margin: 0 auto;
	margin: 0 auto 30px auto;
	text-align: center;
}
.img_box {
	overflow: hidden;
}
.img_right, .img_left {
	max-width: 410px;
}
.img_left {
	float: left;
	padding: 5px 30px 0 0;
}
.img_w_auto {
	width: auto;
}
.img_right {
	float: right;
	padding: 5px 0 0 30px;
}
.img_title01 {
	padding: 0 0 10px 0;
	font-weight: bold;
	text-align: center;
}
.img_list01 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px 0 0;
	padding: 0 0 20px 0;
}
.img_list01 .img_col {
	width: 25%;
	flex-shrink: 0;
	padding: 0 12px 30px 0;
}
.img_center figcaption, .img_right figcaption, .img_left figcaption, .img_list01 figcaption {
	padding: 5px 0 0 0;
	color: #555;
	font-size: 12px;
	text-align: left;
}
.movie_center {
	position: relative;
	margin: 0 0 30px 0;
}
.movie_center .movie {
	position: relative;
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
.movie_center .movie iframe {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}
/*-------------------------------------
 common
-------------------------------------*/
.bold {
	font-weight: bold;
}
.note_refer {
	color: #B40404;
	font-size: 0.9em !important;
}
.note_refer::before {
	color: #B40404;
	content: "※";
}
p.note_refer {
	color: #393939;
	font-size: 0.9em !important;
	line-height: 1.5;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
p.note_refer span {
	color: #B40404;
}
p.note_refer.note {
	color: #393939;
	font-size: 0.9em !important;
	line-height: 1.5;
	text-indent: -1.5em;
	padding-left: 1.5em;
}
p.note_refer.note::before {
	color: #393939;
	content: "※";
}
.color01 {
	color: #FE4949;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.align_center {
	text-align: center;
}
.fontXXS {
	font-size: 0.7em !important;
}
.fontXS {
	font-size: 0.8em !important;
}
.fontS {
	font-size: 0.9em !important;
}
.fontM {
	font-size: 1em !important;
}
.fontL {
	font-size: 1.2em !important;
}
.fontXL {
	font-size: 1.5em !important;
}
.w5p {
	width: 5% !important;
}
.w8p {
	width: 8% !important;
}
.w10p {
	width: 10% !important;
}
.w12p {
	width: 12% !important;
}
.w15p {
	width: 15% !important;
}
.w18p {
	width: 18% !important;
}
.w20p {
	width: 20% !important;
}
.w22p {
	width: 22% !important;
}
.w25p {
	width: 25% !important;
}
.w28p {
	width: 28% !important;
}
.w30p {
	width: 30% !important;
}
.w35p {
	width: 35% !important;
}
.w40p {
	width: 40% !important;
}
.w45p {
	width: 45% !important;
}
.w50p {
	width: 50% !important;
}
.w55p {
	width: 55% !important;
}
.w60p {
	width: 60% !important;
}
.w65p {
	width: 65% !important;
}
.w70p {
	width: 70% !important;
}
.w75p {
	width: 75% !important;
}
.w80p {
	width: 80% !important;
}
.w85p {
	width: 85% !important;
}
.w90p {
	width: 90% !important;
}
.w95p {
	width: 95% !important;
}
.w100p {
	width: 100% !important;
}

/*-------------------------------------
 modal
-------------------------------------*/

.modalLink {
position: fixed;
background-color: rgba(255,255,255,0.80);
width: 100%;
height: 100%;
z-index: 9999;	
}

.modalLink .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	width: min(46.875vw, 900px);
	height: fit-content;
	padding:min(2.604vw, 50px);
	border-radius: 20px;
	text-align: center;
box-shadow: 0px 0px 15px -5px #cccccc;	
	font-size: 16px;
}

.modalLink .inner .ttl {
	font-size: 26px;
	font-weight: 900;
	color: #008293;
	}
.modalLink .inner .url {
	margin: 30px auto;
	}
.modalLink .inner .url p {
	font-size: 18px;
	font-weight: bold
		}
.modalLink .inner .url a {
	color: #005D6F;
	text-decoration: underline;
	}
.modalLink .inner .url a:hover {
	text-decoration: none;
	}
.modalLink .inner .url a[target=_blank]:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 10px;
    margin: -4px 10px 0 10px;
    vertical-align: middle;
    border-style: solid;
    border-color: #005D6F;
    border-width: 2px 1px 1px 1px;
    box-shadow: 2px 2px 0 #005D6F;
}
.modalLink .inner .btn a {
    display: inline-block;
    line-height: 1.2;
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    padding: 20px 50px;
    background-color: #fff;
    color: #008293;
    font-weight: bold;
    border: 2px solid #008293;
	margin-top: 30px;
	transition: 0.3s;
}

.modalLink .inner .btn a:hover {
	opacity: 0.7;
	}

.modalLink .inner .close label{
	margin-top: 30px;
	color: #999;
	text-decoration: underline;
	display: inline-block;
	cursor: pointer;
	}
.modalLink .inner .close label:hover {
	text-decoration: none;
	}
.modalLink {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* チェックが外れたときに非表示 */
#modalToggle:not(:checked) + .modalLink {
  opacity: 0;
  visibility: hidden;
}


/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/
/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
/*-------------------------------------
 tag
-------------------------------------*/
	.tag_list li {
		margin: 3px 5px 3px 0;
	}
	.tag_list li a {
		font-size: 11px;
	}
/*-------------------------------------
 
-------------------------------------*/
	.post_list {
		display: block;
		margin: 0;
		padding: 20px 0;
	}
	.post_list .post_col {
		width: auto;
		padding: 0 0 40px 0;
	}
	.recommend_box {
		margin: 20px 0 30px;
	}
	.recommend_group {
		display: block;
	}
	.recommend_group figure {
		width: auto;
		max-width: inherit;
		margin: 0 0 20px 0;
	}
/*-------------------------------------
 
-------------------------------------*/
	.pickup_list .post_title {
		font-size: 16px;
	}
	.pickup_list .pickup_group {
		width: 300px;
	}
	.pickup_list .slick-arrow {
		top: 60px;
		width: 40px;
		height: 40px;
		background-size: 6px auto;
	}
	.pickup_list .slick-prev {
		left: 50%;
		margin-left: -170px;
	}
	.pickup_list .slick-next {
		right: 50%;
		margin-right: -170px;
	}
/*-------------------------------------
 entry
-------------------------------------*/
	.entry_tag {
		display: block;
		padding: 10px 0;
	}
	.entry_tag .tag_title:after {
		display: none;
	}
	.entry_title {
		font-size: 22px;
	}
	.entry_section h2 {
		font-size: 18px;
		border-bottom-width: 3px;
		padding-block-end:0.9em;
		margin-block-end:1em;
	}
	.entry_section h3 {
		font-size: 18px;
		margin-block-end:0.7em;
	}
	.entry_img {
		margin: 0 0 30px 0;
	}
	.entry_section p {
		margin: 0 0 20px 0;
	}
	.entry_section {
		margin: 0 0 30px 0;
	}
	.img_center {
		margin: 0 auto 20px auto;
	}
/*-------------------------------------
 box
-------------------------------------*/
	.box_style01 {
		margin: 0 0 30px 0;
		padding: 12px;
		font-size: 13px;
		border-radius: 5px;
	}
	.box_style01 .box_title {
		margin: 0 0 12px 0;
		padding: 0 0 0 22px;
		font-size: 14px;
		font-weight: bold;
		background-size: 14px auto;
	}
	.box_style02 {
		margin: 0 0 30px 0;
		padding: 12px;
	}
	.box_style02 .box_title {
		margin: 0 0 20px 0;
		padding: 0 0 10px 20px;
		background-position: 0 3px;
		background-size: 15px auto;
	}
	.box_style02 .box_list li {
		padding: 0 0 10px 20px;
		background-position: 0 4px;
		background-size: 13px auto;
	}
	.box_style03 .box_list li {
		padding: 0 0 10px 20px;
		background-position: 0 4px;
		background-size: 13px auto;
	}
	.box_style04 {
		margin: 0 0 30px 0;
		padding: 12px;
	}
	.box_style04 .box_title {
		margin: 0 0 20px 0;
		padding: 0 0 10px 0;
		background-position: 0 3px;
		background-size: 15px auto;
	}
	.box_style04 .box_list li {
		padding: 0 0 10px 20px;
		background-position: 0 4px;
		background-size: 13px auto;
	}
	.box_style05 {
		margin: 0 0 30px 0;
		padding: 12px;
		font-size: 13px;
		border-radius: 5px;
	}
	.box_style05 .box_title {
		margin: 0 0 12px 0;
		font-size: 14px;
		font-weight: bold;
	}
	.box_style05 .box_list li {
		padding: 0 0 10px 20px;
		background-position: 0 4px;
		background-size: 13px auto;
	}
	.box_style06 {
		margin: 0 0 30px 0;
		padding: 12px 12px 7px;
	}
	.box_style06 .box_title {
		margin: 0 0 12px 0;
		font-size: 14px;
	}
	.box_style06 p {
		margin: 0 0 8px 0;
		font-size: 13px;
	}
	.entry_section .box_style01 p, .entry_section .box_style02 p, .entry_section .box_style03 p, .entry_section .box_style05 p {
		margin: 0 0 0 0;
		font-size: 13px;
		line-height: 1.7;
	}
/*-------------------------------------
 list
-------------------------------------*/
	.related_list .related_col {
		width: 50%;
		padding: 0 12px 30px 0;
	}
	.num_list01 li {
		margin: 0 0 20px 0;
		line-height: 1.7;
	}
	.num_list02 li {
		margin: 0;
		line-height: 1.7;
	}
	.arw_list01 li, .entry_section .arw_list01 li {
		padding: 0 0 10px 20px;
		background-position: 0 4px;
		background-size: 13px auto;
	}
/*-------------------------------------
 btn
-------------------------------------*/
	.btn_link01 {
		padding: 15px 10px;
	}
	.btn_link01 a {
		padding: 0 0 0 20px;
		font-size: 16px;
		background-position: 0 6px;
		background-size: 13px auto;
	}
	.btn_link02 {
		padding: 15px 10px;
		margin: -20px 0 0 0;
	}
	.btn_link02 a {
		padding: 0 0 0 20px;
		font-size: 16px;
		background-position: 0 6px;
		background-size: 13px auto;
	}
/*-------------------------------------
 img
-------------------------------------*/
	.img_right, .img_left {
		float: none;
		width: auto;
		max-width: inherit;
		padding: 0 0 25px 0;
		text-align: center;
	}
	.img_list01 .img_col {
		width: 50%;
	}
	

/*-------------------------------------
 modal
-------------------------------------*/
.modalLink .inner {
    width: 80%;
    padding: 20px;
    font-size: 14px;
}	
.modalLink .inner .ttl {
    font-size: 18px;
	}
.modalLink .inner .url {
    margin: 20px auto;
}
.modalLink .inner .url p {
    font-size: 14px;
}
.modalLink .inner .btn a {
    font-size: 12px;
    padding: 10px 20px;
    margin-top: 20px;
}	
	
}
/* PC layout
-------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
	.btn_link02 a {
		text-decoration: none;
		transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		backface-visibility: hidden;
	}
	.btn_link02 a:hover {
		opacity: 0.8;
	}
	.entry_section a:hover {
		text-decoration: none;
	}
}