@charset "utf-8";

/*------------------------------------------------------------
	メモ
	キーカラーはベース：#120980,#120980;で仮設定
	 h2Title01はline01.pngを編集
	 h2Title04はline02.pngを編集
	 h3Title02はh3_title02_bg.pngを編集
	 メニューの下線はnavi_bg.pngを編集
	 サイドメニューのarrowアイコンはicon11 12 15.pngを編集
	 四角横3つのarrowはicon02.pngを編集
	 
------------------------------------------------------------*/


/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.tube{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.tube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


#gNavi .navi01 a:before {
	width: 176px;
	height: 3px;
	position: absolute;
	left: 1px;
	bottom: -6px;
	
	content: '';
}

#main .search {
	padding: 0 0 25px;
	background-color: #FFF;
	margin-bottom:30px;
}

#main .search .condition {
	margin: 0 -30px 24px 0;
	width: 830px;
}

#main .search .condition li {
	float: left;
	margin-right: 30px;
	width: 175px;
}

#main .search .condition li:nth-child(5) {
	float: left;
	margin-right: 0px;
	width: 175px;
}

#main .search .condition li dt {
	margin-bottom: 10px;
}

#main .search .condition li span {
	margin-bottom: 10px;
	margin-right:10px;
	font-size:16px;
	color:#120980;
	font-weight:bold;
}

#main .search .condition li select {
	height: 32px;
	line-height: 32px;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
}

#main .search .entry li {
	float: left;
	padding-left: 5px;
}

#main .search .entry li:first-child {
	padding-left: 0;
}

#main .search .entry li input[type="email"],
#main .search .entry li input[type="tel"],
#main .search .entry li input[type="text"] {
	height: 45px;
	line-height: 45px;
	padding: 0 14px;
	width: 650px;
	color: #b4b4b4;
	font-size: 17px;
	box-sizing: border-box;
	background-color: #F8F7F2;
	border: 1px solid #D7D7D7;
	border-radius: 4px;
	position: relative;
	behavior: url(../js/pie.htc);
}

#main .search .entry li input[type="image"]:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}



#aside {
	position: relative;
	min-height:550px;
	margin-bottom:50px;
	background-image:url(../images/aside-top.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center; }
#aside #video {
	overflow:hidden;
	width:100%;
	min-height:100%;
	position:absolute;
	margin:auto;
	top:0;
	left:0;
	right:0; }
#aside #video video {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	width:100%;
	height:auto;
}


#main .bg1 {
	background-color:#f7f7f7;
	padding-bottom:60px;
}

#main .photo100 {
	margin: 0 0 30px;
	width:100%;
}

#main .photo100 img{
	width:100%;
}

#main .sliderBox {
	margin-bottom: 0px;
	position: relative;
}

#main .sliderBox ul {
	margin: -35px 0 0 -630px;
	width: 1260px;
	position: absolute;
	top: 50%;
	left: 50%;
}

#main .sliderBox li {
	position: absolute;
	cursor: pointer;
	z-index: 2000;
}

#main .sliderBox .foo img {
	width: 100%;
}

#main .sliderBox li:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .sliderBox .prev {
	left: 0;
}

#main .sliderBox .next {
	right: 0;
}

#main .rBold {
	color: #000;
	margin-bottom:30px;
	text-align: right;
	font-size: 18px;
	line-height: 1.50;
	font-weight:bold;
}

#main .rBold span {
	font-size:14px;
}

#main .mission {
	margin-top: 0px;
	margin-bottom:50px;
	padding: 100px 0 100px;
	background: url(../images/index/mission_bg.png) no-repeat bottom center;
	background-size: 100%;
	position: relative;
	z-index: 1;
}

#main .mission p {
	color: #000;
	margin-left:50%;
	text-align: left;
	font-size: 15px;
	line-height: 2.00;
}

#main .mission .ttl {
	margin-bottom: 30px;
	width:600px;
	margin-top: 40px;
	margin-left:50%;
	font-size: 40px;
	font-weight:bold;
	line-height: 1.45;
	letter-spacing: 5px;
}

#main .mission .link {
	margin: 30px 50% 0;
	width: 260px;
}

#main .mission .link a {
	padding: 14px 0;
	display: block;
	border-radius:30px;
	background-color:#87caab;
	color: #FFF;
	font-size: 15px;
	text-align: center;
}

#main .mission .link a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#main .mission2 {
	margin-top: -60px;
	margin-bottom:50px;
	padding: 80px 0 50px;
	background: url(../images/index/mission_bg2.png) no-repeat bottom center;
	background-size: 100%;
	position: relative;
	z-index: 1;
}

#main .mission2 p {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 2.25;
}

#main .mission2 .ttl {
	margin-bottom: 20px;
	margin-top: -40px;
	font-size: 35px;
	font-weight:bold;
	line-height: 2.25;
	letter-spacing: 5px;
}

#main .mission2 .link {
	margin: 58px auto 0;
	width: 260px;
}

#main .mission2 .link a {
	padding: 18px 0;
	display: block;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	border: 1px solid #FFF;
}

#main .mission2 .link a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#main .mission3 {
	margin-top: -60px;
	margin-bottom:50px;
	padding: 80px 0 50px;
	background: url(../images/index/mission_bg3.png) no-repeat bottom center;
	background-size: 100%;
	position: relative;
	z-index: 1;
}

#main .mission3 p {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	line-height: 2.25;
}

#main .mission3 .ttl {
	margin-bottom: 20px;
	margin-top: -40px;
	font-size: 35px;
	font-weight:bold;
	line-height: 2.25;
	letter-spacing: 5px;
}

#main .mission3 .link {
	margin: 58px auto 0;
	width: 260px;
}

#main .mission3 .link a {
	padding: 18px 0;
	display: block;
	color: #FFF;
	font-size: 15px;
	text-align: center;
	border: 1px solid #FFF;
}

#main .mission3.link a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#main .newsBox {
	margin: 0 auto;
	width: 1080px;
	padding:30px 0;
}

#main .newsBox dt {
	padding: 16px 0 16px 19px;
	float: left;
	color: #07203A;
}

#main .newsBox dt span {
	margin-left: 12px;
	margin-right: 12px;
	padding: 3px 2px 2px;
	width: 100px;
	font-size:13px;
	display: inline-block;
	color: #FFF;
	text-align: center;
	border-radius:5px;
	background-color: #fc8473;
}

#main .newsBox dt .color01 {
	background-color: #4cba7b;
}

#main .newsBox dt .color02 {
	background-color: #22ab38;
}

#main .newsBox dt .color03 {
	background-color: #FA6000;
}

#main .newsBox dt .color04 {
	background-color: #7C27AB;
}

#main .newsBox dd {
	padding: 19px 0 18px 16em;
}

#main .newsBox dd a {
	color: #333;
}

#main .newsBox .ddStyle {
	background-color: #fff;
	margin-bottom:2px;
}

#main .newsBox2 {
	margin: 0 auto 30px;
	width: 800px;
}

#main .newsBox2 dt {
	padding: 16px 0 16px 60px;
	float: left;
	color: #07203A;
}

#main .newsBox2 dt span {
	margin-left: 12px;
	margin-right: 12px;
	padding: 3px 2px 2px;
	width: 100px;
	font-size:13px;
	display: inline-block;
	color: #FFF;
	text-align: center;
	border-radius:5px;
	background-color: #fc8473;
}

#main .newsBox2 dt .color01 {
	background-color: #4cba7b;
}

#main .newsBox2 dt .color02 {
	background-color: #22ab38;
}

#main .newsBox2 dt .color03 {
	background-color: #0f49cd;
}

#main .newsBox2 dt .color04 {
	background-color: #7C27AB;
}

#main .newsBox2 dd {
	padding: 19px 0 18px 17.9em;
	border-bottom:1px dotted #ccc;
}

#main .newsBox2 dd a {
	color: #333;
}

#main .newsBox2 .ddStyle {
	background-color: #fff;
	margin-bottom:2px;
}

#main .pmoBox {
	margin-bottom: 53px;
	padding: 57px 0 67px;
	text-align: center;
	background: url(../images/index/pmo_bg.jpg) no-repeat center top;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='common/images/index/pmo_bg.jpg',sizingMethod='scale');
}

#main .pmoBox h2 {
	margin-bottom: 49px;
	color: #FFF;
	font-size: 34px;
	line-height: 1.4;
}

#main .pmoBox h2 span {
	margin-top: 2px;
	display: block;
	font-size: 16px;
}

#main .pmoBox p {
	margin-bottom: 52px;
	color: #FFF;
	font-size: 16px;
	line-height: 1.69;
}

#main .pmoBox .link {
	margin: 0 auto;
	width: 540px;
	font-size: 19px;
	position: relative;
}

#main .pmoBox .link a {
	padding: 20px 10px 18px;
	display: block;
	text-decoration: none;
	color: #FFF;
	border: 2px solid #FFF;
}

#main .pmoBox .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .softBox {
	margin: 0 auto 66px;
	width: 1080px;
}

#main .softBox ul {
	margin: -10px -10px 0 0;
	width: 1090px;
	overflow: hidden;
	zoom: 1;
}

#main .softBox li {
	margin: 10px 10px 0 0;
	width: 535px;
	float: left;
	line-height: 1.41;
}

#main .softBox li a {
	color: #FFF;
	text-decoration: none;
}

#main .softBox li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .softBox li span {
	width: 100%;
	display: table;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #CCC;
	border-top: none;
	box-sizing: border-box;
	background-color: #1F61B5;
}

#main .softBox li span span {
	padding: 2px 10px 0;
	height: 69px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: none;
}

#main .softBox li .color01 {
	background-color: #B033CE;
}

#main .softBox li .color02 {
	background-color: #15A456;
}

#main .softBox li .color03 {
	background-color: #CA242C;
}

#main .softBox li .color04 {
	background-color: #F7C432;
}

#main .softBox li:first-child {
	width: auto;
}

#main .resultBox {
	margin-bottom: 65px;
	padding: 55px 0 65px;
	background: url(../images/index/result_bg.jpg) no-repeat center top;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='common/images/index/result_bg.jpg',sizingMethod='scale');
}

#main .resultBox .contentBox {
	margin: 0 auto;
	width: 1080px;
	position: relative;
}

#main .resultBox h2 {
	padding-top: 1px;
}

#main .resultBox .subBox {
	margin-bottom: 20px;
}

#main .resultBox .subBox01 {
	margin-bottom: 0;
}

#main .resultBox .subBox .lBox {
	display: table;
	width: 250px;
	float: left;
}

#main .resultBox .subBox p {
	display: table-cell;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	vertical-align: middle;
	background-color: #120980;
}

#main .resultBox .subBox01 p {
	font-size: 27px;
	background-color: #120980;
}

#main .resultBox .subBox p span {
	display: block;
	font-size: 18px;
}

#main .resultBox .subBox01 p span {
	margin-top: 3px;
}

#main .resultBox .subBox ul {
	width: 830px;
	float: right;
	border-top: 1px solid #120980;
}

#main .resultBox .subBox li {
	padding: 28px 11px;
	width: 185px;
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #120980;
	border-bottom: 1px solid #120980;
	background-color: #F6F6F6;
}

#main .resultBox .subBox01 li {
	border-color: #120980;
}

#main .resultBox .subBox li a {
	padding: 5px 10px;
	display: block;
	color: #0A2252;
	background: url(../images/index/icon01.gif) no-repeat right center;
}

#main .resultBox .subBox01 li a {
	background: url(../images/index/icon02.png) no-repeat right center;
}

#main .resultBox .subBox .liStyle {
	width: 184px;
}

/*#main .btmLinkList {
	margin: 0 auto;
	width: 100%;
	max-width: 1600px;
}

#main .btmLinkList li {
	width: 25%;
	float: left;
}

#main .btmLinkList li img {
	width: 100%;
}

#main .btmLinkList li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

*/
#loopslider {
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

#loopslider ul {
    display: inline;
    float: left;
    height: 200px;
    overflow: hidden;
}

#loopslider ul li {
    display: inline-block;
    float: left;
    height: 200px;
    overflow: hidden;
}

#loopslider ul::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#main .comLinkList01 {
	margin: -17px -20px 30px 0;
	width: 840px;
	overflow: hidden;
	zoom: 1;
}

#main .comLinkList01 li {
	margin: 17px 20px 0 0;
	width: 22%;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
}

#main .comLinkList01 li .long{
	margin: 17px 20px 0 0;
	width: 100%;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
}

#main .comLinkList01 li p {
	padding: 8px 0px 8px;
	display: block;
	color: #120980;
	text-decoration: none;
	border: 1px dotted #120980;
}

#main .comLinkList01 li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comLinkList001 {
	margin: -17px -20px 30px 0;
	width: 840px;
	overflow: hidden;
	zoom: 1;
}

#main .comLinkList001 li {
	margin: 17px 19px 0 0;
	width: 44%;
	float: left;
	padding:10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	border:#120980 3px solid;
}

#main .comLinkList001 li span{
	margin: 0 10px 0 0;
	font-size: 13px;
}

#main .comLinkList001 li:nth-child(2n){
	margin: 17px 0 0 0;
}

#main .comLinkList001 li .long{
	margin: 17px 20px 0 0;
	width: 100%;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
}

#main .comLinkList001 li p {
	padding: 8px 0px 8px;
	display: block;
	color: #120980;
	text-decoration: none;
	border: 1px dotted #120980;
}

#main .comLinkList001 li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comLinkList0001 {
	margin: -17px -20px 30px 0;
	width: 840px;
	overflow: hidden;
	zoom: 1;
}

#main .comLinkList0001 li {
	margin: 17px 10px 0 0;
	width: 23%;
	float: left;
	font-size: 12px;
	font-weight: normal;
	color:#333333;
	line-height: 1.33;
	text-align: left;
}

#main .comLinkList0001 li .long{
	margin: 17px 20px 0 0;
	width: 100%;
	float: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
}

#main .comLinkList0001 li p {
	padding: 8px 0px 8px;
	display: block;
	color: #120980;
	text-decoration: none;
}

#main .comLinkList0001 li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comLinkList00001 {
	margin: -17px -20px 30px 0;
	width: 840px;
	overflow: hidden;
	zoom: 1;
}

#main .comLinkList00001 li {
	margin: 17px 0 0 0;
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: normal;
	color:#333333;
	line-height: 1.33;
	text-align: left;
}

#main .comLinkList00001 li .long{
	margin: 17px 20px 0 0;
	width: 100%;
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
}

#main .comLinkList00001 li p {
	padding: 8px 0px 8px;
	display: block;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}

#main .comLinkList00001 li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}


#main .qaDl {
	margin-bottom: 30px;
	padding: 15px;
	border: 3px dotted #E3E3E3;
	background-color: #eaf5fb;
}

#main .qaDl dt {
	padding: 0 0 0 80px;
	background: url(../images/base/q_img.gif) no-repeat left top;
}

#main .qaDl dt span {
	padding: 10px 15px 10px;
	display: block;
	position: relative;
	color: #120980;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #CCC;
	background-color: #FFF;
}

#main .qaDl dt span:before {
	margin-top: -10px;
	width: 21px;
	height: 20px;
	position: absolute;
	left: -21px;
	top: 50%;
	background: url(../images/base/arrow01.gif) repeat-x left top;
	background-size: 21px 20px;
	
	content: '';
}

#main .qaDl dd {
	padding: 13px 0 0 80px;
	margin-top:15px;
	min-height: 30px;
	line-height: 1.71;
	background: url(../images/base/a_img.gif) no-repeat left top;
}

#main .photo2 {
	margin: 30px 0 60px 0;
}

#main .recruitBox {
	margin-bottom: 70px;
	padding: 55px 0 65px;
	background: url(../images/base/recruit_box_bg.jpg) no-repeat center top;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='common/images/base/recruit_box_bg.jpg',sizingMethod='scale');
}

#main .recruitBox ul {
	margin: -30px auto 0;
	padding-left: 30px;
	width: 1110px;
	overflow: hidden;
	zoom: 1;
}

#main .recruitBox ul li {
	margin: 30px 30px 0 0;
	padding-bottom: 35px;
	width: 515px;
	float: left;
	color: #120980;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border: 5px solid #E3E3E3;
	background-color: #FFF;
}

#main .recruitBox li img {
	margin-bottom: 25px;
}

#main .recruitBox ul a {
	margin: 19px auto 0;
	padding: 12px 10px 10px;
	width: 260px;
	position: relative;
	display: block;
	color: #FFF;
	font-size: 19px;
	text-decoration: none;
	border-radius: 2px;
	background-color: #120980;
	behavior: url(common/js/pie.htc);
	zoom: 1;
}

#main .recruitBox ul a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comSliderBox {
	margin: 0 auto 0px;
	width: 1080px;
	position: relative;
}

#main .comSliderBox .arrowList {
	margin-top: -109px;
	width: 100%;
	top: 50%;
	left: 0;
	position: absolute;
}

#main .comSliderBox .arrowList li {
	position: absolute;
	cursor: pointer;
	top: 0;
}

#main .comSliderBox .arrowList li:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comSliderBox .prev {
	left: -74px;
}

#main .comSliderBox .next {
	right: -73px;
}

#main .comList01 li {
	margin-bottom:30px;
	width: 270px;
	float: left;
}

