@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 900px) {
	}
a,
div {
	box-sizing: border-box;
}

p {
	font-size: 1em;
}

@media screen and (min-width: 900px) {
	p {
		font-size: 16px;
	}
}

@media screen and (min-width: 900px) {
	.page { /* boxGuidebookContact スクロールバー表示対応 */
		overflow-x: hidden;
	}
}

#primary {
	padding-bottom: 0;
}

a:hover {
	opacity: .7;
}

img {
	display: inline;
	max-width: 100%;
}

body {
	word-break: break-all;
}

#primary h1.entry-title {
	padding-top: 25px;
	padding-bottom: 25px;
}

@media screen and (min-width: 900px) {
	#primary h1.entry-title {
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 26px;
	}
}

@media screen and (min-width: 900px) {
	header h1 img {
		max-width: initial;
	}
}

.bold {
	font-weight: bold;
}
.boxGuidebook_mainvisual--sp {
	/*margin-top: -40px;
	margin-bottom: 30px;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	width: 100vw;*/
 margin-bottom: 40px;
	}
.boxGuidebook_mainvisual--sp img {
	width: 100%;
}

.boxGuidebook_mainvisual {
	display: none;
}

@media screen and (min-width: 900px) {
	.boxGuidebook_mainvisual--sp {
		display: none;
	}
	.boxGuidebook_mainvisual {
		display: block;
		margin-bottom: 80px;
  text-align: center;
	}
}

.boxGuidebookLead {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media screen and (min-width: 900px) {
	.boxGuidebookLead {
		margin-bottom: 60px;
	}
}

.boxGuidebookLead__item:nth-of-type(1) {
	text-align: center;
	order: 2;
	margin-top: 20px;
	margin-bottom: 20px;
}

.boxGuidebookLead__item:nth-of-type(1) img {
	display: inline-block;
	width: 60px;
}

.boxGuidebookLead__item:nth-of-type(2) {
	order: 1;
}

@media screen and (min-width: 900px) {
	.boxGuidebookLead__item:nth-of-type(1) {
		order: 1;
		margin-right: 30px;
	}
	.boxGuidebookLead__item:nth-of-type(1) img {
		width: 100px;
	}

	.boxGuidebookLead__item:nth-of-type(2) {
		order: 2;
	}
}

#primary h2.titleGuidebook001 {
	text-align: center;
 font-size: 1em;
 margin: 0;
}

@media screen and (min-width: 900px) {
	#primary h2.titleGuidebook001 {
		text-align: left;
	}
}

#primary h2.titleGuidebook001 span {
	display: inline-block;
	font-weight: bold;
	font-size: 1.4em;
	background: linear-gradient(transparent 50%, #F8EAE9 50%);
    padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
 #primary h2.titleGuidebook001 span {
 font-size: .8em;
 }
}
@media screen and (min-width: 900px) {
	#primary h2.titleGuidebook001 span {
		background: linear-gradient(transparent 70%, #F8EAE9 30%);
	}
}

.titleGuidebook002 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #E76F4E;
	margin-bottom: 20px;
}

@media screen and (min-width: 900px) {
	.titleGuidebook002 {
		font-size: 30px;
		text-align: left;
	}
}

main#primary h3.titleGuidebook003 {
	background: #33b0e5;
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	margin-top: -10px;
	margin-left: -10px;
	margin-right: -10px;
	padding-top: 7px;
	padding-bottom: 7px;
 margin-bottom: 10px;
}

@media screen and (min-width: 900px) {
	main#primary h3.titleGuidebook003 {
		padding-left: 0;
		margin-left: -22px;
		margin-right: -22px;
		margin-top: -22px;
		margin-bottom: 30px;
		width: 110%;
		font-size: 20px;
	}
}

.titleGuidebook004 {
	background: #E76F4E;
	color: #fff;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	padding: 8px;
	position: relative;
	margin-bottom: 30px;
}

@media screen and (min-width: 900px) {
	.titleGuidebook004 {
		font-size: 20px;
	}
}

