@charset "utf-8";

/* CSS Document */

h1.page-title {
  font-size: 3.6rem;
  font-weight: 600;
  background-color: #FCF4E0;
  margin-bottom: 4rem;
  padding: 2rem 0 2rem 3rem;
}

.page-contents {
  margin-bottom: 20rem;
}


/*　検索タイトル	*/

h2.search-title {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 3rem;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

h2.search-title span:first-child {
  width: 37px;
  margin-right: 1rem;
}

h2.search-title span, h2.search-title img {
  display: block;
  line-height: 1;
}

h2.search-title img {
  width: 100%;
}


/*　タイトル背景　青　ストライプ　ななめ	*/

.bg-stripe-blue {
  background-image: url(../img/bg-stripe-blue-naname.jpg);
  background-position: left top;
  background-repeat: repeat;
}

h2.bg-stripe-blue {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  padding: 1rem 0 1rem 1rem;
}

h3.bg-stripe-blue {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 2.5rem;
  padding: 1.5rem 0 1.5rem 2.5rem;
}


/* =======================================
    プライバシーポリシー　.policy
======================================= */

.policy p, .policy h2 {
  font-size: 1.6rem;
}

.policy p, .policy ol {
  margin-bottom: 3rem;
}

.policy h2 {
  margin-bottom: 2rem;
}

.policy ol {
  padding-left: 2rem;
}

.policy li {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}


/* =======================================
    利用規約　.terms
======================================= */

.terms>p, .terms>ol>li {
  margin-bottom: 2rem;
}

.terms ol {
  counter-reset: section;
}

.terms ol ol {
  padding: 1rem 0 0 1rem;
}

.terms li {
  list-style: none;
  margin-bottom: 0.5rem;
}

.terms ol>li:before {
  content: counters(section, '.') '. ';
  counter-increment: section;
}

.terms li p {
  padding-left: 1rem;
}


/* =======================================
    ごみ分別検索 検索結果　.result
======================================= */

.result table {
  width: 100%;
  border-bottom: solid 1px #ededed;
}

.result th {
  border-right: solid 1px #fff;
}

.result thead th {
  font-weight: normal;
  text-align: center;
  background-position: left top;
  background-repeat: repeat;
  padding: 1rem 0;
}

.result thead th:first-child {
  width: 260px;
  background-image: url(../img/bg-stripe-gray-naname.jpg);
}

.result thead th:last-child {
  background-image: url(../img/bg-stripe-gray.jpg);
}

.result tbody tr:nth-of-type(2n) {
  background-color: #F5FAF9;
}

.result tbody th {
  text-align: left;
  padding-left: 1rem;
}

.result td {
  padding: 1rem;
}

.result dt {
  clear: left;
  float: left;
  width: 6rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  margin-bottom: 0.5rem;
  padding: 0.8rem 0;
}

.result dt:nth-of-type(1) {
  background-color: #FFBF00;
}

.result dt:nth-of-type(2) {
  background-color: #0085B2;
}

.result dt:nth-of-type(3) {
  color: #000;
  background-color: #FCF4E0;
}

.result dd {
  width: 100%;
  padding: 0.5rem 0 0.8rem 6.5rem;
}

.result dd a {
  color: #0085B2;
  text-decoration: underline;
}


/* =======================================
    私の町のごみカレンダー 検索　.search-calendar
======================================= */

.search-calendar p small {
  font-size: 1.4rem;
}

.search-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 4rem;
}

.search-btn li {
  width: 7.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
}