#main .comList01 .photo {
	margin-bottom: 21px;
}

#main .comList01 .photo img{
	width:100%;
}

#main .comList01 .photo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comList01 .ttl {
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#main .comList01 .ttl span {
	margin-top: 3px;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

#main .comList01 .txt01 {
	margin: 0 auto 16px;
	padding: 2px 5px 1px;
	width: 200px;
	position: relative;
	color: #FFF;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	background-color: #120980;
	border-radius: 4px;
	behavior: url(common/js/pie.htc);
	zoom: 1;
}

#main .comList01 .txt01 span {
	font-size: 14px;
	vertical-align: 1px;
}

#main .comList01 .txt02 {
	margin-bottom: 0px;
	padding:0 10px;
	line-height: 1.43;
}

#main .comList01 .txt02 span {
	margin-bottom: 5px;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

#main .comList01 .link {
	font-size: 16px;
	width:180px;
	margin:0 auto;
	font-weight: normal;
	margin-top:20px;
	text-align: center;
}

#main .comList01 .link a {
	padding: 11px 10px 10px;
	display: block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	background-color: #120980;
	border-radius: 30px;
	behavior: url(common/js/pie.htc);
	zoom: 1;
}

#main .comList01 .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comList03 li {
	margin-right: 30px;
	margin-bottom:30px;
	padding: 25px;
	width: 465px;
	float: left;
	border: 5px solid #E3E3E3;
}

#main .comList03 .photo {
	margin-bottom: 21px;
}

#main .comList03 .photo img{
	width:100%;
}

#main .comList03 .photo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comList03 .ttl {
	margin-bottom: 9px;
	color: #ea5413;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

#main .comList03 .ttl span {
	margin-top: 3px;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

#main .comList03 .txt01 {
	margin: 0 auto 16px;
	padding: 2px 0 1px;
	width: 350px;
	position: relative;
	color: #FFF;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	background-color: #ea5413;
	border-radius: 4px;
	behavior: url(common/js/pie.htc);
	zoom: 1;
}

#main .comList03 .txt01 span {
	font-size: 14px;
	vertical-align: 1px;
}

#main .comList03 .txt02 {
	margin-bottom: 0px;
	line-height: 1.43;
}

#main .comList03 .txt02 span {
	margin-bottom: 5px;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

#main .comList03 .link {
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

#main .comList03 .link a {
	padding: 11px 10px 10px;
	display: block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	background-color: #ea5413;
	border-radius: 3px;
	behavior: url(common/js/pie.htc);
	zoom: 1;
}

#main .comList03 .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comList04 {
	margin: 0 auto 60px;
	padding-left: 30px;
	width: 1110px;
}

#main .comList04 li {
	background-color:#f0f4f7;
	margin-right:22px;
	padding:15px;
	width: 225px;
	float: left;
}

#main .comList04 .photo {
	margin-bottom: 10px;
	width:225px;
}

#main .comList04 .photo img{
	width:100%;
}

#main .comList04 .photo2 img{
	width:100%;
}

#main .comList04 .photo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comList04 .ttl {
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#main .comList04 .ttl span {
	margin-top: 3px;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

#main .comList04 .txt01 {
	margin: 0 auto 15px;
	width: 230px;
	position: relative;
	color: #FFF;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	behavior: url(common/js/pie.htc);
	zoom: 1;
}

#main .comList04 .txt01 span {
	font-size: 14px;
	vertical-align: 1px;
}

#main .comList04 .txt02 {
	margin-bottom: 0px;
	line-height: 1.43;
}

#main .comList04 .txt02 span {
	margin-bottom: 5px;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

#main .comList04 .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comList05 {
	margin: 0 0 30px 0;
	width: 800px;
}

#main .comList05 li {
	background-color:#f0f4fd;
	margin-right:22px;
	padding:15px;
	width: 222px;
	float: left;
}

#main .comList05 li:nth-child(3n) {
	margin-right:0px;
}

#main .comList05 .photo {
	margin:0 auto 5px;
	text-align:center;
}

#main .comList05 .photo img{
	margin:0 auto 5px;
}

#main .comList05 .photo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comList05 .txt02 {
	margin-bottom: 0px;
	line-height: 1.43;
	font-size: 14px;
}

#main .comList05 .txt02 span {
	margin-bottom: 5px;
	display: block;
	text-align:center;
	color:#086baf;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
}

#main .comList05 .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comList06 {
	margin: -20px auto 30px;
	padding-left: 0px;
	width: 830px;
}

#main .comList06 li {
	background-color:#f0f4f7;
	margin-right:21px;
	margin-top:20px;
	padding:15px;
	width: 225px;
	float: left;
}

#main .comList06 .photo {
	margin-bottom: 10px;
	width:225px;
}

#main .comList06 .photo img{
	width:100%;
}

#main .comList06 .photo2 img{
	width:100%;
}

#main .comList06 .photo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comList06 .ttl {
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#main .comList06 .ttl span {
	margin-top: 3px;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

#main .comList06 .txt01 {
	margin: 0 auto 15px;
	width: 230px;
	position: relative;
	color: #FFF;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	behavior: url(common/js/pie.htc);
	zoom: 1;
}

#main .comList06 .txt01 span {
	font-size: 14px;
	vertical-align: 1px;
}

#main .comList06 .txt02 {
	margin-bottom: 0px;
	line-height: 1.43;
}

#main .comList06 .txt02 span {
	margin-bottom: 5px;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

#main .comList06 .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comList07 li {
	margin-bottom:30px;
	padding:0 0 10px 0;
	width: 253px;
	margin-right:20px;
	float: left;
	border:1px #ccc solid;
}

#main .comList07 .photo {
	margin-bottom: 21px;
}

#main .comList07 .logo {
	margin-bottom: 10px;
	padding:0 10px;
	text-align:center;
}

#main .comList07 .logo img{
	height:25px;
	overflow:hidden;
	text-align:center;
}

#main .comList07 .photo img{
	width:100%;
}

#main .comList07 .photo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comList07 .ttl {
	font-size: 16px;
	margin-bottom:8px;
	font-weight: bold;
	text-align: center;
}

#main .comList07 .ttl span {
	margin-top: 3px;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

#main .comList07 .txt01 {
	margin: 0 auto 16px;
	padding: 2px 5px 1px;
	width: 200px;
	position: relative;
	color: #FFF;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	background-color: #120980;
	border-radius: 4px;
	behavior: url(common/js/pie.htc);
	zoom: 1;
}

#main .comList07 .txt01 span {
	font-size: 14px;
	vertical-align: 1px;
}

#main .comList07 .txt02 {
	margin-bottom: 0px;
	padding:0 10px;
	line-height: 1.43;
}

#main .comList07 .txt02 span {
	margin-bottom: 5px;
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: bold;
}

#main .comList07 .link {
	font-size: 16px;
	width:180px;
	margin:0 auto;
	font-weight: normal;
	margin-top:20px;
	text-align: center;
}

#main .comList07 .link a {
	padding: 11px 10px 10px;
	display: block;
	position: relative;
	color: #FFF;
	text-decoration: none;
	background-color: #120980;
	border-radius: 30px;
	behavior: url(common/js/pie.htc);
	zoom: 1;
}

#main .comList07 .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comList08 {
	margin: -20px auto 30px;
	padding-left: 0px;
	width: 830px;
}

#main .comList08 li {
	margin-right:21px;
	margin-top:20px;
	padding:15px;
	width: 225px;
	float: left;
}

#main .comList08 .photo {
	margin-bottom: 10px;
	width:225px;
}

#main .comList08 .photo img{
	width:100%;
}
#main .comList08 .photo iframe{
	width:100%;
	height:auto;
}

#main .comList08 .photo2 img{
	width:100%;
}

#main .comList08 .photo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comList08 .ttl {
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#main .comList08 .ttl span {
	margin-top: 3px;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

#main .comList08 .txt01 {
	margin: 0 auto 15px;
	width: 230px;
	position: relative;
	color: #120980;
	font-size: 16px;
	font-weight:bold;
	line-height: 1.4;
	text-align: center;
	behavior: url(common/js/pie.htc);
	zoom: 1;
}

#main .comList08 .txt01 span {
	font-size: 14px;
	vertical-align: 1px;
}

#main .comList08 .txt02 {
	margin-bottom: 0px;
	line-height: 1.43;
	font-size: 13px;
}

#main .comList08 .txt02 span {
	margin-bottom: 5px;
	display: block;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
}

#main .comList08 .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comLinkList02 {
	margin-bottom: 30px;
	text-align: center;
}

#main .comLinkList02 li {
	margin: 0 28px 0 27px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#main .comLinkList02 li a {
	padding: 15px 10px 15px;
	width: 320px;
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #120980;
	border-radius: 30px;
}

#main .comLinkList02 li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comLinkList03 {
	margin-bottom: 30px;
	text-align: center;
}

#main .comLinkList03 li {
	margin: 0 28px 0 27px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#main .comLinkList03 li a {
	padding: 15px 10px 15px;
	width: 520px;
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #120980;
	border-radius: 30px;
}

#main .comLinkList03 li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .comLinkList04 {
	margin-bottom: 60px;
	text-align: center;
}

#main .comLinkList04 li {
	margin: 0 28px 0 27px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#main .comLinkList04 li a {
	padding: 15px 10px 15px;
	width: 320px;
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #120980;
	border-radius: 30px;
}

#main .comLinkList04 li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}



#main .stepBox03 {
	margin-bottom: 0px;
}

#main .stepBox03 .consult {
	width: 1080px;
	float: left;
	margin-bottom: 0px;
}

#main .stepBox03 .consult .title {
	padding: 8px 10px 5px;
	color: #FFF;
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	background-color: #56659e;
	border-radius: 6px 6px 0 0;
	position: relative;
	behavior: url(common/js/pie.htc);
}

#main .stepBox03 .consult .inner {
	padding: 20px 20px 22px 37px;
	border-radius: 0 0 6px 6px;
	position: relative;
	behavior: url(common/js/pie.htc);
	background-color: #fff;
}

#main .stepBox03 .consult .tel {
	padding-right: 10px;
	width: 320px;
	float: left;
	border-right: 1px solid #CCC;
}

#main .stepBox03 .consult .mail {
	padding-left: 20px;
	padding-right: 20px;
	width: 320px;
	float: left;
	border-right: 1px solid #CCC;
}

#main .stepBox03 .consult .address {
	width: 320px;
	float: right;
}


#main .stepBox03 .consult .link {
	margin-right: 13px;
	padding: 16px 10px 14px;
	display: block;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	position: relative;
	behavior: url(common/js/pie.htc);
	background-color: #56659e;
}


#main .stepBox03 .consult .text01 {
	padding: 9px 0 1px 0px;
	margin-bottom:20px;
	color: #111;
	font-size: 20px;
	font-weight: bold;
}

#main .stepBox03 .consult .text01 span {
	margin: 2px 0 0 7px;
	padding: 2px 5px 0;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	line-height: 1.4;
	vertical-align: top;
	border-radius: 3px;
	position: relative;
	behavior: url(common/js/pie.htc);
	background-color: #fb474d;
}

#main .stepBox03 .consult .text02 {
	margin-bottom: -7px;
	color: #040939;
	font-size: 34px;
	font-weight: bold;
	word-break: break-all;
}

#main .stepBox03 .consult .mail .text01 {
	margin-bottom: 23px;
	font-size: 20px;
}


#main .tabPanel {
	margin-bottom: 71px;
}

#main .tabPanel .tabUl {
	margin-bottom: 71px;
	text-align: center;
	border-bottom: 3px solid #120980;
}

#main .tabPanel .tabUl li {
	width: 204px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

#main .tabPanel .tabUl a {
	padding: 1px 1px 0;
	position: relative;
	display: block;
	color: #333;
	text-decoration: none;
	border: 1px solid #CCC;
	border-bottom: none;
}

#main .tabPanel .tabUl a span {
	padding: 17px 10px 14px;
	display: block;
	background: url(../images/base/tab_ul_bg.jpg) repeat-x left bottom;
}

#main .tabPanel .tabUl .on a,
#main .tabPanel .tabUl a:hover {
	padding: 0;
	color: #120980;
	border: 3px solid #120980;
	border-bottom: none;
}

#main .tabPanel .tabUl .on span,
#main .tabPanel .tabUl a:hover span {
	padding: 16px 9px 14px;
	background: none;
}

#main .tabPanel .tabUl .on a:before,
#main .tabPanel .tabUl a:hover:before {
	width: 100%;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -3px; 
	background: #FFF;
	
	content: '';
}

#main .tabPanel .tabBox {
	margin: 0 auto;
	width: 1080px;
	display: none;
	position: relative;
}

#main .tabPanel .tabBox .title {
	margin-bottom: 41px;
	padding: 37px 10px 34px;
	color: #FFF;
	font-size: 30px;
	text-align: center;
	background: url(../images/base/bg01.png) repeat left top;
}

#main .tabPanel .tabBox .title span {
	display: block;
	font-size: 48px;
}

#main .tabPanel .tabBox .link {
	margin: 0 auto;
	width: 280px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

#main .tabPanel .tabBox .link a {
	padding: 12px 10px 10px;
	position: relative;
	display: block;
	color: #FFF;
	text-decoration: none;
	border-radius: 3px;
	behavior: url(common/js/pie.htc);
	zoom: 1;
	background-color: #120980;
}

#main .tabPanel .tabBox .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .bgBox {
	margin-bottom: 72px;
	padding: 65px 0 65px;
	background: url(../images/base/bg_box_bg.jpg) no-repeat center top;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='common/images/base/bg_box_bg.jpg',sizingMethod='scale');
}

#main .bgBox .contentBox {
	margin: 0 auto 52px;
	padding: 37px 42px 36px;
	width: 900px;
	background: url(../images/base/bg01.png) repeat left top;
}

#main .bgBox .contentBox .title {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight:bold;
	color:#009;
	text-align: center;
}

#main .bgBox .contentBox p {
	color: #343434;
	font-size: 16px;
	text-align:center;
	line-height: 1.75;
}

#main .bgBox .link {
	margin: 0 auto;
	width: 380px;
	font-size: 19px;
	font-weight: bold;
	text-align: center;
}

#main .bgBox .link a {
	padding: 15px 10px 15px;
	position: relative;
	display: block;
	color: #FFF;
	text-decoration: none;
	border-radius: 3px;
	behavior: url(common/js/pie.htc);
	zoom: 1;
	border-radius:30px;
	background-color: #120980;
}

#main .bgBox .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .mailFormBox .submit input:hover,
#main .stepBox02 .consult .link:hover,
#main .activity a:hover,
#main .introBox .arrow a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

#main .introBox {
	margin-bottom: 30px;
	padding: 10px 10px 10px 10px;
	position: relative;
	border:#eeeeee 5px solid;
	background-color:#FFF;
}

#main .indexBox .introBox {
	opacity: 0;
	transform: scale(0.2);
	-webkit-transform: scale(0.2);
}

#main .introBox .photoBox {
	float: left;
	border: 1px solid #CCC;
}

#main .introBox .photoBox img {
	width:250px;
}

#main .introBox .textBox {
	width: 500px;
	float: right;
}

#main .introBox p {
	line-height: 2.00;
}

#main .introBox .title {
	margin-bottom: 9px;
	color: #120980;
	font-size: 16px;
	margin-left:65px;
	font-weight: bold;
	line-height: 1.5;
}

#main .introBox .tt{
	font-size: 18px;
	float:left;
	width:45px;
	margin-right:5px;
	letter-spacing:0.2em;
	color:#120980;
	font-weight: bold;
	line-height: 1.5;
	padding:5px;
	border:#120980 3px solid;
}

#main .introBox .sub {
	margin-left:65px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
}

#main .introBox .st{
	font-size: 18px;
	float:left;
	width:45px;
	margin-right:5px;
	letter-spacing:0.2em;
	color:#fff;
	font-weight: bold;
	line-height: 1.5;
	padding:5px;
	border:#120980 3px solid;
	background-color:#120980;
}

#main .introBox .infoList {
	margin-bottom: 15px;
	background-color: #086baf;
	text-align:center;
}

#main .introBox .infoList li {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	color: #FFF;
	font-weight: normal;
	line-height: 1.2;
	border-radius: 2px;
	position: relative;
}

#main .introBox .infoList .imgTxt {
	margin: -4px 0 0 7px;
	display: inline-block;
	vertical-align: top;
}

#main .introBox2 {
	margin-bottom: 30px;
	padding: 15px;
	position: relative;
	background-color:#f1f9fe;
}

#main .introBox2 .photoBox {
	float: left;
	border: 1px solid #CCC;
}

#main .introBox2 .tit {
	font-size:16px;
	color: #120980;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom: 1px solid #CCC;
}

#main .introBox2 .photoBox img {
	width:250px;
}

#main .introBox2 .textBox {
	width: 500px;
	float: right;
}

#main .introBox2 p {
	line-height: 1.50;
	font-size: 13px;
	background-color:#fff;
	padding:15px;
}

#main .introBox2 .infoList {
	margin-bottom: 15px;
	background-color: #086baf;
	text-align:center;
}

#main .introBox2 .infoList li {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	color: #FFF;
	font-weight: normal;
	line-height: 1.2;
	border-radius: 2px;
	position: relative;
}

