@charset "utf-8";

/****************************************************

	短パケJr トップページ

****************************************************/

/* ---------------------------------------
 all
----------------------------------------*/

#top {
	color: #5e5e5e/*#999*/;
	font-weight: bold;
	margin: 6px 0 0px 0px;
	width: 100%;
}

#junior h2{
	padding: 8px 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #FFF;
    background-color: #00aadc;
    height: auto;
    min-height: 36px;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center;
}

#wrap {
	background:#e5f4f8;
}

#Breadcrumb, #Breadcrumb nav {background:#e5f4f8;}

/* ---------------------------------------
 top_main
----------------------------------------*/
#top_main{
	position:relative;
	background:url(/junior/img/top_main_bg_sp.jpg) no-repeat center;
	padding: 0;
	margin: 0;
	height: auto;
	background-size: cover;
}

#top_main img{
	max-width:100%;
}

#top_main h1 {
    margin: 0;
}

#top_main h1 img{
	vertical-align: bottom;
}

.top_bnr_tokuten{
	position:absolute;
	top: 53%;
    left: 1%;
    width: 22%;
	z-index: 1;
}

#junior a:hover{text-decoration:none;}


/* ---------------------------------------
 top_menu
----------------------------------------*/
.top_menu{
	width:100%;
	font-size:0;
}

.top_menu li{
	letter-spacing:normal;
	display:inline-block;
	font-size:14px;
	font-size:0.9rem;
	width:50%;
	background-color: #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.top_menu li:nth-child(odd){
	border-right:1px solid #0099c6;
}

.top_menu li:nth-child(even){
	border-left:1px solid #5fc7e6;
}

.top_menu li span{
	position:relative;
}

.top_menu li span:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -11px;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);  /* IE9 */
    -o-transform: rotate(45deg);  /* Opera */
    transform: rotate(45deg);
    border-bottom: solid 2px #00aadc;
    border-right: solid 2px #00aadc;
}

.top_menu li > a{
	display:block;
	padding: 8px 8px 8px 20px;
	color: #00aadc;
	border-top:1px solid #5fc7e6;
	border-bottom:1px solid #0099c6;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-decoration: none;
}

/* トビタテ */
.tobitate_pc{
	display:none;
}

.tobitate_sp{
	display: block;
    position: absolute;
    top: 39%;
    width: 80%;
    left: 9%;
}

.tobitateTxt{
    margin: 10px 20px;
    font-size: 1.125rem;
}

.marker{background: #ff0; background: linear-gradient(transparent 50%, #ff0 0%);}

.tobitateTxt br{
	display:none;
}

.lead {
    width: 90%;
    max-width: 1004px;
    margin: 0 auto 20px;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid #0099c6;
    padding: 20px;
    box-sizing: border-box;
    background: #fff;
}

/*-- もっとみる --*/
.read-more {
    position: relative;
}

.read-more p {
    display: -webkit-box;
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4; /* 開く前に見せたい行数を指定 */
}

.read-more:has(:checked) p {
    display: block;
}

.read-more p::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, .9) 50%, hsla(0, 0%, 100%, .9) 0, #fff);
    content: '';
}

.read-more:has(:checked) p::after {
    content: none;
}

.read-more label {
    display: flex;
    align-items: center;
    gap: 0 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #00aadc;
    font-size: .8em;
}

.read-more label:hover {
    color: #016b8e;
    text-decoration: underline;
    cursor: pointer;
}

.read-more:has(:checked) label {
    display: none;
}

.read-more label::after {
    display: inline-block;
    width: 10px;
    height: 5px;
    background-color: #b6bdc3;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.read-more input {
    display: none;
}

.recommend_tag {
    margin: 20px;
    display:flex;
    flex-wrap: wrap;
}

.recommend_tag span {
    background: #fff;
    font-size: 0.75rem; 
    padding: 5px;
    border-radius: 3px;
    box-sizing: border-box;
    display: block;
    margin: 0 10px 5px 0;
}

.recommend_tag span.tag_pk {
    background: #ffe4e8;
}

/* ---------------------------------------
 Topic
----------------------------------------*/
.jr_topics{
	margin: -5px 20px 20px;
	padding:10px 10px 5px 10px;
	border:2px solid #00b5d4;
	background-color:#FFF;
}

.jr_topics li{
	margin-bottom:5px;
	padding-bottom:10px;
	font-size: 0.875rem;
	line-height: 1.6;
	border-bottom:1px dotted #CCC;
}

.jr_topics li:last-child{
	padding-bottom:0;
	border-bottom:none;
}

.jr_topics a{
	margin-left:10px;
	text-decoration:underline;
}