.titleGuidebook004::after {
	content: "";
    width: 0px;
    height: 0px;
    border: solid 8px black;
    border-color: #E76F4E transparent transparent transparent;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
	margin: auto;
	transform: scale(1, 1.8);
}

main#primary h4.titleGuidebook005 {
	color: #EA6D47;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media screen and (min-width: 900px) {
main#primary h4.titleGuidebook005 {
		margin-bottom: 5px;
	}
}

.titleGuidebook006 {
	background: #1A9D60;
	color: #fff;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	padding: 8px;
	position: relative;
	margin-bottom: 30px;
}

@media screen and (min-width: 900px) {
	.titleGuidebook006 {
		font-size: 20px;
	}
}

.titleGuidebook006::after {
	content: "";
    width: 0px;
    height: 0px;
    border: solid 8px black;
    border-color: #1A9D60 transparent transparent transparent;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
	margin: auto;
	transform: scale(1, 1.8);
}
main#primary h4.titleGuidebook007,
.titleGuidebook007{
	font-weight: bold;
	font-size: 1em;
	color: #1A9D60;
	text-align: center;
	margin-bottom: 0;
}

@media screen and (min-width: 900px) {
	main#primary h4.titleGuidebook007,
	.titleGuidebook007{
		font-size: 16px;
	}
}

main#primary  h2.titleGuidebook008 {
	background: #FFED50;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
	margin-bottom: 40px;
}

@media screen and (min-width: 900px) {
	main#primary  h2.titleGuidebook008 {
		margin-left: 0;
		margin-right: 0;
		margin-top: 60px;
		margin-bottom: 60px;
		padding-top: 10px;
		padding-bottom: 5px;
	}
}

.titleGuidebook008::after {
	content: "";
    width: 0px;
    height: 0px;
    border: solid 8px black;
    border-color: #34A9DF transparent transparent transparent;
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
	margin: auto;
	transform: scale(1, 1.8);
}

.titleGuidebook008 img {
	display: inline;
}

#primary h3.titleGuidebook009 {
 margin-top: 0;
 margin-bottom: .10rem;
}
h3.titleGuidebook009 {
	border: none;
	font-size: 1em;
	font-weight: bold;
	color: #E76F4E;
	padding: 0;
	margin-bottom: 0;
}

@media screen and (min-width: 900px) {
	h3.titleGuidebook009 {
		font-size: 16px;
	}
}

.titleGuidebook010 {
	background: #ccc;
	color: #fff;
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}

.faq2 .titleGuidebook010 {
	background: #1A9D60;
	font-weight: bold;
	margin-bottom: 5px;
}

.textGuidebook001 {
	background: #1A9D60;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
}

@media screen and (min-width: 900px) {
	.textGuidebook001 {
		margin-bottom: 32px;
	}
}

.textStrong001 {
	color: #FF0000;
	display: inline;
}

.boxNotes001 {
	background: #f6d5cd;
	border-radius: 4px;
	padding: 1em;
}
.boxNotes002 { /** 2024/10改訂 **/
	background: #FFF;
	border-radius: 4px;
	padding: 1em;
 margin-bottom: 1em;
}
.boxNotes002 ul{ /** 2024/10改訂 **/
 list-style: disc;
 padding-left: 2.5em;
}
.boxNotes002 ul li{ /** 2024/10改訂 **/

}
.boxNotes002 ul li span{ /** 2024/10改訂 **/
 color: #1A9D60;
}
.boxNotes003 p{ /** 2024/10改訂 **/
 font-size: 13px;
}
.faqItemA p {
	margin-bottom: 1em;
	line-height: 140%;
}

.faqItemA a {
	text-decoration: underline;
}

.faqItemA__list001 ul {
	
}

.faqItemA__list001 li {
	position: relative;
	padding-left: 1.3em;
}

.faqItemA__list001 li p {
	text-indent: 0;
}

.faqItemA__list001 li::before {
	display: inline-block;
	content: "・";
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;

}

