@charset "utf-8";

/** |READ ME| **********************************************************************************************************

"Common CSS"

Cascading Style Sheet Setting File

Ver.20170306

------------------------------------------------------------------------------------------------------------------------

01. Reset
02. Common
03. HeaderLow
04. FootCnvLow
05. FotTaiken
06. FooterLow
07. HeadContent
08. Print

********************************************************************************************************** |READ ME| **/

/** |01. Reset | >> ********************************************************************************* >> START **/

*{
	margin:0;
	padding:0;
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

em{
	font-style:normal;
	font-weight:bold;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

a img {
	border:none;
	outline:none;
}

img {
	border:none;
	font-size:0;
	line-height:0;
	vertical-align:bottom;
}

iframe{margin:0px;padding:0px;border:none;}

html{
	width:100%;
	height:100%;
	background-color:#f5f5f5;
}

body{
	width:100%;
	height:100%;
	text-align:center;
	letter-spacing:0em;
	color:#111111;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ Pro W3',Meiryo,メイリオ,"游ゴシック体","Yu Gothic",arial,helvetica,sans-serif;
}


/** |01. Reset | << ********************************************************************************* << END **/

/** |02. Common | >> ********************************************************************************* >> START **/

a{
	color:#111111;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
  opacity:0.7;
  filter:alpha(opacity=70);
	transition:0.3s ease-in-out;
}

a.color{
	color:#1092dd;
	text-decoration:underline;
}

a.color.blank{
	padding:0 20px 0 0;
	background:url(../images/common/ico_cmn_blank_color.png) no-repeat right top;
}

a.color:hover{
	color:#1092dd;
	text-decoration:none;
}

.w100{width:100%;}
.w90{width:90%;}
.w80{width:80%;}
.w70{width:70%;}
.w60{width:60%;}
.w50{width:50%;}
.w40{width:40%;}
.w30{width:30%;}
.w25{width:25%;}
.w20{width:20%;}
.w10{width:10%;}
.w5{width:5%;}
.ta_c{text-align:center;}
.ta_l{text-align:left;}
.ta_t{text-align:right;}

.frame{
	position:relative;
	margin:0 auto;
	padding:0;
}

.frame:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}

.frame.full{
	padding:0 20px;
	width:1060px;
}

.fulClr{
	min-width:1100px;
}

.pcBlock{
	display:block !important;
}

.spBlock{
	display:none !important;
}

.pcInline{
	display:inline !important;
}

.spInline{
	display:none !important;
}

.cmnTable{
	border-top:solid 1px #4f355f;
	border-left:solid 1px #4f355f;
}

.cmnTable td{
	padding:10px 5px;
	box-sizing: border-box;
	border-right:solid 1px #4f355f;
	border-bottom:solid 1px #4f355f;
}

.bgClr{
	background-color:#edeaef;
}

@media (max-width:640px){

.frame.full{
	padding:0;
	width:auto;
}

.fulClr{
	padding:0;
	width:auto;
}

.pcBlock{
	display:none !important;
}

.spBlock{
	display:block !important;
}

.pcInline{
	display:none !important;
}

.spInline{
	display:inline !important;
}

.cmnTable{
	font-size:12px;
}

.cmnTable td{
	padding:5px;
	box-sizing: border-box;
}

}

/** |02. Common | << ********************************************************************************* << END **/

/** |03. HeaderLow | >> ********************************************************************************* >> START **/

#HeaderLow{
	position:relative;
	width:100%;
	height:70px;
}

#HeaderLow .headerLowWrap{
	position:fixed;
	top:0;
	width:100%;
	height:70px;
	background-color:#fff;
	border-bottom:1px solid #dddddd;
	z-index:9999;
}

#HeaderLow .globalNavi{
	padding:0;
}

#HeaderLow .globalNavi:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
    visibility:hidden;
}

#HeaderLow .globalNavi .logo{
	position:absolute;
	top:18px;
	left:20px;
	font-size:0;
	line-height:0;
}

#HeaderLow .links{
	position:relative;
	clear:both;
	float:right;
	margin:28px 0 0 0;
}

#HeaderLow .links::after{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	right:0;
	width:0;
	height:13px;
	border-left:1px solid #cccccc;
}