/* tag */
.jr_topics .tag{
	position:relative;
	padding: 2px 2px 3px 4px;
	font-size: 0.78rem;
	color:#FFF;
	background-color:#e90c79;
	line-height: 1;
	height:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.jr_topics .tag:after{
	position:absolute;
	top:0;
	left:100%;
	display:block;
	content:" ";
	border-style: solid;
	border-width: 10px 7px;
	border-color: transparent transparent transparent #e90c79;
}

/* ---------------------------------------
 キャンペーンバナー
----------------------------------------*/
.campaign_jr {
    margin: 10px;
}

.campaign_jr a {
    display: block;
}


/* ---------------------------------------
 tourNavi
----------------------------------------*/
#tourNavi{
	display:block;
}
#tourNavi {
	margin: 0 0 0 1% ;
	padding: 10px 0 0;
}
#tourNavi li {
	font-weight: bold;
	float: left;
	margin: 0 4px 5px 0;
	height: 30px;
	width:31%;
	text-align: center;
}
#tourNavi li a {
	color: #000;
	display:block;
	padding: 5px 8px;
	letter-spacing: -1px;
	text-decoration:none;
}
#tourNavi li a:visited {
	color: #000;
}
.navTop {font-size: 13px;background-color: #fff;border-radius:4px;border:1px solid #ECEBE6; line-height: 1.4;}
.navUS {font-size: 13px;background-color: #ffcdd7;border-radius:4px;border:1px solid #ECEBE6; line-height: 1.4;}
.navCA {font-size: 13px;background-color: #e4c7f7;border-radius:4px;border:1px solid #ECEBE6; line-height: 1.4;}
.navAU {font-size: 11px;background-color: #FFCF64;border-radius:4px;border:1px solid #ECEBE6; line-height: 1.4;}
.navNZ {font-size: 11px;background-color: #BDE594;border-radius:4px;border:1px solid #ECEBE6; line-height: 1.4;}
.navPH {font-size: 13px;background-color: #86E6DF;border-radius:4px;border:1px solid #ECEBE6; line-height: 1.4;}
.navMY {font-size: 13px;background-color: #F9E983;border-radius:4px;border:1px solid #ECEBE6; line-height: 1.4;}
.navGB_IE_MT {font-size: 10px;background-color: #bae7ef;border-radius:4px;border:1px solid #ECEBE6;}
.navFR {font-size: 13px;background-color: #f9c7e5;border-radius:4px;border:1px solid #ECEBE6; line-height: 1.4;}
.navES_IT_DE {font-size: 10px;background-color: #ffd4b7;border-radius:4px;border:1px solid #ECEBE6;}

.navTop:hover {border:1px solid #fff;}
.navUS:hover {border:1px solid #ffcdd7;}
.navCA:hover {border:1px solid #e4c7f7;}
.navAU:hover {border:1px solid #FFCF64;}
.navNZ:hover {border:1px solid #BDE594;}
.navPH:hover {border:1px solid #86E6DF;}
.navMY:hover {border:1px solid #F9E983;}
.navGB_IE_MT:hover {border:1px solid #bae7ef;}
.navFR:hover {border:1px solid #f9c7e5;}
.navES_IT_DE:hover {border:1px solid #ffd4b7;}


/* ---------------------------------------
 contents
----------------------------------------*/
/*詳細出たら削除*/
.picupCard:hover {
    position: relative;
    top: 0;
    box-shadow: 0px 1px 6px #ccc;
    background: #FFF;
}
/*詳細出たら削除*/

.JrContents{
}

.JrContents h2{
	margin-bottom:10px;
	font-size:18px;
	font-size:1.1rem;
}

.JrContents_inner{
	margin: 0 20px;
}

.JrContents_lead{
	font-size: 0.875rem;
	margin: 0 20px;
}

.CtryList {
    margin: 20px 0 0;
}

.slider-wrapper2 {
	width: 100%;
}
.slider-wrapper2 img {
	width: 100%;
	height: auto;
}
/*#top_contents h2 {
	color:#fff;
	font-weight: bold;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	margin: 10px 0;
	padding:0 0 0 6px;
	background-color:#fd879f;
	clear: both;
}*/
#top_contents h2 img {
	width: 20px;
	height: auto;
	margin: 0 3px 0 0;
	vertical-align: middle;
}
.recommendArea .recommendBox:last-child {
	border:none;
}
.recommendBox {
	width: 95%;
	margin: 0 auto;
	padding: 8px 0;
	border-bottom: 1px dashed #ccc;
	zoom:1;
	overflow:hidden;
}
.recommendBox:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}

.recommendBox img {
	width: 40%;
	height: auto;
	margin: 0 2% 1% 0;
	float:left;
	-moz-box-shadow: 2px 2px 2px 2px #E0DFDA;
	-webkit-box-shadow: 2px 2px 2px 2px #E0DFDA;
	box-shadow: 2px 2px 2px 2px #E0DFDA;
}
.recommendText {
	width: 58%;
	float: left;
}
.recommendText .here {
	color: white;
	font-size: 11px;
	text-align:center;
	width: 60%;
	margin: 0 0 3px 0;
	padding: 1%;
	background-color: #f79d0f;
	border-radius:20px;
}
.recommendText .point {
	color: #f79d0f;
	font-weight: bold;
	font-size: 14px;
}
.recommendText .recommendtitle {
	text-decoration: underline;
	font-weight: bold;
	font-size: 14px;
    line-height: 150%;
    margin: 3px 0;
}
.recommendText p{
    line-height: 150%;
    margin: 3px 0;
	font-size: 12px;
}

/* Newアイコン */
.newContents {
	position: absolute;
	top: -7px;
	right:  -7px;
	border: none !important;
}

/* ---------------------------------------
 画像下テキスト
----------------------------------------*/
.st_tourTopTextBox {
	width:95%;
	line-height:140%;
	margin:10px auto 0 auto;
	background-color:#efefef;
	border-radius:5px;
}
.st_tourTopTextBox br {
	display:none;
}
.st_tourTopTextTitle {
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:130%;
	margin:0 0 5px 0;
	padding:8px;
	background-color:#FC7C8B;
}
.st_tourTopTextText {
	font-size:13px;
	margin:10px;
}
.st_tourInfo {
	font-size:12px;
	font-weight:bold;
	background-color:rgb(255, 243, 226);
	width:90%;
	margin:14px auto 10px auto;
	padding:22px 6px 6px 6px;
	border:2px dashed #f79d0f;
	position:relative;
}
.st_tourInfo br {
	display:none;
}
.st_tourInfoImage {
	width:64px;
	height:auto;
	position:absolute;
	top:-10px;
	left:5px;
}
.tourLead {
	font-size: 12px;
	background-color:#E7F9FF;
	border-radius:4px;
	width: 91%;
	margin: 10px auto;
	padding: 2%;
	line-height: 1.4;
}
.tourLead span a{
	font-weight:bold;
	color:#F80E19;
	text-decoration: underline;	
}

/* 検索ボタン　2016/2/25追加 */
.tourLead a.serch_link_jr {
	background: -moz-linear-gradient(top bottom, #89aaf5 30%, #4277ee 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#89aaf5), to(#4277ee));
	background: linear-gradient(top center, #89aaf5 0%, #4277ee 100%);
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #89aaf5 30%, #4277ee 100%) repeat scroll 0 0;	
    border: 2px solid #4277ee;
    border-radius: 0.5em;
	display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 7px 4.8px 5px 5px;
    width: 96%;
    height: 30px;
    line-height: 30px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
}
.tourLead a.serch_link {
	background: -moz-linear-gradient(top bottom, #fca9ba 30%, #fd6987 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#fca9ba), to(#fd6987));
	background: linear-gradient(top center, #fca9ba 0%, #fd6987 100%);
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #fca9ba 30%, #fd6987 100%) repeat scroll 0 0;
    border: 2px solid #fd6987;
    border-radius: 0.5em;
	display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 3px 4.8px 5px 5px;
    width: 96%;
    height: 30px;
    line-height: 30px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size: 14px;
}
.serch_link img{
	vertical-align:middle;
    margin:1px 3px 3px;
    height: 18px;
    width: 18px;
}
.serch_link_jr img{
	vertical-align:middle;
    margin:1px 3px 3px;
    height: 18px;
    width: 44px;
}


.tourLead_jr {
	font-size: 12px;
	background-image: url(../img/jr_pamphlet.png) ;	
	background-position: right bottom;
	background-repeat: no-repeat;
	background-color:#FFF;
	border-radius:4px;
/*	width: 91%;
	margin: 10px auto;*/
	padding: 2%;
	line-height: 1.4;
}
.tourLead_jr span a{
	font-weight:bold;
	color:#F80E19;
	text-decoration: underline;	
}

.tourLead_jr_bg {
	background-color: rgba(255,255,255,0.8);
}

.tourLead_jr_ttl {
    font-size: 100%;
    padding: 2px;
	color:#FFF;
	font-weight:bold;
	border-radius: 50px;
	background-color:#00b8b5;
}

.mt10 {
	margin-top:10px;
}

.attText {
	clear: both;
	font-size: 12px;
	margin: 10px 0;
	padding: 20px;
	background-color: #f2f2f2;
}
.attText strong {
	color: #F84E70;
}
/* グローバル人材枠追加 */
.top_globalArea {
	font-size: 12px;
	width: 91%;
	margin: 2% auto;
	padding: 2%;
	border-radius: 5px;
	background-color: #FBF7D9;
	clear: both;
	position: relative;
}
.top_globalImage {
	width: 30%;
	height: auto;
	margin: 0 2% 0 0;
	float: left;
}
.top_globalImage_book {
	position: absolute;
	top: 30%;
	left: 5%;
}
.top_global_textBox {
	width: 68%;
	float: left;
}
.top_globalTitle {
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}
.top_globalTitle a {
	text-decoration: underline !important;
}
.top_globalSubtitle {
	background-color: #FFCC46;
	border-radius: 50px;
	padding: 2px 15px;
}
.top_globaltextLink {
	margin: 6px 0 0 0;
}
.top_globaltextLink a {
	text-decoration:underline;
	padding: 0 0 0 14px;
	background: url(/img/com/icon_arrow_y.png) 0 50% no-repeat;
	display: block;
}

/* キャンペーン案内枠追加 20141222 */
.tour_informationBox {
	font-size: 12px;
	width: 91%;
	line-height: 1.5;
	margin: 0 auto 5px auto;
	padding: 2%;
	background-color: #f2f2f2;
	border-radius: 4px;
}
.tour_infomationTitle {
	color: #F7456D;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
.tour_informationBox a {
	text-decoration: underline;
}
/* セミナーお知らせ枠追加 20150128 */
.st_topSeminarinfo {
	font-size: 12px;
	width: 91%;
	line-height: 1.6;
	margin: 0 auto 10px auto;
	padding: 2% 2% 1% 2%;
	border-radius: 4px;
	background-color: #FFE5ED;
}
.st_topSeminarinfo p {
	margin: 0 0 5px 0;
}
.st_topSeminarinfo a {
	text-decoration: underline;
}

.tourLead_jr_ttl {
    padding: 2px;
}

/* 検索モジュール */
/*#tab_contents div.box_choice {
    font-weight: bold;
}*/
#tab_contents .form_all {
    margin: 1px 5px 0 0;
}
#tab_contents div.input_in {
    width: 67%;
	font-weight: bold;
}


/* 電話番号導線
---------------------------------------------------------- */
.tel_box{
	text-align:center;
	padding: 20px;
	margin: 0;	
    background-image: linear-gradient(
    -45deg,
    #f9f2de 25%,
    #fbeeca 25%, #fbeeca 50%,
    #f9f2de 50%, #f9f2de 75%,
    #fbeeca 75%, #fbeeca
  );
  	background-image: -webkit-linear-gradient(-45deg,
    #f9f2de 25%,
    #fbeeca 25%, #fbeeca 50%,
    #f9f2de 50%, #f9f2de 75%,
    #fbeeca 75%, #fbeeca);
    background-size: 10px 10px;	
}
.tel_box p{
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px;
}
.tel_box img{
    height: auto;
    width: 90%;
}

/* 各デスクへの導線
---------------------------------------------------------- */
.kakudesk{
	/*margin:10px 0 10px 5px;
	text-align:center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
}
.kakudesk .deskbox_other {
    /*background-color: #f7f3a6;
    border-radius: 6px;
    margin: 0 1% 0 0;
    padding: 1%;
    width: 47%;*/
}
.deskbox_other .desk_name{
    /*font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    margin: 5px 0;*/
}
.deskbox_other a{
    /*background-color: #0075b5;
    border-radius: 2px;
    color: #fff;
    display: block;
    height: 28px;
    line-height: 28px;
	margin:8px 0;*/
}

/* cvn導線
---------------------------------------------------------- */
.cvn_box{
    margin: 0 0 10px;
	background: #FFF;
    border-radius: 0 0 4px 4px;
}

.cvn_box img{
	display:block;
	margin:0 auto;
}

.cvn_box .fukidashi{
    padding: 8px;
    position: relative;
	font-weight:bold;
    color: #fff;
    background-color: #00aadc;
	font-weight:bold;
    border-radius: 4px 4px 0 0;
}

.cvn_box .fukidashi:after {
	position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    content: " ";
    border-style: solid;
    border-width: 5px 6px;
    border-color: #00aadc transparent transparent transparent;
    margin-left: -6px;
}

.cvn_box .cvn_frame{
    padding: 0 10px 10px 10px;
    overflow: auto;
}

.cvn_btn > a{
	display:block;
	text-align:center;
	margin: 10px 0;
}


/* セミナー */
.cvn_box .cvn_frame #semi2 {
    margin:0 0 10px;
    width:100%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.cvn_box .cvn_frame #semi2 p {
	margin:0 0 8px;
	padding:0 0 10px 15px;
	border-bottom:1px dotted #CCC;
    background: rgba(0, 0, 0, 0) url("/tour/img/side/s_semiicon.gif") no-repeat 0 8px;
    line-height: 140%;
	font-size:16px;
	font-size:1rem;
}

.cvn_box .cvn_frame #semi2 p a{
	text-decoration:underline;
}

.cvn_box .cvn_frame #semi2 p br{
	display:none;
}

.semi_day{
	padding:0 0 0 5px;
}

.cvn_frame a.cvn_desklink {
    background-color: #0075b5;
    border-radius: 2px;
    color: #fff;
    height: 28px;
    line-height: 28px;
    margin: 10px 8px;
    padding: 5px 20px;
    text-decoration: none;
	font-size:13px;
}

.course_pickup_list li{
    padding-bottom: 3px;
}

.course_pickup_list li a{
	padding: 0 0 0 10px;
	position:relative;
	font-size:16px;
	font-size:1rem;
	text-decoration:underline;

}

.course_pickup_list li a:before{
	position:absolute;
	top:50%;
	left:0;
	display:block;
	content:" ";
	border-style:solid;
	border-width:5px 5px;
	border-color:transparent transparent transparent #00aadc;
	margin-top:-5px;
	
}

/* ---------------------------------
  おすすめプログラム
--------------------------------- */
.program_list{
	font-size:0;
}

.program_list > li{
	display:inline-block;
	margin:0 2% 10px 0;
	width:100%;
	font-size:16px;
	font-size:1rem;
    vertical-align: top;
}

.program_list > li:nth-child(2n){
	margin:0 0 10px 0;
}

.program_list > li > div{
    position: relative;
    font-weight: bold;
    display: block;
    padding: 7px;
    border-radius: 4px;
	background-color:#FFF;
	box-shadow:0px 0px 2px 0px #c3d6dc;
	-moz-box-shadow:0px 0px 2px 0px #c3d6dc;
	-webkit-box-shadow:0px 0px 2px 0px #c3d6dc;
	-webkit-backface-visibility: hidden; /* 1pxズレ回避 */
    backface-visibility: hidden;
}

/*.program_list > li > div:after{
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #00aadc transparent;
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
    right: 5px;
}*/

.program_list > li .program_list_imgBox{
	margin-bottom:3px;
	line-height: 1.3;
	letter-spacing: -0.03em;
}

.program_list > li .program_list_imgBox .flag_img{
	position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    border: 3px solid #FFF;
    border-radius:300px;
    width: 30px;
    height: 30px;
	background-color:#FFF;
}

.program_list > li .program_list_imgBox img{
    margin: 0 0 5px;
    vertical-align: bottom;
	border-bottom: 2px solid #00aadc;
}

.program_list > li .program_list_imgBox span{
	color:#00aadc;
    font-weight: bold;
}

.program_list > li p{
	font-size: 13px;
	font-size: 0.8rem;
	font-weight:normal;
    line-height: 1.4;
	text-decoration:none;
}

.program_list > li > div dl {
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    font-size: 14px;
}

.program_list > li > div dt {
    width: 30%;
    box-sizing: border-box;
    padding: 0 0 5px;
}

.program_list > li > div dd {
    width: 70%;
    box-sizing: border-box;
    font-weight: normal;
    padding: 0 0 5px;
}

.program_list > li .program_list_btn{
	position:relative;
	display:block;
	margin-top: 5px;
	padding:10px 5px 10px 20px;
	border:1px solid #0095c2;
	border-radius:4px;
	color:#FFF;
	background:#00aadc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    letter-spacing: -0.03em;
}

.program_list > li .program_list_btn:before,
.program_list > li .program_list_btn:after{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
	top: 0;
	bottom: 0;
}

.program_list > li .program_list_btn:before{
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	background:#FFF;
	-webkit-border-radius: 50%;
	border-radius: 50%;
    left: 5px;
}

.program_list > li .program_list_btn:after{
	left: 10px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #00aadc;
}

/* プログラムボタン */
.btn_program{
	margin-bottom:10px;
}

.btn_program a{
    display: block;
    padding: 15px 10px;
    font-size: 18px;
    font-size: 1.1rem;
    font-weight: bold;
	text-align:center;
	line-height: 1;
	color:#FFF !important;
	text-decoration:none !important;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow:0px 0px 2px 0px #e8e8e8;
	-moz-box-shadow:0px 0px 2px 0px #e8e8e8;
	-webkit-box-shadow:0px 0px 2px 0px #e8e8e8;
}

.btn_program_list a{
	background: #FD9D0B; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,181,43,1) 0%, rgba(253,157,11,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(252,181,43,1) 0%,rgba(253,157,11,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(252,181,43,1) 0%,rgba(253,157,11,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcb52b', endColorstr='#fd9d0b',GradientType=0 ); /* IE6-9 */
	border:1px solid #fd9d0b;
	box-shadow:0px 1px 0px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow:0px 1px 0px 0px rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:0px 1px 0px 0px rgba(255,255,255,0.5) inset;
}

.btn_program_search a{
	background: rgb(255,131,30); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,131,30,1) 0%, rgba(233,96,12,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,131,30,1) 0%,rgba(233,96,12,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,131,30,1) 0%,rgba(233,96,12,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff831e', endColorstr='#e9600c',GradientType=0 ); /* IE6-9 */
	border:1px solid #e9600c;
	box-shadow:0px 1px 0px 0px rgba(255,255,255,0.5) inset;
	-moz-box-shadow:0px 1px 0px 0px rgba(255,255,255,0.5) inset;
	-webkit-box-shadow:0px 1px 0px 0px rgba(255,255,255,0.5) inset;
}

.btn_program_search a span{
	position:relative;
	padding:0 0 0 20px;
}

.btn_program_search a span:before{
	display:block;
	position:absolute;
	top:50%;
	left:0;
	content:" ";
	background:url(/junior/img/ico_search.png) no-repeat;
    background-size: 15px auto;
    margin-top: -7px;
    width: 15px;
    height: 15px;
}

.footerContents{
	/* padding-top:10px; */
	background:#FFF;
}

/* -- 先着特典 -- */
.privilege {
    margin: 2% 1% 0 1%;
    padding: 8px 1px 8px 4px;
	background:#fff;
}
.privilege p{
	line-height:1.8;
	margin:0 0 10px;
}

.privilege p a{
	text-decoration:underline;
}
.privilege p span{
	background-color:#fd0105;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 3px 2px 5px 5px;
    position: relative;
    text-align: center;
    height: 18px;
    line-height: 18px;
	margin: 0 12px 0 0;
}

.privilege p span:after {
	border:10px solid transparent;
	border-left-color:#fd0105;
    border-image: none;
    border-style: solid;
    border-width: 13px 0 13px 10px;
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
}


.top_recommend{
	position:relative;
}

.top_recommend a{
	display:inline-block;
    margin: 0 5px;
	text-decoration:underline;
    font-size: 110%;
}

.top_recommend p{
    margin: 0 0 0 71px;
	line-height:1.7;
}

.bg_arrow{
	position:absolute;
    background-color: #ea0138;
    color: #fff;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin: 0 0 5px;
    padding: 4px 2px 0 5px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    margin:-11px 12px 0 0;
	top:50%;
    height: 26px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.bg_arrow:after {
    border: 10px solid transparent;
    border-left-color: #ea0138;
    border-image: none;
    border-style: solid;
    border-width:13px 0 13px 8px;
    content: "";
    display: block;
    position: absolute;
    right: -8px;
    top: 0;
    width: 0;
}

/* 特集
------------------------------------------------- */
.picupCard_content dl dd.pickup_cost {
    text-align: right;
    padding-right: 5px;
    font-size: 1.125rem;
    font-weight: bold;
}


/* 安心サポート
------------------------------------------------- */
.support_box{
	margin:20px;
	padding:10px;
	background: #FFF;
	border-top: 5px solid #e90c79;
    box-shadow: 0px 0px 2px 0px #b0c2c7;
    -moz-box-shadow: 0px 0px 2px 0px #b0c2c7;
    -webkit-box-shadow: 0px 0px 2px 0px #b0c2c7;
}

.support_box h3{
	margin-bottom: 5px;
	padding:15px 0;
	text-align:center;
    font-size: 18px;
    font-size: 1.125rem;
	font-weight:bold;
    background: url(/img/border_wh.png) repeat #ffcce5;
}

.support_list{
	margin-bottom:10px;
}

.support_list > li:last-child {
	border-bottom:1px dashed #CCC;
}

.support_list > li {
	display:table;
	width: 100%;
	font-weight:bold;
    font-size: 16px;
    font-size: 1rem;
	padding:5px 0;
	border-bottom:1px dashed #CCC;
}

.support_list > li p {
	display:table-cell;
	vertical-align: middle;
}

.support_list > li .number {
    width: 2em;
}

.support_list > li .number span {
    margin: 5px 0;
    width: 1.8em;
    height: 1.8em;
    background: #e90c79;
    border-radius: 300px;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-size: 0.9rem;
    font-weight: normal;
    padding: 0.4em 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
}

.btn_support_detail{
    display: block;
    text-align: center;
}

.btn_support_detail a{
    display: inline-block;
    color: #FFF !important;
    text-decoration: none;
    padding: 10px 50px;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 4px;
    background: #FD9D0B;
    margin: 10px 0;
}

.btn_support_detail a span{
	position:relative;
}

.btn_support_detail a span:before{
    display: block;
    content: " ";
    background-color: #FFF;
    border-radius: 300px;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -18px;
    bottom: 2px;
}

.btn_support_detail a span:after{
    display: block;
    content: " ";
    border-style: solid;
    border-color: transparent transparent transparent #FD9D0B;
    border-width: 4px 4px;
    position: absolute;
    right: -18px;
    bottom: 5px;
}


/* 研修で得られるもの
------------------------------------------------- */
/*#deal{background: url(/img/border_wh.png) repeat #c8eff9;}*/
.deal_list{
	margin-bottom:10px;
}

.deal_list li{
    margin: 0 0 10px;
    padding: 20px;
    background-color:#FFF;
    border-radius:4px;
}

.deal_box{
	display:table;
	/* padding:7px; */
	background-color:#FFF;
	width:100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.deal_box > .deal_box_imgArea{
	display:table-cell;
	width: 57px;
}

.deal_box > .deal_box_imgArea img{
	width:50px;
	height:50px;
	border-radius:300px
}

.deal_box dl{
	display:table-cell;	
	vertical-align:top;
}

.deal_box dt{
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height:1;
    font-weight:bold;
    font-size:18px;
    font-size:1.1rem;
    color:#e90c79;
    border-bottom: 3px solid;
}

.deal_box dd{
	padding:0;
	font-size:14px;
	font-size:0.9rem;
}

/* -- FAQ -- */
.faq_box {
    background: #fff;
    border-radius: 8px;
    margin: 10px 0;
    box-shadow: 0px 0px 2px 0px #b0c2c7;
}

.que_box {
    color: #00aadc;
    font-size: 1rem;
    font-weight: bold;
    position: relative;
    height: 72px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    padding-left: 59px;
    padding-right: 37px;
    border-bottom: 2px solid #00aadc;
    margin-bottom: 3px;
    cursor: pointer;
}

.que_box::after {
    display: block;
    content: "";
    clear: both;
    background: url(/img/country/border_wh.gif) repeat;
    height: 4px;
    width: 100%;
    background-position: top;
    margin: 0;
    background-color: #00aadc;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.que_box p {
    
}

.que_icon {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 21px 12px;
    color: #00aadc;
    font-size: 30px;
    font-weight: bold;
    background: #c5eaf5;
    line-height: 1;
    font-family: Roboto,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.que_box p::before {
    position: absolute;
    top: 50%;
    right: 15px;
    content: "";
    margin-top: -2px;
    margin-left: 5px;
    width: 12px;
    height: 2px;
    background-color: transparent!important;
    border-bottom: 2px solid #00aadc;
}

.que_box p::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    margin-top: -17px;
    margin-left: 10px;
    height: 12px;
    width: 2px;
    background-color: transparent !important;
    border-bottom: 12px solid #00aadc;
}

.opn_cnt p:after {
    display: none;
}

.que_box.active p::before {
    display: none;
}

.que_box.active p::after {
    margin-top: -10px;
    right: 15px;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.answer_box {
    padding: 20px;
    font-size: 1rem;
    line-height: 1.5;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.answer_txt {
    font-size: 0.9rem;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

.answer_icon {
    font-size: 30px;
    line-height: 1;
    color: #00aadc;
    border: 1px solid #00aadc;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    display: inline-block;
    font-family: Roboto,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* form
------------------------------ */
.cv_area {
    background-size: cover;
    position: relative;
    padding: 0px 0 15px;
    z-index: 1;
    overflow: hidden;
}

.cv_area > picture {
    width: 166%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}

.cv_area_ttl {
    font-size: 1.125rem;
    position: relative;
    width: 290px;
    margin: 30px auto 0;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
}

.cv_area::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
	content: "";
	clear:both;
    background: url(/img/country/border_wh.gif) repeat #00aadc;
    width: 100%;
    height: 4px;
    background-position: top;
	margin:0 0 8px;
    z-index: 3;
}

.cv_area:after {
    content:"";
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	display: block;
    /*background: rgba(0, 0, 0, 0.15);*/
    background: rgba(11, 76, 105, 0.44);
}

.conv_box {
    background: rgba(255, 255, 255, 0.90);
    border-radius: 4px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.20);
    padding: 15px;
    width: 95%;
    box-sizing: border-box;
    margin: 10px auto;
    padding: 15px 15px 5px;
    width: 290px;
    position: relative;
    z-index: 4;
}

.conv_box p {
	margin-bottom: 10px;
}

.link_btn {
	margin-bottom: 10px;
}

.link_btn a {
	display: block;
    padding: 15px 30px;
    font-size: 18px;
    font-size: 1.1rem;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    line-height: 1.3;
    color: #FFF !important;
    text-decoration: none !important;
    border-radius: 4px;
	background: #fd8700;
    background: -moz-linear-gradient(top, #fd8700 0%, #fb5c00 100%);
    background: -webkit-linear-gradient(top, #fd8700 0%,#fb5c00 100%);
    background: linear-gradient(to bottom, #fd8700 0%,#fb5c00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8700', endColorstr='#fb5c00',GradientType=0 );
    border: 1px solid #fb5c00;
    box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset;
    -moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.5) inset;
}

/* form-style-reset */
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  
}
select::-ms-expand {
   display:none;
}
/* //form-style-reset */

.conv_box label {
    font-size: 12px;
    font-weight: bold;
    color: #575757;
    display: block;
    letter-spacing: normal;
}

.s_box {
    position: relative;
}

.s_box::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 6px;
    height: 6px;
    border: 1px solid;
    border-color: transparent transparent #707070 #707070;
    transform: rotate(-45deg);
}

.s_box + span {
    font-size: 12px;
    color: #575757;
    letter-spacing: normal;
}

.s_boxframe {
    border: 1px solid #ccc;
    background: #fff;
    height: 40px;
    width: 34%;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 12px;
    position: relative;
    border-radius: 2px;
    color: #484848;
    cursor: pointer;
}

.s_boxframe.country {width: 255px;}
.s_boxframe.departure {width: 100px;}
.s_boxframe.month {width: 76px;}
.s_boxframe.term {width: 255px;}




.sp_on{display:block;}
.pc_on{display:none;}

/* =============================================================
 smartphone / tablet  480px - 767px
============================================================= */
@media print, screen and (min-width:480px) {
.navAU,
.navNZ{font-size: 13px;}
.navES_IT_DE,
.navGB_IE_MT {font-size: 10.5px;}

.tourLead a.serch_link_jr,
.tourLead a.serch_link {
    margin: 8px 4px 5px 0;
    padding: 0;
    width: 48%;
	text-align: center;
}

.recommendBox img {
	width: 25%;
}
.recommendText {
	width: 73%;
}
.recommendText .here {
	width: 35%;
}
.top_globalArea {
	width: 93%;
}
.top_globalImage_book {
	top: 34%;
	left: 17%;
}

.tel_box img{
    height: 66px;
    width: 450px;
}

.more {
    float: left;
    width: 50%;
}


#tab_contents div.input_in {
    width: 75%;
}


/*-- メインイメージと検索枠 ----------------*/

#top_formblock1, #top_formblock2 {
    float: left;
    margin: 2% 0% 2% 2%;
    width: 49%;
}
#top_formblock1{
    margin: 2% 0 2% 0;
}

#top_formblock1 img {
    height: auto;
    margin: 6% 1% 6% 3%;
    width: 45%;
}
#top_formblock1 img.img_right{
    margin: 6% 1% 6% 3%;
}
#top_formblock2 p {
    /*margin: 6% 0 2% 2%;*/
	margin: 3.5% 0 1% 1.5%;
    padding: 2%;
    width: 45%;
	float: left;
}
#top_formblock2 img {
    height: auto;
    /*margin: 6% 1% 6% 2%;*/
	margin: 3.5% 2% 3.5%;
    width: 45%;
	float: right;
}
    
.program_list > li{
    width: 49%;
}

/* -- 安心サポート -- */
.support_box h3{
    font-size: 24px;
    font-size: 1.5rem;
    }
}

/* =============================================================
 tablet 769px - 889px
============================================================= */
@media print, screen and (min-width:769px) {


/* ---------------------------------------
 all
----------------------------------------*/
#top {
    margin:8px auto 0;
    width: auto;
}

/*#top_main h1.sp_on{
	display:inline-block;
	text-align:left;
}*/

.tab_search_jr a{
	color:#FFF !important;
	text-decoration:none;
}



#top p {
	text-align: left;
}

#top_map:before{
	display:none;
}

.tab_search li{
	padding:10px;
}

#top a.tab_jr{
	background: -moz-linear-gradient(top bottom, #89aaf5 30%, #4277ee 100%);
	background: -webkit-gradient(linear, center top, center bottom, from(#89aaf5), to(#4277ee));
	background: linear-gradient(top center, #89aaf5 0%, #4277ee 100%);
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #89aaf5 30%, #4277ee 100%) repeat scroll 0 0;
    border-radius: 6px 6px 0 0;
    float: left;
    font-size: 13px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 0 0 5px;
    width: 30%;
	text-decoration:none;
	color:#fff;
}
#top a img {
    height: 18px;
    vertical-align: middle;
    width: 18px;
}
#top a span{
    font-size: 12px;
}

.contents_wrap_top {
    margin: 0 auto;
	 max-width:100%
}
#top_contents {
    max-width: 100%;
}

#side #hayawari {
	margin-bottom: 10px;
}
    
    .CtryList,
    .s_section,
    .txt_description,
    .pickup {
        max-width: 1004px;
        margin: 0 auto;
    }


/* ---------------------------------
  おすすめプログラム
--------------------------------- */
#program{
}
.program_list{
	margin-bottom:10px;
}

.program_list > li{
	margin:0 2% 10px 0;
	margin:0 1% 10px 0\9;/* IE8 */
	width:32%;
	letter-spacing: normal;
}

.program_list > li:nth-child(2n){
	margin:0 2% 10px 0;
}

.program_list > li:nth-child(3n){
	margin:0 0 10px 0;
}

.program_list > li > div{
	font-weight: bold;
    display: block;
	padding:0 0 10px;
	border:none;
	text-decoration:none;
}

.program_list > li .program_list_imgBox{
	position:relative;
	overflow:hidden;
    margin-bottom:5px;
	border: 4px solid #FFF;
	letter-spacing: normal;
	border-radius:4px;
}

.program_list > li .program_list_imgBox img{
	border-bottom:none;
    margin: 0;
}

.program_list > li .program_list_imgBox span{
	position: absolute;
    left: 0;
    bottom: 0;
    padding: 5px;
    color: #FFF;
    background-color: #00aadc;
    background-color: rgba(0, 153, 198, 0.85);
    text-decoration: none;
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.program_list > li .program_list_imgBox .flag_img{
	top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
}

.program_list > li .program_list_imgBox .program_list_schoolImg{
	margin:0;
	-webkit-transition: .1s ease-out;
	-moz-transition: .1s ease-out;
	-o-transition: .1s ease-out;
	-ms-transition: .1s ease-out;
	transition: .1s ease-out;
    display: block;
}

.program_list > li > div:hover .program_list_imgBox{
	/*border: 4px solid #c5eaf5;*/
}

.program_list > li > div:hover{
	/*background:#c5eaf5;*/
}

.program_list > li > div:hover .program_list_imgBox .program_list_schoolImg{
	/*filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);*/
}

.program_list > li p{
	padding: 0 10px 8px 10px;
	font-size:14px;
	font-size:0.9rem;
	color: #333;
}

.program_list > li > div dl {
    padding: 0 10px 10px;
    }

.program_list > li .program_list_btn{
	margin: 0 10px;
    padding: 5px 10px 5px 30px;
    border: 1px solid #00aadc;
    border-radius: 4px;
    color: #00aadc;
	background: #FFF;
	font-weight:bold;
	text-align:left;
}

.program_list > li .program_list_btn:before{
	background:#00aadc;
    width: 13px;
    height: 13px;
	left: 10px;
}

.program_list > li .program_list_btn:after{
	left: 15px;
	border-left: 4px solid #FFF;
}

.program_list > li .program_list_imgBox + p {
	height: 48px;
	box-sizing: border-box;
}


/* プログラムボタン */
.program_btn_area{
	border: 1px dashed #50c2e4;
	border-radius:4px;
	background:#FFF;
	margin-bottom:10px;
	padding:20px;
}

.btn_program{
	margin-bottom:0;
	width:49%;
}

.btn_program a{
    padding: 18px 10px;
}

.btn_program_list{
	float:left;
}

.btn_program_search{
	float:right;
}

/* ---------------------------------
  研修で得られるもの
--------------------------------- */
.deal_list{
    margin-top: 20px;
	margin-bottom:20px;
	font-size:0;
	display:flex;
	display: -webkit-flex;
}

.deal_list li{
	display:inline-block;
	width:32%;
    margin: 0 2% 0 0;
    padding: 7px;
	vertical-align:top;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.deal_list li:nth-child(3n){
    margin: 0;
}

.deal_box{
	display:block;
	padding:10px;
}

.deal_box > .deal_box_imgArea{
	display: block;
    margin: 0 auto 10px;
    width: auto;
    text-align: center;
}

.deal_box > .deal_box_imgArea img{
	width: 150px;
    height: 150px;
    border-radius: 999px;
}

.deal_box dl{
	display:block;	
}

.deal_box dt{
	font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    padding-bottom: 10px;
}

.deal_box dd{
	padding:0;
	font-size:16px;
	font-size:1rem;
	line-height: 1.5;
}


/* ---------------------------------------
 contents
----------------------------------------*/
.slider-wrapper2 {
	width:auto;
	padding: 10px;
	border-radius:6px;
	background-color: white;
}
.slider-wrapper2 img {
	vertical-align: bottom;
}
.tourLead {
	width: auto;
	background-color:#fff;
}
.tourLead a.serch_link_jr,
.tourLead a.serch_link {
    margin: 8px 2% 5px 0;
    padding: 0;
    width: 47%;
	font-size: 16px;
}

.st_tourInfo {
	font-size:14px;
	width: auto;
	margin:20px 0 0 0;
	padding:1% 1% 1% 12%;
	line-height:150%;
}


#top_contents h2 img {
	width: 23px;
	margin: 0 5px 0 0;
}

.JrContents h2{
	margin: 0 0 10px;
	padding: 10px 0;
	font-size: 24px;
    font-size: 1.5rem;
	font-weight: bold;
	text-align:center;
}

.recommendArea {
	background-color: white;
	border-radius:4px;
	padding: 4px 0 6px 0;
}
.recommendBox img {
	width: 18%;
}
.recommendText {
	width: 78%;
}
.recommendText .here {
	width: 26%;
}
.recommendText .point {
	font-size: 13px;
}
.top_globalImage_book {
	top: 35%;
	left: 20%;
}

/* Newアイコン */
.newContents {
	position: absolute;
	top: -7px;
	right:  -7px;
	border: none !important;
}

.recommendArea {
    margin: 0 1.5% 2%;
}
/* ---------------------------------------
 画像下テキスト
----------------------------------------*/
.st_tourTopTextBox {
	width:742px;
	line-height:140%;
	margin:15px 0 0 0;
	background-color:#ffffff;
	border:3px solid #ffffff;
	border-radius:5px;
}
.st_tourTopTextTitle {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	line-height:130%;
	margin:0 0 5px 0;
	padding:8px;
	background-color:#FC7C8B;
}
.st_tourTopTextText {
	font-size:14px;
	margin:10px 10px 10px 10px;
	line-height:140%;
}
.attText {
	border-radius:4px;
	background-color: white;
	margin:0 1.5%;
}
.top_globalArea {
	width: auto;
	margin: 2% 0;
}
.top_globalTitle {
	font-size: 16px;
	margin: 8px 0;
}
.top_globaltextLink a {
	display: inline;
}

/* キャンペーン案内枠追加 20141222 */
.tour_informationBox {
	width: auto;
	margin: 0 auto 10px auto;
	padding: 2%;
	background-color: rgb(255, 231, 231);
}
.tour_infomationTitle {
	font-size: 15px;
}

/* セミナーお知らせ枠追加 20150128 */
.st_topSeminarinfo {
	width: auto;
	background-color: #FFE7E7;
	border: 1px dashed #FF8686;
}
.st_topSeminarinfo br {
	display: none;
}

.tourLead_jr_ttl {
	padding:5px;
	font-size:130%;
}

.tel_box p {
    font-size: 16px;
}

#tab_contents div.input_in {
    width: 81%;
}


/* ---------------------------------------
 tourNavi
----------------------------------------*/

#tourNavi {
    clear: both;
    height: 60px;
    margin: 0 auto;
    padding: 20px 0 0;
    width: 1004px;
}
#tourNavi li {
	width:auto;
	height:auto;
}
#tourNavi li a {
    padding: 10px 8px;
}
.navGB_IE_MT,
.navES_IT_DE {
    font-size: 11px;
}


/* 各デスクへの導線
---------------------------------------------------------- */
.kakudesk{
    /*clear: both;
    font-size: 12px;
    margin: 15px auto;
    max-width: 1004px;*/
}
.kakudesk .deskbox_other{
	/*width:33%;
	margin:0;
	padding:0;
	background:none;
	padding: 0 20px;*/
}
.deskbox_other .desk_name{
    font-size: 20px;
    margin: 15px 0;
}
.deskbox_other a{
    background-color: #fff;
    border: 3px solid #0075b5;
    border-radius: 6px;
    display: block;
    height: 28px;
    line-height: 28px;
    margin: 8px 90px;
	text-decoration:none;
}
.deskbox_other a:hover{
    background-color: #0075b5;
	color:#fff;
}

/* cvn導線
---------------------------------------------------------- */
.cvn_area{
	padding-bottom:20px;
	font-size:0;
	display: flex;
}

.cvn_area .cvn_box{
	display:inline-block;
	margin: 0 2% 0 0;
	/* width: 32%; */
	font-size:16px;
	font-size:1rem;
	vertical-align:top;
	background-color:#fff;
	box-shadow: 0px 0px 2px 0px #c3d6dc;
	-moz-box-shadow: 0px 0px 2px 0px #c3d6dc;
	-webkit-box-shadow: 0px 0px 2px 0px #c3d6dc;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.cvn_frame a:hover img.pamphlet_img{
	opacity:0.8;
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
}

.cvn_area .cvn_box:last-of-type{
	margin: 0;
}

.cvn_box .cvn_frame{
	padding:0 10px 10px 10px;
}

.cvn_box .fukidashi{
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    position: relative;
}

.cvn_box p.fukidashi:after {
	left:30px;
}

/* セミナー */
.cvn_box .cvn_frame #semi2{
	margin:0 0 10px;
}

.cvn_box .cvn_frame #semi2 p{
	margin: 0 0 5px;
    padding: 0 0 5px 15px;
	font-size: 14px;
    font-size: 0.9rem;
}

.cvn_box .cvn_frame #semi2 p br{
	display:block;
}

.cvn_box .cvn_frame #semi2 p a{
	margin: 0;
}

.semi_day, .location{
	padding:0;
	font-size:14px;
	font-size:0.9rem;
}


.support_list > li
.cvn_box .cvn_frame img.pamphlet_img,
.cvn_box .cvn_frame img.counsel_img{
	width:90%;
	height:auto;
}
.cvn_frame a.cvn_desklink {
    margin: 10px 2px;
	font-size:15px;
	padding: 5px 18px;
}

/* 6つの安心サポート
------------------------------------------------- */
.support_list > li{
    font-size: 18px;
    font-size: 1.1rem;
}


    
/* -- FAQ -- */
.flex_contents {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.faq_box {
    width: 49%;
}

.que_box {
    font-size: 20px;
    height: 86px;
    padding-left: 72px;
    padding-right: 37px;
}
    
.que_icon {
    font-size: 38px;
    padding: 21px 14px 27px;
}

.answer_txt {
    font-size: 1rem;
}


/*-- メインイメージと検索枠 ----------------*/
/*#top_main{
    background:url(/junior/img/top_main_bg.png) no-repeat center #00b5d4;
    position: relative;
    margin:0 0 10px;
	padding:2%;
    background-size: auto 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

#top_mainbg{
    width: 100%;
    height: 100%;
}
*/
img.top_catch_ttl{
    margin: 0 0 10px;
    padding: 0;
    width: 340px;
}

.top_ttl_season{
	width:340px;
}

img.top_program_parts {
    max-width: 47%;
    position: absolute;
    top: 15px;
    right: 2%;
}


#tab_contents .form_all {
    margin: 1px 14px 0 5px;
}

#top_formblock1,
#top_formblock2{
    position: absolute;
    height: auto;
    padding: 5px;
	margin:1% 0;
    right: 8px;
    width: 29%;
}
#top_formblock1 img{
	padding:0;
    width: 43%;
	float:left;
}
#top_formblock1 img.img_right{
    margin: 5% 5% 5% 4%;
}
#top_formblock1 img.img_left{
    margin: 5% 1%;
}

#top_formblock2{
    top: 160px;
    height: auto;
}
#top_formblock2 p{
    font-size: 14px;
    /*margin: 6% 2% 6% 3%;*/
}
#top_formblock2 img{
    /*margin: 6% 1%;*/
    width: 43%;
}

