@charset "shift_jis";

/* ======================================================
 * /common-files/css/gecard/gintama/gintama.css
 * ------------------------------------------------------
 * - header
 * - layout
 * - footer
 * - module
 * - component
 * - @media query:max-width: 750px
 * Clearfix
 * Opening Animation
====================================================== */
body{
	font-family: 'Heebo', 'Noto Sans CJK JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow: hidden;
	font-weight: 400;
	font-size: 16px;
	font-size: 1.6rem;
	color: #2f3549;
}
a:link{
	text-decoration: underline;
}
/* header
------------------------------------------------------ */
#header {
	width: 100%;
	height: 240px;
	margin: 0 auto;
	border: none;
	padding: 0;
	background: url("/gecard/coly/img-files/index_bg01.jpg") repeat-x 0 0;
}
#headerLogo {
	height: 100%;
	width: 1200px;
	margin: 0 auto;
	padding: 53px 0;
	text-align: center;
	background: rgba(255, 255, 255, 0.5);
}
/* layout
------------------------------------------------------ */
#mainContainer {
	margin-top: 0;
}
#mainContents.full-bleed {
	width: 100%;
}
/* footer
------------------------------------------------------ */
#footer {
	padding: 18px 0 16px;
	font-size: 14px;
	font-size: 1.4rem;
	background: #373737;
	color: #fff;
}
#copyright {
	text-align: center;
}

/* module
------------------------------------------------------ */
.coly-colLayout{
	margin-top: 58px;
}
.coly-colLayout > .col{
	float: left;
	display: block;
	width: calc((100% - 48px) /3);
	margin-left: 24px;
}
.coly-colLayout > .col:first-child {
	margin-left: 0;
}

.coly-boxLayout01{
	position: relative; 
	padding-bottom: 28px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.coly-boxLayout01.new::before{
	position: absolute;
	top: 0;
	right: 0;
	width: 106px;
	height: 106px;
	background: url("/gecard/coly/img-files/index_ex01.png") no-repeat 0 0;
	content: '';
	z-index: 5;
}
.coly-boxLayout01::after{
	position: absolute;
	bottom: 3px;
	right: 3px;
	border-top: 8px solid transparent;
	border-right: 8px solid #8ec31e;
	border-bottom: 8px solid #8ec31e;
	border-left: 8px solid transparent;
	content: '';
}
.coly-boxLayout01--main{
	position: relative;
	z-index: 1;
}
a.coly-boxLayout01 > .coly-boxLayout01--main img{
	transition: transform 0.3s ease;
}
a.coly-boxLayout01:hover > .coly-boxLayout01--main img{
	transform: scale(1.05);
}
.coly-boxLayout01--card_wrap{
	position: relative;
	margin-top: 14px;
	text-align: center;
	letter-spacing: -0.4em;
	z-index: 2;
}
.coly-boxLayout01--card_wrap > .card_col{
	display: inline-block;
	width: 108px;
	margin: 0 12px 0 0;
}
.coly-boxLayout01--card_wrap > .card_col:last-child {
	margin-right: 0;
}
/* component
------------------------------------------------------ */
/* news */
.newsBox {
	margin-top: 35px;
	padding: 0 30px;
	width: 100%;
	height: 132px;
	overflow-y: hidden;
	color: #222222;
}
.newsBox .newsHdg {
	padding: 8px 4px 11px;
	border-bottom: 1px solid #8ec31e;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fa6757;
	line-height: 1.0;
}
.newsBox .content {
	overflow: auto;
	position: relative;
	padding: 0px;
	height: 82px;
}
.newsBox .contentbox {
	padding: 8px 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
.newsBox .contentbox li {
	display: table;
	margin-bottom: 7px;
	line-height: 1.8;
}
.newsBox .contentbox li .date {
	display: table-cell;
	width: 130px;
}
.newsBox .contentbox li .txt {
	display: table-cell;
}
.newsBox .contentbox li  a ,
.newsBox .contentbox li a p,
.newsBox .contentbox li  a:visited,
.newsBox .contentbox li a:visited p {
	text-decoration: underline;
	color: #222222;
}
.newsBox .contentbox li  a:hover,
.newsBox .contentbox li a:hover p{
	text-decoration: none;
}

.newsBox .mCSB_container {
	padding-right: 0px !important;
}
.newsBox .mCSB_inside > .mCSB_container{
	margin-right: 20px;
}
.mCSB_scrollTools a+.mCSB_draggerContainer{
	margin: 10px 0;
}
.newsBox .mCS-my-theme.mCSB_scrollTools{
	width: 9px;
	background-color: inherit;
	padding: 0;
	opacity: 1;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
	width: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
	width: 9px;
	margin: 0;
	position: absolute;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #b0b0b0;
}
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
	width: 9px;
	height:82px;
	opacity: 1;
}
 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
	width: 0;
	height: 0;
	border-bottom: 7px solid #8ec31e;
	border-right: 4.5px solid transparent;
	border-left: 4.5px solid transparent;
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	content: "";
}
 .newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::after{
	width: 0;
	height: 0;
	border-bottom: 3px solid #ffffff;
	border-right: 4.5px solid transparent;
	border-left: 4.5px solid transparent;
	position: absolute;
	top: 6px;
	left: 0;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
	width: 0;
	height: 0;
	border-top: 7px solid #8ec31e;
	border-right: 4.5px solid transparent;
	border-left: 4.5px solid transparent;
	position:absolute;
	bottom:0px;
	left: 0;
	display: block;
	content: "";
}
.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::after{ 
	width: 0;
	height: 0;
	border-top: 3px solid #ffffff;
	border-right: 4.5px solid transparent;
	border-left: 4.5px solid transparent;
	position:absolute;
	bottom: 4px;
	left: 0;
	display: block;
	content: "";
}


