@charset "UTF-8";

/* ----------------------------------
======[ base ] ======================
---------------------------------- */
body{
	font-family: "Noto Sans JP" , "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
	background-color: #F8F8F8;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600; 
}


img{
	-webkit-backface-visibility: hidden;
	max-width: 100%;
	max-height: 100%;
}
p.note {
	font-size: 11px !important;
}
footer {
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #0366cc;
	color: #FFFFFF;
}
.how {
	position: absolute;
	right: 30px;
	bottom: 2px;
	width: 100px;
	background-color: #eeeeee;
	color: #333333 !important;
	padding: 5px;
	text-align: center !important;
	font-weight: bold;
	border-radius: 3px;
	font-size: 11px;
}
.how:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: -8px;
	left: 0;
	width: 0px;
	height: 0px;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-color: #eeeeee transparent transparent transparent;
	border-width: 10px 8px 0 8px;
}
main {
	padding-bottom: 0px;
}

.youtube-mov{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	margin-bottom: 20px;
}
.youtube-mov iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.navi-note p {
	color: #FFFFFF;
	text-align: left;
	font-size: 10px;
	line-height: 13px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 7px;
	padding-right: 4px;
	margin: 0px;
}
.navi-note {
	background-color: #555555;
	height: 40px;
	position: absolute;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.navi-note:after{
	content: "";
	position: absolute;
	right: 90%;
	bottom: -8px;
	width: 0px;
	height: 0px;
  border-top: 8px solid #555555;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}


.current {
	background-color: #eeeeee;
}
#h1-container {
	background-color: #333333;
	padding-top: 1em;
	padding-bottom: 1em;
}
#h1-container h1 {
	color: #FFFFFF;
	font-size: 24px;
	line-height: 40px;
	height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#h1-container h1.small-ttl{	
	font-size: 18px;
}
.btn-primary{
	color: #FFFFFF !important;
	background-color: #0366cc;
	text-shadow: 0px 0px;
	background-image: url(../special/cplus/image/white-arrow.png);
	background-position: 8% 50%;
	background-size: 7px auto;
	background-repeat: no-repeat;
	min-width: 80px;
}
.half-left{
	width: 40%;
	margin-right: 10px;
	float: left;
}
.half-right{
	width: 40%;
	float: left;
	
}
.btn-primary:hover{
	color: #0366cc !important;
	background-color: #FFFFFF;
	background-image: url(../special/cplus/image/blue-arrow.png);
	text-shadow: 0px 0px;
}
.btn-primary:active{
	color: #0366cc !important;
	background-color: #FFFFFF !important;
	background-image: url(../special/cplus/image/blue-arrow.png)  !important;
	text-shadow: 0px 0px !important;
	box-shadow: 0px 0px !important;
}
/* ----------------------------------
======[ cometヘッダ ] ====================
---------------------------------- */
#header {
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
	background-color: #000;
	height: 60px;
	-moz-background-size: auto 2px;
	-webkit-background-size: auto 2px;
	-o-background-size: auto 2px;
	-ms-background-size: auto 2px;
	background-size: auto 2px;
	background-image: url(../img-common/header-border@2x.gif);
	background-repeat: repeat-x;
	background-position: center 51px;
	padding-top: 8px;
}

.comet-logo {
	width: 130px;
	height: 40px;
	margin-left: 4px;
}
/* ----------------------------------
======[ cplusヘッダ ] ====================
---------------------------------- */
.navbar {
    min-height: 40px;
}
.navbar {
	border-radius: 0px;
	border: 0px;
	margin-bottom: 0px;
}

.navbar-toggle {
	background-color: transparent;
	background-image: none;
	border: 1px solid #ffffff;
	border-radius: 4px;
}
.navbar-toggle .icon-bar {
	background-color: #ffffff;
}

/* ======[ sub-navi ] ===== */
.navbar-brand {
	float: left;
	width: 168px;
	height: 33.6px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	padding-bottom: 0px;
}
.sub-navi {
	background-color: #0366cc;
	margin-bottom: 0px;
    width: 100%;
	z-index: 100;
}

