@charset "UTF-8";

/* ================================================== *
 *
 *    base style
 *
 * ================================================== */
body {
	font-family:'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	padding-top: 100px;
}

/* リンク選択外枠非表示 */
a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
}

.navbar-brand {
	height: 90px;
	padding: 5px 15px;
}

/* 各コンテンツ下余白 */
.cl_contents_section {
	padding: 0 0 50px 0;
}

/* 見出し１ */
.cl_cap {
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: center;
	background: #2ca02c;
	color: #fff;
}
/* 見出し２ */
.cl_cap_s {
	margin: 50px 0;
	text-align: center;
	letter-spacing: 3px;
	border-bottom: solid 2px #aa0000;/*red*/
}
/* 見出し３ */
.cl_cap_xs {
	margin: 10px 0;
	text-align: center;
	letter-spacing: 3px;
	border-bottom: solid 2px #aa0000;/*red*/
}

/* 説明 */
.cl_outline {
	margin: 15px 0;
	line-height: 200%;
	text-align: center;
	letter-spacing: 2px;
	font-size: 20px;
}

/* ------------------------------------------------- *
 *        header
 * ------------------------------------------------- */
#id_top {
	position: relative;
	height: 700px;
	background-image: url('../img/hcrimg4286.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* 広告文 */
#id_copy {
	padding: 170px 0 50px 0;
/*	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);*/
}

#id_top h4 {
	color:#aa0000;
}

#id_info_msg,
#id_info_msg a
{
	color:#000000;
}

#id_info_title {
	font-weight: bold;
}
#id_info_copy {
	font-weight: bold;
	text-align: center;
	font-size: large;
}

/* ------------------------------------------------- *
 *        business, feature
 * ------------------------------------------------- */
#business {
	background-color: rgba(255,255,255,0.9);
}

/* 事業紹介文 */
#id_busitxt {
	padding: 50px 0;
}

/* 特徴 */
#id_feature ul li {
	margin: 30px 0;
	letter-spacing: 2px;
}

/* 商談フロー */
#id_busiflow p {
	margin: 30px 0;
	letter-spacing: 2px;
}

/* ------------------------------------------------- *
 *        product
 * ------------------------------------------------- */
#product {
	background-color: rgba(255,255,255,0.9);
}

#id_guide {
	margin: 15px 0;
	text-align: left;
	letter-spacing: 2px;
	font-size: 20px;
    font-weight: bold;
}

.cl_productitem {
	margin: 0 0 15px 0;
}
.cl_productitem ul {
	list-style-type: none;
}
.cl_productitem ul li {
	text-align: left;
}

/* ↓nab-tabs overwrite */
.nav-tabs {
	border-bottom: 1px solid #aa0000;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus {
    color: #fff;
    background-color: #aa0000;
    border: 1px solid #aa0000;
}

.nav-tabs > li > a:hover {
    color: #fff;
    background-color: #ff606a;
    border: 1px solid #aa0000;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #aa0000;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #aa0000;
    border-bottom-color: transparent;
    cursor: default;
}
/* ↑nab-tabs overwrite */

.tab-content {
	background: #fff;
	border-style: none solid solid;
	border-width: 1px;
	border-color: #aa0000;
	margin-bottom: 30px;
}
.tab-content h4 {
	border-left: 12px solid #f4c7c7;
	border-bottom: 3px solid #f4c7c7;
	padding: 0 10px;
}

.cl_tabinner {
	margin-left: 20px;
}

.well ul {
	list-style-type: circle;
}

.cl_ptab_img p{
	margin-top: 15px;
	background: #b3b3b3;
	text-align: center;
}

#id_tab1_envelope img{
	padding: 10px 0;
}

#id_tab2_bform img,
#id_tab3_book img {
	padding: 50px 0;
}

#id_bform_include {
	margin: 40px 0 60px 0;
}
#id_bform_include ul {
	list-style-type: circle;
}

/* ------------------------------------------------- *
 *        about us
 * ------------------------------------------------- */
#aboutus {
	background-color: rgba(255,255,255,0.9);
}

@media (max-width: 767px) {
	.googlemaps {
	position: relative;
	padding-bottom: 65%;
	height: 0;
	overflow: hidden;
	}
	.googlemaps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}
}

/* ------------------------------------------------- *
 *        contact
 * ------------------------------------------------- */
#contact {
	background-color: rgba(255,255,255,0.9);
}

#contact .form-horizontal {
	margin-top: 50px;
}

span.msg {
	color: #dd0000;
}

#contact .panel {
	margin-top: 50px;
	text-align:center;
}

.cl_choice_btn1 {
	margin-top: 50px;
	text-align:center;
}
.cl_choice_btn2 {
	white-space: normal;
}

/* ------------------------------------------------- *
 *        footer
 * ------------------------------------------------- */
footer {
	background: #0047b1;
	padding: 30px 0;
	text-align:center;
	color: #FFF;
}


