h2,h3{margin:0;padding:0;}
h2,h3{font-size:100%;}

/*メニュー 開いているページの項目に色がつく*/
#mainnav .navi a{color: #c7ae86;}
#fm .navi a{color: #c7ae86;}

/* faq PROJECT
------------------------------------------------------------*/
#faq{
	margin: 0 auto;
/*	padding-bottom: 0 !important;*/
}



/* PC設定
------------------------------------------------------------*/
@media only screen and (min-width: 800px){
.category{
	margin: 0px auto;
	width: 1024px;
	padding-top: 40px;
/*    font: 14px 'ヒラギノ角ゴ ProN','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;*/
	font-weight: 900;
/*	background: #f5f5f5;*/
}
	
section{
	clear:both;
	padding-top: 30px;
}

section h2{
	font-family: 'はんなり明朝', 'MS Mincho', serif, cursive;
	width: 100%;
	margin: 0 auto 0;
	font-size: 40px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
		letter-spacing: 5px;
}

section h2 span {
/*	background: rgba(208, 202, 193,0.05);*/
	background: #ffffff;
	padding: 0 80px;
}

.top-moji {
/*	font: 14px/1.9 'ヒラギノ角ゴ ProN W6','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;*/
/*	padding-left: 10px;*/
	position: relative;
    margin: 30px auto 20px auto;
    padding: 10px 10px 0 5px;
    border: solid 1px #000;
	height: 230px;
	background: #fff;
	
}

.top-moji .top-moji-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 10px;
    line-height: 1;
/*    font-size: 19px;*/
    background: #FFF;
    color: #000;
	letter-spacing: 5px;
}

.top-moji p {
	margin: 0; 
    padding: 0;
}
	
.moji {margin-bottom: 15px;}
	
.line-left {
	float: left;
	width: 420px;
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: auto;
	letter-spacing: 3px;
}

.line-left a {
	text-decoration: none; 
	color: #696969;
	font: 14px 'ヒラギノ角ゴ ProN','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 900;
}	