#main .introBox2 .infoList2 {
	margin-bottom: 15px;
	background-color: #f69f43;
	text-align:center;
}

#main .introBox2 .infoList2 li {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	color: #FFF;
	font-weight: normal;
	line-height: 1.2;
	border-radius: 2px;
	position: relative;
}

#main .introBox2 .infoList .imgTxt {
	margin: -4px 0 0 7px;
	display: inline-block;
	vertical-align: top;
}

#main .introBox2 .infoList .imgTxt01 {
	margin-left: 10px;
}

#main .introBox01 {
	margin-bottom: 65px;
}

#main .introBox01 .infoList .tag {
	background-color: #3193FF;
}

#main .engineering {
	margin-bottom: 71px;
}

#main .indexBox .engineering {
	overflow: hidden;
}

#main .engineering .photoBox {
	float: left;
	border: 5px solid #e6e6e6;
}

#main .engineering .textBox {
	margin-top: 35px;
	width: 687px;
	float: right;
}

#main .engineering p {
	margin-bottom: 26px;
	font-size: 16px;
	line-height: 1.56;
}

#main .engineering .text01 {
	color: #120980;
}

#main .engineering01 {
	margin-bottom: 83px;
}

#main .engineering01 .photoBox {
	float: right;
}

#main .indexBox .engineering01 .photoBox {
	opacity: 0;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

#main .indexBox .engineering02 .textBox {
	opacity: 0;
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

#main .engineering01 .textBox {
	float: left;
}

#main .indexBox .engineering01 .textBox {
	opacity: 0;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}

#main .indexBox .engineering02 .photoBox {
	opacity: 0;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}

#main .menuList {
	margin-bottom: 70px;
	padding: 16px 10px;
	text-align: center;
	border: 1px solid #E3E3E3;
	background-color: #F6F6F6;
}

#main .menuList li {
	display: inline-block;
	font-size: 17px;
}

#main .menuList a {
	margin: 0 12px 0 9px;
	color: #2A2A2A;
	text-decoration: none;
}

#main .menuList a:hover {
	text-decoration: underline;
}

#main .txtBox {
	margin-bottom: 30px;
	background-color:#eaf5fb;
	padding:15px;
}

#main .txtBox .lBox1 {
	width: 400px;
	float: left;
	border-right:1px dotted #000;
}

#main .txtBox .lBox0 {
	width: 100%;
	float: left;
	color:#eb871d;
}

#main .txtBox .titl {
	font-size:20px;
	width:100%;
}

#main .txtBox .rBox1 {
	width: 320px;
	float: right;
}

#main .txtBox ul {
	margin-left: 3px;
}

#main .txtBox li {
	font-size: 14px;
	padding: 10px 40px 10px 10px;
	line-height: 1.25;
}

#main .txtBox li span {
	color:#120980;
}

#main .txtBox li .aic{
	color:#fff;
	padding:3px 10px;
	background-color:#C00000;"
	margin-left:5px;
}

#main .txtBox01 {
	width:850px;
	margin-left:115px;
	margin-bottom: 60px;
}

#main .txtBox01 .last {
	margin-bottom: 60px;
}

#main .txtBox01 h4 {
	margin: 0 0 13px -5px;
	font-size: 20px;
	font-weight: normal;
}

#main .txtBox01 h4 span {
	color: #F0ACAC;
}

#main .txtBox01 p {
	margin-left: 3px;
	font-size: 15px;
	line-height: 1.6;
}

#main .txtBox02 {
	width:1080px;
	margin-bottom: 60px;
}

#main .txtBox02 .last {
	margin-bottom: 60px;
}

#main .txtBox02 h4 {
	margin: 0 0 13px -5px;
	font-size: 20px;
	font-weight: normal;
}

#main .txtBox02 h4 span {
	color: #F0ACAC;
}

#main .txtBox02 p {
	margin-left: 3px;
	font-size: 15px;
	line-height: 1.6;
}

#main .txtBox03 {
	width:450px;
	margin-bottom: 20px;
	line-height: 2.0;
}

#main .txtBox03 span{
	padding:5px;
	color:#fff;
}

#main .txtBox03 a {
	margin-left: 3px;
	color:#2897ff;
	font-size: 15px;
	line-height: 1.6;
}

#main .txtBox03 a:hover {
	margin-left: 3px;
	color:#2897ff;
	font-size: 15px;
	line-height: 1.6;
}

#main .txtBox04:before,
#main .txtBox04:after {
	content:"";
	display:table; }
#main .txtBox04:after {
	clear:both; }
#main .txtBox04 {
	zoom:1;
	margin-bottom: 30px;
	line-height: 2.0;
}


#main .txtBox04 {
	margin-bottom: 30px;
	line-height: 2.0;
}

#main .txtBox04 .photo {
	width:300px;
	padding:0 0 0 20px;
	float:right;
}

#main .txtBox04 .photo img {
	width:300px;
}
#main .txtBox04 .photo ifram {
	width:100%;
	height:auto;
}

#main .txtBox04 .photo span {
	width:300px;
	text-align:center;
	font-size:12px;
}

#main .txtBox04 .photo2 {
	width:150px;
	margin-top:-10px;
	padding:-10px 0 0 20px;
	float:right;
}

#main .txtBox04 .photo2 img {
	width:150px;
}

#main .txtBox04 .photo2 span {
	width:150px;
	text-align:center;
	font-size:12px;
}

#main .txtBox04hi {
	margin-bottom: 30px;
	line-height: 2.0;
	min-height:150px;
}

#main .txtBox04hi .photo {
	width:300px;
	padding:0 0 0 20px;
	float:right;
}

#main .txtBox04hi .photo img {
	width:300px;
}

#main .txtBox04hi .photo span {
	width:300px;
	text-align:center;
	font-size:12px;
}

#main .txtBox05 {
	margin-bottom: 60px;
	background-color:#ecf0fc;
}

#main .txtBox05 p {
	margin-left: 3px;
	font-size: 15px;
	padding:30px;
	line-height: 1.6;
}

#main .txtBox05 label {
	font-size:18px;
}

// input[type=radio], input[type=checkbox] {
//   display: none;
// }

.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 15px 8px 0;
  padding: 25px 12px 12px 60px;
  border-radius: 0px;
  vertical-align: middle;
  cursor: pointer;
}
.radio:hover:after, .checkbox:hover:after {
  border-color: #120980;
}
.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  border: 2px solid #bbb;
  border-radius: 0px;
  content: '';
}

input[type=radio]:checked + .radio:before {
  opacity: 1;
}

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -5px;
  margin-left:3px;
  width: 9px;
  height: 14px;
  border-right: 3px solid #120980;
  border-bottom: 3px solid #120980;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

#main .txtBox06 {
	margin-bottom: 30px;
	background-color:#ecf0fc;
}

#main .txtBox06 p {
	margin-left: 3px;
	font-size: 15px;
	padding:30px;
	line-height: 1.6;
}

#main .txtBox06 label {
	font-size:18px;
}

#main .txtBox07 {
	margin-bottom: 60px;
	line-height: 2.0;
}

#main .txtBox07 .photo {
	width:300px;
	padding:0 0 0 20px;
	float:right;
}

#main .txtBox07 .photo img {
	width:300px;
}

#main .txtBox07 .photo span {
	width:300px;
	text-align:center;
	font-size:12px;
}

#main .mailBox {
	margin-bottom: 60px;
	padding: 36px 30px 33px;
	border: 5px dotted #120980;
}

#main .mailBox p {
	vertical-align:middle;
	text-align:center;
	color:#120980;
	font-size: 23px;
	font-weight: bold;
}

#main .mailBox .rTxt {
	width: 700px;
	float: right;
	font-size: 15px;
	line-height: 2;
}

#main .mailBox .rTxt a {
	display: inline-block;
	color: #120980;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.7;
}

#main .reBox {
	margin-bottom: 60px;
	padding: 36px 30px 33px;
	border: 3px dotted #120980;
}

#main .reBox p {
	vertical-align:middle;
	text-align:center;
	color:#333333;
	font-size: 23px;
	font-weight: bold;
}

#main .reBox .rTxt {
	width: 700px;
	text-align:left;
	float: right;
	font-size: 15px;
	line-height: 2;
}

#main .reBox .rTxt a {
	display: inline-block;
	color: #120980;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
}

#main .interviewBox {
	margin-bottom: 65px;
}

#main .interviewBox .title {
	margin-bottom: 36px;
	position: relative;
	z-index: 10;
	color: #000;
	font-size: 28px;
	font-weight: bold;
}

#main .interviewBox .title01 {
	margin-bottom: 32px;
}

#main .interviewBox .title span {
	margin: 50px 0 0 12px;
	width: 645px;
	display: inline-block;
}

#main .interviewBox .imgBoxR,
#main .interviewBox .imgBoxL {
	margin-bottom: 50px;
}

#main .interviewBox .imgBoxR .photoBox {
	float: right;
}

#main .interviewBox .imgBoxR .textBox {
	width: 630px;
	float: left;
}

#main .interviewBox .imgBoxR .text,
#main .interviewBox .imgBoxL .text {
	margin-bottom: 19px;
	color: #120980;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
}

#main .interviewBox .imgBoxR p,
#main .interviewBox .imgBoxL p {
	line-height: 1.71;
}

#main .interviewBox .imgBoxL .photoBox {
	float: left;
}

#main .interviewBox .imgBoxL .textBox {
	width: 640px;
	float: right;
}

#main .interviewBox .imgBoxR01 {
	margin-bottom: 0;
	padding-right: 41px;
}

#main .interviewBox .imgBoxR01 .textBox {
	width: 620px;
}

#main .interviewBox .imgBoxR01 .photoBox {
	margin-top: -267px;
}

#main .mailFormBox {
	margin-bottom: 60px;
	background: url(../images/base/line01.gif) no-repeat left top;
}

#main .mailFormBox table {
	margin-bottom: 38px;
	width: 100%;
	border-collapse: collapse;
}

#main .mailFormBox th,
#main .mailFormBox td {
	padding: 22px 6px 19px;
	color: #2E2E2E;
	text-align: left;
	line-height: 1.71;
	vertical-align: middle;
	background: url(../images/base/line01.gif) no-repeat left bottom;
}

#main .mailFormBox th {
	padding: 21px 30px 18px 15px;
}

#main .mailFormBox th span {
	width: 64px;
	padding: 1px 0; 
	float: right;
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	border-radius: 2px;
	position: relative;
	behavior: url(common/js/pie.htc);
}

#main .mailFormBox .must {
	background-color: #C00000;
}

#main .mailFormBox .arbitrary {
	background-color: #7A7A7A;
}

#main .mailFormBox input[type="email"],
#main .mailFormBox input[type="tel"],
#main .mailFormBox input[type="text"] {
	width: 500px;
	min-height: 25px;
	line-height: 1.8;
	position: relative;
	border: 1px solid #A9A9A9;
	border-radius: 2px;
	behavior: url(common/js/pie.htc);
}

#main .mailFormBox select {
    padding: 0;
    margin: 0;
    height: 30px;
	width:500px;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0 40px 0 10px;
    border: 1px solid #ccc;
}

#main .mailFormBox .checkList {
	margin-right: 23px;
	width: 500px;
	float: left;
}


#main .mailFormBox .checkList01 {
	margin-right: 0;
}

#main .mailFormBox .checkList li {
	padding: 8px 0 7px;
}

#main .mailFormBox .checkList input[type="checkbox"] {
	margin-right: 16px;
}

#main .mailFormBox .checkList input[type="email"],
#main .mailFormBox .checkList input[type="tel"],
#main .mailFormBox .checkList input[type="text"] {
	margin-left: 5px;
	padding: 0 15px;
	width: 175px;
	color: #2E2E2E;
	border: none;
	background: url(../images/base/form_input_bg01.gif) no-repeat center center;
}

#main .mailFormBox textarea {
	width: 500px;
	height: 288px;
	border: 1px solid #A9A9A9;
	border-radius: 3px/20px;
	position: relative;
	behavior: url(common/js/pie.htc);
}

#main .mailFormBox .submit {
	text-align: center;
}

#main .mailFormBox .submit li {
	display: inline-block;
	vertical-align: top;
}

#main .mailFormBox .submit input {
	padding: 9px 10px 8px;
	width: 254px;
	display: block;
	color: #120980;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	vertical-align: top;
	background: none;
	border: 2px solid #120980;
	border-radius: 2px;
	position: relative;
	behavior: url(common/js/pie.htc);
}

#main .tit_form {
	text-align:center;
	padding:10px 0;
	width:100%;
	background-color:#120980;
	color:#FFF;
}

#main .form {
	margin-bottom: 30px;
}

#main .form table {
	margin-bottom: 38px;
	width: 100%;
	border-collapse: collapse;
}

#main .form th {
	padding: 22px 10px 19px;
	color: #2E2E2E;
	width:30%;
	text-align: left;
	line-height: 1.71;
	vertical-align: middle;
	background-color:#ecf1fb;
	border:solid 1px #e4e4e4;
}

#main .form td {
	padding: 22px 10px 19px;
	color: #2E2E2E;
	text-align: left;
	line-height: 1.71;
	vertical-align: middle;
	border:solid 1px #e4e4e4;
}

#main .form td span{
	color: #120980;
	font-weight:bold;
	text-align: left;
}

#main .form th {
	padding: 21px 91px 18px 15px;
}

#main .form2 {
	margin-bottom: 30px;
}

#main .form2 table {
	margin-bottom: 38px;
	width: 100%;
	border-collapse: collapse;
}

#main .form2 th {
	padding: 22px 10px 19px;
	color: #2E2E2E;
	width:15%;
	text-align: center;
	line-height: 1.71;
	vertical-align: middle;
	background-color:#ecf1fb;
	border:solid 1px #e4e4e4;
}

#main .form2 td {
	padding: 22px 10px 19px;
	color: #2E2E2E;
	text-align: left;
	line-height: 1.71;
	vertical-align: middle;
	border:solid 1px #e4e4e4;
}

#main .form2 th {
	padding: 21px 21px 18px 15px;
}

#main .form3 {
	margin-bottom: 30px;
}

#main .form3 table {
	margin-bottom: 38px;
	width: 100%;
	border-collapse: collapse;
}

#main .form3 th {
	padding: 22px 10px 19px;
	color: #fff;
	width:30%;
	text-align: left;
	line-height: 1.71;
	font-size:18px;
	vertical-align: middle;
	background-color:#120980;
	border:solid 1px #e4e4e4;
}

#main .form3 td {
	padding: 22px 10px 19px;
	color: #2E2E2E;
	width:70%;
	text-align: left;
	line-height: 1.71;
	vertical-align: middle;
	border:solid 1px #e4e4e4;
}

#main .form3 td span{
	color: #120980;
	font-weight:bold;
	text-align: left;
}

#main .form3 th {
	padding: 21px 18px 18px 15px;
}

#main .detailBox {
	margin: 0 auto 30px;
}

#main .detailBox .lB {
	width: 420px;
	float: left;
}

#main .detailBox .lB .photo {
	margin-bottom: 10px;
	text-align: center;
}

#main .detailBox .lB p {
	font-size:18px;
	font-weight:bold;
}

#main .detailBox .lB span {
	font-size:18px;
	font-weight:bold;
	display:block;
}


#main .detailBox .lB .photo img{
	width:420px;
}

#main .detailBox .rB {
	width: 360px;
	float: right;
}

#main .detailBox .rB table {
	width: 100%;
	border-collapse: collapse;
}

#main .detailBox .rB th,
#main .detailBox .rB td {
	padding: 15px 10px;
	width: 70%;
	font-size: 14px;
	line-height: 1.64;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #DFDDDC;
	border-top: 1px solid #DFDDDC;
}

#main .detailBox .rB th {
	width: 30%;
	font-weight: bold;
}

#main .detailBox .rB td .txtSpan {
	margin-bottom: 15px;
	display: block;
	font-size: 14px;
}

#main .detailBox .rB td .redSpan {
	color: #f2799e;
	font-size: 20px;
	line-height: 1;
	vertical-align: middle;
	font-weight: bold;
}

#main .detailBox .rB td a {
	margin-left: 18px;
	color: #F07FA5;
	text-decoration: underline;
}

#main .detailBox .rB td a:hover {
	text-decoration: none;
}

#main .stepBox01 {
	margin-bottom: 0px;
	padding: 30px 0 60px;
	background: #FFF;
}

#main .stepBox01 .subBox {
	margin: 0 auto;
	width: 800px;
}

#main .stepBox01 .subBox li {
	padding-left: 80px;
	width: 140px;
	float: left;
	text-align: center;
	position: relative;
}

#main .stepBox01 .subBox li:before {
	width: 20px;
	height: 28px;
	position: absolute;
	right: -60px;
	top: 70px;
	content: "";
	background: url(../images/base/icon01.png) no-repeat center top;
}

#main .stepBox01 .subBox li:first-child {	
	padding-left: 0;
}

#main .stepBox01 .subBox .last:before {	
	display: none;
}

#main .stepBox01 .h2Title04 {
	margin-bottom: 44px;
}

#main .stepBox01 .h2Title04 .txt01 {
	background: #EAEFFF;
}

