/*リセット*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
ol, ul, dl{
    list-style:none;
}

.textleft { text-align:left; }
.maglr50 { margin:0 50px; line-height:1.4; }
@media screen and (max-width: 900px) {
	.maglr50 { margin:0; }
}

html{
	margin:0;
	padding:0;
}

body{
	font-family: 'Roboto', "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}

.pc{
	display:block;
}
.sp{
	display:none;
}

a:link,a:visited {
	text-decoration: none;
	cursor:pointer;
}

a:hover img, a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* 画面外にいる状態 */
.fadein {
    opacity : 0;
    transition : all 1000ms;
    }

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
}


h1{
	text-align:center;
	margin:20px auto 40px;
}


/*ヘッダー------------*/
/* #header{
	position:fixed;
	width:100%;
	height:50px;
	padding:12px 0 0 0;
	margin:0 auto;
	background:#fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	z-index:10;
}
#header ul{
	display:flex;
	width:98%;
	margin:0 auto;
}
#header ul li img{
	width:100%;
}
#header ul li:nth-of-type(1){
	width:61px;
}
#header ul li:nth-of-type(2){
	width:80px;
	margin:0 0 0 10px;
}
#header ul li:nth-of-type(3){
	width:140px;
}
#header ul li:nth-of-type(4){
	width:auto;
	-webkit-flex-grow : 1;
	-ms-flex-grow     : 1;
	flex-grow         : 1;
	text-align:right;
}
#header ul li:nth-of-type(4) img{
	width:auto;
} */

.internship-entry{
	/* text-align: right; */
	/* width: auto; */
	position: absolute;
	right: 0;
	top:10px;
}

/*TOP--------------------*/
#top{
	padding:50px 0 0 0;
	line-height:1;
	font-size:0;
}
#top video{
	width:100%;
}
#toppoint{
	position:relative;
	width:100%;
	margin:-3.6vw 0 40px 0;
	z-index:2;
	text-align:center;
}
#toppoint > img{
	width:100%;
	z-index:1;
}
#toppoint > div img{
	position:absolute;
	top:40px;
	left:50%;
	margin:0 0 0 -235px;
}
#toppoint ul{
	position:absolute;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin:14vw auto 0;
	padding:0 0.5%;
	z-index:3;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#toppoint ul li{
	display:none;
	width:28%;
	margin:0 0 4vw 0;
	text-align:center;
}
#toppoint ul li img{
	width:80%;
}
#toppoint ul li:nth-of-type(3){
	margin:0 16% 0 0;
}
#toppoint ul li:nth-of-type(4){
	margin:0 0 0 16%;
}

#toppoint a{
	position:absolute;
	top:34vw;
	left:50%;
	margin:0 0 0 -152px;
}
/*about JSOL-------------*/
#about{
	position:relative;
	margin:40px auto;
}

#about h1 img { width:30%; }

#about > img{
	width:100%;
}
#about > div{
	position:absolute;
}
#about > div img{
	width:100%;
}
#about1{
	top:12vw;
	left:50%;
	margin:0 0 0 -250px;
}
#aboutImg1{
	top:25vw;
	left:100%;
	width:48%;
}
#about2{
	top:25vw;
	right:100%;
	width:48%;
	padding:0 1% 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#about3{
	top:55vw;
	left:100%;
	width:65%;
	padding:0 1% 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#about4{
	top:75vw;
	right:100%;
	width:75%;
	padding:0 0 0 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#about5{
	top:94vw;
	left:100%;
	width:50%;
	padding:0 0 0 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#aboutImg2{
	top:97vw;
	right:100%;
	width:43%;
	padding:0 1% 0 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}



/*real--------------------*/
#real{
	text-align:center;
	margin:0 auto 200px;
}

#real h2{
	margin:0 auto 60px;
	font-family:serif;
	font-size:46px;
	letter-spacing:-2px;
	color:#141B4D;
	-webkit-font-smoothing: antialiased;
}
#real p{
	font-size:19px;
	line-height:2;
	-webkit-font-smoothing: antialiased;
}

/*point-----------------*/
#point{
	padding:0 0 36px 0;
	margin:0 auto 60px;
	background:url(../img/theme/point_bg.png) no-repeat;
	background-position:center bottom;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#point > div{
	padding:20px;
	border:15px solid #141B4D;
	border-top:20px solid #141B4D;
	border-bottom:20px solid #141B4D;
	background:#fff;
}

