<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*====================================
	for support.html
	Date of 2015.12.08
====================================*/

/*　企業紹介一覧　*/
.headContents {
	position: relative;
	margin-bottom: 40px;
}
.pcLeft {
	width: 470px;
}
.pcRight {
	width: 540px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.supportTitle {
	display: table;
	height: 55px;
	margin-bottom: 8px;
}
.supportIcon {
	display: table-cell;
	background: url(../images/kirari_logo_02.png) 0 center no-repeat;
	background-size: 75px 55px;
	-moz-background-size: 75px 55px;
	width: 75px;
	height: 55px;
	text-indent: -9999px;
	line-height: 0;
	overflow: hidden;
	padding-right: 5px;
}
.supportText {
	display: table-cell;
	vertical-align: middle;
	font-size: 160%;
	color: #4C4847;
	line-height: 1.7em;
}
.supportLead {
/*
	background: #EF8C98;
*/
	background: #F8BA4A;
	color: #FFF;
	padding: 10px 15px;
	font-size: 160%;
	line-height: 1.5em;
	width: 430px;
	height: 90px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	vertical-align: middle;
	display: table;
}
.supportLead span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 10px;
}
.leftText {
	width: 400px;
	position: absolute;
	bottom: 25px;
	left: 0;
	font-size: 90%;
	line-height: 1.7em;
}
.rightImg {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 0;
}
.pagination {
	margin-bottom: 10px;
	float: right;
}
.pagination li {
	float: left;
	font-size: 80%;
	line-height: 1.3em;
	border-left: 1px solid #666666;
}
.pagination li:first-child {
	border-left: 0;
}
.pagination li a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding: 0 10px;
}
.pagination li a:hover {
	color: #EF8C98;
}
.pagination li a:active {
	background: #EF8C98 !important;
	color: #FFF !important;
}
.list {
	margin-bottom: 40px;
}
.list li {
	margin-left: 35px;
	width: 288px;
	border: 1px solid #C9CACA;
	padding: 10px 10px 35px;
	float: left;
	display: block;
	position: relative;
}
.list li:first-child {
	margin-left: 0;
}
.list li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.list li a:hover {
	opacity: 0.7;
}
.listName {
	text-align: center;
	font-size: 100%;
	line-height: 1.5em;
	color: #282828;
	text-decoration: none;
}
.listThumbnail {
	width: 280px;
	height: 200px;
	display: block;
	margin: 0 auto;
}
.listThumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 0;
}
.listLead {
	font-size: 90%;
	line-height: 1.6em;
	color: #282828;
	margin: 5px 0;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.listArea {
	font-size: 100%;
	line-height: 1.5em;
	color: #4C4847;
}
.click {
	background: #AEAEAE;
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	display: block;
	position: absolute;
	bottom: 10px;
	width: 288px;
	font-size: 80%;
}
.fa-map-marker {
	font-size: 120%;
	margin-right: 4px;
}


/*　企業紹介詳細　*/

.supportSubTitle{
	color: #FFF;
/*
	background: #EA5C6F;
*/
	background: #F2942F;
	margin-bottom: 45px;
}
.companyName {
	font-size: 140%;
	line-height: 1.2em;
/*
	background: #EF8C98;
*/
	background: #F9BB4A;
	min-width: 700px;
	max-width: 700px;
	font-weight: 600;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: inline-block;
	padding: 8px 15px;
}
.logoSdgs {
	width:30%;
	display:flex;
	flex-wrap: wrap;
	padding:5px 0 0 5px;
}
.logoSdgs li {
	margin:0px 5px 0 0;
}

.small {
	font-size: 65%;
	display: block;
	font-weight: normal;
}
.topBox {
	margin-bottom: 35px;
}
.movieImg {
	float: left;
}
.detailMainImg {
	float: left;
	width: 415px;
	margin-left: 80px;
}
.profileBox {
	width: 270px;
	float: left;
	margin-left: 55px;
}
.profileName {
	font-size: 110%;
	line-height: 1.4em;
	font-weight: 600;
	margin-bottom: 30px;
}
.profileIntro {
	font-size: 90%;
	line-height: 1.7em;
	color: #595757;
	margin-bottom: 15px;
}
#cooperationBtn {
	display: table;
	width: 100%;
	background: #FFF;
	border: 1px solid #898989;	
	padding: 7px 0px;
	font-size: 85%;
	line-height: 1.5em;
	font-weight: 900;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#cooperationBtn a {
	text-decoration: none;
	color: #DD8383;
	width: 100%;
	display: table-cell;
}
#cooperationBtn:hover {
	background: #FFE9ED;
}
#cooperationBtn a span {
	width:168px;
	text-align: center;
	display: table-cell;
}
.cooperationBtn2 {
	display: table;
	width: 60%;
	background: #FFF;
	border: 1px solid #898989;
	margin:0 0 5px 0;
	padding: 7px 0px;
	font-size: 85%;
	line-height: 1.5em;
	font-weight: 900;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.cooperationBtn2 a {
	text-decoration: none;
	color: #DD8383;
	width: 100%;
	display: table-cell;
}
.cooperationBtn2:hover {
	background: #FFE9ED;
}
.cooperationBtn2 a span {
	display: table-cell;
}
.kirattolist {
	margin:0 0 30px 0;
}
.fa-arrow-circle-right {
	content: "\f0a9";
    font-family: FontAwesome;
	color: #EF8C98;
	display: table-cell;
	vertical-align: middle;
	font-size: 120%;
	padding: 0 30px 0 8px;
	width: 15px;
}
.supportBox {
	margin-bottom: 50px;
}
.supportIndex {
/*
	border-left: 9px solid #EF8C98;
*/
	border-left: 9px solid #F9BB4A;
	color: #4C4847;
	font-size: 150%;
	font-weight: 600;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	margin-bottom: 25px;
}
.interviewArticle {
	font-size: 90%;
	line-height: 1.7em;
	color: #4C4847;
	width: 580px;
	float: left;
}
.supportImg {
	float: right;
}

/*　企業基本情報　*/

.basicInfoLeft {
	float: left;
}
.basicInfoTitle {
	font-size: 120%;
	line-height: 1.5em;
	color: #727171;
	margin-bottom: 5px;
}
.basicInfo {
	color: #595757;
	font-size: 90%;
	line-height: 1.7em;
	border-bottom: 1px solid #858282;
	background: #F1EEE6;
	width: 620px;
}
.basicInfo dt {
	width: 100px;
	display: block;
	padding: 8px 15px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float: left;
}
.basicInfo dd {
	background: #FFF;
	width: 520px;
	display: block;
	float: right;
	padding: 8px 15px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	min-height: 40px;
}
.basicInfo dd a {
	color: #595757;
	text-decoration: none;
}
.basicInfo dd a:hover {
	text-decoration: underline;
}
.topB {
	border-top: 1px solid #858282;
}
.basicInfoImgBox {
	width: 250px;
	float: right;
}
.basicInfoImg01 {
	margin-bottom: 5px;
}

.video {
	position: relative;
	padding-top: 33.25%;
	width: 415px;
	float: left;
	margin-left: 80px;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
  	height: 100% !important;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 767px){
	
/*　企業紹介一覧　*/
.headContents {
	position: static;
}
.pcLeft {
	width: 100%;
}
.pcRight {
	width: 100%;
	position: static;
}
.supportTitle {
	height: auto;
	margin-bottom: 8px;
	margin-bottom: 12px;
}
.supportText {
	font-size: 140%;
	font-weight: 600;
	line-height: 1.2em;
}
.supportIcon {
	background-size: 65px 48px;
	-moz-background-size: 65px 48px;
	height: 48px;
	width: 65px;
}
.supportLead {
	color: #FFF;
	padding: 10px 15px;
	font-size: 110%;
	line-height: 1.5em;
	vertical-align: middle;
	display: table;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.supportLead span {
	display: table-cell;
	vertical-align: middle;
	padding-left: 0;
}
.leftText {
	width: 60%;
	font-size: 95%;
	line-height: 1.8em;
	position: static;
	float: left;
}
.rightImg {
	display: block;
	position: static;
	float: right;
}
.pagination {
	float: none;
}
.pagination li {
	font-size: 100%;
}
.pagination li:first-child {
	border-left: 0;
}
.pagination li a {
	padding: 0 12px;
}
.pagination li a:hover {
	color: #666666;
}
.list {
	margin: 0 10px 0 10px;
}
.list li {
	width: 100%;
	margin: 0 0 15px 0;
	float: none;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
}
.list li a:hover {
	opacity: 1;
}
.listName {
	font-size: 105%;
}
.listArea {
	margin-bottom: 5px;
}
.listLead {
    font-size: 95%;
}
.click {
	position: static;
	width: auto;
	font-size: 100%;
}

/*　企業紹介詳細　*/

.supportSubTitle {
	font-size: 110%;
	line-height: 1.5em;
	margin-bottom: 5px;
	background: #EF8C98;
	width: 100%;
	display: block;
	padding: 10px 15px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.companyName {
	width: 100%;
	padding: 0;
	display: inline;
	font-size: 110%;
	line-height: 1.2em;
	min-width: 100%;
	max-width: 100%;
}
.topBox {
	margin-bottom: 35px;
}
.movieImg {
	float: none;
}
.detailMainImg {
	float: none;
	max-width: 95%;
	width: 100%;
	height: auto;
	margin: 0 auto 10px;
	display: block;
}
.profileBox {
	width: 100%;
	float: none;
	margin-left: 0;
}
.profileName {
	font-size: 120%;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.profileAffiliation {
	font-size: 85%;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.profileIntro {
	font-size: 90%;
	line-height: 1.7em;
	color: #595757;
}
#cooperationBtn {
	background: #EF8C98;
}
#cooperationBtn a span {
	width: 100%;
	display: block;
	color: #FFF;
}
.fa-arrow-circle-right {
	padding: 0;
	display: none;
}
.supportBox {
	margin-bottom: 40px;
}
.supportIndex {
	line-height: 1.4em;
	height: auto;
	font-size: 130%;
	margin-bottom: 10px;
}
.interviewArticle {
	font-size: 100%;
	line-height: 1.8em;
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.supportImg {
	float: none;
	margin: 0 auto;
	display: block;
	max-width: 300px;
	width: 100%;
	height: auto;
}

/*　企業基本情報　*/

.basicInfoLeft {
	float: none;
}
.basicInfo {
	width: 100%;
}
.basicInfo dt {
	width: 100%;
	padding: 8px 10px;
	float: none;
}
.basicInfo dd {
	width: 100%;
	float: none;
	padding: 8px 10px;
	height: 100%;
}
.basicInfo dd a:hover {
	text-decoration: underline;
}
.topB {
	border-top: 1px solid #858282;
}
.basicInfoImgBox {
	width: 100%;
	max-width: 250px;
	float: none;
	margin: 0 auto;
}
.basicInfoImgBox img {
	width: 100%;
	height: auto;
}
.video {
	width: 100%;
	float: none;
	margin-bottom: 10px;
	padding-top: 56.25%;
	margin-left: 0;
}
.cooperationBtn2 {
	display: block;
	width: 95%;
	margin: 0 auto 5px;
	padding: 7px;
}
.cooperationBtn2 a {
	text-decoration: none;
	color: #DD8383;
}
.cooperationBtn2:hover {
	background: #FFE9ED;
}

}</pre></body></html>