#HeaderLow .links li{
	position:relative;
	float:left;
	padding:0 20px 0;
	min-height:20px;
	font-size:13px;
	line-height:1;
	font-weight:bold;
	text-align:center;
}

#HeaderLow .links li::before{
	content:" ";
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:13px;
	border-left:1px solid #cccccc;
}

@media  (max-width: 640px) {

#HeaderLow{
	position:relative;
	width:100%;
	height:50px;
	min-width:0;
	z-index:9999;
}

#HeaderLow .headerLowWrap{
	position:fixed;
	padding:0 0 0 0;
	width:100%;
	height:50px;
	min-width:0;
	border-bottom:1px solid #dddddd;
}

#HeaderLow .globalNavi .logo{
	top:12px;
	left:15px;
}

#HeaderLow .globalNavi .logo img{
	width:151px;
	height:28px;
}

#HeaderLow .menu{
	position:fixed;
	top:5px;
	right:5px;
	display:block;
	width:40px;
	height:40px;
	cursor:pointer;
	background-image: #900;
}

#HeaderLow .menu{
	background-size:26px 26px;
	background-position:7px 7px ;
	background-repeat:no-repeat;
	background-image:url(../images/common/icon_cmn_menu.png);
}

#HeaderLow .menu.close{
	background-image:url(../images/common/ico_cmn_close.png);
}

#HeaderLow .scrollWrap{
	clear:both;
	position:fixed;
	overflow:hidden;
	top:51px;
	left:0;
	width:100%;
	height:0;
	transition: 0.3s ease-in-out;
}

#HeaderLow .scrollWrap .scroll{
	width:100%;
	height:100%;
	overflow-y:auto;
}

#HeaderLow .links{
	float:none;
	margin:0;
	padding:0;
	width:auto;
	background-color: #ffffff;
}

#HeaderLow .links li{
	float:none;
	padding:00;
	width:100%;
	font-size:13px;
	line-height:50px;
	text-align:center;
	border-right:none;
	border-bottom:1px solid #dddddd;
}

#HeaderLow .links li::before{
	display:none;
}

#HeaderLow .links li a{
	display:block;
}

}

/** |03. HeaderLow | << ********************************************************************************* << END **/

/** |04. FootCnvLow | >> ********************************************************************************* >> START **/

#FootCnvLow .conversion {
	letter-spacing:-0.4em;
	padding:0 0 140px 0;
	text-align:center;
}

#FootCnvLow .conversion::after{
	clear:both;
	content:".";
	display:block;
	font-size:0;
	height:0;
	visibility:hidden;
}

#FootCnvLow .conversion li {
    display:inline-block;
    margin:0 5px;
    text-align:left;
}

#FootCnvLow .conversion li:first-child{
	margin:0 10px 0 0;
}

#FootCnvLow .conversion li:last-child{
	margin:0 0 0 10px;
}

#FootCnvLow .conversion li a {
	position:relative;
	display:block;
	width:520px;
	height:150px;
	color:#ffffff;
	background:#4f355f;
}

#FootCnvLow .conversion li a .ico{
	position:absolute;
	top:40px;
	left:50px;
}

#FootCnvLow .conversion li a b{
	display:block;
	padding:50px 0 0 180px;
	font-size:25px;
	line-height:1;
	letter-spacing:0.2em;
}

#FootCnvLow .conversion li a small{
	display:block;
	padding:5px 0 0 180px;
	letter-spacing:0.1em;
}

@media (max-width:640px) {

	#FootCnvLow .conversion {
		padding:0 15px 70px;
	}

	#FootCnvLow .conversion::after {
		clear:both;
		content:".";
		display:block;
		font-size:0;
		height:0;
		visibility:hidden;
	}

	#FootCnvLow .conversion li {
		display:block;
		margin:0;
		width:49%;
		text-align:center;
	}

	#FootCnvLow .conversion li a {
		padding:0 5px;
		width:auto;
		height:auto;
		box-sizing:border-box;
	}

	#FootCnvLow .conversion li:first-child{
		float:left;
		margin:0;
	}

	#FootCnvLow .conversion li:last-child{
		float:right;
		margin:0;
	}

	#FootCnvLow .conversion li a .ico{
		position:absolute;
		top:20px;
		left:50%;
		margin:0 0 0 -18px;
		width:35px;
		height:35px;
	}

	#FootCnvLow .conversion li a b{
		display:block;
		padding:70px 0 5px 0;
		font-size:20px;
	}

	#FootCnvLow .conversion li a small{
		padding:0 0 10px;
		font-size:11px;
		letter-spacing:0;
	}

}

