@charset "utf-8";

/**
 *
 *  コンテンツ共通
 *
 */

/*--------------------------------------------------------------------------
   general style
---------------------------------------------------------------------------*/

/* text
-----------------------------------------------------------------*/
.em{
	font-weight:bold;
}
.small{
	font-size:85.7% !important;
}
.page-txt {
	margin-bottom: 15px;
	font-size:107%;
}
.page-txt:last-child {
	margin-bottom: 0;
}
.page-txt2 {
	margin-bottom: 5px;
	font-size:107%;
}
.cap {
	font-size: 86%;
}
.em2 {
    color: rgb(0,70,121);
}
.sp {
    vertical-align: super;
}
.red{
	color:#B32222;
}
.del{
	text-decoration:line-through;
}

.tag{
	background:#4eb1cb;
	width:100px;
	margin-right:15px;
	color:#FFF;
	font-size:88%;
	margin:2px 15px 0 0;
	vertical-align:middle;
	text-align:center;
	border-radius:3px;
	float:left;
	display:block;
}
/* お知らせ 青 */
.tag.type01{
	background:#4eb1cb;
}
/* プレスリリース　オレンジ */
.tag.type02{
	background:#f3ae4e;
	padding:1px 0;
	font-size:81.5%;
}
/* イベント/セミナー　緑 */
.tag.type03{
	background:#4ab471;
	padding:3px 0;
	font-size:71%;
}
/* 採用情報　ピンク */
.tag.type04{
	background:#F58FAB;
}
/* キャンペーン　紫 */
.tag.type05{
	background:#6287D9;
	padding:3px 0;
	font-size:71%;
}



/* block
-----------------------------------------------------------------*/
.space-box {
    margin-bottom: 30px;
}
.indent-box {
    margin: 0 25px;
}
.border-box {
    border: 1px solid rgb(214,214,214);
    padding: 15px;
}
.wrap-box {
}
.wrap-box:after {
    content: "";
    display: block;
    clear: both;
}
.left-box {
    float: left;
}
.right-box {
    float: right;
}

/* boxhover
-----------------------------------------------------------------*/
.boxhover.hover img{
	-ms-filter:"alpha(opacity=70)";
  filter:alpha(opacity=70);
  opacity:0.7;
}

/* SP時 */
.dev-sp .boxhover.hover img{
	opacity:initial !important;
}