/* -- 先着特典 -- */
.privilege {
    margin: 4% 1% 0 0;
    padding: 10px 10px 5px;
}
.privilege p span {
    font-size: 13px;
    margin: 0 16px 0 0;
}




.flag_img{
    width: 30px;
    height: 30px;
}


/* ---------------------------------------
 Q&A、安心サポート、特典など
----------------------------------------*/
.top_box172 {
	background-color: #fff;
}




}

/* =============================================================
 desktop 1024x - 
============================================================= */
@media print, screen and (min-width:1024px) {

.sp_on{display:none;}
.pc_on{display:block;}

.JrContents{
	margin:0;
	padding-bottom:0;
	overflow:visible;
}

.JrContents_inner{
	margin:0 auto;
    width: 1004px;
}

.JrContents_lead {
	width: 1004px;
	margin: 20px auto;
}


/* ---------------------------------------
 メインイメージ
----------------------------------------*/
#top_main h1.sp_on{display:none;}

#top_main{
	padding:0;
	margin: 0;
	height: 465px;
	background:url(/junior/img/top_main_bg.jpg) no-repeat center #bae7ff;
	background-size:cover;
	display: flex;
}

#top_main h1 {
    background: none;
    width: auto;
    padding: 0;
}

#top_main h1 img{
    display: block;
    margin: 0 auto;
    padding: 0;
    height: 465px;
}