.search-btn li a {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  color: #000;
  text-align: center;
  background: #dbdbdb;
  /*Other Browser*/
  background: -webkit-linear-gradient(#fefefe 0%, #dbdbdb 100%);
  /*For Old WebKit*/
  background: linear-gradient(#fefefe 0%, #dbdbdb 100%);
  border: solid 2px #dedede;
  border-radius: 3px;
  padding: 1.7rem 0;
}

.town-lst {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  margin-bottom: 4rem;
  padding-left: 2.5rem;
}

.town-lst li {
  width: 25%;
  margin-bottom: 1rem;
}

.town-lst li a {
  font-size: 1.6rem;
  text-decoration: underline;
  color: #000;
}


/* =======================================
    ごみ分別検索　.search
======================================= */

.search h2.bg-line {
  background-image: url(../img/bg-line-orange.jpg);
}

.search h2.bg-line>span {
  background-color: #fff;
}

.search-block {
  background-color: #E7F2F6;
  margin-bottom: 3.5rem;
  padding: 3rem 0;
}

.search-block h3, .search-block p {
  text-align: center;
}

.search-block h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #468C00;
  margin-bottom: 1rem;
}

.search-block p {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}

.wrap-search-input {
  width: 600px;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
}

.search input, .search select {
  height: 4rem;
  line-height: 4rem;
  border: solid 1px #eee;
  border-radius: 5px;
  padding: 0 1rem;
}

.search input[type="search"], .search select {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 1.6rem;
  background-color: #fff;
  margin-right: 1rem;
}

.search input[type="submit"] {
  width: 10rem;
  font-size: 2.4rem;
  color: #004020;
  border: solid 1px #ccc;
}

.search input[type="submit"]:hover {
  cursor: pointer;
}

.search .search-btn {
  -webkit-justify-content: center;
  justify-content: center;
}


/* =======================================
    Q&A　よくあるご質問　.qa
======================================= */
.qa-nav{
	list-style-type: none;
	margin-bottom: 4rem;
}
.qa-nav li{
	display: inline-block;
	margin: 0 5rem 1rem 0;
}
.qa-nav a{
	color: #000;
	text-decoration: underline;
	background-image: url(../img/arrow.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: .6rem;
	padding-left: 1.2rem;
}
.qa-sub{
	list-style-type: none;
	margin-bottom: 2rem;
}
.qa-sub li{
	margin-bottom: .5rem;
}
.qa-sub li:last-child{
	margin-bottom: 0;
}
.qa-sub > li{
    position: relative;
    padding: 0 0 0 28px;
}
.qa-sub > li::before,
.qa-sub > li::after{
    position: absolute;
    margin: auto;
    content: "";
}
.qa-sub > li::before{
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #000;
}
.qa-sub > li::after{
    top: 6px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.qa-sub ul{
	list-style-type: none;
	margin-top: .5rem;
}
.qa-sub ul li{
    position: relative;
    padding: 0 0 0 16px;
}
.qa-sub ul li::before{
    position: absolute;
    margin: auto;
    content: "";
	top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.qa-sub a{
	font-size: 1.6rem;
    color: #000;
}
.wrap-qa{
	margin-bottom: 8rem;
}
.wrap-qa:last-child{
	margin-bottom: 0;
}
.qa h2{
	font-size: 3.4rem;
	margin-bottom: 1rem;
}
.qa-list{
  list-style-type: none;
  border-top: dotted 1px #000;
}

.qa-list li {
  border-bottom: dotted 1px #000;
  padding: 1rem 0;
}

.qa-list h3, .qa-list p {
  display: table;
  width: 100%;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.qa-list p {
  padding-left: 3rem;
}

.qa-list img, .qa-list span {
  display: table-cell;
  vertical-align: top;
}

.qa-list img {
  width: 40px;
  padding-right: 1rem;
}

.qa-list span {
  width: 100%;
  padding-top: 0.4rem;
  line-height: 1.8
}
.qa-list a{
	    word-break: break-word;
	text-decoration: underline;
}
.qa-list .strong{
	font-size: 1.6rem;
	font-weight: 700;
}
.qa-list img.android01{
	width: 100%;
	max-width: 480px;
}
/* =======================================
    このサイトについて　.about
======================================= */

.about h2 {
  margin-bottom: 1rem;
}

.about p {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  padding-left: 1rem;
}

.about section {
  margin-bottom: 2rem;
}

.about dl {
  font-size: 1.6rem;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about dt {
  width: 22%;
  border-right: 3px solid #fff;
  padding: 1rem 1rem 1rem 7rem;
}

.about dd {
  width: 78%;
  padding: 1rem 1rem 1rem 3.5rem;
}

.about dt:nth-of-type(2n), .about dd:nth-of-type(2n) {
  background-color: #F8F8EF;
}


/* =======================================
    私の町のごみカレンダー　.calendar
======================================= */

.calendar {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cal-map, .cal-text {
  width: 50%;
}

.cal-map {
  padding-top: 30px;
}

.cal-map img {
  display: block;
  width: 100%;
  max-width: 311px;
  margin: 0 auto;
}

.cal-text {
  padding-top: 45px;
  padding-left: 5rem;
}

.calendar p {
  font-size: 1.6rem;
  margin-bottom: 3rem;
}

.calendar .lst-area {
  width: 100%;
  display: -webkit-flex;
  display: flex;
}

.calendar .lst-area ul {
  margin-right: 5rem;
}

.calendar .lst-area li:first-child {
  border-top: solid 2px #ccc;
}

.calendar .lst-area li a {
  padding: 0 0rem 0 3.5rem;
}


/* =======================================
    各処理施設一覧　.facility
======================================= */

.facility {
  font-size: 1.6rem;
}

.facility h2 {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 2rem;
}

.facility h2 img, .facility h2 span {
  display: inline-block;
  vertical-align: middle;
}

.facility h2 img {
  margin-right: 1rem;
}

.facility01 {
  list-style-type: none;
  margin-bottom: 2rem;
}

.facility01 li::before {
  content: "・";
}
.facility01.fc-red,
.facility01.fc-red .net{
	color: #900;
}
.facility01 a{
	text-decoration: underline;
}
.facility01 .sp{
	display: none;
}
.facility table {
  width: 100%;
}

.facility-table01 {
  margin-bottom: 2rem;
}

.facility th, .facility td {
  border-right: solid 5px #fff;
}

.facility th:last-child, .facility td:last-child {
  border-right: none;
}

.facility table thead th {
  height: 5rem;
  font-weight: normal;
  background-color: #E7F2F6;
  border-bottom: solid 5px #fff;
}

.facility table thead th:last-child {
  background-color: #E9F0F3;
}


/*	搬入先一覧	*/

.facility-table01 tr:nth-of-type(2n-1) {
  background-color: #F7F7EE;
}

.facility-table01 tbody th {
  text-align: left;
  padding-left: 3rem;
}

.facility-table01 th span {
  display: block;
}

.facility-table01 td:nth-of-type(1) {
  padding: 1.5rem 0 1.5rem 4.5rem;
}

.facility-table01 td:nth-of-type(2) {
  vertical-align: middle;
  padding-left: 1.5rem;
}

.facility-table01 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

.facility-table01 dt {
  clear: left;
  float: left;
  width: 5rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  background-color: #FAF3D8;
  border-radius: 2px;
  padding: 0.8rem 0;
}

.facility-table01 tr:nth-of-type(2n-1) dt {
  background-color: #fff;
}

.facility-table01 dd {
  width: 100%;
  padding-top: 0.5rem;
  padding-left: 6rem;
}

.facility-table01 dd:nth-of-type(1) {
  margin-bottom: 0.3rem;
}

.facility-table01 dd a {
  display: none;
}

.facility-table01 small {
  display: block;
}

.facility-table01 td:last-child small {
  margin-top: 1rem;
}


/*	ごみアイコン一覧	*/

.icon-lst {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.icon-lst li {
  display: table;
  width: 19rem;
  line-height: 1.2;
  margin-bottom: 4rem;
  padding-left: 2rem;
}

.icon-lst li:last-child {
  width: 22rem;
}

.icon-lst li img, .icon-lst li span {
  display: table-cell;
  vertical-align: middle;
}

.icon-lst li img {
  width: 43px;
}

.icon-lst li span {
  width: 100%;
  text-align: left;
  padding-left: 2rem;
}


/*	お問合せ一覧	*/

.facility-table02 tr:nth-of-type(2n) {
  background-color: #F7F7EE;
}

.facility-table02 th:first-child {
  width: 25rem;
}

.facility-table02 td {
  text-align: left;
  padding: 1rem;
}

.facility-table02 td:last-child {
  text-align: center;
}

.facility-table02 td a {
  display: none;
}


/* =======================================
    ごみ分別のルール　.rule
======================================= */

.rule {
  font-size: 1.6rem;
}

.rule table {
  width: 100%;
}

.tule table {
  margin-bottom: 2rem;
}

.rule table tr:nth-of-type(2n) {
  background-color: #F7F7EE;
}

.rule th {
  border-right: solid 5px #fff;
}

.rule th:last-child {
  border-right: none;
}

.rule table thead th {
  height: 5rem;
  font-weight: normal;
  background-color: #E7F2F6;
  border-bottom: solid 5px #fff;
}

.rule table thead th:last-child {
  background-color: #E9F0F3;
}

.rule tbody th {
  font-weight: normal;
  text-align: left;
}

.rule tbody th, .rule td {
  padding: 1.5rem;
}

.rule dd {
  margin-bottom: 1rem;
}


/* =======================================
    お問合せ　.contact
======================================= */

.contact {
  font-size: 1.6rem;
}
.contact-link{
	margin-bottom: 2rem;
}
.contact h2 {
  margin-bottom: 2rem;
}

.contact-number {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 4rem;
  padding-left: 2rem;
}

.contact-number .sp {
  display: none;
}

.contact-number dl {
  width: 50%;
  font-size: 1.8rem;
}

.contact-number dt, .contact-number dd, .contact-number dt img, .contact-number dt span {
  display: inline-block;
  vertical-align: middle;
}

.contact-number img {
  margin-right: 1rem;
}
.betu-form{
	font-size: 2rem;
	border: solid 1px #ccc;
	padding: 2rem;
	margin-bottom: 2rem;
}
.betu-form a{
	text-decoration: underline;
}
.contact form {
  margin-bottom: 4rem;
}

.con-wrap-input {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.con-wrap-input:nth-of-type(1) {
  border-top: solid 1px #ededed;
}

.con-wrap-input:nth-of-type(2n) {
  background-color: #F7F7EE;
}

.con-wrap-input:nth-of-type(4),
.app-form .con-wrap-input:nth-of-type(6){
  margin-bottom: 2rem;
}
.app-form .con-wrap-input:nth-of-type(4) {
  margin-bottom: 0;
}

.con-wrap-input .red {
  font-size: 1.2rem;
}

.con-label {
  width: 200px;
  min-width: 200px;
  line-height: 1;
  padding: 1rem 0 1rem 2rem;
}
.app-form .con-label{
	width: 300px;
}
.con-input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 2rem 1.5rem;
}
.con-input pre{
  font-family: inherit;
}

.con-input input, .con-input textarea {
  width: 100%;
  max-width: 827px;
  border: solid 1px #ccc;
  background-color: #fff;
  border-radius: 2px;
}

.con-input input {
  height: 4rem;
}

.con-input input[type="radio"] {
  width: auto;
  height: auto;
  margin-right: 1rem;
}

.wrap-radio {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2rem;
}

.wrap-radio:last-child+label {
  margin-right: 0;
}

.con-input textarea {
  height: 10rem;
}

.con-wrap-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.con-wrap-btn input {
  width: 280px;
  padding: 1rem;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 2px;
}

.con-wrap-btn input:first-child {
  background-color: #ededed;
  margin-right: 2rem;
}

.con-wrap-btn input:last-child {
  background-color: #096bb7;
  color: #fff;
}

.contact h3 {
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 1rem;
}

.thanks-page h2.bg-stripe-blue {
  margin-bottom: 3rem;
}

.thanks-page p {
  text-align: center;
}

.btn-back-to-top a {
  display: block;
  width: 90%;
  max-width: 280px;
  text-align: center;
  color: #fff;
  border: solid 1px #ccc;
  border-radius: 2px;
  background-color: #096bb7;
  margin: 0 auto;
  padding: 1rem;
}

.contactError.summary{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.contactError p{
  margin-bottom: 0.5rem;
}
.contactError ul{
  list-style: disc;
  list-style-position: inside;
}
.contactError ul li{
  text-indent: 1rem;
}
.contactform .contactError input[type=text],
.contactform .contactError input[type=email],
.contactform .contactError input[type=radio],
.contactform .contactError textarea{
  border-color: #ff6666;
  background-color: #ffdddd;
}
.contactform .contactError input[type=radio] + label{
  color: #ff0000;
}

/* =======================================
    info　インフォメーション
======================================= */

.tab {
  list-style-type: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.tab li {
  width: 32%;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 1rem 0;
}

.tab li:first-child {
  position: relative;
  background-color: #390;
}

.tab li a {
  color: #ffffff;
}

.tab li:first-child span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -0.6rem;
}

.tab li:nth-of-type(2) {
  background-color: #0F4693;
}

.tab li:last-child {
  background-color: #f66;
}

.tab li:hover {
  cursor: pointer;
}

.tab-contents {
  display: none;
}

.tab-contents:first-child {
  display: block;
}

.dokosute-lst {
  list-style-type: none;
  background-color: #fff;
  margin-bottom: 2rem;
}

.dokosute-lst li {
  font-size: 1.6rem;
  border-bottom: solid 1px #ededed;
}

.dokosute-lst li a {
  display: block;
  color: #000;
  background-image: url(../img/arrow.png);
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1rem;
  padding: 1.5rem 3rem 1.5rem 2rem;
  word-break: break-all;
}


/*日付とタグ付き*/

.dokosute-lst li a.meta {
  background-image: none;
  padding: 1rem 0 0 2rem;
}

a.meta {
  padding-bottom: 0.5rem;
}

a.meta span {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
}

a.meta span.tag {
  line-height: 1;
  color: #fff;
  border-radius: 2px;
  padding: 0.7rem 0.7rem 0.5rem 0.7rem;
}

a.meta span {
  margin-right: 1rem;
}

a.meta span:last-child {
  margin-right: none;
}

a.meta span.tag.cat-hama {
  background-color: #f66;
  font-size: 1rem;
}

a.meta span.tag.cat-info {
  background-color: #0F4693;
  font-size: 1rem;
}

a.meta span.tag.new {
  background-color: #c00;
}


/* =======================================
    info-detail　インフォメーション詳細
======================================= */

.info-detail h2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2rem;
  border-bottom: solid 1px #ededed;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}

.info-detail h2 span:last-child {
  font-size: 1.4rem;
  color: #666;
  margin-left: auto;
}


/* =======================================
    カレンダー
======================================= */

.calendarNav {
  letter-spacing: 0;
  word-spacing: 0;
}

.calendarNav div {
  display: inline-block;
  width: 32.9%;
}

.calendarNav div.curr {
  text-align: center;
}

.calendarNav div.next {
  text-align: right;
}

.calendarNav div a {
  cursor: pointer;
}

.calendar {
  border-right: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.calendar .day {
  width: 14.2857%;
  height: 11rem !important;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

.calendar .day h3 {
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: normal;
  color: #3e3e3e;
  margin-bottom: 0.5rem;
  background-color: #f0f6ff;
  text-align: center;
}

.calendar .day h3 .weekday::before {
  content: "（";
}

.calendar .day h3 .weekday::after {
  content: "）";
}

.calendar .day p {
  font-size: 1.5rem;
  padding: 0 1rem 1rem 1rem;
  text-align: center;
}

.calendar .day p .iconWrap {
  display: inline-block;
  width: 70%;
  width: 45%;
  text-align: center;
  margin: 0 2%;
}

.calendar .day p img {
  width: 100%;
  max-width: 4em;
  display: inline-block;
}

.calendar .day.past h3, .calendar .day.past p, .calendar .day.next h3, .calendar .day.next p {
  color: #b1b1b1;
}

.calendarCaption p {
  margin-top: 1em;
}

.calendarCaption p span {
  display: inline-block;
  margin-top: 1em;
  margin-right: 1em;
}

.calendarCaption p img {
  height: 1.5em;
  margin-right: 0.5em;
  vertical-align: middle;
}


/* =======================================
    404 NOT FOND　404エラー
======================================= */

.btn-sitemap {
  display: none;
}

.error {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.hamakurikun {
  width: 51%;
  display: block;
  position: relative;
}

.hamakurikun img {
  display: block;
  width: 100%;
}

.gomenne {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.hamakurikun:hover .gomenne {
  opacity: 1;
}

.error-text {
  width: 48%;
  padding-left: 2rem;
}

.error h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.error p {
  margin-bottom: 1.5rem;
}

.error p.fs20 {
  font-weight: 600;
}

.error ul {
  list-style-type: none;
  margin-bottom: 2rem;
}

.error li::before {
  content: "・";
}

.error-text a {
  text-decoration: underline;
}


/* =======================================
    sitemap　サイトマップ
======================================= */

.sitemap {
  display: -webkit-flex;
  display: flex;
}

.sitemap ul {
  width: 50%;
  list-style-type: none;
}

.sitemap li {
  margin-bottom: 1rem;
}

.sitemap li a {
  display: block;
  font-size: 1.6rem;
  color: #000;
  background-image: url(../img/icon-arrow.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 2rem;
}

/* =======================================
    app　どこすてナビアプリ
======================================= */
.app-intro-title{
	overflow: hidden;
	}
.app-intro-title img{
	display: block;
	float: left;
	margin-right: 2rem;
	}
.app-intro-title h2{
	font-size: 3.5rem;
	color: #b20000;
	padding: 1rem 0 .5rem;
	}
.app-intro-title p{
	font-size: 2.2rem;
	font-weight: 700;
	}
.wrap-app-intro{
	font-size: 0;
	margin-bottom: 2rem;
	}
.wrap-app-intro > img,
.app-intro-text{
	display: inline-block;
	vertical-align: middle;
	}
.wrap-app-intro > img{
	width: 64%;
	padding-right: 2rem;
	}
.app-intro-text{
	width: 36%;
	min-height: 320px;
	text-align: center;
	background-image: url(../img/bg-app-intro.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 320px;
	padding-top: 3.5rem;
	}
.wrap-btn-app{
	font-size: 0;
	padding-top: 2rem;
	}
.app-intro-btn{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	}
.app-intro-btn img{
	width: 100%;
	}
.app-intro-btn:first-child{
	padding-right: 20px;
	}
.app-intro-btn a span{
	display: block;
	font-size: 1.2rem;
	padding-top: .5rem;
	}
.app a{
	text-decoration: underline;
	}
.sub-menu{
	margin-bottom: 2rem;
	}
.sub-menu,
.sub-menu ol{
	list-style-type: none;
	}
.sub-menu a{
	color: #000;
	}
.sub-menu li{
	margin-top: 5px;
	}
.sub-menu li{
	background-image: url(../img/arrow-double.png);
	background-position: left top 4px;
	background-repeat: no-repeat;
	background-size: 13px;
	padding-left: 18px;
	}
.sub-menu li li{
	background-size: 10px;
	}
	
/*	app-config どこすてナビアプリ設定手順	*/
.app-config{
	margin-bottom: 10rem;
	}
	
.app h2.bg-stripe-blue{
	margin-bottom: 1.5rem;
	}
.app h3{
	font-size: 1.8rem;
	border-bottom: double 3px #194D97;
    padding-bottom: .5rem;
    margin-bottom: 2rem;
	}
.app h4{
	font-size: 1.6rem;
	background-color: #eee;
    padding: 1rem;
	margin-bottom: 1.5rem;
	}
.app h3 + p{
	margin-bottom: 1.5rem;
	}
.app-box{
	font-size: 0;
	margin-bottom: 6rem;
	}
.app-img,
.app-text{
	display: inline-block;
	vertical-align: top;
	}
.app-img img{
	max-width: 100%;
	}
.app-text{
	padding-left: 4rem;
	}
.app-text p{
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	}
.app-text p:last-child{
	margin-bottom: 0;
	}
/*	app01-1   1-1. インストール後、初めての方	*/
.app01-1 .app-img{
	width: 33%;
	}
.app01-1 .app-text{
	width: 67%;
	}
.app01-1 .red{
	font-weight: 700;
}
.app01-1 .app-text img{
	width: 160px;
	margin-bottom: 1.5rem;
	}
/*	app01-2   1-2. インストール後、初めての方	*/
.app01-2 .app-img{
	width: 60%;
	}
.app01-2 .app-text{
	width: 40%;
	}
/*	app02   2. 地域設定	*/
.app02 .app-img{
	font-size: 0;
	}
.app02 .app-img img{
	display: inline-block;
	vertical-align: top;
	}
.app02 .app-img img:first-child{
	width: 36%;
	max-width: 361px;
	}
.app02 .app-img img:last-child{
	width: 64%;
	max-width: 659px;
	}
/*	app03   3. ごみ出し日通知設定	*/
.app03 > p{
	margin-bottom: 1.5rem;
	}
.app03 .app-img{
	width: 100%;
	text-align: center;
	}
/*	app03-2   3-2. アラームで通知してほしい対象のごみを選択してください	*/
.app03-2 img{
	max-width: 310px;
	} 
