@charset "UTF-8";
/*------------------------------common上書き-------------------------------*/

p,li,td{font-size:110%;}

h2:before {
  background: #006699;
}
h2.red {
  background: #006699;
}
h2.grad_red {
  background: -moz-linear-gradient(50% -1.85% -90deg, rgba(255, 42, 42, 1) 13.25%, rgba(249, 41, 41, 1) 15.54%, rgba(223, 35, 38, 1) 26.47%, rgba(204, 30, 35, 1) 38.65%, rgba(190, 27, 33, 1) 52.59%, rgba(181, 26, 32, 1) 69.79%, rgba(179, 25, 32, 1) 100%);
  background: -webkit-linear-gradient(-90deg, rgba(255, 42, 42, 1) 13.25%, rgba(249, 41, 41, 1) 15.54%, rgba(223, 35, 38, 1) 26.47%, rgba(204, 30, 35, 1) 38.65%, rgba(190, 27, 33, 1) 52.59%, rgba(181, 26, 32, 1) 69.79%, rgba(179, 25, 32, 1) 100%);
  background: -webkit-gradient(linear, 50% -1.85%, 50% 107.99%, color-stop(0.1325, rgba(255, 42, 42, 1)), color-stop(0.1554, rgba(249, 41, 41, 1)), color-stop(0.2647, rgba(223, 35, 38, 1)), color-stop(0.3865, rgba(204, 30, 35, 1)), color-stop(0.5259, rgba(190, 27, 33, 1)), color-stop(0.6979, rgba(181, 26, 32, 1)), color-stop(1, rgba(179, 25, 32, 1)));
  background: -o-linear-gradient(-90deg, rgba(255, 42, 42, 1) 13.25%, rgba(249, 41, 41, 1) 15.54%, rgba(223, 35, 38, 1) 26.47%, rgba(204, 30, 35, 1) 38.65%, rgba(190, 27, 33, 1) 52.59%, rgba(181, 26, 32, 1) 69.79%, rgba(179, 25, 32, 1) 100%);
  background: -ms-linear-gradient(-90deg, rgba(255, 42, 42, 1) 13.25%, rgba(249, 41, 41, 1) 15.54%, rgba(223, 35, 38, 1) 26.47%, rgba(204, 30, 35, 1) 38.65%, rgba(190, 27, 33, 1) 52.59%, rgba(181, 26, 32, 1) 69.79%, rgba(179, 25, 32, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2A2A', endColorstr='#B31920' ,GradientType=0)";
  background: linear-gradient(180deg, rgba(255, 42, 42, 1) 13.25%, rgba(249, 41, 41, 1) 15.54%, rgba(223, 35, 38, 1) 26.47%, rgba(204, 30, 35, 1) 38.65%, rgba(190, 27, 33, 1) 52.59%, rgba(181, 26, 32, 1) 69.79%, rgba(179, 25, 32, 1) 100%);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF2A2A', endColorstr='#B31920', GradientType=0);
}
h2.info {
  border-bottom: solid 1px #006699;
}
h3 {
  color: #c01920;
  border-bottom: 2px solid #c01920;
}
@media screen and (max-width:1000px) {
  h2:before {
    background: #006699;
  }
  h2.grad_red:before {
    background: #006699;
  }
  h2.glay:before {
    background: #006699;
  }
  h2.info {
    border-bottom: solid 1px #006699;
  }
  h3 {
    margin: 0 0 1em 0;
    padding: 0 0 0.2em 0;
    font-size: 1.2em;
  }
  .container {
    margin-top: 5.5em;
  }
}




.main_static{

	background: url(../../../img/staff/kenshin_main_vis.jpg) no-repeat;

}

@media screen and (max-width:641px) {
	.main_static{
	background: url(../../../img/staff/kenshin_main_vis_sp.jpg) no-repeat;

}
}

/*------------------------------contents-------------------------------*/
.inner_box {
  padding: 0 20px;
}
h4.title, h4.title02 {
  position: relative;
  padding-left: 15px;
    font-size:1.3em;
}
h4.title:before {
  content: " ";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #c01920;
}
h4.title02:before {
  content: " ";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  background-color: #919090;
}
/*h4.title02{
	padding: 0;
}*/
.wrapper_faq_info {
  width: 100%;
  max-width: 1200px;
  margin: 1em auto;
}
.wrapper_faq_info ul {
  display: -ms-grid;
  display: grid;
  -moz-column-gap: 0.9em;
  column-gap: 0.9em;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin-bottom: 3em;
}
.wrapper_faq_info ul li {
  list-style: none;
  width: 100%;
}
.wrapper_faq_info ul li a {
  width: 100%;
  display: block;
  color: #444444;
  border: 2px solid #cfcfcf;
  padding: 1em;
  /*border-radius: 10px;*/
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;    
}
.wrapper_faq_info ul li a:hover {
  color: #fff;
  border: 2px solid #c01920;
  background-color: #dd8c8f;
  text-decoration: none;
}

.content-faq_inn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  padding: 1.5em;
}
.faq__link {
  display: block;
  cursor: pointer;
}
.faq__link.on {
  /*background-color: #b1e2dc;*/
  color: #c01920;
  font-weight: bold;
  text-decoration: none;
}
.faq-body__item {
  display: none;
}
.faq-body__item.on {
  display: block;
}
.content-faq_inn .main_column {
  width: 80%;
  margin-right: 3em;
}
.content-faq_inn .side_column {
  width: 10%;
}
.QA_InnerBox {
  /* max-width: 980px;*/
  margin: auto;
}
.QA_Title {
  width: 70%;
  margin: auto;
  padding: 30px 0;
}
.QA_List {
  background: #ffffff;
  margin-bottom: 1px;
  border-radius: 10px;
  border: 1px #cccccc solid;
  position: relative;
  overflow: hidden;
}
.QA_Question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0.8em;
}
.QA_Question:hover {
  cursor: pointer;
}