.faq1 .faqItemA__list001 li::before {
	color: #E76F4E;
}

.faq2 .faqItemA__list001 li::before {
	color: #1A9D60;
}

.faqItemA__list001 li + li {
	margin-top: 10px;
}
.faqItemA__olist001 ol {
	list-style-type: decimal;
}

.faqItemA__olist001 li {
	margin-left: 25px;
}

.faqItemA__toggleButton {
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	border-radius: 8px;
}

.faqItemA__toggleButton:active {
		background: #E8F3FA;
	}

@media screen and (min-width: 900px) {
	.faqItemA__toggleButton {
		background: #fff;
		margin-bottom: 10px;
	}
}

.faqItemA__toggleButton::after {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	font-weight: 900;
	display: inline-block;
	font-size: 20px;
	color: #34A9DF;
}

.faqItemA__toggleButton.isOpen::after {
	content: "\f077";
}

a.buttonGuidebook001 {
	background: #fff067;
	text-align: center;
	font-weight: bold;
	font-size: 1em;
	border-radius: 10px;
	padding: 10px 10px;
	box-shadow: 0 4px 0px 0 #EAD25F;
	display: block;
}

@media screen and (min-width: 900px) {
	a.buttonGuidebook001 {
		font-size: 18px;
		display: inline-block;
		width: auto;
		padding: 10px 30px;
	}
}

a.buttonGuidebook002 {
	background: #E76F4E;
	color: #fff;
	text-align: center;
	box-shadow: 0 4px 0px 0 #333333;
	border-radius: 8px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	line-height: 140%;
	font-size: 1.4em;
	min-height: 120px;
}

@media screen and (min-width: 900px) {
	a.buttonGuidebook002 {
		font-size: 24px;
		min-height: initial;
		padding-top: 30px;
		padding-bottom: 30px;
		line-height: 150%;
	}
}

a.buttonGuidebook003 {
	background: #1A9D60;
	color: #fff;
	text-align: center;
	box-shadow: 0 4px 0px 0 #333333;
	border-radius: 8px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	line-height: 140%;
	font-size: 1.4em;
	min-height: 120px;
}

@media screen and (min-width: 900px) {
	a.buttonGuidebook003 {
		font-size: 24px;
		min-height: initial;
		padding-top: 30px;
		padding-bottom: 30px;
		line-height: 150%;
	}
}

a.linkGuidebookBlank {
	color: #34A9DF;
	font-weight: bold;
	font-size: 1em;
	text-decoration: underline;
}

@media screen and (min-width: 900px) {
	a.linkGuidebookBlank {
		font-size: 16px;
	}
}

.linkGuidebookBlank::after {
	font-family: "Font Awesome 5 Free";
	content: "\f35d";
	display: inline-block;
	font-weight: 900;
	margin-left: 5px;
}

.boxGuidebookFull001 {
	background: #E8F3FA;
	padding: 1em;
	/*margin-left: calc(50% - 50vw);
 margin-right: calc(50% - 50vw);*/
}

.boxGuidebookLinkButton {
	text-align: center;
	margin-bottom: 20px;
}

.boxGuidebook001 {
	border: 8px solid #34ACE2;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 10px;
	background: #fff;
}

@media screen and (min-width: 900px) {
	.boxGuidebook001 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 820px;
		padding: 20px;
		margin-left: auto;
		margin-right: auto;
	}
}

.boxGuidebook001__inner001 {
	border-bottom: 3px dotted #34A9DF;
	padding-bottom: 20px;
	line-height: 150%;
}

@media screen and (min-width: 900px) {
	.boxGuidebook001__inner001 {
		width: 49%;
		border-bottom: none;
		border-right: 3px dotted #34A9DF;
		padding-right: 20px;
		
	}
}

