@charset "utf-8";
/*-------------------------------------------
askedquestions.html
-------------------------------------------*/
.lowerpage {
    height: 140px;
    background-position: center;
	max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}
.header_h1 {
	position: absolute;
	top: 8px;
	left: 40px;
	font-size: 12px;
  }
.page-maintitle {
    font-size: 30px;
    text-align: left;
}

.page-subtitle {
    font-size: 14px;
}

.breadcrumbs-box {
    padding: 18px 0 0;
}


.breadcrumbs {
	font-size: 13px;
	line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;  
}

.breadcrumbs a:nth-of-type(1) {
    margin-right: 10px;
	padding-bottom: 5px;
	text-decoration: underline;
}

.breadcrumbs a:nth-of-type(2) {
    margin-left: 10px;
}

.allcontents-wrap {
	display: flex;
	justify-content: space-around;
	max-width: 1150px;
	margin: 0 auto;
	padding: 60px 0 85px;
}

.sidebar-wrap {
	width: 240px;
	display: inline-block;
}

.sidebar-wrap figure {
	width: 240px;
}

.sidebar-wrap a:nth-of-type(1) figure {
	margin: 0 auto 30px;
}

.homebtn {
	text-decoration: underline;
	text-decoration-color: #333;
	text-align: center;
}

main.aboutapplication {
	width: 880px;
	display: inline-block;
	margin-left: 60px;
}

main.aboutapplication p {
	line-height: 2.6;
}


.aboutapplication-h3 {
	padding-bottom: 0.45em;
	margin: -5px 0 12px;
    border-bottom: 1px solid #111;
    font-size: 20px;
    letter-spacing: .03em;
	text-align: left;
}

.block-faq__row {
    overflow: hidden;
}

.block-faq__row:nth-last-of-type(1) {
    margin-bottom: 0;
}

.block-faq__title {
    background: #0095F9;
    padding: 1.5rem 1rem;
    color: #fff;
    font-size: 20px;
}

.block-faq__title span {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -0.3rem;
	vertical-align: middle;
}

.block-faq__content {
    margin-left: 0;
    padding: 1.5rem 1rem 3.2rem;
    background-color: #fff;
    line-height: 2;
}

.aboutapplication-text {
	line-height: 2;
}

.block-faq__row:nth-of-type(1) {
	margin-top: 40px;
}

.block-faq__text {
	position: relative;
	padding-left: 25px;
}

.block-faq__text::before {
	content: "・";
    position: absolute;
    left: 0;
    top: 0;	
}
.last_a{
	padding-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .allcontents-wrap {
    flex-wrap: wrap-reverse;
    width: 100%;
  }
	
	main.aboutapplication {
		width: 100%;
		padding: 0 5% 10%;
		margin: 0;
	}
	
	.wrapper {
		width: 100%;
		padding: 0 5%;
	}
}

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

}

/* 簡易ページ */
.askedquestion h3{
	font-size: 25px;
}