.Question_Text {
  width: 100%;
  /* float: left;*/
  line-height: 1.6;
  font-size: 1.3rem;
  padding: 0;
  margin-left: 1.5em;
}
.Question_Text:before {
  display: inline;
  position: absolute;
  left: 1em;
  color: #c01920;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.5;
}
.Question_Text .mark {
  color: #c01920;
  margin-right: 0.3em;
}
.Question_Text .mark_gr {
  color: #919090;
  margin-right: 0.3em;
}
.QA_Answer {
  display: none;
  display: -ms-flexbox;
  font-size: 15px;
  padding: 0 20px 20px;
 background-color: #fff;
    
   
}
.Answer_Text {
  float: left;
  margin-top: 5px;
　line-height: 1.8;    
}
.Answer_Text:before {
  display: inline;
  position: absolute;
  color: #97999b;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.1;
}
.QA_Icon {
  margin-right: 10px;
  /* float: left;*/
}
.Question_Btn {
  /*float: right;*/
  font-size: 22px;
  font-weight: normal;
  color: #444444;
  line-height: 0px;
 /* padding-top: 0.3em;*/
    width: 24px;
    height: 24px;
    border: 1px solid #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;  
}
.faq_list {
  border-radius: 5px;
  padding: 0;
  padding: 0.5em 1em;
  background-color: #f6f6f6;
}
.faq_list li {
  font-size: 1.1em;
  list-style: none;
  padding: 0;
padding: 1em;    
  border-bottom: 1px dotted #cfcfcf;
}
.faq_list li:last-child {
  border-bottom: none;
}
.spacer {
  display: inline;
}