.boxGuidebook001__inner001Notes {
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (min-width: 900px) {
	.boxGuidebook001__inner001Notes {
		font-size: 14px;
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
}

.boxGuidebook001__inner002 {
	padding-top: 20px;
}

@media screen and (min-width: 900px) {
	.boxGuidebook001__inner002 {
		width: 49%;
		padding-top: 0;
		padding-left: 5px;
	}
	.boxGuidebook001__inner002 .boxGuidebookTel001 {
		/*margin-top: -15px;*/
	}
}

.boxGuidebook001__inner002Sodan {
	text-align: center;
	margin-top: 10px;
}

@media screen and (min-width: 900px) {
	.boxGuidebook001__inner002Sodan {
		margin-top: 5px;
	}
}

.boxGuidebook002 {
	border: 4px solid #E8F3FA;
	padding: 1em;
}
.boxGuidebook002 li{
	margin-bottom: 0;
	list-style: disc;
	margin-left: 1.5em;
}
.boxGuidebookTel001 {
	font-weight: bold;
	text-align: center;
	font-size: 2.2em;
	line-height: 100%;
	
}



@media screen and (min-width: 900px) {
	.boxGuidebookTel001 {
		padding-top: 0;
		/*margin-top: -5px;*/
	}
}

.boxGuidebookTel001 a {
	font-weight: bold;
	line-height: 100%;
}

@media screen and (min-width: 900px) {
	.linkGuidebookTel001 {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		font-size: 40px;
	}
}

.boxGuidebookQA001__pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}

.boxGuidebookQA001__pagesItem {
	width: calc(50% - 1em);
	text-align: center;
}

.boxGuidebookQA001__pagesItem.item1col {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.boxGuidebookQA001__pagesItem.item1col a.buttonGuidebook001 {
	width: 100%;
	display: inline-block;
}

@media screen and (min-width: 900px) {
	.boxGuidebookQA001__pagesItem.item1col a.buttonGuidebook001 {
		width: auto;
		padding-left: 50px;
		padding-right: 50px;
		margin-top: 40px;
	}
}

.boxGuidebookSupervision {
	margin-top: 40px;
	/*margin-left: -20px;*/
	/*margin-right: -20px;*/
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: #E8F3FA;
	/*margin-bottom: -60px;*/
}

@media screen and (min-width: 900px) {
	.boxGuidebookSupervision {
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 40px;
	}
}

.boxGuidebookSupervisionHead {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.boxGuidebookSupervisionHead__image {
	width: 90px;
}

@media screen and (min-width: 900px) {
	.boxGuidebookSupervisionHead__image {
		width: 100px;
	}
}

.boxGuidebookSupervisionHead__name {
	width: calc(100% - 90px);
}

#primary h2.titleGuidebookSupervision {
	text-align: left;
	margin-left: 10px;
 margin-top: 0;
 margin-bottom: 0;
	padding-top: 1em;
 
}

@media screen and (min-width: 900px) {
	#primary h2.titleGuidebookSupervision {
		padding-top: 25px;
		font-size: 18px;
	}
}

.titleGuidebookSupervision__caption {
	display: block;
	font-size: 0.8em;
}

@media screen and (min-width: 900px) {
	.titleGuidebookSupervision__caption {
		font-size: 14px;
	}
}

/* FAQページ
------------------------------------------------------ */
.boxGuidebookContact {
	background: #E8F3FA;
	padding: 20px 20px 1px 20px;
	/*margin-left: calc(50% - 50vw);
  	margin-right: calc(50% - 50vw);
	width: 100vw;
	margin-top: -40px;*/
}

@media screen and (min-width: 900px) {
	.boxGuidebookContact {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		gap: 40px;
		margin-top: -30px;
	}
}

.boxGuidebookContact__item {
	background: #fff;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.boxGuidebookContact__item.item2 {
	padding-bottom: 10px;
}

@media screen and (min-width: 900px) {
	.boxGuidebookContact__item {
		width: 390px;
		padding-bottom: 10px;
	}
}

.boxGuidebookContact__item.item1 p {
	font-weight: bold;
	color: #E76F4E;
	font-size: 0.9em;
}

@media screen and (min-width: 900px) {
	.boxGuidebookContact__item.item1 p {
		font-size: 14px;
		position: relative;
		top: 5px;
	}
}

.boxGuidebookContact__item.item2 p {
	font-weight: bold;
	color: #1A9D60;
	font-size: 0.9em;
}

@media screen and (min-width: 900px) {
	.boxGuidebookContact__item.item2 p {
		font-size: 14px;
		position: relative;
		top: 5px;
	}
}

#primary h2.boxGuidebookContact__itemTitle {
	background: #ccc;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding: 4px;
	margin-bottom: 5px;
}

