@charset "UTF-8";

body{
	background-color: #ffffff;
}

a {
	text-decoration: none;
}

.clear { clear:both; /*floatの解除*/ }

.ruler{display: none;}

#top {display: none;}
.note_l{display: none;}
.note_c{display: none;}
.note_r{display: none;}

#under {display: none;}
.note_u_l{display: none;}
.note_u_c{display: none;}
.note_u_r{display: none;}
.note_u{display: none;}

main {
	margin: 0px auto;
	width: 90%;
	background-color: #FFFFFF;
	border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

/*=====================▼左側メニュー▼=====================*/

#leftbar {
	/* width:25px; */
  padding:10px;
  background: #9B0926;
}

.s_square{
	display:none;
}

.s_circle{
	display:none;
}

.top_shoulder_left{
	display:none;
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	 display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 30px;
  height: 20px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 25px;/*長さ*/
  border-radius: 3px;
  background: #D6D0B5;
  display: block;
  content: '';
  cursor: pointer;
}
#nav-open span:before {
  bottom: -8px;
}
#nav-open span:after {
  bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;/*最前面に*/
  width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 290px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: 0.5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  /*box-shadow: 6px 0 25px rgba(0,0,0,.15);*/
}

.del {}

.close{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 14px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	box-sizing: border-box;
	border-color: #000000;
	border-style: solid;
	background-color: #9B0926;
	height: 40px;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 40px;
	font-family: 'Poppins', sans-serif;
	float: left;
}

.top_line{
	background-color: #9B0926;
}

.top{
	padding: 0px 10px 0px 0px;
	height: 40px;
	float: right;
}

.to_top{
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 40px;
	font-family: 'Noto Sans JP', sans-serif;
}

.left_menu{
	text-indent:1em;
	background-color: #ffffff;
	height: 40px;
}

.left_menu_2{
	text-indent:1em;
	background-color: #C0AD6D;
	height: 40px;
}

.left_menu:hover{
	border-style: solid;
	background-color: #C0AD6D;
	height: 40px;
}

