@charset "utf-8";

@media screen and (max-width: 750px) {
#mainImg img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.columnWrap {
	padding: 0 15px 40px;
}
.columnWrap .lead {
	font-size: 14px;
	line-height: 1.8;
	margin: 20px 0 40px;
}
.columnWrap .columnBox h3 {
	font-size: 18px;
	margin-bottom: 16px;
	color: #e7346e;
}
.columnWrap .columnBox ul + h3 {
	margin-top: 60px;
}
.columnWrap .columnBox ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.columnWrap .columnBox li {
	position: relative;
	float: left;
	width: 48%;
	background-color: #fff;
	box-sizing: border-box;
}
.columnWrap .columnBox li:before {
	content: "";
	width: 12px;
	height: 17px;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -6px;
	background: url(../img/img_pin.png) no-repeat center center;
	background-size: contain;
}
.columnWrap .columnBox li a {
}
.columnWrap .columnBox li:nth-child(even) {
	margin-left: 4%;
}
.columnWrap .columnBox li:nth-child(n+3) {
	margin-top: 8%;
}
.columnWrap .columnBox li figure {
	position: relative;
}
.columnWrap .columnBox li figure img {
	width: 100%;
	height: auto;
}
.verImg {
	margin: 40px 0 20px !important;
}
.new {
	position: relative;
}
.new::before {
	content: "NEW";
	position: absolute;
	width: 60px;
	background: #e7346e;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	letter-spacing: 1px;
	font-size: 1.6rem;
}
.columnWrap .columnBox li h4 {
	padding-top: 5px;
	font-size: 13px;
	line-height: 1.4;
}
.columnWrap .columnBox li p {
	background: #e7346e;
	display: inline-block;
	color: #fff;
	padding: 3px 7px;
	font-size: 80%;
	margin-top: 10px;
}
.columnWrap .btn {
	padding-top: 40px;
	text-align: center;
	line-height: 1.4;
}
.columnWrap .btn a {
	display: inline-block;
	width: auto !important;
	padding: 15px 17px !important;
	color: #1c1c1c !important;
	background-color: #fff !important;
	border: 1px solid #bebebe;
}
.columnWrap .btn span {
	padding: 0 0 0 45px;
	background: url(../img/icon_arw01.png)no-repeat left center !important;
	background-size: 28px auto !important;
}

/* -----------------------------------------------------------------------------

	detail
  
----------------------------------------------------------------------------- */
.detail img {
	width: 100%;
	vertical-align: bottom;
}
.detail .columnHead {
	border-top: 2px solid #e7346e;
	border-bottom: 2px solid #e7346e;
	padding: 20px 0;
	margin: 0 15px;
}
.detail .columnHead h1 {
	font-size: 22px;
	color: #e7346e;
	line-height: 1.4;
	font-weight: 500;
}
.detail .columnHead span {
	background: #e7346e;
	display: inline-block;
	color: #fff;
	padding: 3px 10px;
	font-size: 12px;
	margin-bottom: 6px;
}
.detail .columnBody {
	padding: 30px 0 0;
	margin: 0 15px;
	border-top: 1px solid #f7f6f5;
}
.detail .columnBody h3 {
	font-size: 18px;
	color: #e7346e;
	margin: 40px 0 10px;
	line-height: 1.4;
}
.detail .columnBody > * + * {
	margin-top: 40px;
}
.detail .columnBody .attention {
	margin-bottom: 15px;
}
.detail .columnBody .attention li {
	font-size: 13px;
	line-height: 1.6;
	text-indent: -1em;
	padding-left: 1em;
}
.detail .columnBody .attention li + li {
	margin-top: 10px;
}
.detail .columnBody .txt {
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
}
.detail .columnBody > .txt {
	margin-top: 0;
}
	.detail .columnBody .txt p.note{
		border: 1px solid #ccc;
		padding: 10px;
		
	}