@media screen and (min-width: 900px) {
	#primary h2.boxGuidebookContact__itemTitle {
		font-size: 18px;
	}
}

#primary .item1 h2.boxGuidebookContact__itemTitle {
	background: #E76F4E;
}

#primary .item2 h2.boxGuidebookContact__itemTitle {
	background: #1A9D60;
}

.boxGuidebookContactLinkButton {
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

@media screen and (min-width: 900px) {
	.boxGuidebookContactLinkButton {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.boxGuidebookFaqBodyTitle {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

@media screen and (min-width: 900px) {
	.boxGuidebookFaqBodyTitle {
		margin-top: 60px;
		margin-bottom: 30px;
	}
}

#primary h2.titleFaqPage {
	display: inline-block;
	font-size: 1.4em;
	font-weight: bold;
}

@media screen and (min-width: 900px) {
	#primary h2.titleFaqPage {
		font-size: 24px;
	}
}

.faq1 .titleFaqPage {
	border-bottom: 8px solid #E76F4E;
}

.faq2 .titleFaqPage {
	border-bottom: 8px solid #1A9D60;
}

.boxGuidebookFaqContentItem {
	border-top: 2px solid #222222;
}

.labelFaqItem {
	margin-top: -2px;
	text-align: right;
}

.labelFaqItem span {
	font-size: .9em;
	color: #fff;
	background: #222222;
	padding-left: 3px;
	padding-right: 3px;
	display: inline-block;
	min-width: 110px;
	text-align: center;
	font-weight: bold;
}

@media screen and (min-width: 900px) {
	.labelFaqItem span {
		font-size: 14px;
		padding-left: 5px;
		padding-right: 5px;
		font-weight: normal;
	}
}

.faqItem dt {
	cursor: pointer;
	display: block;
}

.faqItemQ {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-weight: bold;
	margin-top: 5px;
}

.faqItemQ__number {
	font-size: 1.4em;
	background: url("../../../../../images/guidebook_faq/icon-q.png") no-repeat left 7px;
	background-size: 46px auto;
	padding-left: 50px;
	padding-top: 6px;
	width: 80px;
	font-weight: bold;
 margin-right: 10px;
 padding: 10px 0 10px 50px;
}

@media screen and (min-width: 900px) {
	.faqItemQ__number {
		font-size: 26px;
		background-position:  left 0;
		min-height: 40px;
		font-weight: bold;
  width: 90px;
  padding: 5px 0 5px 50px;
	}
}

.faqItemQ__text {
	width: calc(100% - 80px);
	font-weight: bold;
	display: flex;
	align-items: center;
	padding-top: 5px;
	font-size: 1em;
	line-height: 170%;
}

@media screen and (min-width: 900px) {
	.faqItemQ__text {
		font-size: 17px;
		margin-top: -6px;
	}
}

.faqItemA {
	border: 3px solid #333333;
	border-radius: 8px;
	padding: 1em;
	position: relative;
	padding-top: 30px;
	margin-bottom: 10px;
	margin-top: 30px;
}

.faq1 .faqItemA {
	background: #FBEED9 no-repeat left top -60px;
}

.faq2 .faqItemA {
	background: #E6F6E2 no-repeat left top -60px;
}

@media screen and (min-width: 900px) {
	.faqItemA {
		padding: 30px;
	}
}

.faqItemA::before {
	content: url("../../../../../images/guidebook_faq/icon-a.png");
	position: absolute;
	left: 8px;
	top: -20px;
}

@media screen and (min-width: 900px) {
	.faqItemA::before {
		left: 30px;
		top: 22px;
	}
}

.faqItemA__head {
	font-weight: bold;
	background: url("../../../../../images/guidebook_faq/character-001.png") no-repeat right center;
	background-size: 60px auto;
	padding-right: 90px;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 3px dotted #222;
	margin-bottom: 10px;
	font-size: 1em;
	min-height: 50px;
	display: flex;
	align-items: center;
	position: relative;
	top: -15px;
}

@media screen and (min-width: 900px) {
	.faqItemA__head {
		padding-left: 60px;
		padding-bottom: 20px;
		padding-top: 20px;
		font-size: 17px;
		display: flex;
		align-items: center;
		position: relative;
		top: -27px;
	}
}

.faqItemA__detail:before {
	content: url("../../../../../images/guidebook_faq/lawyer-iwashige-002.png");
	display: block;
	float: left;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: -10px;
}

@media screen and (min-width: 900px) {
	.faqItemA__detail:before {
		margin-right: 15px;
	}
}

.faqItemA__detailImage {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}

@media screen and (min-width: 900px) {
	.faqItemA__detailImage {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

.detailExample {
	margin-top: 20px;
}

@media screen and (min-width: 900px) {
	.detailExample {
		width: 600px;
		margin-left: auto;
		margin-right: auto;
	}
}

.faqItemA__list001 li .detailExample p {
	font-size: .9em;
	margin-bottom: 20px;
}

@media screen and (min-width: 900px) {
	.faqItemA__list001 li .detailExample p {
		font-size: 14px;
	}
}

.detailExample p {
	font-weight: bold;
	float: left;
	width: calc(100% - 60px);
}

@media screen and (min-width: 900px) {
	.detailExample p {
		width: calc(100% - 70px);
	}
}

.detailExample::before {
	content: "例";
	background: #C8C9CA;
	border-radius: 4px;
	padding: 5px 7px;
	font-size: 1.2em;
	float: left;
	margin-right: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
}

.boxGuidebookFaqContent__button {
	margin-bottom: 40px;
	border-top: 2px solid #222222;
	padding-top: 70px;
	text-align: center;
}

@media screen and (min-width: 900px) {
	.boxGuidebookFaqContent__button {
		margin-bottom: 60px;
	}
}

.boxGuidebookFaqContent__button a {
	width: 100%;
	display: inline-block;
}

@media screen and (min-width: 900px) {
	.boxGuidebookFaqContent__button a {
		width: auto;
	}
}

.boxGuidebookBackIndex {
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 1em;
	/*margin-bottom: -60px;*/
}

@media screen and (min-width: 900px) {
	.boxGuidebookBackIndex {
		font-size: 16px;
		margin-bottom: -60px;
	}
}

.boxGuidebookBackIndex a {
	font-weight: bold;
}

.boxGuidebookBackIndex a::before {
	font-family: "Font Awesome 5 Free";
	content: "\f060";
	font-weight: 900;
	color: #34A9DF;
	font-size: 18px;
	margin-right: 5px;
}

footer .copyright a {
	color: #333;
}



/* Helper
------------------------------------------------------ */
.floatClear {
	clear: both;
	display: block;
	height: 1px;
}
@media screen and (min-width: 900px) {
	.brSP {
		display: none;
	}
}

.showSp {
	display: block;
}

.showPc {
	display: none;
}

@media screen and (min-width: 900px) {
	.showSp {
		display: none;
	}

	.showPc {
		display: block;
	}
}

.adjust001 {
	margin-top: 20px;
}

@media screen and (min-width: 900px) {
	.adjust001 {
		margin-top: 30px;
	}
}

/* -------------------------------------------------------
 utilities
------------------------------------------------------- */
.u-mt0:not(:root) { margin-top: 0; }
.u-mt10:not(:root) { margin-top: 10px; }
.u-mt20:not(:root) { margin-top: 20px; }
.u-mt30:not(:root) { margin-top: 30px; }
.u-mt40:not(:root) { margin-top: 40px; }
.u-mt50:not(:root) { margin-top: 50px; }
.u-mt60:not(:root) { margin-top: 60px; }
.u-mt70:not(:root) { margin-top: 70px; }
.u-mt80:not(:root) { margin-top: 80px; }
.u-mt90:not(:root) { margin-top: 90px; }
.u-mt100:not(:root) { margin-top: 100px; }

.u-mtM10:not(:root) { margin-top: -10px; }
.u-mtM20:not(:root) { margin-top: -20px; }
.u-mtM30:not(:root) { margin-top: -30px; }
.u-mtM40:not(:root) { margin-top: -40px; }
.u-mtM50:not(:root) { margin-top: -50px; }
.u-mtM60:not(:root) { margin-top: -60px; }
.u-mtM70:not(:root) { margin-top: -70px; }
.u-mtM80:not(:root) { margin-top: -80px; }
.u-mtM90:not(:root) { margin-top: -90px; }
.u-mtM100:not(:root) { margin-top: -100px; }

.u-mb0:not(:root) { margin-bottom: 0; }
.u-mb10:not(:root) { margin-bottom: 10px; }
.u-mb20:not(:root) { margin-bottom: 20px; }
.u-mb30:not(:root) { margin-bottom: 30px; }
.u-mb40:not(:root) { margin-bottom: 40px; }
.u-mb50:not(:root) { margin-bottom: 50px; }
.u-mb60:not(:root) { margin-bottom: 60px; }
.u-mb70:not(:root) { margin-bottom: 70px; }
.u-mb80:not(:root) { margin-bottom: 80px; }
.u-mb90:not(:root) { margin-bottom: 90px; }
.u-mb100:not(:root) { margin-bottom: 100px; }

.u-mbM10:not(:root) { margin-bottom: -10px; }
.u-mbM20:not(:root) { margin-bottom: -20px; }
.u-mbM30:not(:root) { margin-bottom: -30px; }
.u-mbM40:not(:root) { margin-bottom: -40px; }
.u-mbM50:not(:root) { margin-bottom: -50px; }
.u-mbM60:not(:root) { margin-bottom: -60px; }
.u-mbM70:not(:root) { margin-bottom: -70px; }
.u-mbM80:not(:root) { margin-bottom: -80px; }
.u-mbM90:not(:root) { margin-bottom: -90px; }
.u-mbM100:not(:root) { margin-bottom: -100px; }

.u-ml0:not(:root) { margin-left: 0; }
.u-ml10:not(:root) { margin-left: 10px; }
.u-ml20:not(:root) { margin-left: 20px; }
.u-ml30:not(:root) { margin-left: 30px; }
.u-ml40:not(:root) { margin-left: 40px; }
.u-ml50:not(:root) { margin-left: 50px; }
.u-ml60:not(:root) { margin-left: 60px; }
.u-ml70:not(:root) { margin-left: 70px; }
.u-ml80:not(:root) { margin-left: 80px; }
.u-ml90:not(:root) { margin-left: 90px; }
.u-ml100:not(:root) { margin-left: 100px; }

.u-mr0:not(:root) { margin-right: 0; }
.u-mr10:not(:root) { margin-right: 10px; }
.u-mr20:not(:root) { margin-right: 20px; }
.u-mr30:not(:root) { margin-right: 30px; }
.u-mr40:not(:root) { margin-right: 40px; }
.u-mr50:not(:root) { margin-right: 50px; }
.u-mr60:not(:root) { margin-right: 60px; }
.u-mr70:not(:root) { margin-right: 70px; }
.u-mr80:not(:root) { margin-right: 80px; }
.u-mr90:not(:root) { margin-right: 90px; }
.u-mr100:not(:root) { margin-right: 100px; }

.u-alLeft:not(:root) { text-align: left; }
.u-alRight:not(:root) { text-align: right; }
.u-alCenter:not(:root) { text-align: center; }