#point h1 img { width:30%; }

.points{
	display:flex;
}
.points li{
	opacity:0;
	width: 100%;
	margin:0 10px;
	padding:25px 15px;
	color:#fff;
	background:#AF272F;
	text-align:center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.points li h3{
	margin:20px auto 20px;
	font-size:24px;
	line-height:1.4;
	letter-spacing:-1px;
	font-weight:600;
}
.points li p{
	text-align:left;
}

.schedule{
	display:flex;
	margin:40px auto;
}
.schedule li{
	opacity:0;
	width: 100%;
	text-align:center;
	font-size:20px;
}
.schedule li img{
	margin:0 0 20px;
}
.schedule li img.deadline{
	margin:20px 0 20px;
}
.schedule li .small{
	font-size:16px;
}
@media screen and (max-width: 900px) {
	.schedule li .small {
	font-size:15px;
	}
}

.schedule .blue{
	color:#0080CB;
}
.schedule .pink{
	color:#DA4E7B;
}
.schedule .green{
	color:#009353;
}

/*theme-----------------*/
#theme{
	margin:0 auto 60px;
}

#theme h1 img { width:30%; }

#theme .tab{
	display:flex;
	justify-content:space-between;
	width:60%;
	margin:0 auto;
}

#theme .tab li:before{
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

#theme .tab li span{
	font-weight:600;
	letter-spacing:-6px;
}
/*通常hover*/

/*東京-------------------------------*/
#theme .tab li:first-child{
	position: relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:49%;
	height:100px;
	margin:0 0.5%;
	font-size: 2.4vw;
	text-align:center;
	font-weight:600;
	border: solid 3px #47D7AC;
	border-radius:12px 12px 0 0;
	box-sizing: border-box;
	cursor : pointer;
	color:#141B4D;
}
#theme .tab li:first-child:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #47D7AC;
  z-index: 1;
}

#theme .tab li:first-child:hover{
	background:#47D7AC;
	color:#FFF;
}
#theme .tab li:first-child:hover:before{
	border-top: 12px solid #47D7AC;
}
	
/*active*/
#theme .tab li.active:first-child{
	background:#47D7AC;
	border: solid 3px #47D7AC;
	color:#fff;
}
#theme .tab li.active:first-child:before {
	border-top: 12px solid #47D7AC;
}
#theme .tab li.active:first-child:after {
	border-top: 14px solid #47D7AC;
}
/*大阪・名古屋-------------------------*/
#theme .tab li:last-child{
	position: relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:49%;
	height:100px;
	margin:0 0.5%;
	font-size: 2.4vw;
	text-align:center;
	font-weight:600;
	border: solid 3px #F87C56;
	border-radius:12px 12px 0 0;
	box-sizing: border-box;
	cursor : pointer;
	color:#141B4D;
}
#theme .tab li:last-child:after{
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #F87C56;
  z-index: 1;
}

#theme .tab li:last-child:hover{
	background:#F87C56;
	color:#FFF;
}
#theme .tab li:last-child:hover:before{
	border-top: 12px solid #F87C56;
}
	
/*active*/
#theme .tab li.active:last-child{
	background:#F87C56;
	border: solid 3px #F87C56;
	color:#fff;
}
#theme .tab li.active:last-child:before {
	border-top: 12px solid #F87C56;
}
#theme .tab li.active:last-child:after {
	border-top: 14px solid #F87C56;
}



#theme > div{
	margin:20px auto;
	text-align:center;
	font-size:18px;　/*公開準備中のテキストサイズ*/
}
#theme .themeResults{
	position:relative;
	width:98%;
	margin:0 auto;
}

#theme .themeResults div.hit{
	display:block!important;
}
#theme .themeResults .none{
	display:none;
	padding:40px 0;
	text-align:center;
	font-size:24px;
}

.tokyo .none{
	color:#141B4D;
}
.nagoyaosaka .none{
	color:#141B4D;
}

#theme .themeResults li.appear{
	animation: appear .4s ease;
}
#theme .themeResults li.disappear{
	opacity: 0;
}
@keyframes appear {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
}

#theme .themeResults .nagoyaosaka,#theme .themeResults .cae{
	/*display:none;*/
}

#theme .themeResults .tokyo div > span{
	color:#141B4D;
	font-weight:300;
	font-size:16px;
}
#theme .themeResults .tokyo div > span.number{
	color:#000;
	font-weight:700;
	font-size:18px;
}