/** |04. FootCnvLow | << ********************************************************************************* << END **/

/** |05. FotTaiken | >> ********************************************************************************* >> START **/

#FootTaiken{
	position:relative;
	padding:100px 0;
	min-width:1100px;
	color:#fff;
	background-image:url(../images/common/bg_tai_main.jpg);
	background-size:cover;
	background-position:center;
}

#FootTaiken .title .large{
	display:block;
	font-size:36px;
	font-weight:bold;
	text-shadow:1px 1px 3px #000000;
}

#FootTaiken .title .small{
	display:block;
	font-size:14px;
	text-shadow:1px 1px 3px #000000;
}

#FootTaiken .campuses{
	padding:80px 0 0 0;
}

#FootTaiken .campuses:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}

#FootTaiken .campuses .campus{
	float:left;
	margin:0 7.5px;
	padding:30px 0 0 0;
	width:250px;
	height:220px;
	text-align:center;
	background-color:rgba(255,255,255,0.95);
	color:#111111;
	font-size:14px;
}

#FootTaiken .campuses .campus b{
	display:block;
	padding:10px 0 30px 0;
	line-height:1;
}

#FootTaiken .campuses .campus .btn{
	position:relative;
	display:inline-block;
	padding:0 40px;
	height:32px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:32px;
	border-radius:4px;
	background-color:#4f355f;
}

#FootTaiken .campuses .campus .btn.blank:before{
	content:" ";
	position:absolute;
	display:block;
	width:12px;
	height:12px;
	top:10px;
	right:15px;
	background:url(../images/common/ico_cmn_blank.png) no-repeat 0 0;
}

@media  (max-width:640px){

	#FootTaiken{
		padding:50px 0 30px;
		min-width:0;
	}

	#FootTaiken .title .large{
		font-size:22px;
		line-height:1.5;
	}

	#FootTaiken .title .small{
		font-size:12px;
	}

	#FootTaiken .campuses{
		padding:20px 10px 0;
	}

	#FootTaiken .campuses .campus{
		float:left;
		margin:2% 1% 0;
		padding:30px 15px 15px;
		width:48%;
		height:auto;
		box-sizing:border-box;
	}

	#FootTaiken .campuses .campus img{
		max-width:100%;
		height:auto;
	}

	#FootTaiken .campuses .campus b{
		padding:5px 0 20px 0;
		line-height:1.5;
	}

	#FootTaiken .campuses .campus .btn{
		position:relative;
		display:block;
		margin:0;
		padding:0;
	}

}

/** |05. FotTaiken | << ********************************************************************************* << END **/

/** |06. FooterLow | >> ********************************************************************************* >> START **/

#FootLow{
	position:relative;
	padding:90px 0;
	min-width:1100px;
	background-color:#ffffff;
}

#FootLow .frame{
	text-align:left;
}

#FootLow .mainTitle{
	position:absolute;
	top:0;
	left:20px;
	font-size:14px;
	font-weight:bold;
}

#FootLow .mainTitle .ttl{
	padding:0 0 20px 0;
	font-size:0;
	line-height:0;
}

#FootLow .mainTitle .copy{
	display:block;
	padding:30px 0 0 0;
	font-size:11px;
	font-weight:normal;
}

#FootLow .footNavi{
	padding:0 0 0 440px;
}

#FootLow .footNavi:after{
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}

#FootLow .links{
	float:left;
	width:309px;
	min-height:150px;
	border-left:#dddddd solid 1px;
}

#FootLow .users{
	float:left;
	width:309px;
	min-height:150px;
	border-left:#dddddd solid 1px;
}

#FootLow .links li,
#FootLow .users li{
	font-size:14px;
	line-height:1;
	padding:0 0 15px 50px;
	font-weight:bold;
}