/* margin
-----------------------------------------------------------------*/
.mt5{
	margin-top:5px !important;
}
.mb5{
	margin-bottom:5px !important;
}
.mt10{
	margin-top:10px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mt30{
	margin-top:30px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mt50{
	margin-top:50px !important;
}
.mb50{
	margin-bottom:50px !important;
}
.mt60{
	margin-top:60px !important;
}
.mb60{
	margin-bottom:60px !important;
}


/* table
-----------------------------------------------------------------*/
.inner-base table {
    width: 100%;
    border-bottom: 1px solid rgb(214,214,214);
    border-right: 1px solid rgb(214,214,214);
}
.inner-base table th,
.inner-base table td {
    border-top: 1px solid rgb(214,214,214);
    border-left: 1px solid rgb(214,214,214);
    padding: 10px 15px;
    vertical-align: middle;
		text-align:left;
}
.inner-base table th {
    font-weight: normal;
    background: #f2f2f2;
		text-align:left;
}
table .right {
    text-align: right;
}
table .center {
    text-align: center !important;
}


/* button
-----------------------------------------------------------------*/
.btn-block {
    min-height: 60px;
    padding: 20px 0 0;
    margin: 0 0 50px;
    text-align: center;
}
.btn-block a {
	display: inline-block;
	font-size: 121%;
	letter-spacing: 1px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-radius: 6px;
	vertical-align: middle;
	text-align: center;
	border-top: 2px solid #0F7EC5;

	background: rgba(14,133,207,1);
	background: -moz-linear-gradient(45deg, rgba(14,133,207,1) 0%, rgba(16,118,186,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(14,133,207,1)), color-stop(100%, rgba(16,118,186,1)));
	background: -webkit-linear-gradient(45deg, rgba(14,133,207,1) 0%, rgba(16,118,186,1) 100%);
	background: -o-linear-gradient(45deg, rgba(14,133,207,1) 0%, rgba(16,118,186,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(14,133,207,1) 0%, rgba(16,118,186,1) 100%);
	background: linear-gradient(45deg, rgba(14,133,207,1) 0%, rgba(16,118,186,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e85cf', endColorstr='#1076ba', GradientType=1 );

	-moz-box-shadow:0px 2px 0px 0px #005388;
	-webkit-box-shadow:0px 2px 0px 0px #005388;
	box-shadow:0px 2px 0px 0px #005388;
}
.btn-block a:after {
	display: inline-block;
	content: "";
	height: 100%;
	padding:5px 0 0;
	vertical-align: middle;
}
.btn-block a:hover {
	background-image: none;
	margin-top: 2px;
	text-decoration: none;
	border-color:#0082D2;
	background-color: #0082D2;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	-ms-filter:none !important;
	filter:none !important;
}
.ico-location {
	display: inline-block;
	width: 15px;
	height: 12px;
	margin-right: 8px;
	background: url(/shared/images/ico_location2.png) no-repeat center;
}
.ico-blank02 {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 8px;
    background: url(/shared/images/ico_blank02.png) no-repeat center;
}

/*---- ダウンロードボタン ----*/

.btn-dl a {
	border-top: 2px solid rgb(70,99,127);
	background-color:rgb(70,99,127);
	background-image:-moz-linear-gradient(102% -4% -167deg,rgb(54,72,95) 0%,rgb(70,99,127) 98%); 
	background-image:-webkit-gradient(linear,102% -4%,0% 106%,color-stop(0, rgb(54,72,95)),color-stop(0.98, rgb(70,99,127)));
	background-image:-webkit-linear-gradient(-167deg,rgb(54,72,95) 0%,rgb(70,99,127) 98%);
	background-image:-o-linear-gradient(-167deg,rgb(54,72,95) 0%,rgb(70,99,127) 98%);
	background-image:-ms-linear-gradient(-167deg,rgb(54,72,95) 0%,rgb(70,99,127) 98%);
	background-image:linear-gradient(-167deg,rgb(54,72,95) 0%,rgb(70,99,127) 98%);
	-moz-box-shadow:0px 2px 0px 0px rgb(52,74,95);
	-webkit-box-shadow:0px 2px 0px 0px rgb(52,74,95);
	box-shadow:0px 2px 0px 0px rgb(52,74,95);
}
.btn-dl a:hover {
	background-color: rgb(54,72,95);
}

.ico-download {
    display: inline-block;
    width: 12px;
    height: 15px;
    margin-left: 8px;
    background: url(/shared/images/ico_download.png) no-repeat center;
}


/* icon
-----------------------------------------------------------------*/
/* 矢印リンクアイコン01 */
a.link-arrow01{
	display:inline-block;
	padding:0 0 0 17px;
	background:url(/shared/images/ico_arrow01.png) no-repeat 0 .3em;
	line-height:1.5;
}
/* 矢印リンクアイコン03 */
a.link-arrow03{
	display:inline-block;
	padding:0 0 0 17px;
	background:url(/shared/images/ico_arrow03.png) no-repeat 0 .3em;
	line-height:1.5;
}
/* リンクアイコン(外部リンクなど) */
img.link-icon{
	margin:0 0 0 7px;
	vertical-align:middle;
}

i.tri{
	background:url(/shared/images/icon_tri.png) no-repeat left center;
	width:7px;
	height:10px;
	margin-right:5px;
	display:inline-block;
}


/* frame
-----------------------------------------------------------------*/
.inner-base{
	width:750px;
	margin:0 auto;
	padding:50px 0 60px;
}

/* form
-----------------------------------------------------------------*/
input:focus,
textarea:focus,
select:focus{
	outline:none;
}

/* input */
input.input-base{
}

/* textarea */
textarea.textarea-base{
}


/*--------------------------------------------------------------------------
   common parts
---------------------------------------------------------------------------*/

/* ページタイトル・リード文
-----------------------------------------------------------------*/
.page-head-cmn{
	border-bottom:1px solid #D3D5D9;
	background:url(/shared/images/bg_head_rp.jpg) repeat-x;
}
.page-head-cmn .inner{
	height:90px;
	padding:45px 140px 15px;
	background:url(/shared/images/bg_head_fx.jpg) no-repeat;
}
.page-head-cmn h1{
	/* アイコンを各ページCSSで記述 */
	min-height:52px;
	padding:5px 0 0 60px;
	overflow:hidden;
	line-height:1;
}
.page-head-cmn .ttl{
	display:block;
	float:left;
	margin:0 20px 0 0;
	padding:2px 0 0;
	font-family:'Montserrat', sans-serif;
	font-size:40px;
	font-weight:400;
}
.page-head-cmn .cap{
	display:block;
	float:left;
	margin:20px 0 0;
	padding:0 0 0 20px;
	border-left:1px solid #D5D9DB;
	font-size:115%;
}
.page-head-cmn .visual{
	overflow:hidden;
	height:265px;
}
.page-head-cmn .visual img{
	width:100%;
}

/* 下層ページ用 */
.page-head-cmn.lower h1{
	padding-top:0;
}
.page-head-cmn.lower .ttl{
	float:none;
	margin:0;
	padding:0;
	font-family:inherit;
	font-size:34px;
	font-weight:bold;
}
.page-head-cmn.lower .cap{
	float:none;
	margin:0 0 10px;
	padding:0 0 0 2px;
	border-left:none;
	font-family:'Montserrat', sans-serif;
	font-size:80%;
	font-weight:400;
}

/* リード文 */
.page-lead-cmn{
	margin:0 0 40px;
	font-size:115%;
	line-height:2;
}
.page-lead-cmn.no-sp{/* marginなしタイプ */
	margin-bottom:0;
}

/* 下層ページ下部 ローカルナビ
-----------------------------------------------------------------*/
.lnavi-cmn{
	position:relative;
	margin:70px 0 -30px;
}
.lnavi-cmn h2{
	/* アイコンを各ページCSSで記述 */
	overflow:hidden;
	line-height:1;
}
.lnavi-cmn .back-list{
	position:absolute;
	top:5px;
	right:0;
}
.lnavi-cmn .ttl{
	display:block;
	float:left;
	margin:0 15px 0 0;
	padding:0 15px 0 0;
	border-right:1px solid #D5D9DB;
	font-family:'Montserrat', sans-serif;
	font-size:28px;
	font-weight:400;
}
.lnavi-cmn .cap{
	display:block;
	float:left;
	margin:11px 0 0 0;
	font-size:14px;
}
.lnavi-cmn ul{
	position:relative;
	width:765px;
	margin:35px -15px 0 0;
}
.lnavi-cmn ul li{
	float:left;
	width:138px;
	margin:0 15px 36px 0;
}
.lnavi-cmn ul li img{
	display:block;
	margin:0 0 5px;
}
.lnavi-cmn ul li a:hover img{
	-ms-filter:"alpha(opacity=80)";
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* 下線付きh2
-----------------------------------------------------------------*/
h2.heading {
	padding: 0 0 15px;
	margin: 10px 0 15px;
	background: url(/shared/images/bg_heading.gif) bottom no-repeat;
	font-size: 143%;
	line-height:1;
	color: rgb(1,72,121);
	font-weight: bold;
}

p+h2.heading{
	padding-top: 40px;
}

/* インデントライン付きh3
-----------------------------------------------------------------*/
h3.heading {
	margin: 25px 0 10px 20px;
	padding: 1px 0 0 10px;
	border-left: 3px solid rgb(0,70,121);
	font-size: 128.5%;
	background: none;
	color: rgb(1, 72, 121);
	font-weight: bold;
}
p+h3.heading,
div+h3.heading {
	margin-top: 40px;
}

/* インデントライン付きh4
-----------------------------------------------------------------*/
h4.heading {
	margin: 0 0 10px;
	padding:3px 0 0 12px;
	font-size: 107%;
	background: url(/shared/images/ico_headline.jpg) left center no-repeat;
	color:#455D6B;
	font-weight: bold;
}
p+h4.heading,
div+h4.heading{
	margin-top: 30px;
}
.indent-box>h4.heading{
	margin-top: 15px;
}

/* news 内容
-----------------------------------------------------------------*/
.p-news-list{
	margin:-50px -25px 0 0;
}
.p-news-list li{
	float: left;
	width: 234px;
	margin: 50px 24px 0 0;
}
.p-news-list li .img{
	display: block;
	margin-bottom: 20px;
}
.p-news-list li .img img{
	padding:0;
	width:224px;
	height:170px;
	border:5px solid #DDD;
	border-radius:9px;
}
.p-news-list li .img img.press{
	border-color:#F3AE4E;
}
.p-news-list li .img img.topics{
	border-color:#4EB1CB;
}
.p-news-list li .img img.event{
	border-color:#4AB471;
}
.p-news-list li .img img.recruit{
	border-color:#F58FAB;
}
.p-news-list li .img img.campaign{
	border-color:#6287D9;
}
.p-news-list li .date{
	display: inline-block;
	width: 115px;
	text-align: right;
	font-size: 79%;
	font-weight: bold;
}
.p-news-list li .cont{
	display: block;
	width: 234px;
	margin-top: 15px;
	/*
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	*/
}
.p-news-list li .cont.re{
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.p-news-list li.hover .cont a{
	text-decoration:underline;
}


/*--------------------------------------------------------------------------
   404 エラーページ
---------------------------------------------------------------------------*/

.page-head-cmn.error h1{
	background:url(/shared/images/ico_error.png) no-repeat 0 5px;
}

.txt-large{
	line-height:1;
	padding:20px 0 10px 70px;
}
.txt-large span{
	color:#D1D1D1;
	font-size:1072%;
}
.txt-large span+span{
	padding:0 0 0 15px;
	font-size:428%;
}
.txt-large span+span+span{
	padding:0 0 0 10px;
}

.page-txt.error{
	padding:0 0 0 70px;
}

.btn-block.error {
	margin:0;
}
.btn-block.error a {
		width:286px;
    height:56px;
}

/*--------------------------------------------------------------------------
   リダイレクトページ
---------------------------------------------------------------------------*/

#Refresh{
	width:750px;
	margin:0 auto;
	padding: 90px 0;
	text-align: center;
}
#Refresh .txt-refresh{
	margin:0 0 30px;
	padding:20px 0;
	font-size:128.5%;
	line-height:2;
	border:5px solid #E5E5E5;
}

