/*
Theme Name: furumado
*/

.img-border{
	border: solid 1px #dcdcdc;
}

.l-header_container {
    display: flex;
    justify-content: flex-end;
}

.l-header_logo a {
    width: 27rem;
}
@media only screen and (min-width: 1200px) {
    .l-header_logo a {
        width: 39.5rem;
    }
}

.l-header_logo a > p {
    font-size: 1.4rem;
    width: 25rem;
    padding: 0 1rem;
}
@media only screen and (min-width: 1200px) {
    .l-header_logo a > p {
        font-size: 1.8rem;
        width: 31rem;
    }
}

.l-header_logo img {
    width: 100%;
}
/* @media only screen and (min-width: 1200px) {
    .l-header_logo img {
        width: 100%;
    }
} */

.m-iconArrow01 {
    width: 100%;
}

.m-iconArrow01.is-bottom::after {
    transform: translateY(-50%) rotate(315deg) scale(1, -1);
}

.m-iconArrow01.is-bottom::before {
    transform: none;
}

.m-sec02 {
    margin-bottom: 3rem;
}
@media only screen and (min-width: 1200px) {
    .m-sec02 {
        margin-bottom: 5rem;
    }
}

.l-wrapper{
    display: flex;
    flex-direction: column;
    min-height: 97vh;
}

footer{
    margin-top: auto;
}

.get-category a,.question-deco a {
	width: 100%;
	display: block;
}

.get-category a {
	padding: 0 1rem;
}

.question-deco a {
	padding: 0 0 0 3.5rem;
}

.question-deco::before,.question-deco h2 {
	position: relative;
}

.question-deco li::before,.question-deco h2::before {
	display: flex;
	position: absolute;
    top: 42%;
    left: 1.3rem;
	border-radius: 100%;
	font-size: 2.5rem;
	font-weight: bold;
	color: #024EBE;
	text-align: center;
	align-items: center;
	justify-content: center;
	content: "Q.";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: background-color 0.3s, color 0.3s;
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-top: none;
    border-right: none;
}

.question-deco h2::before {
    left: 0.5rem;
}

.question-deco h2 a {
    display: block;
    width: 100%;
}

/* .l-header_logo {
    transform: translate(-50%, -50%);
	left: 50%;
} */

/* .m-iconArrow01 a {
    display: block;
} */

/* category.php */
.faq-category_box01 li {
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding: 2.4rem 0;
}

.donations-detail_form01 > li {
    padding: 1rem 1.1rem 1rem 0;
}


/* single.php */
.faq-post h2 {
	line-height: 1.8;
}

.faq-post h2 {
	margin-bottom: 1.5rem;
	font-size: 1.8rem;
	padding-bottom: 1rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 4rem;
}
@media only screen and (min-width: 1200px) {
.faq-post h2 {
	font-size: 2rem;
}
}

.faq-post h3 {
	padding: 0.15em 0.5em;
	background: transparent;
	border-left: solid 5px #024EBE;
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
    margin-top: 4rem;
}

.faq-post h4 {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
    margin-top: 4rem;
}

.faq-post li {
    margin-bottom: 1rem;
}

.faq-post .m-txt01 a {
    color: #024EBE;
    text-decoration: underline;
}

.faq-post p {
	margin-bottom: 1.5rem;
}
@media only screen and (min-width: 1200px) {
    .faq-post p {
        margin-bottom: 2.5rem;
        }
    }

.post-category {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 3rem;
}

.post-category p {
    padding: 0 1rem;
    margin-bottom: 0;
}

.post-category ul {
    overflow-x: scroll;
    white-space: nowrap;
    text-align: right;
    display: block;
    justify-content: flex-end;
    flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
    .post-category ul {
        overflow-x: auto;
        display: flex;
    }
}

.post-category ul li {
    display: inline-block;
    margin:.5rem .3rem;
}

.post-category ul li a {
    color: #024EBE;
}

/* alert */
.faq-post .m-listInfo01 .is-accent .m-listInfo01_inner p,
.faq-post .m-listInfo01 .is-caution .m-listInfo01_inner p,
.faq-post .m-listInfo01_inner p {
    margin-bottom: 0;
}

.post-content{}



/* ページネーション */
.pagination .nav-links {
	text-align: center;
	margin: 4rem 0;
}
.pagination .nav-links .current {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	margin: 0.4rem;
	border: 1px solid #024EBE;
	border-radius: 0.8rem;
	background: #024EBE;
	color: #fff;
	font-size: 1.4rem;
	line-height: 4rem;
}
.pagination .nav-links .dots {
	display: inline-block;
	margin: 0.4rem;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 4rem;
}
.pagination .nav-links a.page-numbers {
	display: inline-block;
	width: 4rem;
	height: 4rem;
	margin: 0.4rem;
	border-radius: 0.8rem;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 4rem;
}
.pagination .nav-links a.page-numbers:hover {
	background: #E8F1FF;
	/* transition: all .3s; */
}
.pagination .nav-links a.prev.page-numbers,
.pagination .nav-links a.next.page-numbers {
	width: auto;
	padding-right: 6px;
	padding-left: 6px;
	border: 0;
	background: transparent;
}
/* .pagination .nav-links a.prev.page-numbers:hover,
.pagination .nav-links a.next.page-numbers:hover {
	transition: all 2s;
} */

.search-breadcrumbs li:nth-child(2) {
    display: none;
}

/* ページ検索 */
.search-form {
    display: flex;
    align-items: center;
}

.search-field {
    padding: 1.2rem 1.6rem 1.2rem 5rem;
    border: 1px solid #ccc;
    border-radius: 3rem;
}

/* .search-submit {
    margin-left: 8px;
    padding: 8px 16px;
    background-color: #333;
    color: #fff;
    border: none;
} */

form,input {
    width: 100%;
}

label {
    margin: 0 auto;
    width: 100%;
}

.search-form.m-iconFonts.is-search::before {
    content: "\e8b6";
    font-size: 2.5rem;
    color: #707070;
}

.search-form.m-iconFonts {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
    .search-form.m-iconFonts {
        padding-right: 2rem;
        padding-left: 2rem;
        width: 70rem;
    }
}

.search-form.m-iconFonts::before {
    top:50%;
    left: 0.8em;
}
@media only screen and (min-width: 1200px) {
    .search-form.m-iconFonts::before {
        left: 1.5em;
    }
}

.blockquote-deco {
    background-color: #E8F1FF;
    padding: 3em 1.5em;
    position: relative;
    border-radius: 1rem;
    border: none;
    margin-bottom: 0;
}
.blockquote-deco::before {
    content: "“";
    font-size: 450%;
    line-height: 1em;
    color: rgb(255, 255, 255);
    position: absolute;
    left: 1rem;
    top: 0.5rem;
}
.blockquote-deco::after {
    content: "”";
    font-size: 450%;
    line-height: 0;
    color: rgb(255, 255, 255);
    position: absolute;
    right: 1rem;
    bottom: 0.5rem;
}
.blockquote-deco p {
    margin-bottom: 0;
}

/* 閉じるボタン */
.close-btn {
	display: block;
    position: relative;
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
    right: 0;
    top: 50%;
	padding: 2.5rem;
}

.close-btn::before, .close-btn::after { /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 2.5rem;
    background: #333;
}

.close-btn::before {
    transform: translate(-50%,-50%) rotate(45deg);
}

.close-btn::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.close-btn > input {
    width: 3rem;
    height: 3rem;
    transform: translateY(-50%);
    left: 25%;
    top: 50%;
    position: absolute;
    color: transparent;
}