/*メリット*/
.meritBox .grouparea img{
	display: inline-block;
	width: 100%;
}
.meritBox .grouparea p{
	width: 95%;
	margin: 2% auto;
}
.meritBox .grouparea{
	margin-bottom: 6%;
}


.koujouken .joukenBox li{
    width: 48%;
    float: left;
    height: 170px;
}
.koujouken .joukenBox li:nth-child(2n){
    float: right;
}
.koujouken .joukenBox li:after {
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
    visibility:hidden;
}
.koujouken .joukenBox li img{
    width: 25%;
    float: left;
}
.koujouken .joukenBox li p{
    width: 65%;
    float: right;
}
.koujouken .joukenBox li p.noimg{
    width: auto;
    float: none;
}

.koujouken .title_check span.orange{
   color: #0076A2;
   font-size: 22px;
}

.meritBox .bdr01_3px{
	border-bottom: double 5px #E3E3E3;
	margin-bottom: 2%;
	clear: both;
}

/*グループ*/
.left{
	width: 40%;
}
.right{
	width: 55%;
	margin: 2%;
}

/*乗務までの流れ*/
.schedule-title{
	color: #ff676e;
	font-size: 26px;
	margin-bottom: 2%;
}
.schedule-title span{
	font-size: 25px;
	color: #fff;
	background-color: #ff676e;
	padding: 0 3%;
	margin: 2%;
	margin-left: 0;
}

.menuArrow01{
	width: auto!important;
}
.step{
	margin-bottom: 5%;
}
.support .schedule-title{
	color: #29a4c5;
	text-decoration: underline;
}
.kyuuyohosyou-box{
	margin: 0 auto;
	background-color: #29a4c5;
	padding: 1% 5%;
	width: 62%;
}
.kyuuyohosyou-box p{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto;
}
.kyuuyohosyou{
	font-size: 40px!important;
}
.kyuuyohosyou span{
	color: #fff000;
	font-size: 40px;
}
.buttonArea{
	clear: both;
	padding-top: 40px;
	margin-bottom: 20px;
}
.linkButton{
	background: #0076A2;
	padding: 3%;
	border-radius: 10px;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	transition: .3s;
}
.linkButton p{
	color: #fff;
	font-size: 1.3rem;
}
.linkButton p:after{
	font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  padding-left : 10px;/*文字との隙間*/
}
.linkButton:hover{
	text-decoration: none;
	opacity: .5;
}
