.icon-external::after {
	padding-left: 0.3em;
}

.section-content {
	padding: 0 0 60px;
}

.section-content:first-child {
	padding-top: 60px;
}

body {
	background-color: #f2f2f2;
}

#ac-localnav,
#main {
	background-color: #fff;
}
.bg-gray {
	background: #f5f5f7;
	padding: 15px 20px;
	box-sizing: border-box;
}
.bg-gray .title {
	font-weight: 600;
}

/* section-recycle */
@media only screen and (max-width: 374px) {
	.xsmall-hide {
		display: none;
	}

	.xsmall-show {
		display: block;
	}

	.xsmall-show-inline {
		display: inline;
	}
}

.icon-after::after,
.more::after,
.icon-external::after {
	top: -0.09em;
}

a.button:hover .icon-copy {
	text-decoration: none;
}

a .nowrap {
	display: inline;
}

.icon-external::after {
	padding-left: 0.3em;
}

.section-recycle {
	width: 100%;
}

.section-recycle .recycle-content {
	padding: 26px 0;
	border-top: 1px solid #d6d6d6;
	margin-top: 0;
}
.section-recycle .recycle-content-cta {
	padding: 12px 0;
}

.recycle-content h2,
.recycle-content h2 > a {
	color: #333;
}

.recycle-content-cta h2 > a {
	display: block;
	padding: 14px 0;
}

.recycle-content-cta h2 > a:hover {
	text-decoration: underline;
}

.dropdown-title {
	display: none;
	text-align: center;
}

@media only screen and (max-width: 735px) {
	.dropdown-title {
		display: block;
	}
}

.section-recycle .data-content {
	margin-top: 1em;
}

.dropdown-content {
	display: none;
}

.dropdown-content.active {
	display: block;
}

.form-cell {
	display: table-cell;
	vertical-align: top;
	direction: ltr;
	padding-bottom: 0.5em;
}

@media only screen and (max-width: 414px) {
	.form-cell {
		display: block;
	}
}

.form-cell .form-element {
	margin-top: 0;
	position: relative;
}

.dropdown {
	font-size: 16px;
	line-height: 1.29412;
	font-weight: 400;
	letter-spacing: -0.021em;
	font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
		"Arial", sans-serif;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 2em;
	padding-top: 1px;
	color: #333;
	padding-left: 15px;
	padding-right: 35px;
	text-align: left;
	background: #fff;
	border: 1px solid #d6d6d6;
	border-radius: 4px;
	background-clip: padding-box;
	margin-bottom: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	min-height: 32px;
	padding-right: 35px;
	letter-spacing: 0em;
	font-family: "SF Pro JP", "SF Pro Text", "SF Pro Icons",
		"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo",
		"ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.dropdown::-ms-expand {
	display: none;
}

.dropdown:focus {
	outline: 0;
	box-shadow: 0;
}

@media only screen and (max-width: 735px) {
	.dropdown {
		width: 100%;
	}
}

html.ie .dropdown option:disabled {
	background-color: #fff;
}

.dropdown ~ .form-icon {
	display: block;
	pointer-events: none;
	color: #888;
	right: 15px;
	font-size: 21px;
	font-weight: 300;
	top: 4px;
	line-height: 1.16;
}

@media only screen and (max-width: 414px) {
	.dropdown ~ .form-icon {
		right: 17px;
	}
}

.form-icon {
	display: none;
	position: absolute;
	top: 3px;
	right: 16px;
}

.recycle-content table,
.recycle-content .caution {
	font-size: 12px;
}

.recycle-content table {
	max-width: 700px;
	width: 100%;
}

.recycle-content table.data-table-type02 {
	width: 440px;
}

.recycle-content td {
	border: 1px solid #a1a5a9;
	padding: 3px 6px;
}

.recycle-content table tr.bggray {
	background-color: #e2e2e2;
}

.recycle-content table tr.bgblue {
	background-color: #ccc;
	font-weight: bold;
}

@media only screen and (max-width: 734px) {
	.section.no-pad {
		padding-top: 9px;
	}
}

.section-recycle .inner-content {
	margin-top: 2em;
}
.section-recycle .recycle-lists {
	margin-top: 1.5em;
	margin-bottom: 2.6em;
	display: flex;
	flex-wrap: no-wrap;
}
.section-recycle .recycle-lists ul {
	list-style: none;
	margin: 0;
	width: 13em;
}
@media only screen and (max-width: 734px) {
	.section-recycle .recycle-lists {
		display: block;
	}
	.section-recycle .recycle-lists ul {
		width: 100%;
	}
}
.section-recycle .section-content:first-child {
	padding-top: 0;
}

/* dropdown-content */
.dropdown-content .data-table-wrapper,
.accordion-content .data-table-wrapper {
	overflow-x: auto;
}

.dropdown-content .data-table-wrapper:last-of-type + p,
.accordion-content .data-table-wrapper:last-of-type + p {
	margin-top: 0.8em;
}

/* table mobile border adjust */
@media only screen and (max-width:734px) {
  .dropdown-content .data-table-wrapper {
		position: relative;
    padding-bottom: 1px;
  }
}