#main .stepBox01 .subBox li .title {
	margin: 0 auto 21px;
	width: 90px;
	padding:5px 20px;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0px;
	font-weight: normal;
	background-color:#120980;
}

#main .stepBox01 .subBox li .photo {
	margin-bottom: 15px;
}

#main .stepBox01 .subBox li p {
	margin: 0 -30px;
	font-size: 13px;
	line-height: 1.46;
	color: #111;
}

#main .stepBox01 .subBox li .pTtl {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}

#main .stepBox001 {
	margin-bottom: 0px;
	padding: 30px 0 60px;
	background: #FFF;
}

#main .stepBox001 .subBox {
	margin: 0 auto;
	width: 800px;
}

#main .stepBox001 .subBox li {
	padding-left: 80px;
	width: 140px;
	float: left;
	text-align: center;
	position: relative;
}

#main .stepBox001 .subBox li:before {
	width: 20px;
	height: 28px;
	position: absolute;
	right: -60px;
	top: 70px;
	content: "";
	background: url(../images/base/icon01.png) no-repeat center top;
}

#main .stepBox001 .subBox li:first-child {	
	padding-left: 0;
}

#main .stepBox001 .subBox .last:before {	
	display: none;
}

#main .stepBox001 .h2Title04 {
	margin-bottom: 44px;
}

#main .stepBox001 .h2Title04 .txt01 {
	background: #EAEFFF;
}

#main .stepBox001 .subBox li .title {
	margin: 0 auto 21px;
	width: 90px;
	padding:5px 20px;
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: 0px;
	font-weight: normal;
	background-color:#427e0d;
}

#main .stepBox001 .subBox li .photo {
	margin-bottom: 15px;
}

#main .stepBox001 .subBox li p {
	margin: 0 -30px;
	font-size: 13px;
	line-height: 1.46;
	color: #111;
}

#main .stepBox001 .subBox li .pTtl {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
}

#main .stepList {
	margin: 0 auto 65px;
	width: 800px;
}

#main .stepList ul {
	margin: -15px -15px 0 0;
	overflow: hidden;
	zoom: 1;
}

#main .stepList li {
	margin: 15px 15px 0 0;
	width: 392px;
	float: left;
}

#main .stepList li a {
	padding: 13px 10px 13px 40px;
	display: block;
	text-decoration: none;
	border: 1px solid #DDD;
	border-radius: 5px;
	background: url(../images/base/icon02.png) no-repeat 15px center;
}

#main .stepList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .stepList li p {
	color: #333;
	font-size: 12px;
	line-height: 1.54;
}

#main .stepList li .pTtl {
	font-size: 16px;
	color: #120980;
	font-weight: bold;
}

#main .stepList2 {
	margin: 0 auto 65px;
	width: 800px;
}

#main .stepList2 ul {
	margin: -15px -15px 0 0;
	overflow: hidden;
	zoom: 1;
}

#main .stepList2 li {
	margin: 15px 15px 0 0;
	width: 392px;
	float: left;
}

#main .stepList2 li span {
	padding: 13px 10px 13px 40px;
	display: block;
	text-decoration: none;
	border: 1px solid #DDD;
	border-radius: 5px;
	background: url(../images/base/icon02.png) no-repeat 15px center;
}

#main .stepList2 li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .stepList2 li p {
	color: #333;
	font-size: 12px;
	line-height: 1.54;
}

#main .stepList2 li .pTtl {
	font-size: 16px;
	color: #120980;
	font-weight: bold;
}

#main .stepUl {
	margin: 0 auto 69px;
	width: 978px;
	position: relative;
	border: 1px solid #CCC;
	border-radius: 5px;
	behavior: url(common/js/pie.htc);
	zoom: 1;
}

#main .stepUl li {
	width: 321px;
	height: 58px;
	line-height: 58px;
	color: #0F0F0F;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	float: left;
	background: #EEE;
	position: relative;
}

#main .stepUl li:first-child {
	width: 318px;
	border-radius: 5px 0 0 5px;
	behavior: url(common/js/pie.htc);
	zoom: 1;
}

#main .stepUl li:before {
	margin-top: -29px;
	width: 31px;
	height: 58px;
	position: absolute;
	z-index: 100;
	right: -30px;
	top: 50%;
	content: " ";
	background: url(../images/base/icon04.png) no-repeat center top;
	background-size: 31px 58px;
}

#main .stepUl li.on {
	color: #FFF;
	background: #120980;
}

#main .stepUl li.on:before {
	background: url(../images/base/icon03.png) no-repeat center top;
	background-size: 31px 58px;
}

#main .stepUl li.last {
	width: 339px;
	float: right;
	border-radius: 0 5px 5px 0;
	behavior: url(common/js/pie.htc);
	zoom: 1;
}

#main .stepUl li.last:before {
	display: none;
}

#main .innerList {
	margin: 0 auto 67px;
	width: 1080px;
}

#main .innerList > ul {
	zoom: 1;
}

#main .innerList > ul > li {
	margin: 35px 30px 0 0;
	padding:10px;
	width: 320px;
	float: left;
}

#main .innerList > ul > li a {
	color:#000;
	margin-left:10px;
}

#main .innerList > ul > li:nth-child(2n) {
	margin: 25px 30px 0 0;
	color:#ccc;
}

#main .innerList > ul > li:nth-child(3n) {
	margin: 35px 0 0 0;
	color:#ccc;
}

#main .innerList > ul > li:nth-child(3n) a {
	color:#ccc;
	margin-left:10px;
}

#main .innerList .photo a {
	margin-bottom: 10px;
}

#main .innerList .photo:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .innerList .photo img {
	width:100%;
}

#main .innerList2 {
	margin: 0 auto 60px;
	width: 1080px;
}

#main .innerList2 > ul {
	zoom: 1;
}

#main .innerList2 > ul > li {
	margin: 0 20px 0 0;
	width: 530px;
	float: left;
}

#main .innerList2 > ul > li:nth-child(2n) {
	margin: 0 0 0 0;
}

#main .innerList2 .photo a {
	margin-bottom: 10px;
}

#main .innerList2 .photo:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .innerList2 .photo img {
	width:100%;
}


#main .dateList {
	margin: 0 auto 85px;
	width: 1080px;
}

#main .dateList ul {
	margin: -19px -56px 0 0;
	overflow: hidden;
	zoom: 1;
}

#main .dateList li {
	margin: 19px 56px 0 0;
	padding-bottom: 20px;
	width: 510px;
	float: left;
	border-bottom: 1px solid #D9D9D9;
}

#main .dateList .liStyle {
	padding-top: 20px;
	border-top: 1px solid #D9D9D9;
}

#main .dateList li a {
	display: block;
	text-decoration: none;
}

#main .dateList li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .dateList li .lBox {
	float: left;
}

#main .dateList li .rBox {
	width: 306px;
	float: right;
}

#main .dateList li .rBox p {
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
	line-height: 2;
}

#main .dateList li .rBox .pTtl {
	color: #120980;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
}

#main .dateList dl {
	margin-bottom: 13px;
	color: #000;
	font-size: 14px;
	line-height: 2;
}

#main .dateList dt {
	padding: 6px 5px 4px 5px;
	float: left;
	clear: left;
	color: #FFF;
	font-size: 12px;
	line-height: 1.2;
	width: 45px;
	box-sizing: border-box;
	vertical-align: middle;
	background: url(../images/base/bg02.gif) no-repeat center top;
	background-size: 100% 100%;
}

#main .dateList dd {
	padding: 0 0 0 4em;
}

#main .dateList .link {
	margin-bottom: 0;
	text-align: right;
	line-height: 1;
}

#main .dateList .link span {
	padding-right: 15px;
	display: inline-block;
	background: url(../images/base/icon06.gif) no-repeat right center;
}

#main .dateList .liStyle .link span {
	background: url(../images/base/icon05.gif) no-repeat right center;
}

#main .personBox {
	padding: 30px 0 60px;
	background: url(../images/base/bg03.gif) repeat left top;
}

#main .personBox .subBox {
	margin: 0 auto;
	width: 1080px;
}

#main .personBox .h2Title04 {
	margin-bottom: 44px;
}

#main .personBox .h2Title04 .txt01 {
	background: url(../images/base/bg03.gif) repeat left top;
}

#main .personBox ul {

	margin: -80px -80px 0 0;
	overflow: hidden;
	zoom: 1;
}

#main .personBox li {
	margin: 80px 80px 0 0;
	width: 499px;
	float: left;
}

#main .personBox li .lBox {
	width: 175px;
	padding: 4px;
	float: left;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #EEE;
}

#main .personBox li .rBox {
	width: 300px;
	min-height: 235px;
	float: right;
	background: url(../images/base/bg04.png) repeat left top;
}

#main .personBox li .rBox p {
	color: #333;
	font-size: 16px;
	line-height: 2.44;
}

#main .personBox li .rBox p span {
	display: block;
	font-weight: bold;
}

#main .stepBox02 {
	margin-bottom: 79px;
	padding: 61px 0 80px;
	background: url(../images/base/step02_bg01.gif) repeat;
}

#main .stepBox02 .mainBox {
	padding-right: 7px;
}

#main .stepBox02 .innerBox {
	margin-bottom: 76px;
	padding: 39px 39px 39px 29px;
	position: relative;
	border: 1px solid #ddd;
	border-radius: 7px;
	position: relative;
	behavior: url(common/js/pie.htc);
	background-color: #FFF;
}

#main .stepBox02 .lTxt {
	margin-top: 13px;
	padding: 17px 10px 43px;
	width: 175px;
	float: left;
	color: #FFF;
	font-size: 76px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	border-radius: 8px;
	position: relative;
	behavior: url(common/js/pie.htc);
	background: url(../images/base/step02_bg02.gif) repeat;
}

#main .stepBox02 .lTxt span {
	display: block;
	font-size: 20px;
}

#main .stepBox02 .consult {
	width: 775px;
	float: right;
}

#main .stepBox02 .consult .title {
	padding: 8px 10px 5px;
	color: #FFF;
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	background-color: #252525;
	border-radius: 6px 6px 0 0;
	position: relative;
	behavior: url(common/js/pie.htc);
}

#main .stepBox02 .consult .inner {
	padding: 20px 20px 22px 37px;
	border-radius: 0 0 6px 6px;
	position: relative;
	behavior: url(common/js/pie.htc);
	background-color: #f4f5f6;
}

#main .stepBox02 .consult .tel {
	padding-right: 10px;
	width: 337px;
	float: left;
	border-right: 1px solid #CCC;
}

#main .stepBox02 .consult .mail {
	width: 338px;
	float: right;
}

#main .stepBox02 .consult .link {
	margin-right: 13px;
	padding: 16px 10px 14px;
	display: block;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	position: relative;
	behavior: url(common/js/pie.htc);
	background-color: #45d375;
}

#main .stepBox02 .consult .link span {
	padding-left: 36px;
	background: url(../images/base/icon08.gif) no-repeat left center;
}

#main .stepBox02 .consult .text01 {
	padding: 9px 0 1px 62px;
	color: #111;
	font-size: 25px;
	font-weight: bold;
	background: url(../images/base/icon09.gif) no-repeat left 5px;
}

#main .stepBox02 .consult .text01 span {
	margin: 2px 0 0 7px;
	padding: 2px 5px 0;
	display: inline-block;
	color: #FFF;
	font-size: 20px;
	line-height: 1.4;
	vertical-align: top;
	border-radius: 3px;
	position: relative;
	behavior: url(common/js/pie.htc);
	background-color: #fb474d;
}

#main .stepBox02 .consult .text02 {
	margin-bottom: -7px;
	color: #ff4d52;
	font-size: 48px;
	font-weight: bold;
	letter-spacing: -3px;
	word-break: break-all;
}

#main .stepBox02 .consult .mail .text01 {
	margin-bottom: 23px;
	font-size: 24px;
	background: url(../images/base/icon10.gif) no-repeat 2px 9px;
}

#main .stepBox02 .arrow {
	margin-left: -45px;
	position: absolute;
	left: 50%;
	bottom: -62px;
}

#main .stepBox02 .rTxt {
	margin-top: -5px;
	width: 775px;
	float: right;
}

#main .stepBox02 .rTxt p {
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 1.53;
}

#main .stepBox02 .rTxt .title {
	margin-bottom: 18px;
	color: #120980;
	font-size: 21px;
	font-weight: bold;
}

#main .stepBox02 .rTxt .title01{
	margin-bottom: 15px;
	color: #2088cd;
	font-size: 18px;
}

#main .stepBox02 .rTxt a {
	color: #2088cd;
	text-decoration: underline;
}

#main .stepBox02 .rTxt a:hover {
	text-decoration: none;
}

#main .stepBox02 .rTxt .text01 {
	margin-bottom: 4px;
}

#main .stepBox02 .rTxt .text02 {
	margin-bottom: 0;
	padding: 9px 9px 5px 15px;
	display: inline-block;
	color: #120980;
	font-size: 17px;
	font-weight: bold;
	background-color: #fcec00;
}

#main .stepBox02 .rTxt .text03 {
	font-size: 18px;
	margin-bottom: 3px;
}

#main .stepBox02 .rTxt ul {
	margin: 0 0 16px 10px;
}

#main .stepBox02 .rTxt li {
	font-size: 15px;
	line-height: 1.67;
}

#main .stepBox02 .innerBox01 {
	padding-bottom: 28px;
}

#main .stepBox02 .innerBox01 .rTxt .title {
	margin-bottom: 34px;
}

#main .stepBox02 .innerBox02 {
	margin-bottom: 0;
	padding-bottom: 50px;
}

#main .stepBox02 .innerBox02 .rTxt {
	margin-top: 24px;
}

#main .stepBox02 .innerBox02 .rTxt p {
	line-height: 1.67;
}

#main .stepBox02 .innerBox02 .rTxt .title {
	margin-bottom: 30px;
}

#main .bk1 {
	background-color:#f0f0f0;
	padding:30px 0 30px;
}

#main .bk2 {
	margin-bottom: 0px;
	padding: 60px 0 60px;
	background: url(../images/base/works_bg.jpg) no-repeat center top;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='common/images/base/works_bg.jpg',sizingMethod='scale');
}

#main .bk3 {
	background-color:#f4f5f7;
	padding:60px 0 60px;
}

#main .activity {
	margin: -11px -10px 74px 0;
	width: 1090px;
	overflow: hidden;
	zoom: 1;
}

#main .activity li {
	margin: 11px 10px 0 0;
	width: 262px;
	float: left;
}

#main .indexBox .activity li {
	opacity: 0;
	transform: rotate(0deg) scale(0);
	-webkit-transform: rotate(0deg) scale(0);
	-ms-transform: rotate(0deg) scale(0);
}

#main .indexBox .activity.active li {
	opacity: 1;
	transform: rotate(-45deg) scale(1);
	-webkit-transform: rotate(-45deg) scale(1);
	-ms-transform: rotate(-45deg) scale(1);
	transition: transform 0.5s ease 0.2s;
	-webkit-transition: -webkit-transform 0.5s ease 0.2s;
	-ms-transition: -ms-transform 0.5s ease 0.2s;
}

#main .indexBox .activity a {
	display: block;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}

#main .activity .photo {
	display: block;
}

#main .activity .photo  img{
	width:100%;
}

#main .activity .text {
	padding: 19px 9px 14px;
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	border-top: none;
}

#main .view {
	margin: -20px -30px 30px 0;
	width: 830px;
	overflow: hidden;
	zoom: 1;
}

#main .view li {
	margin: 20px 30px 0 0;
	width: 385px;
	float: left;
}

#main .view .photo {
	display: block;
	min-height:150px;
	overflow:hidden;
	border:1px solid #ccc;
}

#main .view .photo  img{
	width:100%;
}

#main .view .text {
	padding: 19px 9px 14px;
	display: block;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	border-top: none;
}

#main .view .title {
	padding: 5px 0 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background-color:#120980;
}


#main .calendarBox {
	margin-bottom: 55px;
	padding: 56px 0 70px;
	background: url(../images/base/calendar_bg.jpg) no-repeat center top;
	background-size: cover;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='common/images/base/calendar_bg.jpg',sizingMethod='scale');
}

#main .calendarBox .contentBox {
	margin: 0 auto;
	width: 1080px;
}

#main .calendarBox #calendar .fc-toolbar {
	margin-bottom: 3px;
}

#main .calendarBox #calendar .fc-toolbar h2 {
	margin: 0 50px;
	width: 100px;
	display: inline-block;
	color: #120980;
	font-size: 28px;
	line-height: 1.2;
}

#main .calendarBox #calendar .fc-toolbar button {
	background: none;
	box-shadow: none;
	border: none;
	vertical-align: 5px;
	z-index: 100;
}

#main .calendarBox #calendar .fc-toolbar button span {
	margin: 0px;
	padding: 0;
	width: 21px;
	height: 23px;
	background: url(../images/base/prev02.png) no-repeat left top;
}

#main .calendarBox #calendar .fc-toolbar button span:after {
	display: none;
}

#main .calendarBox #calendar .fc-toolbar .fc-next-button span {
	background: url(../images/base/next02.png) no-repeat left top;
}

#main .calendarBox #calendar th,
#main .calendarBox #calendar td {
	font-size: 18px;
	font-weight: bold;
	border-color: #111E54;
	background-color: #F6F6F6;
}