/* ----- text-indent ----- */
.text-indent {
	position: relative;
}
.text-indent > .indent {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
}
.text-indent[data-indent="1em"] { padding-left: 1em; }
.text-indent[data-indent="2em"] { padding-left: 2em; }
.text-indent[data-indent="3em"] { padding-left: 3em; }
.text-indent[data-indent="4em"] { padding-left: 4em; }
.text-indent[data-indent="5em"] { padding-left: 5em; }
.text-indent[data-indent="6em"] { padding-left: 6em; }
.text-indent[data-indent="7em"] { padding-left: 7em; }
.text-indent[data-indent="8em"] { padding-left: 8em; }
.text-indent[data-indent="9em"] { padding-left: 9em; }
.text-indent[data-indent="10em"] { padding-left: 10em; }
.text-indent[data-indent="1em"] > .indent { width: 1em; }
.text-indent[data-indent="2em"] > .indent { width: 2em; }
.text-indent[data-indent="3em"] > .indent { width: 3em; }
.text-indent[data-indent="4em"] > .indent { width: 4em; }
.text-indent[data-indent="5em"] > .indent { width: 5em; }
.text-indent[data-indent="6em"] > .indent { width: 6em; }
.text-indent[data-indent="7em"] > .indent { width: 7em; }
.text-indent[data-indent="8em"] > .indent { width: 8em; }
.text-indent[data-indent="9em"] > .indent { width: 9em; }
.text-indent[data-indent="10em"] > .indent { width: 10em; }


