﻿/*-----------------------------------------------------	*/
/*	for all						*/
/*-----------------------------------------------------	*/

/* ------ Web Font ------ */

/* IE */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.eot);
}
/* Firefox, Opera, Safari */
@font-face {
	font-family: iconfont;
	src: url(CONDENSEicon.otf) format("truetype");
}
.icon {
	font-family: iconfont;
	font-weight: normal;
}
.icon-download:before {
	content: "\00ed";
}
.icon-customize:before {
	content: "w";
}
.icon-iphone:before {
	content: "T";
}
.no {
	display: none;
}
.trans a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* ------ General Settings ------ */
img {
	height: auto;
	width: auto;
}
body {
	background-color: #FFF;
}
.text-center {
	text-align: center;
}
#wrapper {
	width: 100%;
	background-color: #FFF;
}

/* ------ Header ------ */
header {
	width: 100%;
}
#header-inner {
	width: 960px;
	overflow: hidden;
	*zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#tagline {
	float: right;
	padding-top: 28px;
	line-height: 160%;
	font-size: 65%;
	color: #999;
}
.gnav {
	clear: both;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.gnav nav {
	overflow: hidden;
	*zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	float: right;
	margin-bottom: 0px;
}
.gnav nav ul {
	float: left;
	padding-bottom: 44px;
}
.gnav nav ul li {
	float: left;
}
.navi40{
	float: right;
}
#logo {
	padding-top: 46px;
	padding-right: 0;
	padding-left: 0;
}
#logo a {
	display: block;
	max-width: 279px;
	float: left;
	margin: 0px;
	padding: 0px;
}
/* ------ Mainvisual ------ */
#mainvisual {
	position: relative;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#mainvisual-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #E0E4E9;
}
#mainvisual-inner .img {
	position: absolute;
	display: none;
	width: 1280px;		/* 画像の幅 */
	margin-left: -640px;	/* -(画像の幅÷2) */
	padding-left: 47%;
	top: 0;
}
#mainvisual-inner .img:first-child {
	position: relative;
	display: block;
}
#mainvisual-btn {
	width: 100%;
	height: 10px;
	text-align: center;
}
#mainvisual-btn div {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	overflow: hidden;
	vertical-align: top;
}
#mainvisual-btn div {
	*display: inline;
}
#mainvisual-btn a {
	display: block;
	width: 10px;
	height: 20px;
}
#mainvisual-btn a:link,
#mainvisual-btn a:visited {
	margin-top: 0px;
}
#mainvisual-btn a:hover,
#mainvisual-btn a:active,
#mainvisual-btn a.current {
	margin-top: -10px;
}
#mainvisual-btn a img {
	vertical-align: top;
}
#mainvisual-arrow {
	position: absolute;
	z-index: 200;
	width: 100%;
	top: 40%;
	left: 0;
	margin-top: -20px;
}
#mainvisual-arrow-inner {
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
#mainvisual-arrow .prev,
#mainvisual-arrow .next {
	position: absolute;
	width: 27px;
	height: 27px;
	overflow: hidden;
}
#mainvisual-arrow .prev {
	left: 3%;
}
#mainvisual-arrow .next {
	right: 3%;
}
#mainvisual-arrow a {
	display: block;
	width: 27px;
	height: 54px;
}
#mainvisual-arrow a:link,
#mainvisual-arrow a:visited {
	margin-top: 0px;
}
#mainvisual-arrow a:hover,
#mainvisual-arrow a:active {
	margin-top: -27px;
}
#mainvisual-arrow a img {
	vertical-align: top;
}
.top_cv{
	margin-top: 45px;
}
/* ------ Contents ------ */
#contents {
	width: 960px;
	overflow: hidden;
	*zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 90%;
	background-image: url(../images/line.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#left-column {
	float: left;
	padding-top: 34px;
	width: 75%;
	/*padding-bottom: 20px;
	padding-right: 37px;*/
}
article section {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
article section:first-child {
	border-top: none;
}
article section h2 {
	padding: 30px 0 20px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: solid 1px #fff;
}
#contents-title {
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.contents-subpagetitle {
	font-size: 200%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
.mission .contents-subpagetitle {
    font-weight: normal;
    font-size: 40px;
    line-height: 75%;
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.mission .contents-subpagetitle span{
	font-weight: normal;
	font-size: 12px;
}
.mission h3{
	display: inline;
	margin-left: 60px;
}
.mission .list01{
	margin: 30px 0px 0px 60px;
}
.mission .list02{
	margin: 30px 0px 20px 0px;
	border-bottom: 1px #000 solid;
	padding: 0px 0px 20px 60px;
}
#top_links ul li{
	float: left;
	margin: 10px 60px;
}
.mission .box ul li{
	float: left;
	margin: 10px;
}
.contents-subpagetitle2 {
	font-size: 160%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
	text-align: center;
	margin: 0px;
}
.contents-subpagetitle3 {
	font-size: 200%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}
.contents-subpagetitle4 {
	font-size: 160%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
	border-top: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
	text-align: center;
	margin: 0px;
}
article section p {
	font-size: 90%;
	line-height: 200%;
	color: #555;
}
.column-set {
	width: 730px;
	*margin-bottom: 30px;
	overflow: hidden;
	*zoom: 1;
}
.column1 {
	float: left;
	width: 210px;
	margin: 0 30px 30px 0;
}
section .third {
	margin-right: 0;
}
.column1 .icon-l {
	margin-bottom: 20px;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
	color: #000;
}
.column1 h3 {
	margin-bottom: 10px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	color: #000;
	-webkit-text-shadow: 0px 1px 0px #fff;
	text-shadow: 0px 1px 0px #fff;
}
.column1 p {
	font-size: 83%;
}
.box {
	margin-bottom: 30px;
	padding: 0 30px 20px;
}
article .box h2 {
	padding: 20px 0 10px;
	border-top: 20px;
}
article .box p {
	font-size: 83%;
}

.top_bnr{
	width: 80%;
	margin: 0 auto;
	display: flex;
}

.top_bnr-ri{
	display: flex;
    flex-wrap: wrap;
}

.top_bnr-ri span {
    margin-left: 15px;
}

aside .top_bnr li{
	margin-bottom: 20px;
}

.news-box {
	font-size: 83%;
	color: #555;
	line-height: 160%;
}
.news-box dt {
	float: left;
	width: 10em;
}
.news-box dd {
	margin-left: 10em;
}
.btn {
	width: 250px;
	height: 40px;
	margin: 20px auto 0;
	padding: 5px;
	background-color: #ccc;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.2) inset;
	border-bottom: solid 1px #fff;
	font-size: 90%;
}
.btn a {
	display: block;
	width: 250px;
	height: 40px;
	border-bottom: solid 1px #800;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	-webkit-text-shadow: 0px -1px 0px #700;
	text-shadow: 0px -1px 0px #700;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}
.btn a:link,
.btn a:visited {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #c00;
	background: -moz-linear-gradient(top, #c00, #900);
	background: -webkit-gradient(linear, left top, left bottom, from(#c00), to(#900));
	background: -webkit-linear-gradient(top, #c00, #900);
	background: linear-gradient(to bottom, #c00, #900);
}
.btn a:hover,
.btn a:active {
	color: #fff;
	text-decoration: none;
	background: url(../images/bg_gradient.png) repeat-x #d00;
	background: -moz-linear-gradient(top, #d00, #a00);
	background: -webkit-gradient(linear, left top, left bottom, from(#d00), to(#a00));
	background: -webkit-linear-gradient(top, #d00, #a00);
	background: linear-gradient(to bottom, #d00, #a00);
}
.text01{
	padding-right: 37px;
}
.sectionInner table{
	font-size: 90%;
	width: 712px;
}
.sectionInner th{
	padding-right: 33px;
	padding-bottom: 16px;
}
.sectionInner td{
	padding-bottom: 16px;
}
.chart{
	padding-top: 30px;
	width: 720px;
	padding-bottom: 30px;
}
.chart table{
	font-size: 90%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
.chart th{
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	padding: 20px;
	width: 20%;
}
.chart td{
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	padding: 20px;
	width: 80%;
}
/* ------ FC ------ */
.fc-nav{
	width: 720px;
	padding-bottom: 100px;
}
.fc-nav li{
	float: left;
	padding-right: 28px;
}
/* ------ FC一覧 ------ */
.fc-conshop{
	width: 720px;
	clear: both;
	padding-bottom: 75px;
}
.fc-conshop h3{
	padding-bottom: 20px;
	font-size: 16px;
	color: #202020;
	font-weight: bold;
}
.fc-conshop th{
	width: 70px;
	text-align: left;
	font-size: 80%;
}
.fc-conshop td{
	width: 230px;
	font-size: 80%;
}
.fcshop-l{
	width: 340px;
	float: left;
}
.fcshop-r{
	float: right;
	width: 300px;
}
.fcshop-box{
	width: 750px;
	clear: both;
	padding-bottom: 40px;
}
.fcshop-l2{
	width: 345px;
	float: left;
	padding-bottom: 50px;
	padding-right: 30px;
}
.fcshop-box h3{
	padding-bottom: 20px;
	font-size: 16px;
	color: #202020;
	font-weight: bold;
}
.fcshop-box th{
	width: 70px;
	text-align: left;
	font-size: 80%;
}
.fcshop-box td{
	width: 230px;
	font-size: 80%;
}
/* ------ FC加盟店様の声 ------ */
.fc-fcvoice{
	width: 720px;
	clear: both;
}
.fc-fcvoice dl{
	clear: both;
	padding-bottom: 70px;
}
.fc-fcvoice dt{
	width: 45%;
	float: left;
	background-image: url(../images/fcvoice05.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.fc-fcvoice dd{
	width: 45%;
	float: left;
}
.fc-fcvoice-img{
	width: 720px;
	text-align: center;
	padding-top: 20px;
}
.fc-fcvoice-img-l{
	width: 362px;
	text-align: center;
	float: left;
	padding-right: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fc-fcvoice a:link {
	color: #A9002F;
	text-decoration: none;
}
.fc-fcvoice a:visited {
	color: #A9002F;
	text-decoration: none;
}
.fc-fcvoice a:hover {
	color: #D20039;
	text-decoration: none;
}
.fc-fcvoice a:active {
	color: #A9002F;
	text-decoration: none;
}
/* ------ スタッフ紹介 ------ */
.staff{
	width: 750px;
	clear: both;
}
.staff h3{
	padding-bottom: 35px;
	font-size: 20px;
	color: #202020;
	font-weight: bold;
}
.staff-photo{
	width: 340px;
}
.staff-data{
	width: 345px;
	padding-top: 5px;
}
.staff-l{
	width: 345px;
	float: left;
	padding-right: 30px;
	padding-bottom: 70px;
}
.staff-r{
	width: 345px;
	float: right;
}
.staff-interview{
	width: 720px;
	clear: both;
	padding-bottom: 62px;
}
.staff-interview h3{
	width: 675px;
	font-size: 20px;
	font-weight: bold;
	color: #758899;
	background-image: url(../images/staff-interview01.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	padding-bottom: 20px;
	padding-top: 25px;
}
.staff-interview2{
	width: 678px;
	border: 1px solid #758899;
	margin-bottom: 62px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.staff-interview2 h3{
	width: 675px;
	font-size: 20px;
	font-weight: bold;
	color: #758899;
	padding-bottom: 10px;
}
.staff-interview2 dt{
	width: 20%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.staff-interview2 dd{
	width: 70%;
	float: left;
	padding-bottom: 10px;
	padding-top: 10px;
}
.staff-interview3{
	width: 720px;
	clear: both;
	padding-bottom: 62px;
}
.staff-interview3 h3{
	width: 675px;
	font-size: 20px;
	font-weight: bold;
	color: #758899;
	padding-top: 10px;
	line-height: 180%;
	margin-bottom: 20px;
}
.staff-box{
	width: 750px;
	display: flex;
	flex-wrap: wrap;
	/*clear: both;
	float: left;*/
}
.staff-category{
	width: 750px;
	clear: both;
	font-size: 105%;
	font-weight: bolder;
	color: #000;
	padding-bottom: 15px;
}
.staff-nav{
	width: 750px;
	clear: both;
	padding-bottom: 60px;
}
.staff-nav li{
	float: left;
	list-style-type: none;
	padding-right: 20px;
}
/* ------ 会社概要 ------ */
.company {
	width: 720px;
	padding-bottom: 70px;
}
.company table{
	width: 720px;
	font-size: 90%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
.company th{
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	padding: 20px;
	width: 20%;
}
.company td{
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	padding: 20px;
	width: 80%;
}
#access {
	width: 720px;
	clear: both;
	padding-top: 30px;
}
#access dl {
	width: 230px;
	background-image: url(../img-company/line.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	padding-bottom: 60px;
}
#access dt {
	font-weight: bold;
	background-repeat: no-repeat;
	width: 230px;
}
#access dt {
	width: 230px;
}
.access-map {
	width: 470px;
	float: right;
	padding-bottom: 60px;
}
.access-box {
	width: 720px;
	clear: both;
}
/* ------ 事業内容 ------ */
.guidance-box{
	width: 720px;
	clear: both;
	padding-bottom: 70px;
}
.guidance-btn{
	clear: both;
	padding-top: 25px;
}
.guidance-box h3{
	width: 720px;
	margin-bottom: 15px;
}
.guidance-L{
	width: 260px;
	float: left;
}
.guidance-R{
	width: 430px;
	float: right;
}
.guidance-box ul{
}
.guidance-btn a:link {
	color: #A9002F;
	text-decoration: none;
}
.guidance-btn a:visited {
	color: #A9002F;
	text-decoration: none;
}
.guidance-btn a:hover {
	color: #D20039;
	text-decoration: none;
}
.guidance-btn a:active {
	color: #A9002F;
	text-decoration: none;
}
/* ------ ソリューション事業 ------ */
.solution-box{
	width: 720px;
	clear: both;
	padding-bottom: 40px;
}
.solution-box h3{
	clear: both;
	line-height: 100%;
}
.solution-box2{
	width: 720px;
	clear: both;
	padding-bottom: 70px;
}
.solution-box2 h3{
	clear: both;
	line-height: 100%;
	padding-bottom: 30px;
}
.solution-L{
	width: 330px;
	float: left;
	padding-bottom: 30px;
	padding-right: 30px;
}
.solution-L-img{
	width: 130px;
	float: left;
	padding-right: 20px;
}
.solution-L-txte{
	width: 180px;
	float: left;
}
.solution-L2{
	width: 226px;
	float: left;
	padding-bottom: 30px;
	padding-right: 20px;
}
.solution-img{
	width: 360px;
	float: left;
	padding-right: 30px;
}
.solution-text{
	width: 330px;
	float: left;
}
.solution-text dl{
	width: 330px;
	float: left;
}
.solution-text dt{
	width: 108px;
	float: left;
}
.solution-text dd{
	width: 202px;
	float: left;
}
.solution-text2{
	width: 330px;
	float: left;
}
.solution-text2 dl{
	width: 330px;
	float: left;
}
.solution-text2 dt{
	width: 84px;
	float: left;
}
.solution-text2 dd{
	width: 246px;
	float: left;
}
.solution-nav{
	width: 720px;
	padding-bottom: 30px;
}
/* ------ ソリューション事業 ------ */
.activity-box{
	width: 720px;
	clear: both;
	padding-bottom: 70px;
}
.activity-img{
	width: 360px;
	float: left;
	padding-right: 30px;
}
.activity-text{
	width: 330px;
	float: left;
}
.activity-box-img{
	clear: both;
	padding-bottom: 70px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	text-align: center;
}
/* ------ ベンチャーキャピタル ------ */
.venture-btn{
	width: 720px;
	clear: both;
	text-align: center;
	padding-top: 70px;
}
/* ------ お知らせ ------ */
.info-box{
	width: 720px;
	clear: both;
	padding-bottom: 70px;
}
/* ------ ブログ ------ */
.blog-box{
	width: 720px;
	clear: both;
	padding-bottom: 70px;
}
.blog-box-img{
	clear: both;
	padding-bottom: 70px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
	text-align: center;
}
/* ------ Right Column ------ */
#right-column {
	float: right;
	width: 180px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-top: 34px;
}
#right-column .box {
	margin-bottom: 20px;
	padding: 0 15px 15px;
}
#right-column .box h2 {
	padding: 20px 0 10px;
	font-weight: bold;
	color: #000;
}
#right-column .box p {
	font-size: 76%;
	line-height: 160%;
	color: #555;
}
#right-column .box .tel {
	margin-top: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #c00;
	text-align: center;
	line-height: 100%;
}
#right-column .btn {
	width: auto;
	height: 30px;
	margin: 10px auto 0;
	border-radius: 20px;
}
#right-column .btn a {
	width: auto;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	border-radius: 15px;
}
#right-column .ad {
	margin-bottom: 20px;
	padding: 10px 0 0;
}
#right-column .ad li {
	padding-bottom: 10px;
	text-align: center;
	font-size: 12px;
}
.right-menu{
	font-size: 90%;
}
.right-menu ul{
	padding-bottom: 20px;
}
.right-menu li{
	font-size: 110%;
	padding-bottom: 10px;
	font-weight: bold;
}
.list01 dt{
	font-size: 110%;
	color: #000;
}
.list01 dd{
	padding-bottom: 20px;
	font-size: 90%;
	line-height: 200%;
}
/* ------ Footer ------ */
footer {
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 90%;
}
#footer-inner {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 33px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
footer nav{
	text-align: left;
}
#copyright {
	text-align: center;
	margin-bottom: 10px;
}
footer ul li {
	display: inline-block;
	*display: inline;
	*margin-bottom: 12px;
	padding: 0 10px 0 15px;
	line-height: 100%;
	font-size: 80%;
	color: #999;
	*zoom: 1;
}
footer ul li:first-child {
	border-left: none;
}
.footer1{
	padding-bottom: 13px;
}
.footer2{
	padding-bottom: 10px;
}
/* ------ お問い合わせ ------ */
.contact{
	width: 720px;
}
.contact table{
	width: 720px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 10px;
}
.contact th{
	width: 200px;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.contact td{
	width: 470px;
	font-size: 90%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 30px;
}
.contact-text{
	width: 186px;
}
.contact-text2{
	font-size: 11px;
}
textarea {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
select {
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contact_btn {
	text-align: center;
	width: 100%;
	margin-top: 30px;
}
#contact_ERROR {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
/* ------ブログ ------ */
.blog table{
	width: 720px;
	font-size: 90%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
}
.blog th{
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	padding: 20px;
}
.blog td{
	font-size: 90%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	padding: 20px;
}
/* ------TOPページ ------ */
.top_con1{
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 40px;
}
.top_con1_img{
	width: 360px;
	float: left;
}
.top_con1_img img{
	width: 360px;
}
.top_con1_r{
	width: 330px;
	float: right;
}
.top_con1_title{
	height: 200px;
}
.top_con1_title h2{
	font-size: 23px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
}
.top_con1_br{
	width: 117px;
	float: left;
}
.top_con1_day{
	text-align: right;
	padding-top: 30px;
}
.top_con2{
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #CCCCCC;
}
.top_con2_img{
	width: 240px;
	float: left;
}
.top_con2_img img{
	width: 240px;
}
.top_con2_r{
	width: 450px;
	float: right;
}
.top_con2_title{
	height: 110px;
}
.top_con2_title h2{
	font-size: 18px;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bold;
}
.top_con2_br{
	width: 117px;
	float: left;
}
.top_con2_day{
	text-align: right;
	padding-top: 30px;
}
#results div{
	text-align: center;
}
#results div div{
	float: left;
	width: 355px;
	padding: 10px 0px;
	margin-bottom: 2em;
}
#results div.top{
	/*border-bottom: #ccc solid 1px;*/
	overflow: hidden;
}

#results div.left{
	border-right: #ccc solid 1px;
}
#results div a{
	color: #d31818;
	text-decoration: underline;
}
.mission{
	background: url(../images/mission_bg.png) repeat-x left 196px;
}
.mission #contents{
	background: none;
}
#kurashi_way h4{
	padding: 14px 0px 0px 0px;
	font-size: 17px;
}
.u_line{
	border-bottom: #D81417 1px solid;
}
.maru {
 height:50px;
 width:50px;
 border-radius:50%;
 line-height:50px;
 text-align:center;
	color: #fff;
	background: #D81417;
	float: left;
	margin: 0px 13px 0px 0px;
}


/*実績ページ*/

.font-big{
	font-size:2.5rem;
	font-weight: bold;
	color:#B51526;
	display: block;
}
.small{
	font-size:1.6rem;
	font-weight: nomal;
}

.img_box{
	height: 80px;
}


/*　実業団ページ　*/

.itte_news{
	display: block;
	padding:10px 0 8px 0;
	margin:20px 0;
	font-size:1.3rem;
	border-bottom: solid 1px #ccc;
}

#gamingclub img{
	width: 100%;
}

.itte2_con img{
	width: 100%;
}

.itte2_con{
	display: flex;
	width: 720px;
}

.itte_con2 p{
	display: block;
	width: 100%;
}

.itte2_con2{
	width: 220px;
	margin-right: 20px;
}

.itte2_hi{
	font-size:1rem;
	font-weight: bold;
	display: block;
	margin: 5px 0;
}

.itte2_ho{
	background: #ccc;
	display: block;
	padding:3px;
}

.game_qa{
	width: 20px;
	height: 20px;
	display: inline-block;
	background: #758899;
	color:#fff;
	padding: 10px;
	border-radius:50%;
	font-weight: bold;
	font-size:1.1rem;
	margin-right: 10px;
	margin-bottom: 8px;
	text-align: center;
}

.game_qatxt{
	font-size:1.1rem;
	color:#758899;
	font-weight: bold;
}

img .img_50{
	width: 20%;
}

.game_indent{
	padding-left: -3.5em;
	text-indent: -3.5em;
}

.game_int{
	display: block;
	margin-bottom: 20px;
}

/* スマホで表示・非表示 */
.only_pc{
		display: block;
}
.only_sp{
		display: none;
}

/* ------スマホ用 ------ */
@media screen and (max-width:420px){
	
.only_pc{
	display: none;
	}
.only_sp{
	display: block;
	}
	
.top_con1_img{
	width: 100%;
	float: none;
	padding-bottom: 10px;
	text-align: center;
}
.top_con1_r{
	width:100%;
	float: none;
}
.top_con1_title{
	height: auto;
}
.top_con2_img{
	width: 100%;
	float: none;
	padding-bottom: 10px;
	text-align: center;
}
.top_con2_r{
	width:100%;
	float: none;
}
.top_con2_title{
	height: auto;
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
#container{
	width:100%;
}
#header-inner{
	width: 100%;
}
#logo{
	padding-top: 10px;
	padding-left: 10px;
}
#logo a{
	float: none;
}
.gnav nav{
	float: none;
	padding: 20px 0px 0px 10px;
}
.gnav nav ul{
	float: none;
	padding-bottom: 0px;
}
.gnav nav ul li{
	width: 20%;
	text-align: center;
}
.gnav a{
	padding-left: 0px;
}
.navi40{
	float: none;
}
#mainvisual-inner .img:first-child{
	position: static;
}
#mainvisual-inner .img{
	width: 100%;
	margin-left: 0px;
	padding-left: 0px;
}
#contents{
	width: 95%;
}
#contents-title{
	padding-top: 10px;
	padding-bottom: 10px;
}
#left-column{
	float: none;
	width: 100%;
	box-sizing: border-box;
	padding: 0px 10px 20px 10px;
}
.sectionInner table{
	width: 100%;
}
.sectionInner th{
	padding-right: 20px;
}
#right-column{
	float: none;
	width: 100%;
	padding: 0px 0px 0px 0px;
	box-sizing: border-box;
}
.right-menu{
	padding-left: 20px;
}
#footer-inner{
	width: 100%;
	padding-top: 20px;
}
.top-btn{
	padding-right: 20px;
	box-sizing: border-box;
}
	
