@charset "utf-8";

/*-----------------------------------------
	Global Settings
------------------------------------------*/
h1.page-title{
	font-size: 200%;
	letter-spacing: 0.05em;
	padding-top: 15px;
}

h1.page-title a{
	text-decoration: none;
}

h2.section-title{
	margin: 0 0 40px 0;
	padding: 0 0 20px 0;
	border-bottom: 2px solid #dedfe2;
	font-size: 163%;
}

h3{
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 20px 0;
}

h3.claw{
	background: url(/img/corp/en/bg_claw.png) no-repeat;
	background-position: 0 5px;
	font-size: 125%;
	font-weight: bold;
	padding: 5px 0 0 35px;
	margin: 0 0 20px -15px;
}

.caption{
	float: right;
	color: #cccccc;
	font-size: 66%;
	font-weight: bold;
	font-family: 'Montserrat';
	font-weight: 400;
}

p.subtitle{
	margin: -35px 0 10px 0;
	font-size: 88%;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

p.url{
	padding: 10px 0;
	font-size: 80%
}

p.url a{ color: #333333; }


/* パンくず */
#pan{ padding: 25px; }

#pan ul { margin: 0 0 0 -10px; }

#pan ul li{
	font-size: 80%;
	float: left;
	padding: 0 28px 0 10px;
	background: url(/img/corp/en/icon_bg_ar.png) right no-repeat;
}

#pan ul li:last-child {
	background: none;
}

#pan a{ text-decoration: none; }
#pan a:hover{ text-decoration: underline; }

figure.center{
	text-align: center;
}

figure img{
	max-width: 100%;
	height:auto;
}

figure a:hover{
	opacity: 0.7;
}

/*-----------------------------------------
	Nav
------------------------------------------*/
#page-nav-fix{
	padding: 53px 0;
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px solid #dbdbdb;
}

#page-nav-title{
	float: left;
	text-align: left;
}

#page-nav{
	float: right;
	font-size: 88%;
	font-weight: bold;
}

#page-nav li {
	float: left;
	display: block;
	padding: 25px 25px 25px 40px;
	background: url(/img/corp/en/icon_bg_ar_under.png) right no-repeat;
}

#page-nav li a{
	color: #333333;
	text-decoration: none;
	display: block;
}

#page-nav li a:hover{ text-decoration: underline; }

.fixed {
	position: fixed;
	top: 0;
	margin: 0 auto;
	z-index: 2;
	padding: 5px 0!important;
	background: #ffffff;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-bottom: 1px solid #dbdbdb;
}

.fixed h1{
	font-size: 125%;
	margin: 0;
	padding: 21px 20px;
}

.fixed .subtitle{
	display: none;
}

.fixed #page-nav li a{
	font-size: 88%;
	color: #999999;
}

.fixed #page-nav li.on a{
	color: #282930;
}

/*-----------------------------------------
	レイアウト
------------------------------------------*/
#page-title-img{
	background: #c0c0c0;
	width: 100%;
	height: 260px;
}

.inner{
	padding: 90px 0;
	border-top: 1px solid #dbdbdb;
	line-height: 1.5;
}

.bg-gray{
	background: #f8f8f8;
}

/* ----- 1カラム ----- */
.box-1column p{
	margin: 0 0 30px 0;
	font-size: 94%;
	line-height: 1.7;
}

.box-1column p.txt_gray{
	position:relative;
	width:90%;
	margin:10px auto 0;
	color:#282930;
	font-size: 85%;
}

.box-1column p.txt_gray:before{
	display: block;
	position:absolute;
	left:-20px;
	content: "▲";
}

.box-1column p + p{
	margin-top: -15px;
}

/* ----- 2カラム サムネイル付き ----- */
.box-thumb{
	border: 1px solid #dbdbdb;
	padding: 40px;
	background: #ffffff;
	margin: 0 0 30px 0;
}

.box-thumb:last-child{
	margin-bottom: 0;
}

.box-thumb-title{
	font-weight: bold;
	font-size: 113%;
	margin: 0 0 25px 0;
}