/*.faq_list_item a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1em;
  color: #192740;
}
.faq_list_item a:hover {
  color: #c01920;
  font-weight: bold;
  text-decoration: none;
}*/
.col_2 {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.col_2 {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3em;
}
.col_2_img {
  width: 27%;
  margin-right: 20px;
}
.col_2_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.col_2_txt {
  width: 71.2%;
}
/*.col_2_side{
	margin-bottom: 3em;
   padding: 0 20px;
}
.col_2_side>.col_left{
	float: left;
	width: 290px;
}
.col_2_side .col_left img{
		width: 100%;
	}
.col_2_side>.col_right{
    float: left;
    margin-left: 20px;
    width: auto;
}
.col_2_side .col_right ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.col_2_side .col_right .detail .txt{
	display: inline-block;
	vertical-align: middle;
}
.col_2_side .col_right .detail li{
	position: relative;
	padding: 5px;
	border-top: dashed 1px #cfcfcf;
	border-bottom: dashed 1px #cfcfcf;
}
.col_2_side .col_right .detail li+ li{
	border-top: none;
}
.col_2_side>.col_right{
	width: 770px;
}*/
.recommended_bnr ul {
  list-style: none;
  display: -ms-grid;
  display: grid;
  grid-gap: 1vw;
  gap: 1vw;
  -ms-grid-columns: (1fr) [ 3];
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin-bottom: 4em;
}
.recommended_bnr a img {
  width: 100%;
}
@media screen and (max-width:1000px) {
  .col_2 {
    display: block;
  }
  .col_2_img {
    width: 100%;
    margin: 0 0 2em 0;
  }
  .col_2_txt {
    width: 100%;
  }
  /*	.col_2_side{
		padding: 0;
	}
	.col_2_side .col_left{
		float: none;
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	.col_2_side .col_left img{
		width: 100%;
	}
	.col_2_side .col_right{
		float: none;
		margin: 0;
		width: 100%;
	}
	.col_2_side .col_right .detail .date .icon,
	.col_2_side .col_right .detail .place .icon{
		width: 10%;
	}
	.col_2_side .col_right .detail .check .icon{
		width: 5%;
	}
	.col_2_side .col_right .detail .date .txt,
	.col_2_side .col_right .detail .place .txt{
		width: 83%;
	}
	.col_2_side .col_right .detail .check .txt{
		width: 88%;
	}
	.regi.col_2_side>.col_right{
		width: 100%;
	}*/
    .content-faq_inn {
      padding: 0;  
    }    
  .content-faq_inn .main_column {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3em;
  }
  .content-faq_inn .side_column {
    width: 100%;
  }
    h4.title, h4.title02 {
    font-size: 1.2em;
}    
  .faq_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    margin-bottom: 2em;
  }
  .faq_list li {
    border-bottom: none;
    padding: 0.5em;  
      
  }
  .wrapper_faq_info ul {
    -ms-grid-columns: (1fr) [1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1vw;
    gap: 1vw;
  }
  .content-faq_inn {
    display: block;
  }
  .QA_InnerBox {
    width: 100%;
  }
  .QA {
    padding-bottom: 10px;
  }
    
  .QA_Title {
    width: 100%;
    padding: 20px 0 15px;
  }
    .QA_List {
      border-radius: 8px;
     overflow: hidden;    
    }    
  .QA_Icon {
    width: 35px;
    margin-right: 5px;
    padding: 15px 5px 0 5px;
  }
  .QA_Question {
    font-size: 14px;
      background-color: #fff;
    tap-highlight-color: rgba(0, 0, 0, 0.1);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 7px;
  }
  .Question_Text {
    width: 100%;
    /*float: left;*/
    line-height: 20px;
    font-size: 1em;
    margin-left: 1em;  
  }
    
.Question_Text:before {
    font-size: 1.1em;
    left: 0.9em;
    line-height: 1.3;
    }
  .Question_Btn {
    font-size: 18px;
    font-weight: normal;
    color: #444444;
    width: 20px;
    height: 20px;  
    /*padding: 5px 0 0 0;*/
  }
    .QA_Answer{
    padding: 0 1em 0 1em;
    }    
  .Answer_Text {

    margin-top: 0;
    font-size: 14px;
    line-height: 1.5;
    } 
    
   .Answer_Text:before {
     font-size: 1.1em;
    line-height: 1.5;   
    left: 1.2rem;   
    }
  .recommended_bnr ul {
    -ms-grid-columns: (1fr) [ 1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3vw;
    gap: 3vw;
    margin-bottom: 2em;
  }
   .spacer {
    display: none;
  }  
    
}
/*------------------------------div05-------------------------------*/
.col_3_bt {
  padding: 0 20px 20px 20px;
}
.col_3_bt > div {
  float: left;
  width: 200px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.col_3_bt > div:last-child {
  margin-right: 0;
}
@media screen and (max-width:1000px) {
  .col_3_bt {
    padding: 0;
  }
  .col_3_bt > div {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
/*------------------------------TEXT02-------------------------------*/
p.dotted_bottom {
  border-bottom: dashed 1px #cfcfcf;
  padding: 5px 0;
  margin: 0 0 10px 0;
}
/*------------------------------TEXT05-------------------------------*/
.center_box {
  /*border: solid 1px #cfcfcf;*/
  /*border-radius: 5px;*/
  background: #f2f2f2;
  margin: 20px 0 40px 0;
  padding: 20px;
}
.center_box .center {
  text-align: center;
}
/*.center_box .dotted_bottom{
    position: relative;
    border-top: none;
    border-bottom: dashed 1px #cfcfcf;
    padding: 0 0 0 20px;
    line-height: 30px;
}
.center_box .dotted_bottom:before{	
    display: block;
    position: absolute;
    content: "?";
    color: #336699;
    top: 0px;
    left: 0;
    right: auto;
    line-height: 30px;
}*/
.center_box.color_beige {
  background: #f8f9e3;
}
.center_box.color_pink {
  background: #fbf7f4;
}
@media screen and (max-width:1000px) {
  .center_box {
    margin: 0 0 20px 0;
    padding: 20px
  }
}
/*------------------------------「お問い合わせ・求人のご依頼はこちら」ボタン-------------------------------*/
.order {
  text-align: center;
  margin-bottom: 4em;
}
.order .btn {
  width: 55%;
}
.order a.btn {
  text-decoration: none;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 20px 10px;
  border-radius: 10px;
  background-color: #2680AF;
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #195824), color-stop(0.49, #117e2a), color-stop(0.00, #30ad25));
	background: -webkit-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -moz-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -o-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: -ms-linear-gradient(top, #30ad25 0%, #117e2a 49%, #195824 100%);
	background: linear-gradient(to bottom, #30ad25 0%, #117e2a 49%, #195824 100%);
	border: solid 1px #fff;
	border-radius: 5px;
	box-shadow: 1px 2px 2px 2px #cfcfcf;*/
}
.order a.btn:hover {
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #217d31), color-stop(0.49, #17ba3c), color-stop(0.00, #3bcc2e));
	background: -webkit-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -moz-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -o-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: -ms-linear-gradient(top, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);
	background: linear-gradient(to bottom, #3bcc2e 0%, #17ba3c 49%, #217d31 100%);*/
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  /*	.order .btn{
		padding: 0;
	}
	.order .btn>a{
		width: 100%;
		padding: 10px 4%;
		font-size: 12px;
	}*/
  .order {
    margin-bottom: 2em;
  }
  .order .btn {
    width: 100%;
  }
  .order a.btn {
    font-size: 0.95em;
    padding: 2em 0;
  }
  /*------------------------------「お問い合わせはこちら」ボタン-------------------------------*/
  .contact {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact p {
    text-align: left;
    margin-bottom: 20px;
  }
  .contact .btn {
    padding: 20px;
  }
  .contact .btn > a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 80px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #bc0701), color-stop(0.49, #ef241f), color-stop(0.00, #f78887));
    background: -webkit-linear-gradient(top, #f78887 0%, #ef241f 49%, #bc0701 100%);
    background: -moz-linear-gradient(top, #f78887 0%, #ef241f 49%, #bc0701 100%);
    background: -o-linear-gradient(top, #f78887 0%, #ef241f 49%, #bc0701 100%);
    background: -ms-linear-gradient(top, #f78887 0%, #ef241f 49%, #bc0701 100%);
    background: linear-gradient(to bottom, #f78887 0%, #ef241f 49%, #bc0701 100%);
    border: solid 2px #fff;
    border-radius: 5px;
    box-shadow: 1px 2px 2px 2px #cfcfcf;
  }
  .contact .btn > a span {
    position: relative;
    padding: 0 20px;
  }
  .contact .btn > a span:before {
    content: url(../../../img/common/ico_arrow_w.png);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
  }
  .contact .btn > a:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #e11009), color-stop(0.49, #f3534f), color-stop(0.00, #faaead));
    background: -webkit-linear-gradient(top, #faaead 0%, #f3534f 49%, #e11009 100%);
    background: -moz-linear-gradient(top, #faaead 0%, #f3534f 49%, #e11009 100%);
    background: -o-linear-gradient(top, #faaead 0%, #f3534f 49%, #e11009 100%);
    background: -ms-linear-gradient(top, #faaead 0%, #f3534f 49%, #e11009 100%);
    background: linear-gradient(to bottom, #faaead 0%, #f3534f 49%, #e11009 100%);
  }
  @media screen and (max-width: 1000px) {
    .contact .btn {
      padding: 20px 0;
    }
    .contact .btn > a {
      padding: 10px 15%;
    }
  }
  /*------------------------------コンテナー（右カラムメニュー2）-------------------------------*/
  .container_right_sub {
    border-left: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    border-radius: 5px;
  }
  .container_right_sub ul {
    padding: 0;
    margin: 0;
  }
  .container_right_sub li {
    list-style: none;
    width: 278px;
  }
  .container_right_sub li + li {
    border-top: none;
  }
  .container_right_sub a {
    position: relative;
    background: #ffffff;
    padding: 10px 20px 10px 10px;
    width: 278px;
    display: block;
    color: #444;
    text-decoration: none;
    border-top: solid 1px #cfcfcf;
  }
  .container_right_sub a.opened {
    background: -webkit-gradient(radial, 0% 0%, 0, 0% 0%, 241, color-stop(1.00, #c11920), color-stop(0.45, #e33b4f), color-stop(0.00, #e36d73));
    background: -webkit-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
    background: -moz-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
    background: -o-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
    background: -ms-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
    background: radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
    color: #fff;
  }
  .container_right_sub a.first {
    border-radius: 5px 5px 0 0;
  }
  .container_right_sub a.last {
    border-radius: 0 0 5px 5px;
    border-bottom: solid 1px #cfcfcf;
  }
  .container_right_sub a:hover {
    background: -webkit-gradient(radial, 0% 0%, 0, 0% 0%, 241, color-stop(1.00, #c11920), color-stop(0.45, #e33b4f), color-stop(0.00, #e36d73));
    background: -webkit-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
    background: -moz-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
    background: -o-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
    background: -ms-radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
    background: radial-gradient(0% 0%, circle, #e36d73 0%, #e33b4f 45%, #c11920 100%);
    color: #fff;
  }
  .container_right_sub span {
    position: relative;
    padding-left: 20px;
  }
  .container_right_sub span:before {
    content: "|";
    color: #cfcfcf;
    font-weight: bold;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 0px;
    left: 5px;
  }
  @media screen and (max-width:641px) {
    .col_right_menu {
      border: none;
      margin-bottom: 20px;
      padding: 0;
    }
    .container_right_sub li {
      width: 100%;
    }
    .container_right_sub li a {
      width: 100%;
    }
  }
  /*------------------------------バナー-------------------------------*/
  .bnr_blc {
    background: #f2f2f2;
    border: solid 1px #fff;
    box-shadow: 0 0 0 1px #cfcfcf;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
  }
  .bnr_blc > div, .bnr_sub_blc > div {
    margin-bottom: 15px;
    vertical-align: bottom;
  }
  .bnr_blc > div:last-child, .bnr_sub_blc > div:last-child {
    margin-bottom: 0px;
  }
  .bnr_sub_blc {
    text-align: center;
    margin-bottom: 20px;
  }
  .bnr_sub_blc img {
    vertical-align: bottom;
  }
  @media screen and (max-width:641px) {
    .bnr_blc {
      background: none;
      border: none;
      box-shadow: none;
      padding: 0;
    }
    .bnr_float_40 {
      float: left;
      width: 40%
    }
    .bnr_float_60 {
      width: 60%
    }
  }




/*------------------------------table01-------------------------------*/


.hoken{
    width: 100%;
	margin-bottom: 20px;

}
.hoken a{
	text-decoration: none;
	color: #336699;
}
.hoken a:hover{
	text-decoration: underline;
}
.hoken table{
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}
.hoken table th,
.hoken table td.name{
    background: #EFE7E9;
	vertical-align: top;
	text-align: center;
}
.hoken table tr,
.hoken table th,
.hoken table td{
	padding: 10px;
    border: 1px solid #cfcfcf;
}
.hoken table td{
	background: #fff;
}
.hoken table td.name{
	background: #F8F4F5;
}
.hoken table td p.kenpo {
    margin: 5px 20px;
    padding: 5px 20px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    background: #f2f2f2;
}
@media screen and (max-width: 1000px) {
	.hoken table tr,
	.hoken table th,
	.hoken table td,
	.hoken table td.name{
		display: block;
		width: 100%;
	}
	.hoken table th,
	.hoken table td{
		border: none;
		padding: 10px;
	}
	.hoken table th,
	.hoken table td.name{
		text-align: left;
	}
	.hoken table tr{
		padding: 0;
	}
	.hoken table td{
		padding-left: 20px;
	}
}


.col_right p{
	padding: 0;
	margin: 0;
}



@media (max-width: 768px) {

.table-full {
  width: 100%;
}
  .responsive-table thead {
    display: none;
  }

  .responsive-table tr {
    display: block;
    margin-bottom: 16px;
    border: 1px solid #ddd;
text-align:center;
  }

  .responsive-table td {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #eee;

  }

  .responsive-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
padding:0 15px;
  }

  .responsive-table td {
    display: flex;
  }

  .responsive-table td::before {
    content: attr(data-label);
    font-weight: bold;
    flex-shrink: 0;
padding-right:15px;

  }






}

.col_right p{
	padding: 0;
	margin: 0;
}

/*------------------------------LINK-------------------------------*/
.link{
	list-style: none;
	margin: 0;
	padding: 0;
}
.link li{
	padding: 5px;
	margin-left: 20px;
}
.link li>a{
    position: relative;
    text-decoration: none;
    color: #336699;
    height: 18px;
    line-height: 18px;
}
.link li>a:hover{
	text-decoration: underline;
}
.link li>a:before{
    content: url(../../../../../img/common/ico_arrow.gif);
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-left: 0;
    margin-top: -8px;
}
.link .align_left{
	text-align: left;
}
.link .align_right{
	text-align: right;
}
.link.border{
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
}
.col_3_link{
	margin: 0;
	padding: 0;
	list-style: none;
}
.col_3_link li{
	float: left;
	margin: 0 20px;
	padding: 5px;
}
.col_3_link  li>a{
	text-decoration: none;
	color: #336699;
}
.col_3_link  li>a:hover{
	text-decoration: underline;
}



@media (max-width: 768px) {

.table-full {
  width: 100%;
}
  .responsive-table thead {
    display: none;
  }

  .responsive-table tr {
    display: block;
    margin-bottom: 16px;
    border: 1px solid #ddd;
  }

  .responsive-table td {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #eee;
  }

  .responsive-table td::before {
    content: attr(data-label);
    font-weight: bold;
    display: block;
text-align:left;
  }

  .responsive-table td {
    display: flex;
text-align:left;
  }

  .responsive-table td::before {
    content: attr(data-label);
    width: 150px;
    font-weight: bold;
    flex-shrink: 0;
  }
}

.cnt td{text-align:center;}