/* @media query:max-width: 750px
------------------------------------------------------ */
@media screen and (max-width: 750px) {
	/* header
	------------------------------------------------------ */
	#header {
		width: 100%;
		height: 145px;
		margin: 0 auto;
		border: none;
		padding: 0;
		background: url("/gecard/coly/img-files/index_bg01.jpg") repeat-x 0 0;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
	}
	#headerLogo {
		height: 100%;
		width: 100%;
		margin: 0 auto;
		padding: 38px 0 26px;
		text-align: center;
		background: rgba(255, 255, 255, 0.5);
	}
	#headerLogo > img{
		max-width: 292px;
	}
	/* layout
	------------------------------------------------------ */
	#mainContents{
		padding: 0 15px;
	}
	/* footer
	------------------------------------------------------ */
	#footer {
		padding: 8px 0;
		font-size: 8px;
		font-size: 0.8rem;
	}
	p#copyright {
		font-size: 8px;
		font-size: 0.8rem;
	}
	/* module
	------------------------------------------------------ */
	.coly-colLayout{
		margin-top: 15px;
	}
	.coly-colLayout > .col{
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.coly-colLayout > .col:nth-of-type(n+2){
		margin-top: 20px;
	}
	.coly-boxLayout01{
		position: relative; 
		padding-bottom: 24px;
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
		overflow: hidden;
	}
	.coly-boxLayout01.new::before{
		position: absolute;
		top: 0;
		right: 0;
		width: 61px;
		height: 61px;
		background: url("/gecard/coly/img-files/index_ex01.png") no-repeat 0 0;
		-webkit-background-size: auto 100%;
		background-size: auto 100%;
		content: '';
		z-index: 5;
	}
	.coly-boxLayout01::after{
		position: absolute;
		bottom: 4px;
		right: 4px;
		border-top: 6px solid transparent;
		border-right: 6px solid #8ec31e;
		border-bottom: 6px solid #8ec31e;
		border-left: 6px solid transparent;
		content: '';
	}
	.coly-boxLayout01--main{
		position: relative;
		z-index: 1;
	}
	a.coly-boxLayout01 > .coly-boxLayout01--main img{
		transition: transform 0.3s ease;
	}
	a.coly-boxLayout01:hover > .coly-boxLayout01--main img{
		transform: scale(1.05);
	}
	.coly-boxLayout01--card_wrap{
		position: relative;
		margin-top: 14px;
		text-align: center;
		letter-spacing: -0.4em;
		z-index: 2;
	}
	.coly-boxLayout01--card_wrap > .card_col{
		display: inline-block;
		width: 94px;
		margin: 0 4px;
		margin: 0 8px 0 0;
	}
/* component
------------------------------------------------------ */
/* news */
	.newsBox{
		width: auto;
		height: 102px;
		margin: 10px 0 0;
		padding: 0;
		background-size: 73px auto;
		background-position: right 16px bottom -11px;
	}
	.newsBox .newsHdg {
		padding: 5px 2px 0px;
	}
	.newsBox .newsHdg img{
		height: 14px;
		width: auto;
	}
	.newsBox .content {
		padding: 0px;
		height: 65px;
	}
	.newsBox .contentbox {
		padding: 8px 0;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.newsBox .contentbox li {
		margin-bottom: 5px;
	}
	.newsBox .contentbox li .date {
		width: 70px;
		padding-left: 0;
	}
.newsBox .contentbox li .txt {
	display: table-cell;
	padding: 0 10px 0 0;
}
	.newsBox .mCSB_inside > .mCSB_container{
		margin-right: 8px;
	}
	.mCSB_scrollTools a+.mCSB_draggerContainer{
		margin: 11px 0 7px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools{
		width: 6px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color:#b0b0b0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger{
		min-height: 12px !important;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { 
		width: 6px;
		margin: 3px 0;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonUp,
	.newsBox .mCS-my-theme.mCSB_scrollTools .mCSB_buttonDown { 
		width: 6px;
		height:11px;
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::before{
		width: 0;
		height: 0;
		border-bottom: 4px solid #8ec31e;
		border-right: 3px solid transparent;
		border-left: 3px solid transparent;
		position: absolute;
		top: 6px;
		left: 0;
		display: block;
		content: "";
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonUp::after{
		width: 0;
		height: 0;
		border-bottom: 2px solid #ffffff;
		border-right: 3px solid transparent;
		border-left: 3px solid transparent;
		position: absolute;
		top: 8px;
		left: 0;
		display: block;
		content: "";
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::before{ 
		width: 0;
		height: 0;
		border-top: 4px solid #8ec31e;
		border-right: 3px solid transparent;
		border-left: 3px solid transparent;
		position:absolute;
		bottom:0px;
		left: 0;
		display: block;
		content: "";
	}
	.newsBox .mCS-my-theme.mCSB_scrollTools a.mCSB_buttonDown::after{ 
		width: 0;
		height: 0;
		border-top: 2px solid #ffffff;
		border-right: 3px solid transparent;
		border-left: 3px solid transparent;
		position:absolute;
		bottom: 2px;
		left: 0;
		display: block;
		content: "";
	}
	#mainContents .snsArea {
		width: 100%;
	}
}

/* Cleafix
------------------------------------------------------ */
.coly-colLayout:after ,
.cleafix:after {
	display: block;
	clear: both;
	content: "";
}