.box-thumb p{
	margin: 0 0 30px 10px;
	font-size: 88%;
	line-height: 1.8;
}

.box-thumb h3.subtitle{
	margin: 15px 0 10px 0;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #dbdbdb;
	font-size: 100%;
}

#esports4 .box-thumb h3.subtitle{
	margin-top: 12px;
}

.box-thumb p.subtxt{
	margin: 12px 0 0 0;
	font-size: 88%;
}

.box-thumb p.subtxt + .subtitle,
#esports4 .box-thumb p.subtxt + .subtitle{
	margin-top: 25px;
}

.box-thumb p.subtxt + figure,
figure + .subtitle{
	margin-top: 50px;
}

.box-thumb ul.sublist{
	margin: 12px 0 0 0;
	list-style: disc;
	font-size: 88%;
}

.box-thumb ul.sublist li {
	margin-left: 1.3em;
}

.box-thumb ul.sublist li:not(:last-child){
	margin-bottom: 2px;
}

.box-thumb-content{
	float: left;
	width: 63%;
}

.box-thumb-figure{
	float: right;
	width: 33%;
}

.box-thumb-figure img{ display: block; }

.box-thumb-btn{
	float: left;
	margin: 0 0 0 10px;
}

.box-1column-btn-area{
	margin-top: 45px;
	text-align: center;
}

.box-thumb .box-1column-btn-area p.subtxt{
	margin: 0;
	color: #666666;
	font-size: 80%;
}

.box-two-btn-area{
	display: table;
	width: 100%;
	table-layout: fixed;
}

.box-two-btn-area .box-1column-btn-area{
	display: table-cell;
	margin: 0;
	padding-top:45px;
}

.box-btn-area .box-1column-btn-area a {
	width:344px;
}

.box-two-btn-area .box-1column-btn-area a {
	width: 280px;
}

.box-btn-area + figure{
	margin-top: 70px;
}

.box-btn-area .box-1column-btn-area.wsl_btn{
	margin-top: 30px;
}

/* ----- 2カラムbox ----- */
.box-2column {
	margin: 0 -30px 0 0;
}

.box-2column li {
	position:relative;
	float: left;
	width: 435px;
	margin: 0 30px 30px 0;
	padding: 30px;
	border: 1px solid #dbdbdb;
	background: #ffffff;
}

.box-2column-title p{
	margin: 0;
	line-height:1.6;
}

.box-2column-title{
	font-weight: bold;
	font-size: 113%;
	margin: 0 0 20px 0;
}

.box-2column-btn-area{
	text-align: center;
	margin: 10px 0 20px 0;
}

.box-2column p.p_txt{
	margin: 12px 0 0 0;
	font-size: 85%;
}

.box-2column p.p_txt{
	margin: 20px 0 0 0;
	font-size: 85%;
}

/* ----- 3カラムbox ----- */
.box-3column {
	margin: 0 -40px 0 0;
}

.box-3column li {
	position:relative;
	width: 260px;
	float: left;
	border: 1px solid #dbdbdb;
	padding: 30px;
	background: #ffffff;
	margin: 0 30px 30px 0;
}

.box-3column li p{
	font-size: 81%;
}

.box-3column .subtxt{
	text-align: center;
	color: #666666;
}

.box-3column-title{
	font-weight: bold;
	font-size: 100%;
	margin: 0 0 20px 0;
}

.box-3column-btn-area{
	position: absolute;
	clear: both;
	bottom: 20px;
}

.box-3column p.p_txt{
	margin: 10px 0 0 0;
}

.box-3column p.p_txt_last{
	margin: 10px 0 -60px 0;
}

/* ----- 各事業の詳細についてのお問合せ ----- */
section#inquiry{
	text-align: center;
}

section#inquiry h2{
	font-size: 163%;
}

section#inquiry a.btn{
	width:360px;
	margin-top:30px;
	border: 1px solid #42444d;
	background: #33343d;
	color: #ffffff;
	font-weight:bold;
	font-size:90%;
}