.line-left a:hover {color: #c7ae86;}
	
.line-left p {
	font-size: 14px;
	display: inline;
	color: #000;
}
	
.line-right{
    float: left;
	width: 380px;
	margin-top: 30px;
	margin-left: 30px;
	margin-right: 50px;
	margin-bottom: auto;
	letter-spacing: 3px;
}
	
.line-right a {
	text-decoration: none; 
    color: #696969;
    font: 14px 'ヒラギノ角ゴ ProN','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
    font-weight: 900;
}

.line-right a:hover {color: #c7ae86;}
	
.line-right p {
	font-size: 14px;
	display: inline;
	color: #000;	
}

section h3{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 700;
	margin-left: 10px;
	font-size: 18px;
	letter-spacing: 5px;
}



/* 個別
------------------------------------------------------------*/

.faq-category-main{
	float: left;
	font-size: 14px;
	width: 1024px;
	margin: 5px 40px 30px 30px;
	display: inline;
	letter-spacing: 3px;
}

.faq-category-title{

}
	
	
.faq-category{
	display: grid;
	gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 30px;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;/*rem算出をしやすくするために*/
 
}
	
.btn,
a.btn,
button.btn {
	font:'ヒラギノ角ゴ ProN W6','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	line-height: 1.5;
	position: relative;
	display: inline-block;
/*  padding: 10px;*/
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	color: #696969;
	border-radius: 0.5rem;
}

a.btn-border {
	border: 0.1em solid #000;
	border-radius: 0;
	background: #fff;
	width: 340px;
	height: 90px;
	padding: 34px 0;
}

a.btn-border:hover {
	border: 0.1em solid #c7ae86;
	color: #fff;
	background: #c7ae86;
}
	
	
/*	2行用コード*/
a.btn-border2 {
	border: 0.1em solid #000;
	border-radius: 0;
	background: #fff;
	width: 340px;
	height: 90px;
	padding: 23px 0;
}

a.btn-border2:hover {
	border: 0.1em solid #c7ae86;
	color: #fff;
	background: #c7ae86;
}
	
	
	
	

.faq-last{
	float: left;
/*	font-size: 18px;*/
	width: 1024px;
	margin: 50px 0px 50px 0px;
    display: inline;
	background: #d0cac2;
	text-align: center;
	padding: 30px 0;
	letter-spacing: 5px;
	font: 16px 'ヒラギノ角ゴ ProN','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 900;
}	
}

/* 携帯設定
------------------------------------------------------------*/
@media only screen and (max-width: 800px){
.category{
	margin: 0 auto;
	width: 95%;
	padding-top: 50px;
	text-align: center;
	letter-spacing: 3px;
/*	background: #f5f5f5;*/
}

.category p {
	margin: 0 auto 30px 0;
	width: 95%;
}

section{
/*	padding-top: 130px;*/

/*	padding-right: 3%;*/
	}
section h2{
	font-family: 'はんなり明朝', 'MS Mincho', serif, cursive;
	margin: auto;
	font-size: 35px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}


section h2 span {
	background: #ffffff;
	padding: 0 40px;
}

.top-moji-main {
	width: 100%;
	position: relative;
	border: solid 1px #000;
	margin-bottom: 30px;
	margin-top: 50px;
	background: #fff;
}

.top-moji {
	display: grid;
	gap: 10px;
    grid-template-columns: 1fr;
	margin-top: 30px;
	margin-left: 12px;
	margin-right: -15px;
	margin-bottom: 30px;
}

.top-moji .top-moji-title {
    position: absolute;
    display: flex;
    top: -25px;
    left: 10px;
    font-size: 19px;
    background: #FFF;
    color: #000;
	letter-spacing: 5px;
}

.line-left a {
	color: #696969;
	font-size: 0.8rem;
	font: 12px 'ヒラギノ角ゴ ProN','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 900;
}

.line-left a:hover {
	text-decoration: none; 
	color: #c7ae86;
}
	
.top-moji p {
    margin: 0; 
    padding: 0;
}

.moji {margin-bottom: 15px;}

.line-left {
	float: left;
	width:95%;
	text-align: left; 
}

.line-left p {
	font-size: 12px;
	display: inline;
	text-align: left;
	color: #000;
}

.line-right{
    float: left;
	width:95%;
	text-align: left; 
}

.line-right a {
	color: #696969;
	font: 12px 'ヒラギノ角ゴ ProN','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 900;
}

.line-right a:hover {
	text-decoration: none; 
	color: #c7ae86;
}
	
.line-right p {
	font-size: 12px;
	display: inline;
	text-align: left;
	color: #000;	
}

section h3{
	font: 20px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 700;
	width: 100%;
	margin: 10px 10px 0 10px;
	font-size: 18px;
	text-align: left;
}



/* 個別
------------------------------------------------------------*/
.faq-category-main{
	width: 100%;
	text-align: center;
	margin-top: 50px;
	margin: 0 auto;
	padding: auto; 
}

.faq-category-tile{
	
}
	
.faq-category{
	display: grid;
	gap: 10px;
    grid-template-columns: 1fr 1fr;
	margin-bottom: 30px;
}

.btn,
a.btn,
button.btn {
	font:'ヒラギノ角ゴ ProN W6','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.5;
	position: relative;
	display: inline-block;
/*  padding: 5px 5px 5px 5px;*/
	color: #696969;
	border-radius: 0.5rem;
	vertical-align: middle;
	text-decoration: none;
}

a.btn-border {
	text-align: center;
	border: 0.1em solid #000;
	border-radius: 0;
	background: #fff;
	width: 100%;
	height: 40px;
	padding-top: 22px;
	padding-bottom: 1px;
}

a.btn-border:hover {
	border: 0.1em solid #c7ae86;
	color: #fff;
	background: #c7ae86;
	text-decoration: none;
}

/*2行用コード*/
a.btn-border2 {
	text-align: center;
	border: 0.1em solid #000;
	border-radius: 0;
	background: #fff;
	width: 100%;
	height: 40px;
	padding: 13px 0 10px 0;
}

a.btn-border2:hover {
	border: 0.1em solid #c7ae86;
	color: #fff;
	background: #c7ae86;
	text-decoration: none;
}

.faq-last{
	float: left;
	font-size: 100%;
	font: 12px 'ヒラギノ角ゴ ProN','Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 900;
	width: 100%;
    display: inline;
	background: #d0cac2;
	text-align: center;
	padding-top: 30px;
    margin-top: 50px;
}		
}