#main .calendarBox #calendar th {
	padding: 30px 20px 31px;
	color: #F6F6F6;
	text-align: center;
	background-color: #120980;
}

#main .calendarBox #calendar .fc-day-top {
	padding: 8px 10px 0;
	text-align: center;
}

#main .calendarBox #calendar .fc-day-top .fc-day-number {
	float: none;
	color: #203F8D;
}

#main .calendarBox #calendar .fc-event {
	color: #3C3C3D;
	font-size: 18px;
	text-align: center;
	border: none;
	background-color: inherit;
}

#main .calendarBox #calendar .fc-event .fc-content {
	white-space: normal;
}

#main .calendarBox #calendar .fc-event .fc-title {
	font-weight: bold;
	text-decoration: underline;
}

#main .comList02 {
	margin: 0 auto 60px;
	padding-left: 30px;
	width: 1110px;
}

#main .comList07 {
	margin: 0 auto 30px;
	padding-left: 30px;
	width: 1110px;
}

#main .addBox {
	margin: 0 auto;
	width: 1080px;
}

#main .addBox .lBox {
	margin-top: 0px;
	width: 800px;
	float: left;
}

#main .addBox .lBox .headLine01 {
	margin-bottom: 22px;
	padding-bottom: 13px;
	color: #111;
	font-size: 26px;
	line-height: 1.1;
	border-bottom: 5px solid #D9D9D9;
}

#main .addBox .lBox .textList {
	margin-bottom: 28px;
}

#main .addBox .lBox .textList li {
	padding: 0 0 1px 1em;
	line-height: 1.55;
	text-indent: -1em;
}

#main .addBox .lBox .link {
	margin: 0 auto 74px;
	width: 350px;
}

#main .addBox .lBox .link a {
	padding: 25px 10px 19px;
	display: block;
	color: #FFF;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-bottom: 4px solid #66CBA1;
	background-color: #00A966;
	border-radius: 5px;
	behavior: url(common/js/pie.htc);
	position: relative;
}

#main .addBox .lBox .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .addBox .lBox .comTableBox {
	margin-bottom: 30px;
	border: 5px solid #E9E9E9;
}

#main .addBox .lBox .comTableBox table {
	width: 100%;
	border-collapse: collapse;
}

#main .addBox .lBox .comTableBox th,
#main .addBox .lBox .comTableBox td {
	padding: 17px 6px 17px 12px;
	width: auto;
	font-size: 14px;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #E9E9E9;
	background-color: #FFF;
}

#main .addBox .lBox .comTableBox th {
	width: 30%;
	background-color: #F6F6F6;
}

#main .addBox .lBox .comTableBox td li {
	line-height: 1.47;
	letter-spacing: -1px;
}

#main .addBox .lBox .comTableBox td li a {
	display: inline-block;
	color: #333;
	text-decoration: none;
	padding-left: 16px;
	background: url(../images/base/icon15.png) no-repeat 3px 6px;
}

#main .addBox .lBox .comTableBox td li a:hover {
	color: #333;
	text-decoration: underline;
}

#main .addBox .lBox .phoList {
	margin: -15px -30px 0 0;
	width: 900px;
}

#main .addBox .lBox .phoList li {
	padding: 15px 30px 0 0;
	float: left;
}

#main .addBox .lBox .phoList li .box {
	padding: 17px 17px 16px;
	width: 345px;
	border: 3px solid #EAEAEA;
	background-color: #F3F3F3;
}

#main .addBox .lBox .phoList li .photoBox {
	float: left;	
}

#main .addBox .lBox .phoList li .textBox {
	width: 210px;
	float: right;
}

#main .addBox .lBox .phoList li .textBox .title {
	margin-bottom: 5px;
	color: #333;
	font-size: 16px;
}

#main .addBox .lBox .phoList li .textBox p {
	color: #032e43;
	font-size: 13px;
}

#main .addBox .lBox .phoList li .textBox .download {
	margin: 0 0 3px;
}

#main .addBox .lBox .phoList li .textBox .download li {
	padding: 5px 0 0;
	width: 150px;
	float: none;
}

#main .addBox .lBox .phoList li .textBox .download li a {
	padding: 4px 3px 3px 42px;
	display: block;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	behavior: url(../js/pie.htc);
	position: relative; 	
	text-decoration: none;
	background: #042E44 url(../images/base/icon14.png) no-repeat 13px 5px;
}

#main .addBox .lBox .phoList li .textBox .download li a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .addBox .lBox .phoList li .textBox .download .pdf a {
	background: #042E44 url(../images/base/icon13.png) no-repeat 16px 3px;
}

#main .addBox .rBox {
	width: 220px;
	float: right;
	margin-bottom:100px;
}

#main .addBox .rBox .sBox {
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #DCDCDC;
}

#main .addBox .rBox .title {
	margin-bottom: 16px;
	padding: 12px 10px 20px;
	color: #120980;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom:5px solid #afc1e9;
}

#main .addBox .rBox .title span {
	color: #000;
	font-size: 12px;
	line-height: 0.55;
	font-weight: bold;
	text-align: center;
}

#main .addBox .rBox .sNavi li a {
	margin-bottom: 1px;
	padding: 11px 5px 9px 12px;
	display: block;
	color: #2994fe;
	font-size: 13px;
	line-height: 1.55;
	text-decoration: none;
	background: #fff;
}

#main .addBox .rBox .sNavi li a span {
	padding-left: 18px;
	background: url(../images/base/icon11.png) no-repeat left 1px;
}

#main .addBox .rBox .sNavi .subNavi li a {
	padding: 10px 5px 10px 26px;
}

#main .addBox .rBox .sNavi .subNavi li a span {
	padding-left: 12px;
}

#main .addBox .rBox .sNavi2 li {
	color: #000;
	padding:10px 12px 10px 12px;
	font-size: 13px;
	line-height: 1.55;
}

#main .addBox .rBox .sNavi2 li a {
	color: #2994fe;
	font-size: 13px;
	line-height: 1.55;
	text-decoration: none;
	background: #fff;
}

#main .addBox .rBox .sNavi2 li span {
	margin-left:10px;
}


#main .addBox .rBox .sLink {
	margin-bottom: 20px;
}

#main .addBox .rBox .sLink li {
	margin-bottom: 1px;
	padding: 5px;
	background-color:#120980;
}

#main .addBox .rBox .sLink li a {
	padding: 15px 10px 15px 30px;
	display: block;
	position: relative;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

#main .addBox .rBox .sLink li a:before {
	width: 18px;  
    height: 18px;
	background: url(../images/base/icon12.png) no-repeat left top;
    position: absolute;  
    top: 33%;  
    left: 5px;  
  
    content: ""; 
}

#main .addBox .rBox .sLink .theme {
	margin-bottom: 1px;
	padding: 5px;
	background-color:#ecf0fc;
}

#main .addBox .rBox .sLink .theme a {
	padding: 10px 10px 10px 27px;
	display: block;
	position: relative;
	color: #4ca1fc;
	font-size: 13px;
	text-decoration: none;
}

#main .addBox .rBox .sLink .theme a:before {
	width: 16px;  
    height: 16px;
	background: url(../images/base/icon13.png) no-repeat left top;
    position: absolute;  
    top: 30%;  
    left: 5px; 
    content: ""; 
}

#main .addBox .rBox .sLink .content {
	margin-bottom: 1px;
	padding: 5px;
	background-color:#f6f6f6;
}

#main .addBox .rBox .sLink .content a {
	padding: 10px 10px 10px 37px;
	display: block;
	position: relative;
	color: #4ca1fc;
	font-size: 12px;
	text-decoration: none;
}

#main .addBox .rBox .sLink .content a:before {
	width: 10px;  
    height: 16px;
	background: url(../images/base/icon14.png) no-repeat left top;
    position: absolute;  
    top: 30%;  
    left: 20px; 
    content: ""; 
}


#main .addBox .rBox .ban li {
	margin-bottom: 5px;
	padding: 4px;
	background-color: #FFF;
	width:220px;
}

#main .addBox .rBox .ban li img{
	width:100%
}

#main .addBox .rBox a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .addBox .rBox .sBanner li {
	margin-bottom: 5px;
	float: left;
}

#top-slide {
	position:relative; }

#top-subject {
	z-index:100000;
	position:absolute;
	top:12vw;
	line-height:1.8em;
	left:0;
	right:0;
	margin:0 auto;
	width:80%;
	text-align:center;
	color:#ffffff;
	text-shadow: 3px 3px 5px #333333;
	font-size:3.2vw;
	font-weight:bolder; }
	
#top-subject .small{
	z-index:100000;
	position:absolute;
	top:12vw;
	line-height:1.8em;
	text-shadow: 3px 3px 5px #333333;
	left:0;
	right:0;
	margin:0 auto;
	width:80%;
	text-align:center;
	color:#ffffff;
	font-size:1.2vw;
	font-weight:bolder; }	

.pagenavi {
	width:100%;
	text-align:center; }
.pagenavi li {
	padding:0 10px;
	border-right:1px solid #444;
	font-size:16px;
	display:inline-block; }
.pagenavi li:first-child {
	border-left:1px solid #444; }
.pagenavi li span {
	font-weight:bolder;
	color:#cc3333; }

@media all and (min-width: 0) and (max-width: 767px) {
	/*------------------------------------------------------------
		トープページ
	------------------------------------------------------------*/
	#gNavi .navi01 a:before {
		display: none;
	}
	
	#main .search {
		padding: 10px;
	}
	
	#main .search .condition {
		margin: 0 0 10px;
		width: auto;
	}
	
	#main .search .condition li {
		margin: 0 0 10px;
		float: none;
		width: auto;
	}
	
	#main .search .entry li {
		padding: 0 0 10px;
		float: none;
		text-align: center;
	}
	
	#main .search .entry li input[type="email"],
	#main .search .entry li input[type="tel"],
	#main .search .entry li input[type="text"] {
		height: 30px;
		line-height: 30px;
		width: 100%;
		font-size: 13px;
	}
	
	#aside {
	position: relative;
	min-height:250px;
	margin-bottom:30px;
	background-image:url(../images/aside-top.jpg);
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center center; }
#aside #video {
	overflow:hidden;
	width:100%;
	min-height:250px;
	position:absolute;
	margin:auto;
	width:100%;
	top:0;
	left:0;
	right:0; }
#aside #video video {
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	width:100%;
	height:auto;
	}
	
	#main .rBold {
		font-size: 15px;
	}


	#main .sliderBox {
		margin-bottom: 0px;
	}

	#main .sliderBox li:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .sliderBox .foo img {
		width: 100%;
	}

	#main .sliderBox ul {
		margin: -17px 0 0 0;
		width: 100%;
		top: 50%;
		left: 0;
	}

	#main .sliderBox ul img {
		width: 34px;
	}
	#main .bk3 {
	background-color:#f4f5f7;
	padding:10px 0 10px;
	}
	
	#main .bk2 {
	margin-bottom: 0px;
	padding: 30px 0 30px;
	}
	
	#main .stepBox03 {
		margin-bottom: 15px;
		padding: 20px 0;
		background-size: 4px 4px;
	}
	
	#main .stepBox03 .mainBox {
		padding-right: 0;
	}
	
	#main .stepBox03 .innerBox {
		margin-bottom: 40px;
		padding: 10px;
		border-radius: 4px;
	}
	
	
	#main .stepBox03 .consult {
		width: auto;
		float: none;
	}
	
	#main .stepBox03 .consult .title {
		padding: 5px;
		text-indent: 0;
		font-size: 16px;
		text-align: center;
		border-radius: 3px 3px 0 0;
	}
	
	#main .stepBox03 .consult .inner {
		padding: 10px;
		border-radius: 0 0 3px 3px;
	}
	
	#main .stepBox03 .consult .tel {
		padding: 0 0 10px;
		width: auto;
		float: none;
		border-right: none;
		border-bottom: 1px solid #CCC;
	}
	
	#main .stepBox03 .consult .mail {
		width: auto;
		padding: 10px 0 10px;
		float: none;
		border-right: none;
		border-bottom: 1px solid #CCC;
	}
	
	#main .stepBox03 .consult .address {
		padding: 10px 0 10px;
		width: auto;
		float: none;
		border-right: none;
	}
	
	#main .stepBox03 .consult .link {
		margin-right: 0;
		margin-top:10px;
		margin-bottom:10px;
		padding: 5px;
		font-size: 16px;
		border-radius: 3px;
	}
	
	#main .stepBox03 .consult .link span {
		padding-left: 0px;
	}
	
	#main .stepBox03 .consult .text01 {
		padding: 5px 5px 5px 0px;
		font-size: 14px;
		text-indent: 0;
	}
	
	#main .stepBox03 .consult .text01 span {
		margin: 0 0 0 10px;
		padding: 0 5px;
		vertical-align: middle;
		font-size: 12px;
	}
	
	
	#main .stepBox03 .consult .text02 {
		margin-bottom: 0;
		padding: 0;
		text-indent: 0;
		font-size: 14px;
		letter-spacing: 0;
	}
	
	#main .stepBox03 .consult .mail .text01 {
		margin-bottom: 0;
		font-size: 14px;
	}
	
	#main .mission {
		padding: 40px 0px;
		background: #120980;
		margin-bottom:10px;
	}
	
	#main .mission p {
		line-height: 1.5;
		font-size: 12px;
	}
	
	#main .mission .ttl {
		margin-bottom: 5px;
		margin-top:10px;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	
	#main .mission .link {
		margin-top: 30px;
		width: 200px;
	}
	
	#main .mission .link a {
		padding: 10px 0;
		font-size: 12px;
	}
	
	#main .mission .link a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	
	#main .mission2 {
		padding: 70px 5px 30px;
		margin-top:-10px;
		background: #369cf3;
	}
	
	#main .mission2 p {
		line-height: 1.5;
		font-size: 12px;
	}
	
	#main .mission2 .ttl {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	
	#main .mission2 .link {
		margin-top: 10px;
		width: 200px;
	}
	
	#main .mission2 .link a {
		padding: 10px 0;
		font-size: 12px;
	}
	
	#main .mission2 .link a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	
	#main .mission3 {
		padding: 0px 0px;
		background: #fff;
	}
	
	#main .mission3 p {
		line-height: 1.5;
		font-size: 12px;
	}
	
	#main .mission3 .ttl {
		margin-bottom: 5px;
		font-size: 16px;
		line-height: 1.5;
		letter-spacing: 0;
	}
	
	#main .mission3 .link {
		margin-top: 10px;
		width: 200px;
	}
	
	#main .mission3 .link a {
		padding: 10px 0;
		font-size: 12px;
	}
	
	#main .mission3 .link a:hover {
		opacity: 0.7;
		filter: alpha(opacity=70);
	}
	
	#main .photo100 {
	margin: 20px 0;
	width:100%;
}
	
	#main .newsBox {
		margin: 0 10px 25px;
		width: auto;
		padding:0;
	}

	#main .newsBox dt {
		padding: 8px 10px;
		float: none;
	}

	#main .newsBox dt span {
		padding: 3px 2px 2px;
		width: 100px;
		line-height: 1.2;
	}

	#main .newsBox dd {
		padding: 8px 10px;
		background-color: #F6F6F6;
	}

	#main .newsBox dd a {
		display: block;
		text-decoration: none;
	}
	
	#main .newsBox2 {
		margin: 0 10px 25px;
		width: auto;
	}

	#main .newsBox2 dt {
		padding: 8px 10px;
		float: none;
	}

	#main .newsBox2 dt span {
		padding: 3px 2px 2px;
		width: 100px;
		line-height: 1.2;
	}

	#main .newsBox2 dd {
		padding: 8px 10px;
		background-color: #F6F6F6;
	}

	#main .newsBox2 dd a {
		display: block;
		text-decoration: none;
	}

	#main .pmoBox {
		margin-bottom: 25px;
		padding: 25px 10px 32px;
	}

	#main .pmoBox h2 {
		margin-bottom: 25px;
		font-size: 17px;
	}

	#main .pmoBox h2 span {
		font-size: 12px;
	}

	#main .pmoBox p {
		margin-bottom: 25px;
		font-size: 12px;
	}

	#main .pmoBox .link {
		width: 270px;
		font-size: 14px;
	}

	#main .pmoBox .link a {
		padding: 10px 5px 9px;
		border: 1px solid #FFF;
	}

	#main .pmoBox .link a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .softBox {
		margin: 0 10px 33px;
		width: auto;
	}

	#main .softBox ul {
		margin: -10px 0 0 0;
		width: auto;
	}

	#main .softBox li {
		margin: 10px 0 0 0;
		width: auto;
		float: none;
	}

	#main .softBox li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .softBox li img {
		width: 100%;
	}

	#main .softBox li span {
		font-size: 12px;
	}

	#main .softBox li span span {
		height: 50px;
	}

	#main .resultBox {
		margin-bottom: 30px;
		padding: 25px 10px 30px;
	}

	#main .resultBox .contentBox {
		width: auto;
	}

	#main .resultBox .subBox .lBox {
		display: block;
		width: auto;
		height: auto !important;
		float: none;
	}

	#main .resultBox .subBox p {
		padding: 5px;
		display: block;
		font-size: 15px;
	}

	#main .resultBox .subBox01 p {
		font-size: 13px;
	}

	#main .resultBox .subBox p span {
		font-size: 12px;
	}

	#main .resultBox .subBox01 p span {
		margin-top: 0;
	}

	#main .resultBox .subBox ul {
		width: auto;
		height: auto !important;
		float: none;
		border-top: none;
		border-left: 1px solid #120980;
	}

	#main .resultBox .subBox01 ul {
		border-color: #120980;
	}
	
	#main .resultBox .subBox li {
		padding: 0 5px;
		width: 50%;
		font-size: 12px;
		box-sizing: border-box;
	}

	#main .resultBox .subBox li:nth-child(2n) {
		float: right;
	}

	#main .resultBox .subBox li a {
		padding: 10px 8px;
		text-decoration: none;
		background-size: 5px 7px;
	}

	#main .resultBox .subBox .liStyle {
		width: 50%;
	}
	