#junior h2 {
    margin-top: 0;
}

.top_main_ttlArea{
	position:relative;
	width: 1004px;
	margin:0 auto;
}

.top_bnr_tokuten {
    position: absolute;
    bottom: 4px;
    left: 145px;
    width: 174px;
    top: inherit;
}

.top_bnr_tokuten > a{
	display:block;
}

.top_bnr_tokuten > a:hover{
	opacity:0.8;
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
}

/* トビタテ */
.tobitate_sp{
	display:none;
}
.tobitate_pc{
	display:block;
	position:absolute;
    right: 10px;
    bottom: 10px;
}

.tobitateTxt{
    margin: 0 auto 10px;
	width:1004px;
    font-size: 27px;
    font-size: 1.7rem;
	text-align:center;
}

.tobitateTxt br{
	display:inline;
}
    
.recommend_tag {
    width: 1004px;
    margin: 0 auto;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
    
    .recommend_tag span {
        margin: 0 0 20px;
        font-size: 1rem;
        height: 32px;
        line-height: 32px;
        padding: 0 15px;
    }

/* ---------------------------------------
 top_menu
----------------------------------------*/
.top_menu{
	margin-bottom:20px;
	padding: 10px 0;
	background-color:#71d1ed;
}

.top_menu ul{
	display:table;
	margin: 0 auto;
	border-collapse: separate;
    border-spacing: 10px 0;
	width: 1024px;
}

.top_menu li{
	display:table-cell;
	width:auto;
	border-top: none;
	border-radius:4px;
	text-align: center;
}

.top_menu li:nth-child(odd){border-right:none;}
.top_menu li:nth-child(even){border-left:none;}

.top_menu li > a{
	padding: 10px 10px 10px 20px;
	border-radius:4px;
	text-decoration:none;
	border-bottom: 1px solid #3db2d4;
}

.top_menu li > a:hover{
	background: #e6f4f8;
	border-top: 1px solid #3db2d4;
	border-bottom: #e6f4f8;
}


.top_menu li:before{
    left: 12px;
}

/* ---------------------------------------
 Topic
----------------------------------------*/
.jr_topics{
	margin:0 auto 20px;
	width:1004px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.jr_topics li{
	position:relative;
	font-size: 14px;
	font-size: 0.85rem;
}

.jr_topics li:last-child{
	padding-bottom:0;
	border-bottom:none;
}

/*.jr_topics a{
    position: absolute;
    left: 55px;
}*/

.jr_topics .tag {
    padding: 1px 2px 2px 4px;
    font-size: 11px;
    font-size: 0.7rem;
}

.jr_topics .tag:after {
    border-width:8px 6px;
}

.cvn_box .cvn_frame #semi2 p a:hover{
	text-decoration:none;
}

/* ---------------------------------------
 キャンペーンバナー
----------------------------------------*/
.campaign_jr {
    width: 1004px;
    margin: 0 auto 20px;
}

.campaign_jr a:hover {
    opacity: 0.7;
}
    
/* form
------------------------------ */
    .cv_area {
        max-width: 1004px;
        margin: 20px auto;
    }
    
    .conv_box {
        width: 94%;
         padding: 15px;
    }
    
    .cv_area > picture {
    }
    
    .cv_area_ttl {
        margin: 30px 30px 20px;
        font-size: 1.5rem;
        width: inherit;
    }

    .conv_box p {
        display: inline-block;
        margin-right: 20px;
        margin: 10px 5px 20px 10px;
    }

    .conv_box label {
        display: block;
    }
    
    .link_btn {
        display: inline-block;
        margin: 10px;
    }
    
    .link_btn a:hover {
        background: #ed4d02;
        box-shadow: none;
    }
    
    .s_boxframe.country,
    .s_boxframe.term {
        width: 205px !important;
    }
    
    .s_boxframe {
        height: 44px;
        font-size: 0.875rem;
    } 
    
/* ---------------------------------------
 おすすめプログラム
----------------------------------------*/
.program_list > li .program_list_btn{
	padding: 5px 10px 5px 27px;
}
    
/* プログラムボタン */
.program_btn_area {
    padding: 30px;
}

.btn_program{
	margin-bottom:0;
	width: 48%;
}

.btn_program a{
    display: block;
    padding: 20px 10px;
    font-size: 20px;
    font-size: 1.25rem;
}

.btn_program_search a span {
    padding: 0 0 0 25px;
}

.btn_program_search a span:before {
    background-size: 18px auto;
    margin-top: -8px;
    width: 18px;
    height: 18px;
}

.btn_program_list a:hover{
	background: #fd9d0b;
}

.btn_program_search a:hover{
	background: #e9600c;
}
    
.program_list_btn.red {
    color: #ee4040;
}

/* ---------------------------------------
特集
----------------------------------------*/
#theme .picupCard a:hover {
    background: #b9e3ee;
}