.header-stickey .navbar-brand {
	width: 168px;
    height: 33.6px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.sub-navi a{
	color: #FFFFFF;
}
.sub-nav a:hover , .sub-nav a:active , .sub-nav a:focus {
	background-color: #EEEEEEE ;
	color: #0366cc;
}

/* ======[ gloval-nav ] ===== */
.gloval-nav {
	min-height: 60px;
	background-color: #CCCCCC;
    transition: .3s;
	z-index: 99;
    width: 100%;
}
.gloval-nav a {
	color: #333333;
}
.gloval-nav .navbar-nav li a  {
	height: 60px;
	font-size: 14px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.gloval-nav .navbar-nav li a img  {
	float: left;
	margin-right: 5px;
}
.gloval-nav .navbar-nav li a p  {
	float: left;
	padding-top: 8px;
	line-height: 18px;
	padding-bottom: 5px;
	margin: 0px;
}
.navbar-nav > li > a {
    line-height: 14px;
}
.gloval-nav .container{
	padding-left: 0px;
	padding-right: 0px;
}




/* ----------------------------------
======[ section ] ====================
---------------------------------- */
section:nth-child(odd){
	background-image: -webkit-linear-gradient(270deg,rgba(175,188,207,0.0) 0%,rgba(175,188,207,0.20) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(175,188,207,0.0) 0%,rgba(175,188,207,0.20) 100%);
	background-image: -o-linear-gradient(270deg,rgba(175,188,207,0.0) 0%,rgba(175,188,207,0.20) 100%);
	background-image: linear-gradient(180deg,rgba(175,188,207,0.0) 0%,rgba(175,188,207,0.20) 100%);
	border-top: 1px solid rgba(0,0,0,0.05);
}
section:nth-child(even){
	background-image: -webkit-linear-gradient(270deg,rgba(206,228,222,0.0) 0%,rgba(206,228,222,0.20) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(206,228,222,0.0) 0%,rgba(206,228,222,0.20) 100%);
	background-image: -o-linear-gradient(270deg,rgba(206,228,222,0.0) 0%,rgba(206,228,222,0.20) 100%);
	background-image: linear-gradient(180deg,rgba(206,228,222,0.0) 0%,rgba(206,228,222,0.20) 100%);
	border-top: 1px solid rgba(0,0,0,0.05);
}
section{
	padding-top: 20px;
	padding-bottom: 20px;
}
section h2 {
	font-size: 36px;
	color: #0366cc;
	border-bottom: 2px solid rgba(0,0,0,0.10);
	margin-bottom: 20px;
	padding-bottom: 0px;
	font-weight: bolder;
	position: relative;
}
section h3 {
	font-size: 32px;
	color: #333333;
	border-bottom: 2px none rgba(0,0,0,0.10);
	margin-bottom: 20px;
	font-weight: bolder;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
h4 {
	color: #0366cc;
}
.ttl span {
	border-bottom: 2px solid  #0366cc;
	display: inline-block;
	padding-bottom: 12px;
	position: relative;
	top: 2px;
}
.ttl .small {
	color: #0366cc;
	padding-bottom: 4px;
	border-bottom: 2px solid  #0366cc;
	font-weight: bolder;
}


/* ----------------------------------
======[ cta ] ====================
---------------------------------- */
#cta {
	background-image: url(../special/cplus/image/c-plus-cta-bg.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-align: center;
}
#cta a {
	color: #FFFFFF;
	font-size: 18px;
}
#cta a:hover {
	opacity: 0.8;
}
#cta p {
	margin-bottom: 6px;
}
#cta a:hover {
	text-decoration: none;
}
#cta img {
	width: 86px;
}
section p {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8em;
	margin-bottom: 24px;
}
.contact-tel {
	border-top: 1px solid rgba(0,0,0,0.30);
	border-bottom: 1px solid rgba(0,0,0,0.30);
	padding-top: 15px;
	padding-bottom: 0px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.text-right{
	text-align: left;

}
/* ----------------------------------
======[ parts ] ====================
---------------------------------- */
#to-top {
	width: 63px;
	height: 63px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
	display: none;
}
#to-top a{
	opacity:0.4;
	background-image: url(../img-common/top-arrow@2x.gif);
	display: block;
	height: 63px;
	width: 63px;
	-moz-background-size:63px 63px;
	-webkit-background-size:63px 63px;
	-o-background-size:63px 63px;
	-ms-background-size:63px 63px;
	background-size:63px 63px;
	text-indent: -9999px;
}
#to-top a:hover{
	opacity:0.6;
}
.fixed-top {
	position: fixed;
	bottom: 10px;
	z-index: 50;
	right: 10px;
	display: block !important;
}