.detail .columnBody .txt p a {
	display: inline;
	color: #e7346e;
	text-decoration: underline;
	word-break: break-all;
}
.detail .columnBody .txt .btnDetail strong {
	display: block;
	margin-bottom: 5px;
	text-align: center;
}
.detail .columnBody .txt .btnDetail a {
	display: flex;
	color: #fff;
	text-decoration: none;
	line-height: 1.3;
	text-align: center;
}
.detail .columnBody h3 + .txt {
	margin-top: 0;
}
.detail .columnBody .txt ul li {
	text-indent: -1em;
	padding-left: 1em;
}
.detail .columnBody .txt ul.decimal,
.detail .columnBody .txt ol.decimal {
	padding-left: 18px;
}
.detail .columnBody .txt ul.decimal li,
.detail .columnBody .txt ol.decimal li {
	list-style: decimal;
	text-indent: 0;
	padding-left: 0;
}
.detail .columnBody .txt p + p,
.detail .columnBody .txt p + ul,
.detail .columnBody .txt p + ol,
.detail .columnBody .txt ul + p,
.detail .columnBody .txt ol + p,
.detail .columnBody .txt ol + ul,
.detail .columnBody .txt ul + ol, 
.txt + .tableScroll {
	margin: 15px 0 0;
}
.tableScroll + .txt{
	margin: 15px 0 0 !important;
}
.detail .columnBody section figure {
	margin: 0 0 20px;
}
.detail .columnBody section figure figcaption {
	margin-top: 8px;
}
.detail .columnBody table,
.detail .columnBody .tableScroll {
	width: 100%;
	margin-bottom: 40px;
}
.detail .columnBody .tableScroll {
	overflow: auto;
	white-space: nowrap;
}
.detail .columnBody .tableScroll table {
	margin-bottom: 0;
}
.detail .columnBody table th {
	background: #f6f6f6;
	border: 1px solid #ddd;
	padding: 18px 10px;
	line-height: 1.3;
	width: 80px;
  vertical-align: middle;
}
.detail .columnBody table td {
	border: 1px solid #ddd;
	padding: 18px 10px;
	text-align: center;
	line-height: 1.3;
  vertical-align: middle;
}
.detail .columnBody table + .attention,
.detail .columnBody .tableScroll + .attention {
	margin-top: -35px;
}
.detail .columnBody table.mb0 {
	margin-bottom: 0;
}
.detail .columnBody .about {	
	border: 1px solid #e7346e;
	padding: 38px 15px 15px;
	border-radius: 5px;
	position: relative;
	margin-top: 80px;
}
.detail .columnBody .about:after {
	content: "";
	width: 88px;
	height: 88px;
	background: url(../img/icon_about.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: -44px;
	left: 50%;
	z-index: 1;
	margin-left: -44px;
}
.detail .columnBody .about .ttl {
	color: #e7346e;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 12px;
}
.detail .columnBody .about table {
	margin: 0;
}
.detail .columnBody .about table th,
.detail .columnBody .about table td {
	background: #fff;
	border-left: none;
	border-right: none;
	padding: 17px 0;
	display: block;
	width: 100%;
}
.detail .columnBody table td.t-left{
  text-align: left;
}
.detail .columnBody .about table th,
.detail .columnBody .about table td {
	border-top: none;
}
.detail .columnBody .about table th,
.detail .columnBody .about table tr:last-child td {
	border-bottom: none;
}
.detail .columnBody .about table th {
	color: #e7346e;
	font-size: 18px;
	text-align: left;
	padding-bottom: 0;
}
.detail .columnBody .about table th span {
	display: inline-block;
	font-size: 12px;
	margin-left: 6px;
	line-height: 1.4;
}
.detail .columnBody .about table td {
	text-align: left;
	line-height: 1.6;
}
.detail .columnBody .flow {
	position: relative;
}
.detail .columnBody .flow:after {
	content: "";
	width: 5px;
	height: 29px;
	background: url(../img/icon_arw04.png)no-repeat center;
	background-size: 100%;
	position: absolute;
	bottom: -35px;
	left: 32px;
}
/*columnIndex*/
.detail .columnIndex {
	margin: 60px 15px 0;
	border: 1px solid #ddd;
}
.detail .columnIndex h2 {
	background: #f6f6f6;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	padding: 11px 0 14px;
}
.detail .columnIndex h2 span {
	position: relative;
	font-size: 18px;
	padding-left: 40px;
	background: url(../img/icon_book.png) 0 center no-repeat;
	background-size: 30px;
}
.detail .columnIndex h2 + div {
	padding: 25px 15px 20px;
}
.detail .columnIndex h3 {
	color: #e7346e;
	font-size: 17px;
	margin-bottom: 2px;
	font-weight: 500;
	position: relative;
	padding-left: 19px;
}
.detail .columnIndex h3:before {
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	background: #e7346e;
	top: 3px;
	left: 0;
}
.detail .columnIndex ul + h3 {
	margin-top: 20px;
	box-shadow: 0 0 black;
}
.detail .columnIndex ul li + li {
	border-top: 1px solid #ddd;
}
.detail .columnIndex ul li a {
	display: block;
	padding: 13px 25px 10px 0;
	background: url(../../../../common/img/arrow_btn01.png) right 10px center / 6px no-repeat;
}
.detail .columnIndex ul li dt {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 1.4;
	color: #464242;
}
.detail .columnIndex ul li dd {
	color: #787171;
	font-size: 13px;
	line-height: 1.4;
}
.detail .columnPager {
	margin: 40px 15px 0;
	padding: 62px 0 30px;
	position: relative;
}
.detail .columnPager .btn {
	margin: 0 auto;
}
.detail .columnPager .btn a {
	display: block;
	font-size: 13px !important;
	padding: 15px 0;
	text-align: center;
	width: auto !important;
}
.detail .columnPager .btn.back a {
	color: #fff;
	background-color: #f25388;
}
.detail .columnPager .btn.back a span {
	padding-left: 38px !important;
	background: url(../img/icon_arw03.png)no-repeat left center !important;
	background-size: 28px auto !important;
}
.detail .columnPager .btn.prev,
.detail .columnPager .btn.next {
	width: 48%;
	position: absolute;
	top: 0;
}
.detail .columnPager .btn.prev {
	left: 0;
}
.detail .columnPager .btn.next {
	right: 0;
}
.detail .columnPager .btn.prev a,
.detail .columnPager .btn.next a {
	color: #333 !important;
	background-color: #f6f6f6 !important;
}
.detail .columnPager .btn.prev a span {
	padding-left: 38px !important;
	padding-right: 0 !important;
	background: url(../img/icon_arw01.png)no-repeat left center !important;
	background-size: 28px auto !important;
}
.detail .columnPager .btn.next a span {
	padding-right: 38px !important;
	background: url(../img/icon_arw02.png)no-repeat right center !important;
	background-size: 28px auto !important;
}

/* .outline
----------------------------------*/
.detail .outline {
	border: 1px solid #ccc;
	padding: 30px 20px 20px;
	position: relative;
}
.detail .outline dt {
	color: #e7346e;
	font-size: 2.6rem;
	font-weight: 500;
	background: #fff;
	position: absolute;
	top: -15px;
	left: 15px;
	padding: 0 6px;
}
.detail .outline dd {
	font-size: 1.5rem;
	position: relative;
	padding-left: 17px;
	line-height: 1.6;
}
.detail .outline dd + dd {
	margin-top: 16px;
}
.detail .outline dd a {
	display: inline-block;
}
.detail .outline dd a:hover {
	text-decoration: underline;
}
.detail .outline dd::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.btnDetail {
	margin-top: 15px !important
}
.btnDetail a span {
	font-size: 1.6rem;
	line-height: 1.3;
	text-align: center;
}

/*追加分 2024/8*/
/* バナー */
.detail .columnBody .columnBanner {
	position: relative;
	width: 100%;
	border: 1px solid #ddd;
	margin: 55px 0 45px 0;
}
.detail .columnBody .columnBanner figure {
	float: left;
	margin: 0px !important;
	width: 32%;
}
.detail .columnBody .columnBanner h4{
	float: right;
	width: 68%;
	padding-left: 10px;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}
.detail .columnBody .columnBanner p {
	clear: both;
	font-size: 14px;
	line-height: 1.6;
	padding-top: 12px;
}
.detail .columnBody .columnBanner .bannerTag {
	width: 100%;
	white-space: nowrap;
	position: absolute;
	top: -16px;
}
.detail .columnBody .columnBanner .bannerTag span {
	display: inline-block;
	position: relative;
	background: #e7346e;
	color: #fff;
	font-size: 12px;
	padding: 1px 12px 1px 5px;
}
.detail .columnBody .columnBanner .bannerTag span:after {
	position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
	top: 0;
  right: 0;
	border-width: 13px 7px 13px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.detail .columnBody .columnBanner a {
	position: relative;
	padding: 30px 25px 15px 15px;
}
.detail .columnBody .columnBanner a:before {
	display: inline-block;
	position: absolute;
	background: url(../img/pillar01/arrow.png);
	content: "";
	right: 0;
	bottom: 0;
	width: 37px;
	height: 37px;
}
.detail .columnBody .columnBanner .txt {
	margin-top: 0;
}
/* もっとみる */
.detail .outline .more {
	display: none;
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0 -20px;
	padding: 20px 0;
}
.detail .outline .more span {
	position: relative;
	padding-right: 20px;
}
.detail .outline .more span::after {
	content: "";
	width: 9px;
	height: 9px;
	border-bottom: 2px solid #e7346e;
	border-right: 2px solid #e7346e;
	position: absolute;
	top: 6px;
	right: 0;
	transform: rotate(45deg);
}
.detail .outline .more.is-open span::after {
	top: 10px;
	transform: rotate(-135deg);
}

/* .info
----------------------------------*/
.detail .info {
	background: #fef5f8;
	padding: 26px 20px 20px 20px;
}
.detail .info dt {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #e7346e;
	padding-bottom: 18px;
	margin-bottom: 18px;
	color: #e7346e;
	position: relative;
	padding-left: 26px;
}
.detail .info dt::after {
	content: "";
	width: 17px;
	height: 30px;
	background: url(/shortcut/images/ico_column_info.png) no-repeat center / contain;
	position: absolute;
	top: -8px;
	left: 0;
}
.detail .info dd {
	position: relative;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 8px;
	padding-left: 17px;
}
.detail .info dd::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}
.detail .info dd a {
	display: inline-block;
}
.detail .info dd a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #e7346e;
	border-right: 2px solid #e7346e;
	display: inline-block;
	transform: rotate(45deg);
	margin-left: 9px;
	position: relative;
	top: -2px;
}
.detail .outline dd:nth-child(n+5) {
	display: none;
}
.detail .columnBody .txt ul {
	background: #f6f6f6;
	padding: 25px;
}
/* ここまで */

}

.u-mb-0 {
	margin-bottom: 0 !important;
}
.u-mt-0 {
	margin-top: 0 !important;
}