/* ---------------------------------------
 短期留学プログラムとは
----------------------------------------*/
.program_exp_img{
	margin-top: -2px;
}

.program_exp_list li p{
    font-size: 20px;
    font-size: 1.12rem;
}

.program_exp_list li:after{
	top: 3px;
}

.recommendArea {
	padding: 15px 0 5px;
	margin:0;
}
.recommendBox {
	width: 49%;
	height:88px;
	margin:0% 0 1% 1%;
	padding: 0;
	border-bottom: none;
	line-height: 1.2;
	float: left;
}
.recommendBox img {
	width: 30%;
}
.recommendText {
	width: 67%;
}
.recommendText .here {
	width: 64%;
}
.attText {
    background: #f2f2f2;
	margin:0;
}

.top_globalArea {
	margin: 1% 0;
}
.top_globalImage {
	width: 21%;
	padding: 1%;
	background-color: white;
	box-shadow: 0 1px 1px rgba(167, 167, 167, 0.7);
}
.top_global_textBox {
	width: 75%;
}
.top_globalSubtitle {
	padding: 4px 8px;
}
.top_globalImage_book {
	left: 17%;
}

.tourLead_jr_ttl {
	padding:5px;
	font-size:130%;
}

.cvn_box .cvn_frame img.pamphlet_img,
.cvn_box .cvn_frame img.counsel_img{
	width:auto;
	max-width: 139px;
	height:auto;
	margin: 0 auto 10px;
}
    