#theme .themeResults .nagoyaosaka div > span{
	color:#141B4D;
	font-weight:300;
	font-size:16px;
}
#theme .themeResults .nagoyaosaka div > span.number{
	color:#000;
	font-weight:700;
	font-size:18px;
}

#theme .themeResults .cae div > span{
	color:#009453;
	font-weight:300;
	font-size:16px;
}
#theme .themeResults .cae div > span.number{
	color:#000;
	font-weight:700;
	font-size:18px;
}


/*テーブル全体*/
#theme .themeResults li table{
	width:100%;
	margin:0 0 40px 0;
	border:1px solid #ccc;
	border-collapse:collapse;
}
#theme .themeResults li table tr td{
	border:1px solid #ccc;
	padding:10px 20px;
}
#theme .themeResults li table tr:nth-of-type(1) td:nth-of-type(2),#theme .themeResults li table tr:nth-of-type(1) td:nth-of-type(2){
	padding:2px 20px;
	width:48%;
}
/*#theme .themeResults li table tr td.sel1{
	width:48%;
	min-width: 48%;
	table-layout: fixed;
}
#theme .themeResults li table tr td.sel2{
	width:48%;
	min-width: 48%;
	table-layout: fixed;
	}*/
#theme .themeResults table tr:nth-of-type(1) {
	width:50px;
	padding:10px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.themeResults table tr:nth-of-type(2) td:nth-of-type(1){
	font-weight:600;
}

.themeResults table dl{
	display:flex;
	flex-wrap:wrap;
}
.themeResults table dl dt{
	width:18px;
}
.themeResults table dl dd{
	width:calc(100% - 18px);
	margin:0 0 5px 0;
	line-height:1.6;
}
.themeResults h2{
	margin:0 0 10px 0;
	font-weight:600;
	letter-spacing:-1px;
}

/*テーマ別----*/
/*キーワード---*/
#theme ol.setumei { width:45%; font-size:16px; margin:20px auto 40px; text-align:left; counter-reset: count 0; }
#theme ol.setumei p { font-weight:700; text-align:center; margin-bottom:10px; }
#theme > div.keyword { margin-top:40px; }
.keyword { padding:20px 0; /*border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;*/ }
.keyword ul{
	display:flex;
	justify-content:center;
	margin:0 auto 40px;
}
.keyword ul li{
	margin:0 10px;
}
.keyword p { width:60%; font-size:18px; font-weight:700; margin:0 auto 20px; padding:0px; background-color:#EEEEEE; }
.keyword p#clear{ cursor:pointer;border:1px solid #CCCCCC; width:150px; font-size:14px; font-weight:400; margin:40px auto 0; background-color:#FFF; }
.keyword p#search { cursor:pointer;border:1px solid #CCCCCC; width:150px; font-size:14px; font-weight:400; margin:40px auto 0; background-color:#FFF; }
.keyword form { margin:0 auto; }
.keyword input { margin:0 10px; }
.keyword span { font-size:16px; }

.keyword p#hint{ cursor:pointer; border:1px solid #CCCCCC;  width:150px; font-size:14px; font-weight:400; margin:40px auto 0; background-color:#FFF; }
.keyword p#hint a { display:block; padding:5px; }
.keyword p#hint a:hover { display:block; background-color:#141B4D; color:#FFF; }


/*東京---*/
.themeResults .tokyo table tr:nth-of-type(1) td:nth-of-type(1),.themeResults .tokyo table tr:nth-of-type(1) td:nth-of-type(2){
	background:#47D7AC;
	color:#fff;
	font-weight:600;
}
.themeResults .tokyo h2{
	color:#141B4D;
	border-bottom:1px solid #47D7AC;
}
.themeResults .tokyo dl dt{
	color:#141B4D;
}

.themeResults .tokyo span{
	font-weight:bold;
}

/*名古屋大阪---*/
.themeResults .nagoyaosaka table tr:nth-of-type(1) td:nth-of-type(1),.themeResults .nagoyaosaka table tr:nth-of-type(1) td:nth-of-type(2){
	background:#F87C56;
	color:#fff;
	font-weight:600;
}
.themeResults .nagoyaosaka h2{
	color:#141B4D;
	border-bottom:1px solid #F87C56;
}
.themeResults .nagoyaosaka dl dt{
	color:#141B4D;
}

.themeResults .nagoyaosaka span{
	font-weight:bold;
}

/*CAE---*/
.themeResults .cae table tr:nth-of-type(1) td:nth-of-type(1),.themeResults .cae table tr:nth-of-type(1) td:nth-of-type(2){
	background:#009453;
	color:#fff;
	font-weight:600;
}
.themeResults .cae h2{
	color:#009453;
	border-bottom:1px solid #009453;
}
.themeResults .cae dl dt{
	color:#009453;
}

.themeResults .cae span{
	font-weight:bold;
}


/*---*/
#theme .themeResults li .blue{
	background:#BAE3F9;
}
#theme .themeResults li .pink{
	background:#FADCE2
}
#theme .themeResults li .orange{
	background:#FBD8B5
}

