@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;
}
#wrapper.shortcut.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 a {
	display: inline-block;
	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 {
	margin: 15px 0 0;
}
.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;
}
.detail .columnBody table td {
	border: 1px solid #ddd;
	padding: 18px 10px;
	text-align: center;
	line-height: 1.3;
}
.detail .columnBody table + .attention,
.detail .columnBody .tableScroll + .attention {
	margin-top: -35px;
}
.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 .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;
	margin-top: 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;
}

/* .layout
----------------------------------*/
#wrapper.shortcut.detail .infoBox .layout03 .img {
	margin-top: 15px;
}
#wrapper.shortcut.detail .infoBox .layout03 .img img {
	width: 49%;
}
#wrapper.shortcut.detail .infoBox .layout03 .img img:first-child {
	float: left;
}
#wrapper.shortcut.detail .infoBox .layout03 .img img:last-child {
	float: right;
}

}

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