@charset "UTF-8";
* { margin: 0; }

input[type="button"], input[type="number"], button, select { background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; -webkit-appearance: none; color: #000; }

a { color: inherit; text-decoration: none; word-break: break-all; }

ul { list-style: none; padding: 0; }

html { font-family: 'Noto Sans JP', sans-serif; color: #444; height: 100%; }
@media (min-width: 980px) { html { font-size: 87.5%; } }

body { min-height: 100%; display: flex; flex-direction: column; }
body main { flex-grow: 1; }

.ly_widthLimit { width: 100%; max-width: 980px; margin-left: auto; margin-right: auto; }

.ly_textCentering { text-align: center; }

.ly_flexWrap { display: flex; flex-flow: wrap; gap: 2rem; }

.ly_bottomMargin2em { margin-bottom: 2em; }

.ly_bottomMargin1em { margin-bottom: 1em; }

.ly_textBottomMargin { margin-bottom: .5em; }

.ly_clearance { padding: .5rem; }

.ly_sideClearance { padding: 0 .5rem; }

.el_lv1header { font-size: 4rem; font-weight: bold; letter-spacing: 0; }

.el_lv2header { font-size: 3rem; font-weight: bold; letter-spacing: 0; }

.el_lv3header { font-size: 2rem; font-weight: bold; letter-spacing: 0; }

.el_lv4header { font-size: 1.2rem; font-weight: bold; letter-spacing: 0; }
@media (min-width: 980px) { .el_lv4header { font-size: 1.4rem; } }

.el_lv5header { font-size: 1rem; font-weight: bold; letter-spacing: 0; }

.el_headerCaption { color: #FFF; background-color: #1f6ead; line-height: 1; padding: .5em 1em .65em; }

.el_commonCaption { font-size: 1rem; }

.hp_fontWightBold { font-weight: bold; }

.hp_fontWightNormal { font-weight: normal; }

.hp_fontColorCaution { color: #ED8545; }

.hp_grayout { color: #CCC; }

.hp_titleDesign01 { font-size: 1.4rem; padding: .5rem; line-height: 1; border-bottom: solid 4px #1f6ead; background-color: #DCF5FF; }
@media (min-width: 481px) { .hp_titleDesign01 { letter-spacing: .1em; } }

.hp_titleDesign02 { font-size: 1.4rem; letter-spacing: .1em; padding: .5rem; line-height: 1.2; border-bottom: solid 2px #1f6ead; }
@media (min-width: 980px) { .hp_titleDesign02 { font-size: 1.6rem; } }

.hp_titleDesign03 { font-size: 1.2rem; padding: .5rem; line-height: 1.2; border-bottom: solid 1px #1f6ead; }
@media (min-width: 980px) { .hp_titleDesign03 { font-size: 1.4rem; } }

.hp_bgContain { background-position: center center; background-repeat: no-repeat; background-size: contain; }

.ly_rowList { display: inline-flex; align-items: center; gap: 4vw; }

.el_textLink { color: #1f6ead; font-weight: bold; }
.el_textLink::after { margin-left: .25em; content: '\f101'; font-family: 'Font Awesome 5 Free'; }

.bl_smallIcon { font-size: 0; width: 2rem; height: 2rem; }
@media (min-width: 980px) { .bl_smallIcon { width: 2.4rem; height: 2.4rem; } }

.bl_midiamIcon { font-size: 0; width: 12vw; height: 12vw; }
@media (min-width: 481px) and (max-width: 979px) { .bl_midiamIcon { width: 4rem; height: 4rem; } }
@media (min-width: 980px) { .bl_midiamIcon { width: 4.8rem; height: 4.8rem; } }

.el_icon { display: block; height: 100%; }

.hp_youtubeIcon { background-image: url("../img/icon/sns/youtube.svg"); }

.hp_instagramIcon { background-image: url("../img/icon/sns/instagram.svg"); background-size: 90%; }

.hp_facebookIcon { background-image: url("../img/icon/sns/facebook.svg"); background-size: 90%; }

.hp_youtubeIconW { background-image: url("../img/icon/sns/youtube_w.svg"); }

.hp_instagramIconW { background-image: url("../img/icon/sns/instagram_w.svg"); background-size: 90%; }

.hp_facebookIconW { background-image: url("../img/icon/sns/facebook_w.svg"); background-size: 90%; }

.ly_siteID { margin: 8px auto; display: flex; justify-content: space-between; column-gap: 4em; row-gap: 1em; }
@media (max-width: 979px) { .ly_siteID { flex-wrap: wrap; justify-content: center; } }

.bl_siteID { line-height: 1; font-style: italic; }

@media (max-width: 480px) { .el_siteCaption { font-size: 3.4vw; } }
@media (min-width: 481px) and (max-width: 979px) { .el_siteCaption { font-size: 1.6vmax; } }

.el_siteTitle { color: #1f6ead; }
@media (max-width: 480px) { .el_siteTitle { font-size: 10vw; }
  .el_siteTitle span { font-size: 7vw; } }
@media (min-width: 481px) and (max-width: 979px) { .el_siteTitle { font-size: 5vmax; }
  .el_siteTitle span { font-size: 3.5vmax; } }
@media (min-width: 980px) { .el_siteTitle span { font-size: 2.6rem; } }

.ly_stickyTop { position: sticky; top: 0; background-color: #FFF; }

.ly_primaryExpress { padding: .5rem; text-align: center; background-color: #DCF5FF; border-top: solid 0.4rem #1f6ead; border-bottom: solid 0.4rem #1f6ead; }

.el_primaryBtn { position: relative; display: inline-block; margin-top: 1.25em; margin-bottom: .5em; padding: .75em; cursor: pointer; transition: all 0.3s; text-align: center; vertical-align: middle; letter-spacing: 0.1em; color: #212529; border-radius: 0.5em; color: #fff; background: #ED8545; box-shadow: 0 5px 0 #d65b0f; font-size: 5vw; }
.el_primaryBtn:hover { transform: translate(0, 3px); box-shadow: 0 2px 0 #ED8545; }
@media (min-width: 481px) and (max-width: 979px) { .el_primaryBtn { font-size: 1.4rem; } }
@media (min-width: 980px) { .el_primaryBtn { font-size: 1.8rem; } }
.el_primaryBtn i { font-size: .8em; font-style: normal; font-weight: bold; position: absolute; top: -1.25em; left: .5em; display: block; padding: 0.2em .5em; line-height: 1; color: #ED8545; border: 2px solid #ED8545; border-radius: 100vh; background: #fff; box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
.el_primaryBtn i::before, .el_primaryBtn i::after { position: absolute; left: 2em; content: ""; border-width: .5em .5em 0 .5em; border-style: solid; }
.el_primaryBtn i::before { bottom: -.5em; border-color: #ED8545 transparent transparent transparent; }
.el_primaryBtn i::after { bottom: calc(-.5em + 2px); border-color: #fff transparent transparent transparent; }
.el_primaryBtn strong { display: flex; }
.el_primaryBtn strong::before { font-size: 1.6em; margin-right: .25em; content: '\f15c'; font-family: 'Font Awesome 5 Free'; }
.el_primaryBtn strong::after { font-size: 1.4em; margin-left: .25em; content: '\f101'; font-family: 'Font Awesome 5 Free'; }

.bl_infoHeader { display: grid; grid-template-rows: min-content min-content 1fr; grid-template-columns: min-content 1fr min-content; margin: auto auto 1em; }
.bl_infoHeader .el_infoHeaderArea { grid-column: 1 / 4; margin-top: -4px; letter-spacing: .5em; }
.bl_infoHeader .el_infoHeaderTitle, .bl_infoHeader .el_infoHeaderCopy { grid-column: 2 / 3; }
@media (min-width: 980px) { .bl_infoHeader .el_infoHeaderTitle { font-size: 2rem; } }
.bl_infoHeader .el_infoHeaderCopy { padding: .25rem .5rem; font-weight: .8rem; line-height: 1; place-content: center; }
@media (min-width: 980px) { .bl_infoHeader .el_infoHeaderCopy { font-size: 1.4rem; } }
.bl_infoHeader .el_infoHeaderMark, .bl_infoHeader .el_infoHeaderCover { grid-row: 2 / 4; width: auto; max-width: 20vw; }
.bl_infoHeader .el_infoHeaderMark { max-height: calc(100px - .75rem); margin: .5rem; }
.bl_infoHeader .el_infoHeaderCover { max-height: 100px; grid-column: 3 / 4; box-shadow: 0 0 .5rem .1rem #888; transform: translateX(-0.25rem) translateY(-0.25rem); }

main > section { margin-top: 2rem; margin-bottom: 2rem; }
@media (min-width: 980px) { main { font-size: 1.2rem; } }

.ly_eyeCatch { flex-grow: 1; flex-shrink: 1; padding: 0; }
.ly_eyeCatch iframe, .ly_eyeCatch img { width: 100%; height: 100%; aspect-ratio: 16 / 9; }
@media (max-width: 979px) { .ly_eyeCatch iframe, .ly_eyeCatch img { width: 100%; } }
.ly_eyeCatch img { object-fit: cover; }

.el_diaryDay { font-weight: bold; white-space: nowrap; width: 6em; }

.ly_dlColumn2list div { display: flex; }
.ly_dlColumn2list div dt { display: inline-block; white-space: nowrap; }

.hp_dlColumn2wrapList div { margin: 0 0 .5em; }
@media (max-width: 480px) { .hp_dlColumn2wrapList div { flex-flow: column; } }

.ly_dlRowIndentList div { margin: .5em; display: flex; flex-flow: column; }
.ly_dlRowIndentList dt { font-weight: bold; }
.ly_dlRowIndentList dd { margin-left: 1em; }
.ly_dlRowIndentList ul, .ly_dlRowIndentList ol { margin-bottom: .75em; }
.ly_dlRowIndentList ul li, .ly_dlRowIndentList ol li { margin-bottom: .25em; }
.ly_dlRowIndentList ol { padding-inline-start: 1.5em; }

.ly_olNumberList { padding-inline-start: 2em; }

.ly_ulOutside { margin-bottom: .75em; list-style: outside; padding-inline-start: 1.5em; }
.ly_ulOutside > li { margin-bottom: .25em; }

.hp_textInlineBlock { text-indent: 0; margin-left: 0; display: inline-block; }

.el_lineIndent1em { text-indent: -1em; margin-left: 1em; }

.hp_bulletSquare::before { display: contents; content: '\25A0'; }

.hp_bulletReference::before { content: '\203B'; }

.bl_universCard { flex-grow: 1; width: 100%; }
@media (min-width: 481px) { .bl_universCard { width: calc(50% - 1rem); min-width: 320px; } }
@media (min-width: calc((320px * 2) + 2rem)) { .bl_universCard { flex-grow: 0; } }

.bl_slimCard { display: grid; grid-template-rows: min-content 1fr min-content; grid-template-columns: 30% 1fr; }
@media (min-width: 481px) { .bl_slimCard { grid-template-columns: 125px 1fr; } }
.bl_slimCard .el_cardCopy { font-size: .8rem; line-height: 1; padding: .25rem .5rem; }
@media (min-width: 481px) and (max-width: 979px) { .bl_slimCard .el_cardTitle { font-size: 1.3rem; } }
@media (min-width: 481px) and (max-width: 979px) { .bl_slimCard .el_cardCopy { font-size: 1rem; line-height: 1.2; } }
@media (min-width: 980px) { .bl_slimCard .el_cardTitle { font-size: 1.6rem; }
  .bl_slimCard .el_cardCopy { font-size: 1.2rem; line-height: 1.2; } }
.bl_slimCard .el_cardImg { grid-row: 1 / 4; grid-column: 1; }
.bl_slimCard .el_cardImg img { display: block; width: 100%; object-fit: cover; aspect-ratio: 1; }
.bl_slimCard .el_cardLink { font-size: .8rem; display: inline-block; width: fit-content; color: #FFF; background-color: #3C89D1; padding: .25em; border: solid 2px #3C89D1; border-radius: 1em; line-height: 1; margin: auto .25em auto auto; font-weight: bold; }
@media (min-width: 980px) { .bl_slimCard .el_cardLink { font-size: 1rem; } }
.bl_slimCard .el_cardLink::before { font-size: large; vertical-align: text-bottom; margin-right: .25em; content: '\f05a'; font-family: 'Font Awesome 5 Free'; }
.bl_slimCard .el_cardLink::after { margin-left: .25em; content: '\f101'; font-family: 'Font Awesome 5 Free'; }
.bl_slimCard .el_cardLink:hover { color: #3C89D1; background-color: #FFF; }

.hp_changeTab { cursor: pointer; }
.hp_changeTab::before { content: "\025b6"; padding-right: .25em; }
.hp_changeTab.hp_currentTab::before { content: "\025bc"; }

.ly_insideImg { display: flex; flex-flow: column; }
.ly_insideImg .el_insideImg { display: block; width: 250px; max-width: 75%; height: 250px; object-fit: cover; margin: .5em auto 0; }
@media (min-width: 481px) { .ly_insideImg .el_insideImg { width: 150px; height: 150px; } }
.ly_insideImg .el_insideImg.hp_bottom { order: 100; }
@media (min-width: 481px) { .ly_insideImg { display: block; } }
@media (min-width: 481px) { .ly_insideImg:nth-child(odd) .el_insideImg { float: left; margin-right: .5em; } }
@media (min-width: 481px) { .ly_insideImg:nth-child(even) .el_insideImg { float: right; margin-left: .5em; } }

footer section { padding: 2rem; }

.ly_colorBack { background-color: #3C89D1; }

.el_simpleBtn { display: inline-flex; align-items: baseline; color: #fff; text-decoration: none; line-height: 1; font-size: 1.4rem; font-weight: bold; padding: .5em; border: solid 2px #FFF; border-radius: 1em; }
.el_simpleBtn::before { margin-right: .25em; content: '\f059'; font-family: 'Font Awesome 5 Free'; }
.el_simpleBtn::after { margin-left: .25em; content: '\f101'; font-family: 'Font Awesome 5 Free'; }

a.el_simpleBtn:hover { color: #3C89D1; background-color: #fff; }

strong.el_simpleBtn { color: #1f6ead; border-color: #1f6ead; }

.bl_credit { margin-bottom: 1rem; }

.bl_identity { font-style: normal; }

.hp_checkList { gap: .5em 2em; }
.hp_checkList label { display: inline-block; font-size: 1.2rem; line-height: 1; min-width: 12em; }
.hp_checkList label input { margin-right: 0.25em; }
@media (min-width: 980px) { .hp_checkList.hp_extra::after { content: ""; display: inline-block; min-width: 8em; } }

.hp_textInput div { width: 100%; }
.hp_textInput dt { font-size: 1rem; }
.hp_textInput input { font-size: 1.2rem; box-sizing: border-box; margin: .25em; padding: .5em; border: 2px solid #3C89D1; border-radius: .5em; width: calc(100% - .5em); }
.hp_textInput input.hp_width4em { width: 4em !important; }
.hp_textInput input.hp_width8em { width: 8em !important; }
.hp_textInput input.hp_width16em { max-width: 16em; }
.hp_textInput input.hp_width24em { max-width: 24em; }
.hp_textInput input.hp_width36em { max-width: 36em; }
.hp_textInput input.hp_width48em { max-width: 48em; }
.hp_textInput.hp_inputColumn input { width: calc(100% - .5em); }
.hp_textInput.hp_inputAddress .hp_zip { width: inherit; font-size: 1rem; padding: .25em; }
@media (min-width: 481px) { .hp_textInput { display: flex; gap: .5em; }
  .hp_textInput.hp_inputColumn div { width: calc(50% - .25em); max-width: 18em; } }

select { font-size: 1.2rem; box-sizing: border-box; margin: .25em; padding: .5em; border: 2px solid #3C89D1; border-radius: .5em; }

.ly_submit { text-align: center; }
.ly_submit button { border: none; padding: .5em 1em .5em 2em; margin: auto; letter-spacing: 1em; }

/*

.ly_spRequestForm {
	.el_formItemsTitle {
		text-align: left;
		color: #FFF;
		padding: 8px;
		margin: 4px 0;
		background: linear-gradient(to bottom, #01a5c1 0, #008399 100%, #008399 100%);
	}
	.bl_requestUniv {
		padding: 10px;
	}
	.el_requestUniv {
		label {
			display: flex;
			flex-flow: row;
			align-items: center;
			margin-bottom: 8px;
			
			input {
				flex-shrink: 0;
				font-size: 2rem;
			}
			
			img {
				margin: 0 8px;
			}
			.bl_copy {
				align-self: start;
				
				.el_name {
					text-align: left;
					font-size: 18px;
					font-weight: normal;
					line-height: 1.5em;
					color: #158094;
				}
				.el_copy {
					font-size: .8rem !important;
					line-height: 1.2 !important;
				}
			}
		}
	}
	.bl_customerInfo {
		
		.bl_infoItem {
			&.hp_width50 {
				input {
					width: 35%;
				}
			}
			&.hp_width75 {
				input {
					width: 100%;
				}
			}
		}
		.el_itemInput {
			text-align: left;
			margin-bottom: 16px;
			
			span {
				margin-left: 1em;
				
				&:first-child {
					margin: 0;
				}
			}
		}
	}
	.ly_submit {
		
		button {
			display: inline-block;
			position: relative;
			width: 175px;
			color: #fff;
			font-size: 24px;
			font-weight: bolder;
			line-height: 1em;
			text-align: left;
			letter-spacing: .5em;
			border: none;
			border-radius: 4px;
			box-sizing: border-box;
			padding: 8px 10px;
			background-color: #95c322;
			text-decoration: none;
			
			&::after {
				content: " ";
				background: url(/images/arrow_white_1.png);
				background-size: 22px 22px;
				background-repeat: no-repeat;
				display: block;
				position: absolute;
				top: 10px;
				right: 10px;
				width: 22px;
				height: 22px;
			}
		}
	}
}
.ly_pcRequestForm {
	.el_formItemsTitle {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.2em;
		color: #03638f;
		border-left: solid 6px #1db0c8;
		border-bottom: solid 1px #1db0c8;
		padding: 4px 0 3px 6px;
		margin: 23px 0 14px 0;
	}
	.bl_requestUniv {
		display: flex;
		flex-flow: wrap;
		gap: 28px;
	}
	.el_requestUniv {
		width: calc(50% - 14px);
		
		label {
			display: flex;
			flex-flow: row;
			align-items: center;
			
			input {
				flex-shrink: 0;
				font-size: 2rem;
			}
			
			img {
				margin: 0 8px;
			}
			.bl_copy {
				align-self: start;
				
				.el_name {
					font-size: 18px;
					font-weight: normal;
					line-height: 1.5em;
					color: #158094;
				}
				.el_copy {
					line-height: 1.2;
				}
			}
		}
	}
	.bl_customerInfo {
		display: flex;
		flex-flow: wrap;
		gap: 8px;
		
		.bl_infoItem {
			
			&.hp_width50 {
				width: calc(50% - 4px);
				input {
					width: 35%;
				}
			}
			&.hp_width25 {
				width: calc(25% - 4px);
			}
			&.hp_width75 {
				width: calc(75% - 4px);
				input {
					width: 95%;
				}
			}
			
			.el_itemName {
				background: #cee2e5;
				padding: 8px 14px;
				color: #03638f;
				font-size: 16px;
				line-height: 1em;
				margin: 14px 0;
			}
			
			.el_itemInput {
				padding-left: 1em;
				
				span {
					margin-left: 1em;
					
					&:first-child {
						margin-left: 0;
					}
				}
				
				input {
					margin: auto .5em;
					padding: 8px;
					border-radius: 4px;
				}
			}
		}
	}
	.ly_bottomkeep {
		margin: 64px;
	}
	.ly_submit {
		text-align: center;
		position: absolute;
		width: 100%;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 16px;
		background: #fffed4;
		
		button {
			display: inline-block;
			position: relative;
			width: 175px;
			color: #fff;
			font-size: 24px;
			font-weight: bolder;
			line-height: 1em;
			text-align: left;
			letter-spacing: .5em;
			border: none;
			border-radius: 4px;
			box-sizing: border-box;
			padding: 8px 10px;
			background-color: #95c322;
			text-decoration: none;
			
			&::after {
				content: " ";
				background: url(/images/arrow_white_1.png);
				background-size: 22px 22px;
				background-repeat: no-repeat;
				display: block;
				position: absolute;
				top: 10px;
				right: 10px;
				width: 22px;
				height: 22px;
			}
		}
	}
}
*/
/*


.hp_navi {
	display: flex;

	@include aboveTab {
		flex-flow: column;
		justify-content: center;
	}
}


.ly_navi {
	padding: 0 16px;
}

.bl_contentsList {
	display: flex;
	flex-flow: wrap;
	gap: 8px;
	justify-content: space-around;
	padding: 0;
}

.bl_card {
	display: block;
	margin: 0;

	&.hp__univers {
		flex-basis: 239px;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		
		* {
			text-align: center;
			padding: 4px;
		}
		.el_name {
			
			@include aboveTab {
				font-size: 2vmax;
			}
		}
		.el_copy {
			flex-grow: 1;
			line-height: 1.2;
			min-height: 2.4em;
			font-size: smaller;
			text-align: left;
		}
		.el_img {

			img {
				width: 90%;
			}
		}
		
		@include aboveTab {
			flex-basis: calc(50% - 8px);
			max-width: 260px;
		}
	}
	
	&.hp__message {
		flex-basis: 320px;
		
		.el_href {
			color: inherit;
			text-decoration: none;
		}
		
		.el_img {
			float: left;
			margin-right: 8px;
		
			img {
				width: 80px;
			}
		}
		
		.el_name {
			line-height: 1;
			margin-bottom: .5em;
		}
		
		.el_copy {
			line-height: 1.4;
			font-size: smaller;
		}
	}
}

.bl_credit {
	text-align: center;
}

//design
main {
	background-color: #C5E3EF;
	border-top: solid 6px $color_blue;
	border-bottom: solid 6px $color_blue;
}

.hp_navi {
	margin: 16px auto;
	background-color: white;
	border-top: solid 6px $color_blue;
	border-bottom: solid 6px $color_blue;
	border-radius: 6px;
	
	@include sp {
	 // margin: 16px 8px;
	}
}

.bl_navi {
	padding: 0;
}
.el_navi {
	list-style: none;
	background-color: $color_blue;
	border-radius: 6px;
	margin: 8px auto;
	max-width: 24em;
	
	a{
		display: flex;
		justify-content: space-between;
		padding: .5em;
		color: white;
		font-weight: bold;
		text-decoration: none;
		
		&::after {
			content: "》";
			text-align: right;
			line-height: 1.4;
			display: inline-block;
			width: 1.4em;
			color: $color_blue;
			background-color: white;
			border-radius: 1em;
		}
	}
}

.bl_banner {
	display: table;
	margin: 8px auto;
	border: solid 2px #E93223;
	
	a {
		display: inline-block;
		padding: .5em .5em .5em 5.5em;
		color: #444;
		font-weight: bold;
		text-decoration: none;
		background-image: url(https://upload.wikimedia.org/wikipedia/commons/thumb/0/09/YouTube_full-color_icon_%282017%29.svg/159px-YouTube_full-color_icon_%282017%29.svg.png);
		background-repeat: no-repeat;
		background-size: auto 80%;
		background-position: .5em center;
		
		span {
			display: inline-block;
		}
	}
}

.hp__univers {
	background-color: white;
	border-radius: 6px;

	.el_name {
		color: white;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		background-color: $color_green;
	}
	.el_href {
		display: block;
		padding: .5em;
		color: white;
		font-weight: bold;
		text-decoration: none;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		background-color: $color_green;
		
		&::after {
			content: "》";
			margin-left: .5em;
			text-align: right;
			line-height: 1.4;
			display: inline-block;
			width: 1.4em;
			color: $color_green;
			background-color: white;
			border-radius: 1em;
		}
	}
}

.ly_message {
	background-color: white;
	margin: 16px auto;
	border-radius: 6px;

	.bl_contentsHeadline {
		padding: .25em;
		color: white;
		font-size: 1.6rem;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		background-color: $color_orange;
		text-align: center;

		@include aboveTab {
			font-size: 2.6vmax;
		}
	}

	.bl_contentsList {
		padding: 8px;
	}

	.hp__message {
		flex-basis: 316px;
		flex-grow: 1;
		
		a {
			text-decoration: none;
		}
	}

	* {
		color: #444;
	}
	
	.el_href {
		display: block;
		text-align: center;
		padding: .5em;
		color: white;
		font-weight: bold;
		text-decoration: none;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		background-color: $color_orange;
		
		&::after {
			content: "》";
			margin-left: .5em;
			text-align: right;
			line-height: 1.4;
			display: inline-block;
			width: 1.4em;
			color: $color_orange;
			background-color: white;
			border-radius: 1em;
		}
	}
}

.bl_credit {
	margin: 32px auto;
}
*/

/*# sourceMappingURL=specialedition.css.map */