/*step-----------------*/
#step{
	margin:0 auto 60px;
}

#step h1 img { width:30%; }

#step ul{
	/*padding:4.21vw 5% 9.47vw;*/
	padding:4.21vw 5% 2vw;
	background:url(../img/theme/step_bg.jpg) no-repeat;
	background-size:100%;
}
#step li{
	height:8.42vw;
	font-size:max(1.28vw,14px);
}
#step li p{
	margin:0 0 0 46%;
	padding:1% 0 0 0;
	line-height:1.5;
}
#step li span{
	color:#f00;
}
#step li:nth-of-type(1){
	background:url(../img/theme/step_1.png) no-repeat;
	background-size:100%;
}
#step li:nth-of-type(2){
	background:url(../img/theme/step_2.png) no-repeat;
	background-size:100%;
}
#step li:nth-of-type(3){
	background:url(../img/theme/step_3.png) no-repeat;
	background-size:100%;
}
#step li:nth-of-type(4){
	background:url(../img/theme/step_4.png) no-repeat;
	background-size:100%;
}

#step li:last-child{
	display:none;
	height:14.73vw;
	margin:1.57vw 0 0;
	padding:2.1vw 10px 0;
	background:#fff;
	text-align:center;
}

#step li:last-child a{
	display:block;/*エントリー開始時はここを外す*/
	max-width:400px;
	padding:1.57vw 0;
	margin:2.1vw auto 0;
	font-size:min(1.8vw,18px);
	color:#fff;
	letter-spacing:-0.1vw;
	font-weight:400;
	background:linear-gradient(to right,#141B4D, #AF272F);
}


/*Voice--------------------*/
#voice h1 img { width:30%; }

#voice {
	padding:0 0 40px 0;
}
.slider img{
	width:100%;
}

/*FAQ----------------------*/
#faq{
	margin:0 auto 60px;
}

#faq h1 img { width:30%; }

#faq > div{
	background:#E7E7EC;
}
#faq > div > div{
	width:60%;
	height:36.8vw;
	padding:5%;
	color:#fff;
	font-size:16px;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#faq > div > div:nth-of-type(1){
	background:#172247;
}

#faq > div > div:nth-of-type(2){
	margin:-5vw 0 0 40%;
	background:#41476D;
}
#faq > div h3{
	margin:0 0 5vw 0;
	font-size:36px;
	font-weight:600;
	line-height:1.2;
	letter-spacing:-2px;
}

