body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	line-height:25px;
	background:#f5f5f5;
	}

span{
	display: inline-block;
	}

img{
	width: 100%;
	}

a:hover{
	text-decoration:none;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 992px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


	
.jumbotron {
	background:url("../img_k/main.jpg") center no-repeat;
	background-size: cover;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.2rem;
	color:#fff;
	margin-bottom:40px;
}



/*********** navber途中から固定 ************/
.nav-wrapper { /* .navの領域確保用 */
    height: 80px;
}
.nav {
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
	z-index: 10;
}
.nav.is-fixed {
    position: fixed;
}
.akabg{
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.2);
	margin-right:8px;
	margin-left:8px;
	background-color:#7F0002;
	border-radius: 5px;
}

.menuen{
font-family: 'Noto Sans JP', sans-serif;
font-size: 0.6rem;
width:70px;
margin-top: 0px;
text-align: center;
	color:white;
}
.menujp{
text-align: center;
font-size: 0.5em;
line-height: 1em;
	color:white;
}

@media screen and (max-width:576px){
.menuen{
width:50px;
font-size: 0.5rem;
line-height: 1em;
}
.nav-item{
	margin-right:3px;
	margin-left:3px;
}
}
/*********** navber途中から固定の終わり ************/




#rightContents {
width: 100%;
float: right;
margin: 10px 0 20px 0;
font-size:80%;
line-height:1.3rem;
}

#rightSpace{
width: 100%;
background: #fff;
border: 1px solid #888;
}

#rightInner {
width: 90%;
margin: 40px auto ;
}

#lineBg{
background: #645041;
width: 100%;
height: 5px;
margin-bottom: 10px;
}

table td {
border: 1px solid #999999;
padding: 5px 10px;
}

table td.head {
width: 150px;
background: #F7F6EE;
color: #200606;
font-weight: bold;
}

table td.even {
color: #200606;
}

theme.css:621#guide table td {
border: 1px solid #999999;
padding: 5px 10px;
}

tbody {
display: table-row-group;
vertical-align: middle;
border-top-color: inherit;
border-right-color: inherit;
border-bottom-color: inherit;
border-left-color: inherit;
}

table {
display: table;
border-collapse: separate;
-webkit-border-horizontal-spacing: 2px;
-webkit-border-vertical-spacing: 2px;
border-top-color: gray;
}

h3{
font-size:1rem;
margin-top:30px;
}

.qamida{
font-family: 'Noto Sans JP', sans-serif;
font-size:1rem;
padding-top:70px;
margin-top:-10px;
color:#351700;
}






/*以下クリックしたら出てくるQandA*/
.faqhead{
background:gray;
font-size:1.5em;
color:#fff;
text-align: center;
height: 70px;
line-height: 70px;
}

.faq-q{
font-family: 'Noto Sans JP', sans-serif;
font-size:1em;
margin-top:15px;
padding-bottom:0px;
margin-bottom:0px;
border-bottom:2px solid #ddd;
  padding-left: 1.4em;
  text-indent: -1.4em;
line-height: 1.1em;
}



/*以下ラベル用*/

/*ラベル*/
.accbox label {
    display: block;
    cursor :pointer;
    transition: all 0.5s;
}

/*ラベルホバー時*/
.accbox label:hover {
    opacity: 0.7;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
	font-size:0.7rem;
	line-height: 1.2rem;
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.2s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
}

/*アイコンを表示*/
.accbox label:before {
    content: '\f2c4';
    font-family: 'FontAwesome';
    padding-right: 8px;
	color:#FF8700;
	}
/*アイコンを入れ替える*/
.cssacc:checked + label:before {
    content: '\f078';
}


.makerop{
	font-size:0.8em;
	color:red;
}

.tanue{
	background-color: #444444;
	color:white;
	text-align:center;
}