/*	#main .btmLinkList {
		max-width: inherit;
	}

	#main .btmLinkList li {
		width: 50%;
	}
	
	#main .btmLinkList li:nth-child(2n) {
		float: right;
	}

	#main .btmLinkList li a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}
*/	
	#loopslider,
	#loopslider ul,
	#loopslider ul li {
		height: 100px;
	}
	
	#loopslider img {
		height: 100%;
	}
	
	#main .comLinkList01 {
		margin: -8px 0 30px;
		width: auto;
	}

	#main .comLinkList01 li {
		margin: 8px 0 0;
		width: 48%;
		font-size: 12px;
	}
	
	#main .comLinkList01 li:nth-child(2n) {
		float: right;
	}

	#main .comLinkList01 li a {
		padding: 8px 5px 7px;
		border: 2px solid #120980;
	}

	#main .comLinkList01 li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .comLinkList001 {
		margin: -8px 0 30px;
		width: auto;
	}

	#main .comLinkList001 li {
		margin: 8px 0 0;
		width: 48%;
		font-size: 12px;
	}
	
	#main .comLinkList001 li:nth-child(2n) {
		float: right;
	}

	#main .comLinkList001 li a {
		padding: 8px 5px 7px;
		border: 2px solid #120980;
	}

	#main .comLinkList001 li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .comLinkList01 {
		margin: -8px 0 30px;
		width: auto;
	}

	#main .comLinkList0001 li {
		margin: 8px 0 0;
		width: 48%;
		font-size: 12px;
	}
	
	#main .comLinkList0001 li:nth-child(2n) {
		float: right;
	}

	#main .comLinkList0001 li a {
		padding: 8px 5px 7px;
	}

	#main .comLinkList0001 li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .comLinkList03 {
		margin: -8px 0 30px;
		width: auto;
	}

	#main .comLinkList03 li {
		margin: 8px 0 0;
		font-size: 12px;
	}
	
	#main .comLinkList03 li a {
	padding: 15px 10px 15px;
	width: 100%;
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #120980;
	border-radius: 30px;
	}

	#main .comLinkList03 li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .qaDl {
		margin-bottom: 15px;
		padding: 12px 12px 23px;
		border: 2px solid #E3E3E3;
	}

	#main .qaDl dt {
		margin-bottom: 9px;
		padding: 2px 0 2px 50px;
		background: url(../images/base/q_img.gif) no-repeat left center;
		background-size: 35px 35px;
	}

	#main .qaDl dt span {
		padding: 8px 9px 5px;
		font-size: 17px;
	}

	#main .qaDl dt span:before {
		margin-top: -5px;
		width: 10px;
		height: 10px;
		left: -10px;
		background-size: 10px 10px;
	}

	#main .qaDl dd {
		padding: 6px 0 0 50px;
		min-height: 29px;
		background-size: 35px 35px;
	}

	#main .recruitBox {
		margin-bottom: 30px;
		padding: 25px 10px 32px;
	}

	#main .recruitBox ul {
		margin: -15px auto 0;
		padding-left: 0;
		width: auto;
	}

	#main .recruitBox ul li {
		margin: 15px 0 0;
		padding-bottom: 17px;
		width: auto;
		float: none;
		font-size: 18px;
		border: 3px solid #E3E3E3;
	}
	
	#main .recruitBox li img {
		margin-bottom: 12px;
		width: 100%;
	}

	#main .recruitBox ul a {
		margin: 9px auto 0;
		padding: 6px 5px 5px;
		width: 43%;
		font-size: 15px;
	}

	#main .recruitBox ul a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .comSliderBox {
		margin: 0 10px 34px;
		width: auto;
	}

	#main .comSliderBox .arrowList {
		margin-top: -25px;
		z-index: 3000;
	}

	#main .comSliderBox .arrowList li img {
		width: 29px;
	}

	#main .comSliderBox .arrowList li:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .comSliderBox .prev {
		left: -10px;
	}
	
	#main .comSliderBox .next {
		right: -10px;
	}
	

	#main .comList01 li {
		margin-right: 0;
		padding: 12px;
		width: auto;
	}

	#main .comList01 .photo {
		margin-bottom: 10px;
	}
	
	#main .comList01 .photo img {
		width: 100%;
	}

	#main .comList01 .photo a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .comList01 .ttl {
		margin-bottom: 5px;
		font-size: 16px;
	}

	#main .comList01 .ttl span {
		margin-top: 1px;
		font-size: 10px;
	}

	#main .comList01 .txt01 {
		margin: 0 auto 8px;
		padding-top: 1px;
		width: 150px;
		font-size: 12px;
	}

	#main .comList01 .txt01 span {
		font-size: 10px;
	}

	#main .comList01 .txt02 {
		margin-bottom: 8px;
	}

	#main .comList01 .txt02 span {
		margin-bottom: 3px;
		font-size: 13px;
	}

	#main .comList01 .link {
		font-size: 15px;
	}

	#main .comList01 .link a {
		padding: 5px;
	}
	
	#main .comList01 .link a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .comList03 li {
		margin-right: 0;
		padding: 12px;
		width: auto;
		border: 3px solid #E3E3E3;
	}

	#main .comList03 .photo {
		margin-bottom: 10px;
	}
	
	#main .comList03 .photo img {
		width: 100%;
	}

	#main .comList03 .photo a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .comList03 .ttl {
		margin-bottom: 5px;
		font-size: 16px;
	}

	#main .comList03 .ttl span {
		margin-top: 1px;
		font-size: 10px;
	}

	#main .comList03 .txt01 {
		margin: 0 auto 8px;
		padding-top: 1px;
		width: 150px;
		font-size: 12px;
	}

	#main .comList03 .txt01 span {
		font-size: 10px;
	}

	#main .comList03 .txt02 {
		margin-bottom: 8px;
	}

	#main .comList03 .txt02 span {
		margin-bottom: 3px;
		font-size: 13px;
	}

	#main .comList03 .link {
		font-size: 15px;
	}

	#main .comList03 .link a {
		padding: 5px;
	}
	
	#main .comList03 .link a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .comList04 {
		margin: 0 auto 0px;
		padding:0;
		width: 100%;
	}

	#main .comList04 li {
		margin:0 auto 30px;
		padding:20px 5px;
		width: 85%;
		float: none;
	}

	#main .comList04 .photo {
		margin:0 auto 10px;
	}

	
	#main .comList04 .ttl {
		margin-bottom: 9px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}

	#main .comList04 .ttl span {
		margin-top: 3px;
		display: block;
		color: #333;
		font-size: 14px;
		font-weight: normal;
	}

	#main .comList04 .txt01 {
		margin: 0 auto 15px;
		width: 230px;
		position: relative;
		color: #FFF;
		font-size: 16px;
		line-height: 1.4;
		text-align: center;
		behavior: url(common/js/pie.htc);
		zoom: 1;
	}

	#main .comList04 .txt01 span {
		font-size: 14px;
		vertical-align: 1px;
	}

	#main .comList04 .txt02 {
		margin-bottom: 0px;
		line-height: 1.43;
		text-align: center;
	}

	#main .comList04 .txt02 span {
		margin-bottom: 5px;
		display: block;
		text-align: center;
		font-size: 16px;
		line-height: 1.5;
		font-weight: bold;
	}

	#main .comLinkList04 {
		margin-bottom: 30px;
		padding: 0px 0;
	}

	#main .comLinkList04 li {
		margin: 0 auto;
		width: 64%;
		display: block;
		font-size: 18px;
	}
	
	#main .comLinkList04 li:first-child {
		margin-bottom: 0px;
	}

	#main .comLinkList04 li a {
		padding: 10px 5px;
		width: auto;
	}

	#main .comLinkList04 li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .comLinkList04 {
		margin-bottom: 0px;
		padding: 0px 0;
	}

	#main .comLinkList04 li {
		margin: 0 auto;
		width: 64%;
		display: block;
		font-size: 18px;
	}
	
	#main .comLinkList04 li:first-child {
		margin-bottom: 0px;
	}

	#main .comLinkList04 li a {
		padding: 10px 5px;
		width: auto;
	}

	#main .comLinkList04 li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .comList05 {
	margin: 0 0 30px 0;
	padding:0px;
	width: 100%;
	}

	#main .comList05 li {
	background-color:#f0f4fd;
	margin-right:0px;
	width: 90%;
	}

	#main .comList05 .txt02 {
	margin-bottom: 0px;
	line-height: 1.75;
	font-size: 12px;
	}

	#main .comList05 .txt02 span {
	margin-bottom: 5px;
	display: block;
	text-align:center;
	color:#086baf;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	}

	#main .comList05 .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	}
	
	#main .comList06 {
	margin: -20px auto 30px;
	padding-left: 0px;
	width: 100%;
	}

	#main .comList06 li {
	background-color:#f0f4f7;
	margin-right:21px;
	margin-top:20px;
	padding:15px;
	width: 90%;
	float: left;
	}

	#main .comList06 .photo {
	margin:0 auto 10px;
	width:225px;
	}

	#main .comList06 .photo img{
	width:100%;
	}

	#main .comList06 .photo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	}

	#main .comList06 .ttl {
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}

	#main .comList06 .ttl span {
	margin-top: 3px;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	}

	#main .comList06 .txt01 {
	margin: 0 auto 15px;
	width: 100%;
	position: relative;
	color: #FFF;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	behavior: url(common/js/pie.htc);
	zoom: 1;
	}

	#main .comList06 .txt01 span {
	font-size: 14px;
	vertical-align: 1px;
	}

	#main .comList06 .txt02 {
	margin-bottom: 0px;
	line-height: 1.43;
	}

	#main .comList06 .txt02 span {
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	}

	#main .comList06 .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	}
	
	#main .comList07 {
	margin: 0 auto 15px;
	padding: 0 10px;
	width: auto;
	}
	
	#main .comList07 li {
		margin-right: 0;
		margin-bottom:20px;
		padding: 12px;
		width: auto;
	}

	#main .comList07 .photo {
		margin-bottom: 10px;
	}
	
	#main .comList07 .photo img {
		width: 100%;
	}

	#main .comList07 .photo a:hover img {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .comList07 .ttl {
		margin-bottom: 5px;
		font-size: 16px;
	}

	#main .comList07 .ttl span {
		margin-top: 1px;
		font-size: 10px;
	}

	#main .comList07 .txt01 {
		margin: 0 auto 8px;
		padding-top: 1px;
		width: 150px;
		font-size: 12px;
	}

	#main .comList07 .txt01 span {
		font-size: 10px;
	}

	#main .comList07 .txt02 {
		margin-bottom: 8px;
	}

	#main .comList07 .txt02 span {
		margin-bottom: 3px;
		font-size: 13px;
	}

	#main .comList07 .link {
		font-size: 15px;
	}

	#main .comList07 .link a {
		padding: 5px;
	}
	
	#main .comList07 .link a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .comList08 {
	margin: -20px auto 30px;
	padding-left: 0px;
	width: 100%;
	}

	#main .comList08 li {
	margin-right:21px;
	margin-top:20px;
	padding:15px;
	width: 90%;
	float: left;
	}

	#main .comList08 .photo {
	margin:0 auto 10px;
	width:300px;
	}

	#main .comList08 .photo img{
	width:100%;
	}
	#main .comList08 .photo iframe{
	width:100%;
	height:auto;
	}

	#main .comList08 .photo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
	}

	#main .comList08 .ttl {
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}

	#main .comList08 .ttl span {
	margin-top: 3px;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	}

	#main .comList08 .txt01 {
	margin: 0 auto 15px;
	width: 100%;
	position: relative;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
	behavior: url(common/js/pie.htc);
	zoom: 1;
	}

	#main .comList08 .txt01 span {
	font-size: 14px;
	vertical-align: 1px;
	}

	#main .comList08 .txt02 {
	margin-bottom: 0px;
	line-height: 1.43;
	}

	#main .comList08 .txt02 span {
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	}

	#main .comList08 .link a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
	}

	#main .tabPanel {
		margin-bottom: 30px;
	}

	#main .tabPanel .tabUl {
		margin-bottom: 30px;
		padding: 0 10px;
		border-bottom: none;
	}

	#main .tabPanel .tabUl li {
		width: 33%;
		min-height: 57px;
		display: block;
		float: left;
		font-size: 12px;
	}

	#main .tabPanel .tabUl a {
		width: 100%;
		display: table;
		table-layout: fixed;
		border: 1px solid #CCC;
		box-sizing: border-box;
	}

	#main .tabPanel .tabUl a span {
		padding: 9px 6px;
		height: 36px;
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		background-size: 1px 100%;
	}

	#main .tabPanel .tabUl .on a,
	#main .tabPanel .tabUl .on a:hover {
		padding: 1px 1px 0;
		color: #120980;
		border: 2px solid #120980;
	}

	#main .tabPanel .tabUl a:hover {
		padding: 1px 1px 0;
		color: #333;
		border: 1px solid #CCC;
	}

	#main .tabPanel .tabUl .on span,
	#main .tabPanel .tabUl .on a:hover span {
		padding: 8px 5px;
		background: none;
	}

	#main .tabPanel .tabUl a:hover span {
		padding: 9px 6px;
		background: url(../images/base/tab_ul_bg.jpg) repeat-x left bottom;
		background-size: 1px 100%;
	}

	#main .tabPanel .tabUl .on a:before,
	#main .tabPanel .tabUl a:hover:before {
		display: none;
	}

	#main .tabPanel .tabBox {
		margin: 0 10px;
		padding: 10px;
		width: auto;
		border: 5px solid #206EB7;
	}

	#main .tabPanel .tabBox .title {
		margin-bottom: 20px;
		padding: 10px;
		font-size: 15px;
	}

	#main .tabPanel .tabBox .title span {
		font-size: 20px;
	}

	#main .tabPanel .tabBox .link {
		width: 64%;
		font-size: 15px;
	}

	#main .tabPanel .tabBox .link a {
		padding: 6px 5px 5px;
	}

	#main .tabPanel .tabBox .link a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .bgBox {
		margin-bottom: 30px;
		padding: 30px 10px 30px;
	}

	#main .bgBox .contentBox {
		margin-bottom: 25px;
		margin-top:20px;
		padding: 15px;
		width: auto;
	}

	#main .bgBox .contentBox .title {
		margin-bottom: 5px;
		font-size: 20px;
	}

	#main .bgBox .contentBox p {
		font-size: 13px;
	}

	#main .bgBox .link {
		width: 64%;
		font-size: 15px;
	}

	#main .bgBox .link a {
			padding: 6px 5px 5px;
	}

	#main .bgBox .link a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .mailFormBox .submit input:hover,
	#main .stepBox02 .consult .link:hover,
	#main .activity a:hover,
	#main .introBox .arrow a:hover {
		opacity: 1;
		filter: alpha(opacity=100);
	}

	#main .introBox {
	margin-bottom: 30px;
	position: relative;
	width:90%;
	background-color:#FFF;
	}

	#main .indexBox .introBox {
	opacity: 0;
	transform: scale(0.2);
	-webkit-transform: scale(0.2);
	}

	#main .introBox .photoBox {
	float: left;
	width:100%;
	margin-bottom:20px;
	border: 1px solid #CCC;
	}

	#main .introBox .photoBox img {
	width:100%;
	}

	#main .introBox .textBox {
	width: 100%;
	float: right;
	}

	#main .introBox p {
	line-height: 2.00;
	}

	#main .introBox .title {
	margin-bottom: 9px;
	color: #120980;
	font-size: 13px;
	margin-left:65px;
	font-weight: bold;
	line-height: 1.5;
	}

	#main .introBox .tt{
	font-size: 13px;
	float:left;
	width:45px;
	margin-right:5px;
	letter-spacing:0.2em;
	color:#120980;
	font-weight: bold;
	line-height: 1.5;
	padding:5px;
	border:#120980 3px solid;
	}

	#main .introBox .sub {
	margin-left:65px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	}

	#main .introBox .st{
	font-size: 13px;
	float:left;
	width:45px;
	margin-right:5px;
	letter-spacing:0.2em;
	color:#fff;
	font-weight: bold;
	line-height: 1.5;
	padding:5px;
	border:#120980 3px solid;
	background-color:#120980;
	}

	#main .introBox .infoList {
	margin-bottom: 15px;
	background-color: #086baf;
	text-align:center;
	}

	#main .introBox .infoList li {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	color: #FFF;
	font-weight: normal;
	line-height: 1.2;
	border-radius: 2px;
	position: relative;
	}

	#main .introBox .infoList .imgTxt {
	margin: -4px 0 0 7px;
	display: inline-block;
	vertical-align: top;
	}

	#main .introBox .infoList .imgTxt01 {
	margin-left: 10px;
	}
	
	#main .introBox2 {
	margin-bottom: 30px;
	position: relative;
	width:90%;
	background-color:#f1f9fe;
	}
	
	#main .introBox2 .tit {
	font-size:13px;
	width:100%;
	color: #120980;
	font-weight:bold;
	margin-bottom:20px;
	border-bottom: 1px solid #CCC;
	}

	#main .introBox2 .photoBox {
	float: left;
	width:100%;
	margin-bottom:20px;
	border: 1px solid #CCC;
	}

	#main .introBox2 .photoBox img {
	width:100%;
	}

	#main .introBox2 .textBox {
	width: 100%;
	float: right;
	}

	#main .introBox2 p {
	line-height: 1.25;
	font-size:13px;
	}

	#main .introBox2 .title {
	margin-bottom: 9px;
	color: #120980;
	font-size: 13px;
	margin-left:65px;
	font-weight: bold;
	line-height: 1.5;
	}

	#main .introBox2 .tt{
	font-size: 13px;
	float:left;
	width:45px;
	margin-right:5px;
	letter-spacing:0.2em;
	color:#120980;
	font-weight: bold;
	line-height: 1.5;
	padding:5px;
	border:#120980 3px solid;
	}

	#main .introBox2 .sub {
	margin-left:65px;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	}

	#main .introBox2 .st{
	font-size: 13px;
	float:left;
	width:45px;
	margin-right:5px;
	letter-spacing:0.2em;
	color:#fff;
	font-weight: bold;
	line-height: 1.5;
	padding:5px;
	border:#120980 3px solid;
	background-color:#120980;
	}

	#main .introBox2 .infoList {
	margin-bottom: 15px;
	background-color: #086baf;
	text-align:center;
	}

	#main .introBox2 .infoList li {
	font-size: 13px;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	display: inline-block;
	color: #FFF;
	font-weight: normal;
	line-height: 1.2;
	border-radius: 2px;
	position: relative;
	}

	#main .introBox2 .infoList .imgTxt {
	margin: -4px 0 0 7px;
	display: inline-block;
	vertical-align: top;
	}

	#main .introBox2 .infoList .imgTxt01 {
	margin-left: 10px;
	}
	
	#main .introBox01 {
		margin-bottom: 30px;
	}

	#main .engineering {
		margin-bottom: 30px;
	}

	#main .engineering .photoBox {
		float: none;
		border: 3px solid #e6e6e6;
	}
	
	#main .engineering .photoBox img {
		width: 100%;
	}

	#main .engineering .textBox {
		margin-top: 15px;
		width: auto;
		float: none;
	}

	#main .engineering p {
		margin-bottom: 13px;
		font-size: 12px;
	}

	#main .engineering .text01 {
		color: #120980;
	}

	#main .engineering01 {
		margin-bottom: 40px;
	}

	#main .engineering01 .photoBox {
		float: none;
	}
	
	#main .engineering01 .textBox {
		float: none;
	}

	#main .menuList {
		margin-bottom: 35px;
		padding: 8px 5px;
	}

	#main .menuList li {
		font-size: 13px;
	}

	#main .menuList a {
		margin: 0 6px 0 4px;
	}

	#main .menuList a:hover {
		text-decoration: none;
	}
	
	#main .txtBox {
	margin-bottom: 30px;
	background-color:#eaf5fb;
	padding:15px;
	}

	#main .txtBox .lBox1 {
	width: 100%;
	float: left;
	border-right:0px;
	}

	#main .txtBox .rBox1 {
	width: 100%;
	float: rleft;
	}

	#main .txtBox ul {
	margin-left: 3px;
	}

	#main .txtBox li {
	font-size: 12px;
	padding: 8px;
	line-height: 1.25;
	}


	#main .txtBox01 {
		margin-bottom: 30px;
		margin-left:0px;
		width:100%;
	}

	#main .txtBox01 h4 {
		margin: 0 0 3px;
		font-size: 16px;
	}

	#main .txtBox01 p {
		margin-left: 0;
		font-size: 11px;
	}
	
	#main .txtBox02 {
		margin-bottom: 30px;
		margin-left:0px;
		width:100%;
	}

	#main .txtBox02 h4 {
		margin: 0 0 3px;
		font-size: 16px;
	}

	#main .txtBox02 p {
		margin-left: 0;
		font-size: 11px;
	}
	
	#main .txtBox03 {
	width:auto;
	margin-bottom: 20px;
	line-height: 2.0;
	}

	#main .txtBox03 span{
	padding:5px;
	color:#fff;
	}

	#main .txtBox03 a {
	margin-left: 3px;
	color:#2897ff;
	font-size: 13px;
	line-height: 1.6;
	}

	#main .txtBox03 a:hover {
	margin-left: 3px;
	color:#2897ff;
	font-size: 13px;
	line-height: 1.6;
	}
	
	#main .txtBox04 {
		margin-bottom: 30px;
		line-height: 2.0;
	}

	#main .txtBox04 .photo {
		width:50%;
		padding:0 0 0 20px;
		float:right;
	}

	#main .txtBox04 .photo img {
		width:100%;
	}

	#main .txtBox04 .photo span {
		width:100%;
		text-align:center;
		font-size:12px;
	}
	
	#main .txtBox04hi {
		margin-bottom: 30px;
		line-height: 2.0;
		min-height:150px;
	}

	#main .txtBox04hi .photo {
		width:50%;
		padding:0 0 0 20px;
		float:right;
	}

	#main .txtBox04hi .photo img {
		width:100%;
	}

	#main .txtBox04hi .photo span {
		width:100%;
		text-align:center;
		font-size:12px;
	}
	
	#main .txtBox05 {
		margin-bottom: 30px;
		margin-left:0px;
		width:100%;
	}

	#main .txtBox05 h4 {
		margin: 0 0 3px;
		font-size: 16px;
	}

	#main .txtBox05 p {
		margin-left: 0;
		font-size: 11px;
	}
	
	#main .txtBox06 label {
	font-size:13px;
	}