section#inquiry a.btn:hover{
	background: #1e1f27;
}

section#inquiry a.btn img,
section#inquiry a.btn span{
	vertical-align: middle;
	padding:0 3px;
}

/*-----------------------------------------
	1060
------------------------------------------*/
@media only screen and ( max-width: 1060px ) {
	#page-nav-title{
	padding-left: 20px;
	}
	#page-nav{
		padding-right: 20px;
	}
	.container{
		width: auto;
	}

	.inner{
		padding: 50px 20px;
	}

	.box-thumb-btn{
		clear: both;
	}

	.box-2column-btn-area{
		clear: both;
		padding: 20px 0 0 0;
	}

	.box-2column li,
	.box-3column li {
		width: 37.5%;
	}

	.box-3column-btn-area {
		margin: 20px 0 0 0;
		position: static;
		text-align: center;
	}

}

/*-----------------------------------------
	768
------------------------------------------*/
@media only screen and ( max-width: 768px ) {
	.container{
		width: auto;
	}

	#page-nav-fix{
		width: 100%;
		padding: 10px 0 20px 0;
	}

	#page-nav-title{
		float: none;
		text-align: center;
	}

	#page-nav{
		display: none;
	}

	p.subtitle{
		text-align: center;
		margin: -35px 0 0 0;
	}

	.box-two-btn-area .box-1column-btn-area{
		display: block;
	}

	.box-two-btn-area .box-1column-btn-area:last-child{
		padding-top: 30px;
	}

	.box-3column{
		margin: 0 0 20px 0;
	}

	.box-3column li {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}
	.box-2column{
		width: 100%;
		margin-right: 0;
	}

	.box-2column li {
		float: none;
		width: auto;
		height: auto !important;
		margin-right: 0;
	}

	.box-2column p.p_txt_last{
		margin-bottom:0;
	}

	.box-3column-btn-area {
		margin: 20px 0 0 0;
		position: static;
		text-align: center;
	}

}

/*-----------------------------------------
	480
------------------------------------------*/
@media only screen and ( max-width: 480px ) {
	#page-nav-fix{
		margin-top: 60px;
	}

	.page-title-img{
		background: #c0c0c0;
		width: 100%;
		height: 130px;
	}

	#wrapper{
		overflow: hidden;
	}

	.container{
		padding: 0 10px;
	}

	.inner{
		padding:40px 0;
	}

	#service2 .inner{
		padding: 30px 0 0 0 !important;
	}

	#pan{
		font-size: 75%;
		padding: 15px 0;
	}

	h1.page-title { font-size: 144%; }

	p.subtitle {
		margin: -40px 0 0 0;
		font-size: 69%;
	}

	h2.section-title{
		text-align: center;
		margin: 10px 0 15px ;
		padding: 0 0 15px 0;
		font-size: 125%;
		line-height: 1.5;
	}

	h3.claw{
		background: url(/img/corp/en/bg_claw.png) no-repeat;
		font-size: 94%;
		font-weight: bold;
		padding: 5px 0 0 30px;
		margin: 0 0 10px -10px;
	}

	.box-1column p{
		padding: 0 10px;
		font-size: 87.5%;
	}

	.box-1column p.txt_gray{
		width: auto;
		margin: 10px 0 0 15px;
	}

	.box-1column p.txt_gray:before{
		left: -10px;
	}

	.box-btn-area .box-1column-btn-area a {
		width: 100%;
	}

	.box-content p{
		font-size: 81%;
		margin: 0 0 20px 0;
	}

	.caption{
		display: none;
	}

	.box-thumb,
	.box-2column li{
		padding: 20px 15px;
	}

	.box-thumb-content {
		float: none;
		width: 100%;
	}

	.box-thumb p.subtxt + figure,
	figure + .subtitle{
		margin-top: 40px;
	}

	.box-thumb-figure {
		float: none;
		width: 100%;
	}

	.box-thumb-btn{
		text-align: center;
		width: 100%;
		margin: 20px 0 0 0 ;
	}

	section#inquiry a.btn{
		width: 100%;
	}

}