@media (max-width:640px){

	#FootLow{
		padding:30px 0 0;
		min-width:0;
	}

	#FootLow .mainTitle{
		position:static;
		top:auto;
		left:auto;
		padding:0 0 30px;
		text-align:center;
		font-size:11px;
	}

	#FootLow .mainTitle .ttl{
		padding:0 0 5px 0;
	}

	#FootLow .mainTitle .ttl img{
		height:35px;
		width:150px;
	}

	#FootLow .mainTitle .copy{
		position:absolute;
		bottom:0;
		padding:0;
		width:100%;
		display:block;
		text-align:center;
		font-size:10px;
		line-height:40px;
		font-weight:normal;
		border-top:1px #dddddd solid;
	}

	#FootLow .footNavi{
		padding:0 0 40px;
	}

	#FootLow .links{
		float:none;
		width:auto;
		min-height:0;
		border-left:none;
	}

	#FootLow .users{
		float:none;
		width:auto;
		min-height:0;
		border-left:none;
	}

	#FootLow .links li,
	#FootLow .users li{
		float:left;
		width:50%;
		padding:0 0;
		text-align:center;
		font-size:12px;
		border:#dddddd solid 1px;
		border-width:1px 0 0 1px;
		box-sizing:border-box;
	}

	#FootLow .links li a,
	#FootLow .users li a{
		display:block;
		padding:15px 0;
	}
	/*
	#FootLow .users li:last-child{
	width:100%;
	border-bottom:#dddddd solid 1px;
	}
	*/
}

/** |06. FooterLow | << ********************************************************************************* << END **/


/** |07. HeadContent | >> ********************************************************************************* >> START **/


#HeadContent{
	text-align:center;
}

#HeadContent .pageMainVisual{
	height:240px;
	min-width:1100px;
	text-align:center;
	background-size:cover;
	background-position:center;
	background-repeat: no-repeat;
}

#HeadContent .pageMainVisual .title{
	position: relative;
	margin:95px 0 0 0;
	padding:10px 45px;
	display: inline-block;
	color:#fff;
	font-size:30px;
	line-height:1;
	font-weight:bold;
	letter-spacing:0.2em;
	vertical-align: top;
}

#HeadContent .pageMainVisual .title::before,
#HeadContent .pageMainVisual .title::after{
	content:" ";
	position:absolute;
	top:0;
	left:0;
	width:10px;
	height:40px;
	display:block;
	border-style:solid;
	border-color:#fff;
	border-width:3px 0 3px 3px;
}

#HeadContent .pageMainVisual .title::after{
	left:auto;
	right:0;
	border-width:3px 3px 3px 0;
}

#HeadContent .pageMainTitle{
	background-color:#4f355f;
	height:60px;
	min-width:1100px;
	color:#fff;
	font-size:20px;
	line-height:60px;
	font-weight:bold;
	letter-spacing:0.05em;
}

#HeadContent .pageMainTitle .frame{
	text-align:left;
}

#HeadContent .pageMainTitle h1,
#HeadContent .pageMainTitle h2,
#HeadContent .pageMainTitle h3{
	font-weight:bold;
}

#HeadContent .pankuzu{
	position:relative;
	padding:10px 0;
	text-align:left;
	font-size:13px;
}

@media  (max-width: 640px) {

	#HeadContent .pageMainVisual{
		height:auto;
		min-width:0;
	}

	#HeadContent .pageMainVisual .title{
		position: relative;
		margin:60px 0;
		padding:5px 30px;
		font-size:20px;
		letter-spacing:0.1em;
	}

	#HeadContent .pageMainVisual .title::before,
	#HeadContent .pageMainVisual .title::after{
		width:5px;
		height:22px;
	}

	#HeadContent .pankuzu{
		padding:10px 15px 10px;
		font-size:12px;
	}

	#HeadContent .pageMainTitle{
		min-width:0;
		text-indent:15px;
	}

}

/** |07. HeadContent | << ********************************************************************************* << END **/

/** |08. Print | >> ********************************************************************************* >> START **/

@media print{

#FootLow{
	display:none;
}

}

/** |08. Print | << ********************************************************************************* << END **/