.left_menu_txt{
		color: #000000;
		font-size: 14px;
		line-height: 40px;
		font-weight: 700;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.left_menu_txt:hover{
		color: #ffffff;
		font-size: 14px;
		line-height: 40px;
		font-weight: 700;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.left_menu_txt_2{
		color: #ffffff;
		font-size: 14px;
		line-height: 40px;
		font-weight: 700;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.cate_head{
	margin: 10px 0px 0px 0px;
	text-indent:1em;
	height: 42px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	background-color: #940C1C;
	border-style: solid;
	border-color: #940C1C;
  box-sizing:border-box;
	color: #ffffff;
	text-align: left;
	font-size: 14px;
	line-height: 38px;
	font-weight: 600;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.left_menu_cate{
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: auto;
}

.left_menu_s_txt{
		margin: 0px 0px 0px 0px;
		height: 40px;
		text-indent:1em;
		color: #000000;
		font-size: 14px;
		line-height: 40px;
		font-weight: 600;
		font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
		background-color: #E5D8AD;
}

.left_menu_s_txt:hover{
		color: #ffffff;
		background-color: #C0AD6D;
}

.left_menu_s_tp{
	padding: 10px 0px 0px 0px;
}

.left_menu_s_up{
	padding: 0px 0px 10px 0px;
}

.cate_un{
	margin: 0px 0px 0px 0px;
	height: 16px;
	background-color: #ffffff;
}

.cate_un_t{
	margin: 0px 0px 0px 0px;
	height: 0px;
	background-color: #DBC9A9;
}

.cate_un_b{
	margin: 0px 0px 0px 0px;
	height: 2px;
	background-color: #940C1C;
}

.kumo_area{
	margin: 12px 0px 15px 14px;
}

.kumo_txt{
	color: #000000;
	text-align: left;
	font-size: 14px;
	line-height: 23px;
	font-weight: 700;
	font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
}

.kumo_ill{
	margin: 12px 0px 0px 24px;
	width:90px;
}

.kumo_img{
	width: 100%;
	height: auto;
}

.und_logo{display: none;}
.un_logo{display: none;}

/*=====================▲左側メニュー▲=====================*/

/*=====================▼右側メニュー▼=====================*/

#rightbar {display:none;}

/*=====================▲右側メニュー▲=====================*/

/*=====================▼トップ・アンダーボタン▼=====================*/

.index_button {
	margin: 0px auto;
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
	width: 300px;
	height: auto;
}

.index_b_m1{
	margin: 0px auto;
}

.button_1 {
			width:100px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #83734B;
			background: #CFC8AB;
			border-top: #DFDBC8 solid 2px;
			border-left: #E2DECD solid 2px;
			border-bottom: #A99C69 solid 2px;
			border-right: #B2A679 solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
		}

.button_1:hover {
			color: #ffffff;	
			font-weight: 900;
    	background: #969581;
			border-top: #C7C7BC solid 2px;
			border-left: #BEBDB1 solid 2px;
			border-bottom: #72715E solid 2px;
			border-right: #757461 solid 2px;
		}

.button_2 {
			width:100px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #83734B;
			background: #CFC8AB;
			border-top: #DFDBC8 solid 2px;
			border-left: #E2DECD solid 2px;
			border-bottom: #A99C69 solid 2px;
			border-right: #B2A679 solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
		}

.button_2:hover {
			color: #ffffff;	
			font-weight: 900;
    	background: #969581;
			border-top: #C7C7BC solid 2px;
			border-left: #BEBDB1 solid 2px;
			border-bottom: #72715E solid 2px;
			border-right: #757461 solid 2px;
		}

.button_3 {
			width:100px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #83734B;
			background: #CFC8AB;
			border-top: #DFDBC8 solid 2px;
			border-left: #E2DECD solid 2px;
			border-bottom: #A99C69 solid 2px;
			border-right: #B2A679 solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
		}

.button_3:hover {
			color: #ffffff;	
			font-weight: 900;
    	background: #969581;
			border-top: #C7C7BC solid 2px;
			border-left: #BEBDB1 solid 2px;
			border-bottom: #72715E solid 2px;
			border-right: #757461 solid 2px;
		}

.button_4 {
			width:100px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #83734B;
			background: #CFC8AB;
			border-top: #DFDBC8 solid 2px;
			border-left: #E2DECD solid 2px;
			border-bottom: #A99C69 solid 2px;
			border-right: #B2A679 solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
		}

.button_4:hover {
			color: #ffffff;	
			font-weight: 900;
    	background: #969581;
			border-top: #C7C7BC solid 2px;
			border-left: #BEBDB1 solid 2px;
			border-bottom: #72715E solid 2px;
			border-right: #757461 solid 2px;
		}

.button_5 {
			width:100px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #83734B;
			background: #CFC8AB;
			border-top: #DFDBC8 solid 2px;
			border-left: #E2DECD solid 2px;
			border-bottom: #A99C69 solid 2px;
			border-right: #B2A679 solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
		}

.button_5:hover {
			color: #ffffff;	
			font-weight: 900;
    	background: #969581;
			border-top: #C7C7BC solid 2px;
			border-left: #BEBDB1 solid 2px;
			border-bottom: #72715E solid 2px;
			border-right: #757461 solid 2px;
		}

.button_6 {
			width:100px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #83734B;
			background: #CFC8AB;
			border-top: #DFDBC8 solid 2px;
			border-left: #E2DECD solid 2px;
			border-bottom: #A99C69 solid 2px;
			border-right: #B2A679 solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
		}

.button_6:hover {
			color: #ffffff;	
			font-weight: 900;
    	background: #969581;
			border-top: #C7C7BC solid 2px;
			border-left: #BEBDB1 solid 2px;
			border-bottom: #72715E solid 2px;
			border-right: #757461 solid 2px;
		}

.button_7 {
			width:100px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #83734B;
			background: #CFC8AB;
			border-top: #DFDBC8 solid 2px;
			border-left: #E2DECD solid 2px;
			border-bottom: #A99C69 solid 2px;
			border-right: #B2A679 solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
		}

.button_7:hover {
			color: #ffffff;	
			font-weight: 900;
    	background: #969581;
			border-top: #C7C7BC solid 2px;
			border-left: #BEBDB1 solid 2px;
			border-bottom: #72715E solid 2px;
			border-right: #757461 solid 2px;
		}

.button_8 {
			width:100px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #83734B;
			background: #CFC8AB;
			border-top: #DFDBC8 solid 2px;
			border-left: #E2DECD solid 2px;
			border-bottom: #A99C69 solid 2px;
			border-right: #B2A679 solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
		}

.button_8:hover {
			color: #ffffff;	
			font-weight: 900;
    	background: #969581;
			border-top: #C7C7BC solid 2px;
			border-left: #BEBDB1 solid 2px;
			border-bottom: #72715E solid 2px;
			border-right: #757461 solid 2px;
		}

.button_9 {
			width:100px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #83734B;
			background: #CFC8AB;
			border-top: #DFDBC8 solid 2px;
			border-left: #E2DECD solid 2px;
			border-bottom: #A99C69 solid 2px;
			border-right: #B2A679 solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
		}

.button_9:hover {
			color: #ffffff;	
			font-weight: 900;
    	background: #969581;
			border-top: #C7C7BC solid 2px;
			border-left: #BEBDB1 solid 2px;
			border-bottom: #72715E solid 2px;
			border-right: #757461 solid 2px;
		}		

.button_10 {
			width:100px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #83734B;
			background: #CFC8AB;
			border-top: #DFDBC8 solid 2px;
			border-left: #E2DECD solid 2px;
			border-bottom: #A99C69 solid 2px;
			border-right: #B2A679 solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
		}

.button_10:hover {
			color: #ffffff;	
			font-weight: 900;
    	background: #969581;
			border-top: #C7C7BC solid 2px;
			border-left: #BEBDB1 solid 2px;
			border-bottom: #72715E solid 2px;
			border-right: #757461 solid 2px;
		}		

.button_11 {
			width:100px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #83734B;
			background: #CFC8AB;
			border-top: #DFDBC8 solid 2px;
			border-left: #E2DECD solid 2px;
			border-bottom: #A99C69 solid 2px;
			border-right: #B2A679 solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
		}

.button_11:hover {
			color: #ffffff;	
			font-weight: 900;
    	background: #969581;
			border-top: #C7C7BC solid 2px;
			border-left: #BEBDB1 solid 2px;
			border-bottom: #72715E solid 2px;
			border-right: #757461 solid 2px;
		}	

.button_12 {
			width:100px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #83734B;
			background: #CFC8AB;
			border-top: #DFDBC8 solid 2px;
			border-left: #E2DECD solid 2px;
			border-bottom: #A99C69 solid 2px;
			border-right: #B2A679 solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
		}

.button_12:hover {
			color: #ffffff;	
			font-weight: 900;
    	background: #969581;
			border-top: #C7C7BC solid 2px;
			border-left: #BEBDB1 solid 2px;
			border-bottom: #72715E solid 2px;
			border-right: #757461 solid 2px;
		}	

.button_13 {
			width:300px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #83734B;
			background: #CFC8AB;
			border-top: #DFDBC8 solid 2px;
			border-left: #E2DECD solid 2px;
			border-bottom: #A99C69 solid 2px;
			border-right: #B2A679 solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
		}

.button_13:hover {
			color: #ffffff;	
			font-weight: 900;
    	background: #969581;
			border-top: #C7C7BC solid 2px;
			border-left: #BEBDB1 solid 2px;
			border-bottom: #72715E solid 2px;
			border-right: #757461 solid 2px;
		}	


.category_q{
	margin: 0px auto;
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
	width: 300px;
	height: auto;
	background: #8A3233;
}

.category_t{
	color: #FFFFFF;
	width: 300px;
	font-size: 17px;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
	text-align: center;	
	line-height: 40px;
	height: 40px;
}

.category_q1{
			width:300px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #FFFFFF;	
			background: #A74B4C;
			border-top: #D47C7D solid 2px;
			border-left: #DE8A8B solid 2px;
			border-bottom: #752929 solid 2px;
			border-right: #8E2E2F solid 2px;
			font-weight: 700;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
}

.category_q1:hover {
			color: #fff100;		
    	background: #8D3A3B;
			border-top: #BE6667 solid 2px;
			border-left: #C38485 solid 2px;
			border-bottom: #4D1517 solid 2px;
			border-right: #661C1C solid 2px;;
		}	

.category_q2{
			width:300px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #FFFFFF;	
			background: #A74B4C;
			border-top: #D47C7D solid 2px;
			border-left: #DE8A8B solid 2px;
			border-bottom: #752929 solid 2px;
			border-right: #8E2E2F solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
}

.category_q2:hover {
			color: #fff100;		
    	background: #8D3A3B;
			border-top: #BE6667 solid 2px;
			border-left: #C38485 solid 2px;
			border-bottom: #4D1517 solid 2px;
			border-right: #661C1C solid 2px;;
		}	

.category_q3{
			width:300px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #FFFFFF;	
			background: #A74B4C;
			border-top: #D47C7D solid 2px;
			border-left: #DE8A8B solid 2px;
			border-bottom: #752929 solid 2px;
			border-right: #8E2E2F solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
}

.category_q3:hover {
			color: #fff100;		
    	background: #8D3A3B;
			border-top: #BE6667 solid 2px;
			border-left: #C38485 solid 2px;
			border-bottom: #4D1517 solid 2px;
			border-right: #661C1C solid 2px;;
		}	

.category_q4{
			width:300px;
			height:28px;
			display: inline-block;
			text-align: center;
			text-decoration: none;
			color: #FFFFFF;	
			background: #A74B4C;
			border-top: #D47C7D solid 2px;
			border-left: #DE8A8B solid 2px;
			border-bottom: #752929 solid 2px;
			border-right: #8E2E2F solid 2px;
			font-weight: 900;
			font-size: 14px;
			line-height: 22px;
			font-family: 'Noto Sans JP','Hiragino Sans','ヒラギノ角ゴシック','YuGothic','Yu Gothic','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic', serif;
	
			-moz-box-sizing: border-box;
   		-webkit-box-sizing: border-box;
   		-o-box-sizing: border-box;
   		-ms-box-sizing: border-box;
   		box-sizing: border-box;	
}

.category_q4:hover {
			color: #fff100;		
    	background: #8D3A3B;
			border-top: #BE6667 solid 2px;
			border-left: #C38485 solid 2px;
			border-bottom: #4D1517 solid 2px;
			border-right: #661C1C solid 2px;;
		}	

/*=====================▲トップ・アンダーボタン▲=====================*/

#foo{
		width: 85%;
		margin: 30px auto 25px auto;
		font-size: 12px;
		line-height: 18px;
		text-align: center;
		font-weight: 700;
		font-family: 'Noto Serif JP','Sawarabi Mincho', serif;
	}

.c_name{
		margin: 0px 0px 5px 0px;
		font-size: 16px;
		line-height: 18px;
		text-align: center;
		font-weight: 700;
		font-family: 'Noto Serif JP','Sawarabi Mincho', serif;
	}