/**/
.entry{
	display:block;
	width:96%;
	height:50px;
	margin:0 auto;
	background:linear-gradient(to right, #58C4EF, #0097DD);
	text-align:center;
	color:#fff;
	font-size:20px;
	line-height:2.5;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

/*フッター--------------------------*/
.footer{
	width:96%;
	margin:60px auto;
	box-sizing: boder-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.copyright{
	font-size:11px;
	color:#454545;
}


@media screen and (max-width: 900px) {

	html{
		overflow-x:hidden;
		-webkit-text-size-adjust: 100%;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}

	h1{
		margin:20px auto 20px;
	}
	h1 img{
		width:70%;
	}

	/*ヘッダー-----------------*/
	#header{
		height:auto;
	}
	#header ul{
		flex-wrap:wrap;
	}
	#header ul li:nth-of-type(4){
		margin:0 0 0 0;
	}

	/*top---------------------*/
	#top{
		padding:90px 0 0 0;
	}
	#toppoint > div img{
		position:absolute;
		width:50%;
		top:10px;
		left:0;
		margin:0 0 0 25%;
	}
	#toppoint a{
		width:50%;
		top:33vw;
		left:0;
		margin:0 0 0 25%;
	}
	#toppoint a img{
		width:100%;
	}

	/*about JSOL-------------*/
	#about h1 img { width:80%; }
	
	#about1{
		top:26vw;
		left:0;
		width:50%;
		margin:0 0 0 25%;
	}
	#aboutImg1{
		top:43vw;
	}
	#about2{
		top:43vw;
	}
	#about3{
		top:73vw;
	}
	#about4{
		top:93vw;
	}
	#about5{
		top:114vw;
	}
	#aboutImg2{
		top:114vw;
	}
	/*real--------------------*/
	#real{
		margin:0 auto 60px;
	}

	#real h2{
		margin:0 auto 20px;
		font-size:28px;
	}
	#real p{
		font-size:14px;
	}

	/*point-----------------*/
	#point h1 img { width:80%; }
	
	.points{
		display:block;
	}
	.points li{
		margin:0 0 10px 0;
	}
	.points li h3{
		font-size:20px;
	}

	.schedule{
		display:block;
	}
	.schedule li{
		font-size:16px;
	}
	.schedule li img{
		margin:0 0 10px;
	}
	.schedule li:nth-of-type(1){
		margin:0 0 20px 0;
	}

	/*theme-----------------*/
	#theme h1 img { width:80%; }
	
	#theme .tab{
		width:90%;
		margin:0 auto 20px;
	}
	#theme .tab li{
		height:50px;
		border-radius:6px 6px 0 0;
	}
	#theme .tab li:first-child{
		height:70px;
		font-size:4vw;
	}
	#theme .tab li:last-child{
		height:70px;
		font-size:4vw;
	}
	#theme .tab li span{
		letter-spacing:-4px;
	}
	
	
	#theme > div{
		margin:10px auto;
		line-height:1.4;
		font-size:16px;　/*公開準備中のテキストサイズ*/
	}
	#theme .themeResults{
		overflow-x:scroll;
	}
	#theme .themeResults li table{
		width:200%;
		margin:0 auto 15px;
	}
	/*キーワード---*/
	#theme ol.setumei { width:90%; font-size:14px; }
	#theme > div.keyword { margin-top:40px; margin-bottom:40px; }
	.keyword p { width:90%; font-size:16px; margin:0 auto 20px; }
	.keyword p.serch { width:200px; font-size:14px; font-weight:400; margin:20px auto 0; }
	.keyword span { font-size:14px; }

	/*step-----------------*/
	#step h1 img { width:80%; }
	
	#step ul{
		padding:10px 0;
		background:none;
	}
	#step li{
		min-height:22vw;
		height:auto;
		margin:0 0 10px 0;
	}
	#step li:nth-of-type(1){
		background:url(../img/theme/step_1_sp.png) no-repeat;
		background-size:44% auto;
	}
	#step li:nth-of-type(2){
		background:url(../img/theme/step_2_sp.png) no-repeat;
		background-size:44% auto;
	}
	#step li:nth-of-type(3){
		background:url(../img/theme/step_3_sp.png) no-repeat;
		background-size:44% auto;
	}
	#step li:nth-of-type(4){
		background:url(../img/theme/step_4_sp.png) no-repeat;
		background-size:44% auto;
	}
	#step li:last-child{
		height:auto;
	}
	#step li:last-child a{
		max-width:80%;
		padding:10px 0;
		font-size:18px;
	}
	/*Voice----------------------*/
	#voice h1 img { width:80%; }
	
	/*FAQ----------------------*/
	#faq h1 img { width:80%; }
	
	#faq > div > div{
		width:100%;
		height:auto;
		font-size:14px;
	}
	#faq > div > div:nth-of-type(2){
		margin:10px auto 0;
	}
	#faq > div h3{
		font-size:22px;
		line-height:1.4;
	}

	/*フッター--------------------------*/
	.footerArea{
		padding:20px 0 0 0;
	}

}



/*----------------------------------------------------
  レイアウト
----------------------------------------------------*/
.tx16 { font-size:16px; }
.tx18 { font-size:18px; }
@media screen and (max-width: 900px) {
	.tx18 { font-size:15px; }
}