/* ----------------------------------
======[ cometフッター ] ====================
---------------------------------- */
#futter {
	background-color: #0366cc;
	padding-top: 42px;
	padding-bottom: 30px;
}


/* ----------------------------------
======[ @media screen ] ============
---------------------------------- */

@media screen and (min-width : 480px){
}
@media screen and (min-width : 543px){
	.thanks span {
			border-bottom: 2px solid  #0366cc;
	}
}
@media screen and (min-width : 768px){
	
.navi-note {
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.navi-note:after{
	right: -10px;
	top: 0px;
	width: 0px;
	height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 10px solid #555555;
  border-right: none;
}
	
	

	
	
	
#h1-container h1 {
	font-size: 38px;
	line-height: 60px;
	height: 60px;
}

#h1-container h1.small-ttl{	
	font-size: 38px;
}
	
	.comet-logo {
		width: 150px;
		height: 40px;
		margin-left: 0px;
	}	


	.sub-navi-scrolled .navbar-brand {
		width: 140px;
		height: 28px;
		margin-bottom: 5px !important;
		margin-top: 10px !important;
	}
	.sub-navi-scrolled .navbar-brand {
		width: 140px;
		height: 28px;
		margin-bottom: 5px !important;
		margin-top: 10px !important;
	}
	.sub-nav {
		margin-top: 16px;
		margin-bottom: 10px;
	}
	.sub-navi-scrolled .sub-nav {
		margin-top: 10px;
		margin-bottom: 5px;
	}
	.sub-nav.nav  > li > a {
		padding-top: 10px;
		padding-right: 8px;
		padding-left: 8px;
		padding-bottom: 10px;
		font-size: 12px;
	}
	#video h2{
		text-align: right;
	}
	#bag h2{
		text-align: right;
	}
	.text-right{
		text-align: right;
	}
	.sub-navi-scrolled {
		top: 0px;
		width: 100%;
		position: fixed;
		transition: .5s;
	}
	.sub-navi.navi-hide{
		top: -60px;
	}
	.gloval-fixed {
		position: fixed;
		top: 48px;
	}
	.gloval-fixed-sticky {
		position: fixed;
		top: 0px;
	}
}

@media screen and (min-width : 992px){
.gloval-nav .navbar-nav li a {
    height: 60px;
	font-size: 13px;
	padding-right: 15px;
}

.gloval-nav .navbar-nav li a p  {
	padding-top: 2px;
	padding-bottom: 5px;
}
.gloval-nav .navbar-nav .navi-softbox a p{		
	padding-top: 10px;
	}
.sub-nav {
	margin-top: 40px;
	margin-bottom: 0px;
}
.sub-nav.nav  > li > a {
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 14px;
}
.navbar-brand {
	width: 280px;
	height: 56px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.navbar-brand {
	margin-bottom: 20px;
	margin-right: 30px;
}
#cta a {
	color: #FFFFFF;
	font-size: 26px;
}
}

@media screen and (min-width : 1024px){
section{
	padding-top: 30px;
	padding-bottom: 30px;
}
}

@media screen and (min-width : 1280px){
}

@media screen and (min-width : 1440px){
}

@media screen and (min-width : 1600px){
}
