@charset "UTF-8";

#contents {
	padding-top: 0;
}

#main-column {
	position: relative;
	overflow: hidden;
}

#Journal article > h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0.1em;
	height: 130px;
	background: #f6f5f3;
	margin-bottom: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#Journal article > h2 a {
	pointer-events: none;
}

#freepage-contents {
	position: relative;
	font-size: 16px;
}

#freepage-contents .text {
	line-height: 1.75;
	letter-spacing: 0.1em;
}

#bread-crumb {
	position: absolute;
	top: 130px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
	max-width: 1200px;
	width: calc(100vw - 80px);
	text-align: left;
}

#bread-crumb ol {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 0.7em;
	font-weight: 500;
	letter-spacing: 0.05em;
}

#bread-crumb ol li {
	display: inline;
	font-size: 12px;
	padding-left: 0;
	padding-right: 0;
	background: none;
}

#bread-crumb ol li:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	vertical-align: middle;
	margin: 0 0.6em 0.2em 0.5em;
}

#bread-crumb ol li a:hover {
	text-decoration: underline;
}
/*
#main-column > #bread-crumb {
	display: none;
}
*/
#Journal #bread-crumb ol {
	margin: 0;
}

#freepage-contents .fp-wrapper {
	position: relative;
	max-width: 1200px;
	width: calc(100% - 80px);
	margin-left: auto;
	margin-right: auto;
}

#freepage-contents .fp-note-btn {
	line-height: 1.75;
	letter-spacing: 0.1em;
	margin-bottom: 24px;
}

#freepage-contents .fp-btn-primary-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 35px;
}

#freepage-contents .fp-btn-primary {
	position: relative;
	border: 1px solid #db6557;
	color:#db6557;
	border-radius: 4px;
	text-align: center;
	letter-spacing: 0.1em;
	width: 444px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	background: #FFF;
}

#freepage-contents .fp-btn-primary i {
	position: absolute;
	top: 50%;
	right: 17px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#freepage-contents .fp-btn-primary:link {
	color: #db6557;
}

#freepage-contents .fp-btn-primary--center {
	margin-left: auto;
	margin-right: auto;
}

#freepage-contents .fp-btn-primary:hover {
	background: #db6557;
	color: #FFF;
}

#freepage-contents .fp-btn-primary:hover::after {
	border-color: #FFF;
}

#freepage-contents .sp-only {
	display: none !important;
}

#freepage-contents .pc-only {
	display: block !important;
}

section #guide .chart .ttlShop {
	font-family: "Noto Serif JP", serif;
	font-size: 30px;
	letter-spacing: 0.1em;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 0;
}

section #guide .chart .ttlShop:not(:first-child) {
	margin-top: 90px;
}

section #guide .chart table {
	margin-top: 35px;
	border-top: none;
}

section #guide .chart table tr {
	border-top: 1px dotted #9b9b9b;
	border-bottom: 1px dotted #9b9b9b;
}

section #guide .chart table th,
section #guide .chart table td {
	padding: 25px 0;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.1em;
	border-top: none;
	border-bottom: none;
}

section #guide .chart table th {
	font-weight: 600;
	width: 16.8%;
	vertical-align: top;
	background: none;
}

section #guide .chart table td {
	padding-right: 8%;
	width: 83.2%;
}

section #guide .chart table td strong {
	color: #db6557;
}

section #guide .chart table td .attention {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1.75;
}

section #guide .chart .note {
	margin-top: 19px;
	display: block;
	font-size: 16px;
	line-height: 1.7143;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {

#Journal article > h2 { /* sp */
	font-size: 22px;
	height: 75px;
	margin-bottom: 65px;
	border-top: 1px solid #9b9b9b;
	line-height: 1.36;
	padding-bottom: 0;
}

#freepage-contents { /* sp */
	font-size: 13px;
}

#bread-crumb { /* sp */
	top: 75px;
	width: 92vw;
}

#bread-crumb ol { /* sp */
	padding-top: 6px;
}

#bread-crumb ol li { /* sp */
	font-size: 10px;
	padding-right: 6px;
}

#bread-crumb ol li:not(:last-child)::after { /* sp */
	width: 4px;
	height: 4px;
	margin-right: 0em;
	padding-right: 0.2em;
}

#freepage-contents .fp-wrapper { /* sp */
	width: 92%;
}

#freepage-contents .fp-note-btn { /* sp */
	margin-bottom: 10px;
}

#freepage-contents .fp-btn-primary-wrap { /* sp */
	display: block;
}

#freepage-contents .fp-btn-primary-wrap .fp-btn-primary {
	margin-left: auto;
	margin-right: auto;
}

#freepage-contents .fp-btn-primary-wrap .fp-btn-primary:not(:last-child) {
	margin-bottom: 16px;
}

#freepage-contents .fp-btn-primary { /* sp */
	width: 91.3%;
	height: 44px;
}

#freepage-contents .fp-btn-primary i { /* sp */
	right: 13px;
}

#freepage-contents .sp-only { /* sp */
	display: block !important;
}

#freepage-contents .pc-only { /* sp */
	display: none !important;
}

section #guide .chart .ttlShop { /* sp */
	font-size: 20px;
}

section #guide .chart .ttlShop:not(:first-child) { /* sp */
	margin-top: 35px;
}

section #guide .chart table { /* sp */
	margin-top: 20px;
}

section #guide .chart table th,
section #guide .chart table td { /* sp */
	font-size: 13px;
	padding: 13px 0;
	line-height: 1.923;
}

section #guide .chart table th { /* sp */
	width: 30%;
	padding-right: 10px;
}

section #guide .chart table td { /* sp */
	text-align: justify;
	width: 70%;
}

section #guide .chart table td .attention { /* sp */
	margin-top: 2px;
	font-size: 10px;
	line-height: 1.56;
	letter-spacing: 0;
}

section #guide .chart .note { /* sp */
	margin-top: 13px;
	margin-bottom: -10px;
	font-size: 13px;
	max-width: 100%;
	line-height: 1.92;
}

}