.top_space3 { margin-top:3px; }
.top_space5 { margin-top:5px; }
.top_space6 { margin-top:6px; }
.top_space7 { margin-top:7px; }
.top_space10 { margin-top:10px; }
.top_space12 { margin-top:12px; }
.top_space13 { margin-top:13px; }
.top_space15 { margin-top:15px; }
.top_space20 { margin-top:20px; }
.top_space25 { margin-top:25px; }
.top_space30 { margin-top:30px; }
.top_space35 { margin-top:35px; }
.top_space40 { margin-top:40px; }
.top_space45 { margin-top:45px; }
.top_space50 { margin-top:50px; }
.top_space55 { margin-top:55px; }
.top_space60 { margin-top:60px; }
.top_space65 { margin-top:65px; }
.top_space70 { margin-top:70px; }
.top_space80 { margin-top:80px; }
.top_space90 { margin-top:90px; }
.top_space100 { margin-top:100px; }

.botom_space5 { margin-bottom:5px; }
.botom_space10 { margin-bottom:10px; }
.botom_space15 { margin-bottom:15px; }
.botom_space20 { margin-bottom:20px; }
.botom_space25 { margin-bottom:25px; }
.botom_space30 { margin-bottom:30px; }
.botom_space35 { margin-bottom:35px; }
.botom_space40 { margin-bottom:40px; }
.botom_space50 { margin-bottom:50px; }
.botom_space60 { margin-bottom:60px; }

.left_space5 { margin-left:5px; }
.left_space10 { margin-left:10px; }
.left_space15 { margin-left:15px; }
.left_space20 { margin-left:20px; }
.left_space25 { margin-left:25px; }
.left_space30 { margin-left:30px; }
.left_space40 { margin-left:40px; }
.left_space41 { margin-left:41px; }
.left_space45 { margin-left:45px; }
.left_space50 { margin-left:50px; }

.right_space5 { margin-right:5px; }
.right_space10 { margin-right:10px; }
.right_space15 { margin-right:15px; }
.right_space20 { margin-right:20px; }
.right_space30 { margin-right:30px; }
.right_space40 { margin-right:40px; }
.right_space50 { margin-right:50px; }


.patop_space5 { padding-top:5px; }
.patop_space10 { padding-top:10px; }
.patop_space15 { padding-top:15px; }
.patop_space20 { padding-top:20px; }
.patop_space30 { padding-top:30px; }

.paright_space5 { padding-right:5px; }
.paright_space7 { padding-right:7px; }
.paright_space10 { padding-right:10px; }
.paright_space13 { padding-right:13px; }
.paright_space15 { padding-right:15px; }
.paright_space20 { padding-right:20px; }

.paleft_space5 { padding-left:5px; }
.paleft_space7 { padding-left:7px; }
.paleft_space10 { padding-left:10px; }
.paleft_space15 { padding-left:15px; }
.paleft_space20 { padding-left:20px; }
.paleft_space30 { padding-left:30px; }

.pabotom_space5 { padding-bottom:5px; }
.pabotom_space10 { padding-bottom:10px; }
.pabotom_space15 { padding-bottom:15px; }
.pabotom_space20 { padding-bottom:20px; }
.pabotom_space30 { padding-bottom:30px; }

.full{
	width:100%;
}

.hidescroll{
	overflow-y:hidden;
}

.text{
	text-align:left;
	line-height:2.0;
}

.letter_narrow{
	letter-spacing:-1px;
}
.fleft{
	float:left;
	overflow:hidden;
}
.fright{
	float:right;
	overflow:hidden;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}
.txtcancel{
	text-decoration: line-through;
}
.thick{
	font-weight:600;
}

.red{
	color:#ff0000;
}
.gray{
	color:#999;
	}


.disp_none{
	display:none;
}

.cursor{
	cursor:pointer;
}
.center{
	text-align:center;
	margin:0px auto 0px auto;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear{
	clear:both;
}

#theme p.themecs { margin-bottom:40px; font-size:34px; font-weight:700; color:#AF272F; text-align:center; line-height:1.2; }
p.lastyeartheme { width:52%; margin:0 auto; padding:5px; background-color:#141B4D; color:#FFF; font-weight:700; }
ul.lastyearthemelist { width:50%; margin:0 auto; padding:20px; text-align:left; border:5px solid #141B4D; }
ul.lastyearthemelist li { border-bottom:1px dotted #CCC; padding:5px 0; }
ul.lastyearthemelist li.listtitle { font-weight:700; color:#141B4D; }

@media screen and (max-width: 900px) {
	#theme p.themecs { margin-bottom:30px; font-size:24px; }
	p.lastyeartheme { width:90%; }
	ul.lastyearthemelist { width:80%; font-size:15px; }
}