.cvn_box .cvn_frame img.counsel_img {
    width: 245px;
}


/* 安心サポート
------------------------------------------------- */
.support_box{
	width: 1004px;
    box-sizing: border-box;
    margin: 20px auto;
    padding: 20px;
}

.support_box h3{
	padding:5px 0;
	text-align:center;
	font-size:32px;
	font-size:2rem;
}

.support_list{
	margin-bottom:10px;
}

.support_list > li:last-child {
	border-bottom:1px dashed #CCC;
}

.support_list > li {
	display:table;
	width: 100%;
	font-weight:bold;
    font-size: 20px;
    font-size: 1.25rem;
    padding: 10px 0 10px 10px;
	border-bottom:1px dashed #CCC;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.support_list > li p {
	display:table-cell;
	vertical-align: middle;
}

.support_list > li .number {
    width: 1.6em;
}

.support_list > li .number span {
    margin: 5px 0;
    width: 1.8em;
    height: 1.8em;
    background: #e90c79;
    border-radius: 300px;
    color: #fff;
    line-height: 1;
    text-align: center;
    font-size: 0.9rem;
    font-weight: normal;
    padding: 0.4em 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
}

.btn_support_detail{
    display: block;
    text-align: center;
}

.btn_support_detail a{
	text-decoration:none;
}

.btn_support_detail a:hover{
	background:#da8709;
	border-bottom:none;
}

.btn_support_detail a span{
	color:#FFF;
	text-decoration:none;
}


/* ---------------------------------
  研修で得られるもの
--------------------------------- */
.deal_list{
	display: table;
	border-spacing: 15px 0;
	border-collapse: separate;
	width: 1034px;
	margin-left: -15px;
}

.deal_list li{
	    display: table-cell;
}

.deal_box dt{
	font-size: 28px;
    font-size: 1.75rem;
}
    
/* -- FAQ -- */
    .flex_contents {
        margin-bottom: 10px;
    }


/* フッターエリア */
.footerContents{
	padding-top:20px;
}


}