.top_bnr {
    display: block;
    text-align: center;
}
	
.top_bnr-ri {
    display: block;
    margin-top: 15px;
    flex-wrap: wrap;
}
	
.top_bnr-ri span {
    margin-bottom: 15px;
    display: block;
}
	
.contents-subpagetitle{
	padding: 30px 0px;
}
.company{
	width: 100%;
}
.company table{
	width: 100%;
}
#access{
	width: 100%;
}
.access-box{
	width: 100%;
}
.access-map{
	width: 100%;
	float: none;
}
.access-map iframe{
	width: 100%;
}
.guidance-box{
	width: 100%;
}
.guidance-L{
	float: none;
	margin: 0px auto 20px auto;
}
.guidance-R{
	width: 100%;
	float: none;
}
.staff-box{
	width: 100%;
}
.staff-l{
	float: none;
	padding: 0px 0px 20px 0px;
	width: 100%;
}
.staff-photo{
	width: 100%;
}
.staff-interview3{
	width: 100%;
}
.staff-interview2{
	width: 100%;
	box-sizing: border-box;
}
.staff-interview2 dt{
	width: 100%;
	float: none;
	padding-bottom: 5px;
}
.staff-interview2 dd{
	width: 100%;
	float: none;
	padding: 0px 0px 10px 0px;
}
.contact{
	width: 100%;
}
.contact table{
	width: 100%;
}
.contact th{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.contact td{
	display: block;
	width: 100%;
	border-top: none;
	padding-left: 7px;
	box-sizing: border-box;
}
.center-box{
	width: 100%;
}
.chart{
	width: 100%;
}
.fc-nav{
	width: 100%;
}
.fcshop-box{
	width: 100%;
}
.fcshop-l2{
	width: 100%;
	float: none;
	padding-right: 0px;
}
.fc-fcvoice{
	width: 100%;
}
.fc-fcvoice-img{
	width: 100%;
}
.solution-box2{
	width: 100%;
}
.solution-nav{
	width: 100%;
}
.staff-data{
	width: 100%;
}
.staff-interview{
	width: 100%;
}
.staff-interview h3{
	width: 100%;
	box-sizing: border-box;
}
.info-box{
	width: 100%;
	clear: both;
	padding-bottom: 70px;
}
.activity-box{
	width: 100%;
	clear: both;
}
	
/*#results div div{
	float: none;
	border-bottom: #ccc solid 1px;

}*/
	
	.sp_boderb{
		border-bottom: #ccc solid 1px;
	}
	
#results div div.left{
	border-right: none;
}


	.mission{
		background: none;
	}
	.mission #contents{
		padding: 10px;
	}
	.mission h3{
		margin-left: 0px;
	}
	
	
	/* 実業団ページ */
	.itte2_con{
		flex-flow: column;
		width: 100%;
}
	.itte2_con2{
		width: 100%;
		margin-bottom: 30px;
}

}