//	input[type=radio], input[type=checkbox] {
//  display: none;
//	}

	.radio, .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 10px 8px 0;
  padding: 15px 12px 12px 50px;
  border-radius: 0px;
  vertical-align: middle;
  cursor: pointer;
	}
	.radio:hover:after, .checkbox:hover:after {
  border-color: #120980;
	}
	.radio:after, .checkbox:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  border: 2px solid #bbb;
  border-radius: 0px;
  content: '';
	}

	input[type=radio]:checked + .radio:before {
  opacity: 1;
	}

	.checkbox:before {
  	-webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -5px;
  margin-left:3px;
  width: 5px;
  height: 7px;
  border-right: 3px solid #120980;
  border-bottom: 3px solid #120980;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
	}
	input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
	}
	
	#main .txtBox06 {
		margin-bottom: 30px;
		margin-left:0px;
		width:100%;
	}

	#main .txtBox06 h4 {
		margin: 0 0 3px;
		font-size: 16px;
	}

	#main .txtBox06 p {
		margin-left: 0;
		font-size: 11px;
	}
	
	#main .txtBox07 {
		margin-bottom: 30px;
		line-height: 2.0;
	}

	#main .txtBox07 .photo {
		width:50%;
		padding:0 0 0 20px;
		float:right;
	}

	#main .txtBox07 .photo img {
		width:100%;
	}

	#main .txtBox07 .photo span {
		width:100%;
		text-align:center;
		font-size:12px;
	}



	#main .mailBox {
		margin-bottom: 30px;
		padding: 10px 15px;
		border: 3px solid #eeabab;
	}

	#main .mailBox .lTxt {
		margin-top: 0;
		width: auto;
		float: none;
		font-size: 19px;
	}

	#main .mailBox .rTxt {
		width: auto;
		float: none;
		font-size: 11px;
		line-height: 1.5;
	}

	#main .mailBox .rTxt a {
		font-size: 20px;
	}
	
	#main .reBox {
		margin-bottom: 30px;
		padding: 10px 15px;
		border: 3px solid #eeabab;
	}

	#main .reBox .lTxt {
		margin-top: 0;
		width: auto;
		float: none;
		font-size: 19px;
	}

	#main .reBox .rTxt {
		width: auto;
		float: none;
		font-size: 11px;
		line-height: 1.5;
	}

	#main .reBox .rTxt a {
		font-size: 20px;
	}

	
	#main .interviewBox {
		margin-bottom: 30px;
	}

	#main .interviewBox .title {
		margin-bottom: 15px;
		font-size: 18px;
	}

	#main .interviewBox .title img {
		width: 70px;
		float: left;
	}

	#main .interviewBox .title01 {
		margin-bottom: 15px;
	}

	#main .interviewBox .title span {
		margin: 0;
		padding: 10px 0 6px 80px;
		width: auto;
		min-height: 54px;
		display: block;
	}

	#main .interviewBox .imgBoxR,
	#main .interviewBox .imgBoxL {
		margin-bottom: 30px;
	}

	#main .interviewBox .photoBox {
		margin-bottom: 10px;
	}
	
	#main .interviewBox .photoBox img {
		width: 100%;
	}
	
	#main .interviewBox .imgBoxR .photoBox {
		float: none;
	}
	
	#main .interviewBox .imgBoxR .textBox {
		width: auto;
		float: none;
	}
	
	#main .interviewBox .imgBoxR .text,
	#main .interviewBox .imgBoxL .text {
		margin-bottom: 10px;
		font-size: 16px;
	}

	#main .interviewBox .imgBoxR p,
	#main .interviewBox .imgBoxL p {
		line-height: 1.5;
	}

	#main .interviewBox .imgBoxL .photoBox {
		float: none;
	}

	#main .interviewBox .imgBoxL .textBox {
		width: auto;
		float: none;
	}
	
	#main .interviewBox .imgBoxR01 {
		margin-bottom: 0;
		padding-right: 0;
	}

	#main .interviewBox .imgBoxR01 .textBox {
		padding-right: 160px;
		width: auto;
	}

	#main .interviewBox .imgBoxR01 .photoBox {
		margin-top: 0;
		float: right;
	}
	
	#main .interviewBox .imgBoxR01 .photoBox img {
		width: 156px;
	}

	#main .mailFormBox {
		margin-bottom: 30px;
	}
		
	#main .mailFormBox table {
		margin-bottom: 19px;
	}

	#main .mailFormBox th,
	#main .mailFormBox td {
		padding: 11px 3px 10px;
		width: 100%;
		float: left;
		box-sizing: border-box;
	}

	#main .mailFormBox th {
		padding: 10px;
		width: 100%;
	}

	#main .mailFormBox th span {
		width: 50px;
		font-size: 11px;
	}
	
	#main .mailFormBox select {
    padding: 0;
    margin: 0;
    height: 30px;
	width:100%;
    background: transparent;
    position: relative;
    z-index: 1;
    padding: 0;
    border: 1px solid #ccc;
	}

	#main .mailFormBox input[type="email"],
	#main .mailFormBox input[type="tel"],
	#main .mailFormBox input[type="text"] {
		width: 100%;
		min-height: 18px;
		line-height: 1.5;
		box-sizing: border-box;
	}

	#main .mailFormBox .checkList {
		margin: 0 0 10px;
		width: auto;
		float: none;
	}
	
	#main .mailFormBox .checkList input[type="email"],
	#main .mailFormBox .checkList input[type="tel"],
	#main .mailFormBox .checkList input[type="text"] {
		box-sizing: content-box;
	}

	#main .mailFormBox .checkList01 {
		margin-bottom: 0;
	}
	
	#main .mailFormBox .checkList li {
		padding: 4px 0 3px;
	}

	#main .mailFormBox .checkList input[type="checkbox"] {
		margin-right: 8px;
	}

	#main .mailFormBox textarea {
		width: 100%;
		height: 144px;
	}

	#main .mailFormBox .submit li {
		width: 48%;
	}
	
	#main .mailFormBox .submit input {
		padding: 5px;
		width: 100%;
		font-size: 14px;
		border: 1px solid #120980;
		box-sizing: border-box;
	}
	
	#main .form {
		margin-bottom: 30px;
	}
		
	#main .form table {
		margin-bottom: 19px;
	}

	#main .form th,
	#main .form td {
		padding: 11px 3px 10px;
		width: 100%;
		float: left;
		box-sizing: border-box;
	}

	#main .form th {
		padding: 10px;
		width: 100%;
	}
	
	#main .form2 {
		margin-bottom: 30px;
	}
		
	#main .form2 table {
		margin-bottom: 19px;
	}

	#main .form2 th,
	#main .form2 td {
		padding: 11px 3px 10px;
		width: 100%;
		float: left;
		box-sizing: border-box;
	}

	#main .form2 th {
		padding: 10px;
		width: 100%;
		text-align:left;
	}

	#main .detailBox {
		margin: 0 0 15px;
		width: auto;
	}
	
	#main .detailBox .lB {
		margin-bottom: 15px;
		width: auto;
		float: none;
	}
	
	#main .detailBox .lB .photoList {
		margin: 0;
	}
	
	#main .detailBox .lB .photo img {
		width: 100%;
	}
	
	#main .detailBox .lB .photoList li {
		margin: 0.5% 0.5% 0 0;
		width: 24.625%;
		float: left;
	}
	
	#main .detailBox .lB .photoList li:nth-child(-n+4) {
		margin-top: 0;
	}
	
	#main .detailBox .lB .photoList li:nth-child(4n) {
		margin-right: 0;
	}
	
	#main .detailBox .lB .photoList li img {
		width: 100%;
	}
	
	#main .detailBox .lB .photoList li a:hover img {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	#main .detailBox .rB {
		width: auto;
		float: none;
	}
	
	#main .detailBox .rB th,
	#main .detailBox .rB td {
		padding: 10px 5px;
		width: 72%;
		font-size: 12px;
		line-height: 1.5;
		border-bottom: 1px solid #DFDDDC;
		border-top: 1px solid #DFDDDC;
	}
	
	#main .detailBox .rB th {
		width: 28%;
		font-weight: bold;
	}
	
	#main .detailBox .rB td .txtSpan {
		margin-bottom: 10px;
		display: block;
		font-size: 12px;
	}
	
	#main .detailBox .rB td .redSpan {
		font-size: 14px;
	}
	
	#main .detailBox .rB td a {
		margin-left: 10px;
	}
	
	#main .detailBox .rB td a:hover {
		text-decoration: underline;
	}		
	
	#main .detailBox .rB .txtUl {
		margin: -5px 0 0;
		padding: 0;
	}
	
	#main .detailBox .rB .txtUl li {
		margin: 5px 2% 0 0;
		padding: 3px 0 2px;
		width: 32%;
		font-size: 12px;
		border-radius: 2px;
	}
	
	#main .detailBox .rB .txtUl li:nth-child(3n) {
		margin-right: 0;
	}
	
	#main .detailBox .rB .indentUl li {
		font-size: 12px;
	}
	
	#main .stepBox01 {
		margin-bottom: 15px;
		padding: 20px 10px;
	}
	
	#main .stepBox01 .subBox {
		margin: 0;
		width: auto;
	}
	
	#main .stepBox01 .subBox li {
		margin-bottom: 30px;
		padding-left: 0;
		width: auto;
		float: none;
		text-align: center;
		position: relative;
	}
	
	#main .stepBox01 .subBox li:last-child {
		margin-bottom: 0;
	}
	
	#main .stepBox01 .subBox li:before {
		margin-left: -6px;
		width: 12px;
		height: 14px;
		right: auto;
		left: 50%;
		top: auto;
		bottom: -20px;
		background-size: 12px 14px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
	}
	
	#main .stepBox01 .subBox li:first-child {	
		padding-left: 0;
	}
	
	#main .stepBox01 .subBox .last:before {	
		display: none;
	}
	
	#main .stepBox01 .h2Title04 {
		margin-bottom: 15px;
	}
	
	#main .stepBox01 .h2Title04 .txt01 {
		background: #EAEFFF;
	}
	
	#main .stepBox01 .subBox li .title {
		margin: 0 auto 10px;
		width: 90px;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: 0;
		border-bottom: 2px solid #220082;
	}
	
	#main .stepBox01 .subBox li .photo {
		margin: 0 auto 10px;
		width: 50%;
	}
	
	#main .stepBox01 .subBox li .photo img {
		width: 100%;
	}
	
	#main .stepBox01 .subBox li p {
		margin: 0;
		font-size: 12px;
		line-height: 1.2;
	}
	
	#main .stepBox01 .subBox li .pTtl {
		margin-bottom: 5px;
		font-size: 14px;
	}
	
	#main .stepBox001 {
		margin-bottom: 15px;
		padding: 20px 10px;
	}
	
	#main .stepBox001 .subBox {
		margin: 0;
		width: auto;
	}
	
	#main .stepBox001 .subBox li {
		margin-bottom: 30px;
		padding-left: 0;
		width: auto;
		float: none;
		text-align: center;
		position: relative;
	}
	
	#main .stepBox001 .subBox li:last-child {
		margin-bottom: 0;
	}
	
	#main .stepBox001 .subBox li:before {
		margin-left: -6px;
		width: 12px;
		height: 14px;
		right: auto;
		left: 50%;
		top: auto;
		bottom: -20px;
		background-size: 12px 14px;
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
	}
	
	#main .stepBox001 .subBox li:first-child {	
		padding-left: 0;
	}
	
	#main .stepBox001 .subBox .last:before {	
		display: none;
	}
	
	#main .stepBox001 .h2Title04 {
		margin-bottom: 15px;
	}
	
	#main .stepBox001 .h2Title04 .txt01 {
		background: #EAEFFF;
	}
	
	#main .stepBox001 .subBox li .title {
		margin: 0 auto 10px;
		width: 90px;
		font-size: 16px;
		line-height: 1.2;
		letter-spacing: 0;
		border-bottom: 2px solid #220082;
	}
	
	#main .stepBox001 .subBox li .photo {
		margin: 0 auto 10px;
		width: 50%;
	}
	
	#main .stepBox001 .subBox li .photo img {
		width: 100%;
	}
	
	#main .stepBox001 .subBox li p {
		margin: 0;
		font-size: 12px;
		line-height: 1.2;
	}
	
	#main .stepBox001 .subBox li .pTtl {
		margin-bottom: 5px;
		font-size: 14px;
	}
	
	#main .stepList {
		margin: 0 10px 15px;
		width: auto;
	}
	
	#main .stepList ul {
		margin: 0;
	}
	
	#main .stepList li {
		margin: 0 0 15px;
		width: auto;
		float: none;
	}
	
	#main .stepList li a {
		padding: 10px 10px 10px 30px;
		height: auto !important;
		background: url(../images/base/icon02.png) no-repeat 10px center;
		background-size: 12px 20px;
	}
	
	#main .stepList li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .stepList li p {
		font-size: 12px;
		line-height: 1.5;
	}
	
	#main .stepList li .pTtl {
		font-size: 16px;
	}
	
	#main .stepList2 {
		margin: 0 10px 15px;
		width: auto;
	}
	
	#main .stepList2 ul {
		margin: 0;
	}
	
	#main .stepList2 li {
		margin: 0 0 15px;
		width: auto;
		float: none;
	}
	
	#main .stepList2 li span {
		padding: 10px 10px 10px 30px;
		height: auto !important;
		background: url(../images/base/icon02.png) no-repeat 10px center;
		background-size: 12px 20px;
	}
	
	#main .stepList2 li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .stepList2 li p {
		font-size: 12px;
		line-height: 1.5;
	}
	
	#main .stepList2 li .pTtl {
		font-size: 16px;
	}
	
	#main .stepUl {
		margin: 0 10px 15px;
		width: auto;
	}
	
	#main .stepUl li {
		width: 33.33%;
		height: 30px;
		line-height: 30px;
		font-size: 10px;
		float: left;
	}
	
	#main .stepUl li:first-child {
		width: 33.33%;
	}
	
	#main .stepUl li:before {
		margin-top: -15px;
		width: 15px;
		height: 30px;
		position: absolute;
		z-index: 10;
		right: -11px;
		top: 50%;
		content: "";
		background: url(../images/base/icon04.png) no-repeat center top;
		background-size: 10px 30px;
	}
	
	#main .stepUl li.on {
		color: #FFF;
		background: #120980;
	}
	
	#main .stepUl li.on:before {
		background: url(../images/base/icon03.png) no-repeat center top;
		background-size: 10px 30px;
	}
	
	#main .stepUl li.last {
		width: 33.33%;
		float: right;
	}
	
	#main .stepUl li.last:before {
		display: none;
	}
	
	#main .innerList {
	margin: 0 auto 0px;
	width: 100%;
	}

	#main .innerList > ul {
		zoom: 1;
	}

	#main .innerList > ul > li {
		margin: 10px 0px 0 0;
		width: 50%;
		float: left;
	}
	
	#main .innerList > ul > li:nth-child(2n) {
		margin: 10px 0 0 0;
		width: 50%;
		float: right;
	}
	
	#main .innerList > ul > li:nth-child(odd) {
		margin: 10px 0 0 0;
		width: 50%;
		float: left;
	}

	#main .innerList .photo a {
		margin-bottom: 10px;
	}

	#main .innerList .photo:hover {
		filter: alpha(opacity=70);
		opacity: 0.7;
	}

	#main .innerList .photo img {
		width:100%;
	}
	
	#main .innerList2 {
		margin: 30px auto 30px;;
		width: 95%;
	}

	#main .innerList2 > ul {
		zoom: 1;
	}

	#main .innerList2 > ul > li {
		margin: 10px 0 0 0;
		width: 100%;
		float: left;
	}

	#main .innerList2 > ul > li:nth-child(2n) {
		margin: 10px 0 0 0;
	}

	
	#main .dateList {
		margin: 0 10px 15px;
		width: auto;
	}
	
	#main .dateList ul {
		margin: 0;
	}
	
	#main .dateList li {
		margin: 0 0 10px;
		padding-bottom: 10px;
		width: auto;
		float: none;
		border-bottom: 1px solid #D9D9D9;
	}
	
	#main .dateList .liStyle {
		padding-top: 10px;
	}
	
	#main .dateList li a {
		height: auto !important;
	}
	
	#main .dateList li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	#main .dateList li .lBox {
		margin-bottom: 10px;
		width: auto;
		float: none;
	}
	
	#main .dateList li .lBox img {
		width: 100%;
	}
	
	#main .dateList li .rBox {
		width: auto;
		float: none;
	}
	
	#main .dateList li .rBox p {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 1.5;
	}
	
	#main .dateList dl {
		margin-bottom: 5px;
		color: #000;
		font-size: 14px;
		line-height: 2;
	}
	
	#main .dateList dd {
		padding: 0 0 5px 4em;
	}
	
	#main .dateList .link span {
		padding-right: 10px;
		font-size: 12px;
		background: url(../images/base/icon06.gif) no-repeat right center;
		background-size: 4px 8px;
	}
	
	#main .dateList .liStyle .link span {
		background: url(../images/base/icon05.gif) no-repeat right center;
	}
	
	#main .personBox {
		padding: 20px 10px;
		background: url(../images/base/bg03.gif) repeat left top;
		background-size: 3px 3px;
	}
	
	#main .personBox .subBox {
		margin: 0;
		width: auto;
	}
	
	#main .personBox .h2Title04 {
		margin-bottom: 15px;
	}
	
	#main .personBox .h2Title04 .txt01 {
		background: url(../images/base/bg03.gif) repeat left top;
		background-size: 3px 3px;
	}
	
	#main .personBox ul {
		margin: 0;
	}
	
	#main .personBox li {
		margin: 0 0 10px;
		width: auto;
		height: auto !important;
		float: none;
	}
	
	#main .personBox li:last-child {
		margin-bottom: 0;
	}
	
	#main .personBox li .lBox {
		margin-bottom: 10px;
		width: auto;
		padding: 2px;
		float: none;
	}
	
	#main .personBox li .lBox img {
		width: 100%;
	}
	
	#main .personBox li .rBox {
		width: auto;
		min-height: inherit;
		float: none;
		background: url(../images/base/bg04.png) repeat left top;
		background-size: auto 20px;
	}
	
	#main .personBox li .rBox p {
		padding-bottom: 1px;
		font-size: 12px;
		line-height: 20px;
	}
	
	#main .personBox li .rBox p span {
		display: block;
		font-weight: bold;
	}
	
	#main .photo2 {
	margin: 20px 0 40px 0;
	}
	
	#main .photo2 img{
	width:100%;
	}

	
	#main .stepBox02 {
		margin-bottom: 15px;
		padding: 20px 0;
		background: url(../images/base/step02_bg01.gif) repeat;
		background-size: 4px 4px;
	}
	
	#main .stepBox02 .mainBox {
		padding-right: 0;
	}
	
	#main .stepBox02 .innerBox {
		margin-bottom: 40px;
		padding: 10px;
		border-radius: 4px;
	}
	
	#main .stepBox02 .lTxt {
		margin: 0 0 10px;
		padding: 10px;
		width: auto;
		float: none;
		font-size: 30px;
		border-radius: 5px;
		background: url(../images/base/step02_bg02.gif) repeat;
		background-size: 3px 3px;
	}
	
	#main .stepBox02 .lTxt span {
		font-size: 16px;
	}
	
	#main .stepBox02 .consult {
		width: auto;
		float: none;
	}
	
	#main .stepBox02 .consult .title {
		padding: 5px;
		text-indent: 0;
		font-size: 16px;
		text-align: center;
		border-radius: 3px 3px 0 0;
	}
	
	#main .stepBox02 .consult .inner {
		padding: 10px;
		border-radius: 0 0 3px 3px;
	}
	
	#main .stepBox02 .consult .tel {
		padding: 0 0 10px;
		width: auto;
		float: none;
		border-right: none;
		border-bottom: 1px solid #CCC;
	}
	
	#main .stepBox02 .consult .mail {
		width: auto;
		float: none;
	}
	
	#main .stepBox02 .consult .link {
		margin-right: 0;
		padding: 5px;
		font-size: 16px;
		border-radius: 3px;
	}
	
	#main .stepBox02 .consult .link span {
		padding-left: 20px;
		background: url(../images/base/icon08.gif) no-repeat left center;
		background-size: 15px auto;
	}
	
	#main .stepBox02 .consult .text01 {
		padding: 5px 5px 5px 30px;
		font-size: 14px;
		text-indent: 0;
		background: url(../images/base/icon09.gif) no-repeat left 3px;
		background-size: 25px auto;
	}
	
	#main .stepBox02 .consult .text01 span {
		margin: 0 0 0 10px;
		padding: 0 5px;
		vertical-align: middle;
		font-size: 12px;
	}
	
	#main .stepBox02 .consult p {
		padding-left: 5em;
		text-indent: -5em;
	}
	
	#main .stepBox02 .consult .text02 {
		margin-bottom: 0;
		padding: 0;
		text-indent: 0;
		font-size: 14px;
		letter-spacing: 0;
	}
	
	#main .stepBox02 .consult .mail .text01 {
		margin-bottom: 0;
		padding-left: 32px;
		font-size: 14px;
		background: url(../images/base/icon10.gif) no-repeat 2px 6px;
		background-size: 25px auto;
	}
	
	#main .stepBox02 .arrow {
		margin-left: -22.5px;
		width: 45px;
		height: 23px;
		position: absolute;
		left: 50%;
		bottom: -33px;
	}
	
	#main .stepBox02 .arrow img {
		width: 100%;
	}
	
	#main .stepBox02 .rTxt {
		margin-top: 0;
		width: auto;
		float: none;
	}
	
	#main .stepBox02 .rTxt p {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 1.5;
	}
	
	#main .stepBox02 .rTxt .title {
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	#main .stepBox02 .rTxt .title01{
		margin-bottom: 10px;
		font-size: 14px;
	}
		
	#main .stepBox02 .rTxt .text01 {
		margin-bottom: 10px;
	}
	
	#main .stepBox02 .rTxt a:hover {
		text-decoration: underline;
	}
	
	#main .stepBox02 .rTxt .text02 {
		margin-bottom: 0;
		padding: 10px;
		font-size: 12px;
	}
	
	#main .stepBox02 .rTxt .text03 {
		font-size: 12px;
		margin-bottom: 0;
	}
	
	#main .stepBox02 .rTxt ul {
		margin: 0 0 10px;
	}
	
	#main .stepBox02 .rTxt li {
		font-size: 12px;
		line-height: 1.5;
	}
	
	#main .stepBox02 .innerBox01 {
		padding-bottom: 10px;
	}
	
	#main .stepBox02 .innerBox01 .rTxt .title {
		margin-bottom: 10px;
	}
	
	#main .stepBox02 .innerBox02 {
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	
	#main .stepBox02 .innerBox02 .rTxt {
		margin-top: 0;
	}
	
	#main .stepBox02 .innerBox02 .rTxt p {
		line-height: 1.5;
	}
	
	#main .stepBox02 .innerBox02 .rTxt .title {
		margin-bottom: 10px;
	}
	
	#main .activity {
		margin: 0;
		width: auto;
	}
	
	#main .activity li {
		margin: 0 0 10px;
		width: auto;
		float: none;
	}
		
	#main .activity .photo img {
		width: 100%;
	}
	
	#main .activity .text {
		padding: 10px;
		font-size: 14px;
	}
	
	#main .view {
		margin: 0;
		width: auto;
	}
	
	#main .view li {
		margin: 0 0 10px;
		width: auto;
		float: none;
	}
		
	#main .view .photo img {
		width: 100%;
	}
	
	#main .view .text {
		padding: 10px;
		font-size: 14px;
	}
	
	#main .calendarBox {
		margin-bottom: 30px;
		padding: 28px 0 35px;
	}

	#main .calendarBox .contentBox {
		margin: 0 10px;
		width: auto;
	}

	#main .calendarBox #calendar .fc-toolbar h2 {
		margin: 0 25px;
		width: 50px;
		font-size: 18px;
	}

	#main .calendarBox #calendar .fc-toolbar button {
		vertical-align: 2px;
	}
	
	#main .calendarBox #calendar .fc-toolbar button span {
		width: 10px;
		height: 11px;
		background-size: 10px 11px;
	}

	#main .calendarBox #calendar .fc-toolbar .fc-next-button span {
		background-size: 10px 11px;
	}

	#main .calendarBox #calendar th,
	#main .calendarBox #calendar td {
		font-size: 13px;
	}

	#main .calendarBox #calendar th {
		padding: 0;
	}
	
	#main .calendarBox #calendar .fc-day-top {
		padding: 4px 2px 0;
	}

	#main .calendarBox #calendar .fc-event {
		font-size: 10px;
	}
	
	#main .calendarBox #calendar .fc-day-grid-event {
		margin: 1px 0 0;
	}

	#main .comList02 {
		margin: 0px 10px 30px;
		padding-left: 0;
		width: auto;
	}
	
	#main .comList02 li {
		margin-bottom: 10px;
	}
	
	#main .comList02 li:last-child {
		margin-bottom: 0;
	}
	
	#main .addBox {
		margin: 0 20px;
		width: auto;
	}

	#main .addBox .lBox {
		margin-top: 20px;
		width: auto;
		float: none;
	}

	#main .addBox .lBox .headLine01 {
		margin-bottom: 15px;
		padding-bottom: 6px;
		font-size: 20px;
		border-bottom: 2px solid #D9D9D9;
	}

	#main .addBox .lBox .link {
		margin-bottom: 30px;
		width: auto;
	}

	#main .addBox .lBox .link a {
		padding: 10px;
		font-size: 18px;
	}

	#main .addBox .lBox .link a:hover {
		filter: alpha(opacity=10);
		opacity: 1;
	}

	#main .addBox .lBox .comTableBox {
		margin-bottom: 10px;
		border: 1px solid #E9E9E9;
	}

	#main .addBox .lBox .comTableBox th,
	#main .addBox .lBox .comTableBox td {
		float: left;
		padding: 10px;
		width: 100% !important;
		box-sizing: border-box;
	}

	#main .addBox .lBox .comTableBox th {
		width: 100%;
	}

	#main .addBox .lBox .comTableBox td li a:hover {
		text-decoration: none;
	}

	#main .addBox .lBox .phoList {
		margin: 0;
		width: auto;
	}

	#main .addBox .lBox .phoList li {
		padding: 0 0 10px;
		float: none;
	}

	#main .addBox .lBox .phoList li .box {
		padding: 10px;
		width: auto;
		height: inherit !important;
	}
	
	#main .addBox .lBox .phoList li .photoBox {
		width: 70px;
	}
	
	#main .addBox .lBox .phoList li .photoBox img {
		width: 100%;
	}

	#main .addBox .lBox .phoList li .textBox {
		padding-left: 80px;
		width: auto;
		float: none;
	}

	#main .addBox .lBox .phoList li .textBox .title {
		margin-bottom: 0;
		font-size: 12px;
	}

	#main .addBox .lBox .phoList li .textBox p {
		font-size: 11px;
	}

	#main .addBox .lBox .phoList li .textBox .download li {
			width: auto;
	}

	#main .addBox .lBox .phoList li .textBox .download li a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .addBox .rBox {
		width: auto;
		margin-bottom:30px;
		float: none;
	}

	#main .addBox .rBox .sLink li a {
		padding: 10px;
		font-size: 15px;
	}

	#main .addBox .rBox .sLink li a:before {
		margin-top: -4px;
		width: 5px;  
	    height: 8px;
		background: url(../images/base/icon12.gif) no-repeat left top;
		background-size: 5px 8px;
	    top: 50%;  
	}

	#main .addBox .rBox .ban li {
		padding: 0;
		width: 49%;
		float: left;
		box-sizing: border-box;
	}
	
	#main .addBox .rBox .ban li:nth-child(2n) {
		float: right;
	}
	
	#main .addBox .rBox .ban li img {
		width: 100%;
	}
	
	#main .addBox .rBox a:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}

	#main .addBox .rBox .sBanner li {
		width: 49%;
		text-align: center;
	}
	
	#main .addBox .rBox .sBanner li:nth-child(2n) {
		float: right;
	}
	
	#main .addBox .rBox .sBanner li img {
		width: 100%;
	}
}