section table	{ width: 100%; }
section th, section td	{ padding: 10px; border: 1px solid #ddd; }
section th	{ background: #f4f4f4; }
.table_01 th, .table_01 td	{ width: 20%; text-align: left; }
@media only screen and (max-width: 480px) { 
	.table_01	{ margin: 0 -10px; }
	.table_01 tr {
		display:block;
		margin-bottom: 10px;
	}
	.table_01 th {
		display:block;
		width: 100%;
	}
	.table_01 td {
		display: list-item;
		width: 90%;
		margin-left: 10%;
		border:none;
	}
}


section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; 
							background-color:rgb(255, 255, 255);}
section th  { background: #f4f4f4; }
 
.table_02 th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
   /* .table_02 { margin: 0 -10px; }*/
    .table_02 th,
    .table_02 td{
    width: 100%;
    display: block;
    border-top: none;
    }
  .table_02 tr:first-child th { border-top: 1px solid #ddd; }
}

.pointbox {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.pointbox .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #efefef;
    color: #777777;
    font-weight: bold;
}
.pointbox p {
    margin: 0; 
    padding: 0;
}

.sousyoku{
/*color: #6594e0;*//*文字色*/
border-bottom: dashed 2px #65E067;
}

.sousyoku2 {
padding: 0.25em 0.5em;/*上下 左右の余白*/
/*color: #494949;*//*文字色*/
background: transparent;/*背景透明に*/
border-left: solid 5px #7DE692;/*左線*/
}

.table_w{
	width: 50%;
}

.p_height{
	height: 125px;
}

@media only screen and (max-width:1199px){
	.p_height{
	height: 140px;
}
}

@media only screen and (max-width:991px){
	.p_height{
	height: 210px;
}
}

@media only screen and (max-width:767px){
	.p_height{
	height: auto;
}
}

/* Shine */
.kiran figure {
	position: relative;
}
.kiran figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.kiran figure img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.kiran figure:hover img {
  opacity: .5;
}

.kiran figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
	
}

.yonde{
	margin-top: 15px;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
}

.entrybtn{
	padding: 15px 20px;
	border: solid 1px  rgba(51,122,183,1.00);
	background-color:rgba(255,255,255,1.00);
	font-size: 22px;
}

.recruit_futter{
	background-color: #6E9BC5;
	padding-top: 30px;
	padding-bottom: 30px;
}

.recruit_ma{
/*	padding-top: 30px;*/
	padding-bottom: 30px;
}

@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

.text_shadow{
	text-shadow: black 0 0 5px;
}
.btn_green{
	color: #288635;
    background-color: transparent;
    background-image: none;
    border-color: #288635;
}

.btn_green:hover{
	color: #FFFFFF;
	background-color: #288635;
}

ul.bread_list {
    display: flex;
	list-style: none;
}

.bread_list li:not(:last-child):after {
    content: " > ";
}

ul.bread_list {
    display: flex;
    margin: 1rem;
}
.bread_list li:not(:last-child):after {
    content: " > ";
    margin: 0 1rem;
}

.bread_list li a {
    color: #666; 
}
