/*------------------------------------------------------------
	COMMON
------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #333333;
  text-decoration: none;
}

a:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.page--index p {
    margin: 0 0 10px;
}


@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular.eot');
    src: url('../font/NotoSansCJKjp-Regular.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('../font/NotoSansCJKjp-Bold.eot');
    src: url('../font/NotoSansCJKjp-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Bold.woff') format('woff');
}

body {
  -webkit-font-smoothing: antialiased;
  color: #2f3438;
}
body{
	min-width: 980px;
}

.wrap {
  overflow: hidden;
  min-width: 1000px;
}

p {font-family:'Noto Sans Japanese',sans-serif; font-weight: 400; margin: 0; padding: 0;}
.palt {font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN'; font-feature-settings: "palt"; }


.space_t15{padding-top: 15px;}
.space_w10{padding: 0 10px;}

.w55{width: 54%;}
.w45{width: 45%;}

.inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 980px;
  padding: 0 0px;
}

.clm-left{float: left;}

.clm-right{float: right;}

img {
  vertical-align: bottom;
  border-style: none;
  border: 0;
}

.pc-non{ display: none; }
.sp-non{ display: block; }

@media only screen and (max-width: 640px) {
	
.w55{width: 100%;}
.w45{width: 100%;}

.sp-non{ display: none; }
.pc-non{ display: block; }

.inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: auto;
  padding: 0 0px;
}


  a .alpha {
    transition-duration: 0;
  }
  a:hover .alpha {
    opacity: 1;
  }
  .figure img, .flex img {
    width: 100%;
  }
  .small-nopad {
    padding: 0 !important;
  }
  
  img.flex {
    width: 100%;
    height: auto;
  }
  
  .show-small {
    display: inherit;
  }
  
  .hide-small {
    display: none;
  }

  .small-nopad {
    padding: 0 !important;
  }

  html {
    font-size: 62.5%;
  }

  .wrap {
    min-width: 0;
  }

  .expand-tab {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/top/ico-expand.png);
    background-size: 12px auto;
  }
  .expand-tab.active {
    background-image: url(../images/top/ico-expand_active.png);
  }
 
  .expand-content {
    display: none;
  }
}

@media (min-width: 641px) {
  .expand-content {
    display: block !important;
  }
}

/*------------------------------------------------------------
	HEADER
------------------------------------------------------------*/
/*
#cobalt .masthead {
  padding: 20px 0 0;
  height: 78px !important;
  margin: 0 !important;
}
*/

#cobalt .service_nav {
    margin-top: 0 !important;
}


@media only screen and (min-width: 641px) {
  #navbox {
    display: none;
  }
}



@media only screen and (max-width: 640px) {
  /* sp-header */
  body{
	min-width: 100%;
	}
  #cobalt .sp-header {
    background-color: #3456a0;
    display: table !important;
  }

  .row.sp-header {
    width: 100%;
    height: 44px;
	display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .sp-header p {
    margin: 0;
  }
  .sp-header .sp-header-logo {
/*    width: 50%;*/
	height: 44px;
    display: table-cell;
    vertical-align: middle;
  }
  .sp-header .sp-header-logo {
   /* width: 64%; */
    line-height: 1;
    font-size: 10px;
  }
  .sp-header .sp-header-logo a {
    height: 44px;
  }
  .sp-header .sp-header-logo img {
/*    max-height: 40px;*/
    width: 100%;
  }

}






/*------------------------------------------------------------
	popup
------------------------------------------------------------*/
.modal-cont {
	padding: 30px;
	max-width: 980px;
	margin: 0 auto;
}
.modal-cont .area01 {
	background-color: #f3f2ee;
	text-align: left;
	padding: 30px;
}
.modal-cont .area01 h3 {
	font-size: 22px;
	text-align: center;
	padding-bottom: 30px;
	font-weight: bold;
	margin: 0;
}
.modal-cont .area01 .date {
	font-size: 16px;
	border-top: 1px solid #b5b5b6;
	border-bottom: 1px solid #b5b5b6;
	padding: 1em 0;
	margin-bottom: 1em;
	font-weight: bold;
}
.modal-cont .area01 .txt {
	font-size: 14px;
	text-align: left;
}
.modal-cont .area01 .txt a {
	border-bottom: 1px solid;
	color: #2f3438;
}
.modal-cont .area02 {
	padding: 30px;
}
.modal-cont .area02 .notes {
	color: #2f3438;
text-align: left;
margin: 0;
}
.modal-cont .area02 .notes li {
	text-align: left;
	list-style: none;
}
.modal-cont .area02 .notes li:before {
	content: "※";
}
.modal-cont .area02 .notes a {
	border-bottom: 1px solid;
	color: #2f3438;
}
@media only screen and (max-width: 640px) {
	.modal-cont,
	.modal-cont .area01,
	.modal-cont .area02 {
	padding: 10px;
	}
	.modal-cont .area01 h3 {
		font-size: 18px;
	}
	.modal-cont .area01 .date,
	.modal-cont .area01 .txt {
		font-size: 13px;
	}
}



/*------------------------------------------------------------
	FOOTER
------------------------------------------------------------*/
/* .footer {
  padding-bottom: 100px;
} */
footer a {
  text-decoration: underline;
  color: #1953c7;
  /* color: #1e5bd5; */
}

footer a:hover {
  color: #1953c7;
  text-decoration: none;
}
.footer-company_info {
  padding: 20px 0 20px 0;
  width: 100%;
  text-align: left;
  border-top: 1px solid #dedede;
  background-color:#FFF;
}
.footer-company {
  float: left;
}
.footer-company .reference {
  padding-left: 15px;
  background: url("../../images/top/icon_arrow_footer.gif") no-repeat left center;
  font-size: 93%;
}
.footer-company .copyright {
  margin-bottom: 2em;
}
.footer-pmark {
  float: right;
  padding-top: 0;
  width: 100px;
  text-align: right;
}
.footer-legal {
  float: right;
  width: 700px;
  text-align: right;
  font-size: 77%;
  line-height: 2;
  margin-bottom: 18px;
}
.footer-legal address {
  font-style: normal;
}
.footer-nav {
  padding: 15px 0;
  text-align: center;
  font-size: 93%;
  border-top: 1px dotted #ccc;
	background-color:#FFF;
}
.footer-nav a {
  margin: 0 3px;
}



@media only screen and (max-width: 640px) {
  .footer {
    position: relative;
    padding: 0 10px;
  }
  .top .footer,
  .page .footer {
    position: relative;
    padding: 0 10px 80px;
	 /*---service renew 181129---*/
	  background-color: #FFF;
  }

  .footer-company {
    float: none;
  }
  .footer-company .reference {
/*     font-size: 1.2rem; */
  }
  .footer-company .copyright img {
    height: 30px;
    width: auto;
  }
  .footer-pmark {
    float: none;
    position: absolute;
    right: 10px;
/*     top: 20px; */
  }
  .footer-pmark img {
    height: 40px;
    width: auto;
  }
  .footer-legal {
    font-size: 1.0rem;
  }
  .footer-legal address {
    text-align: left;
    margin-top: 2em;
  }
  .footer-legal {
    width: auto;
    float: none;
    text-align: center;
  }
  .footer-nav {
    font-size: 1.2rem;
  }
  .footer-nav a {
    font-size: 1.0rem;
  }
}

@media only screen and (max-width: 640px) {
  .sidenav .thumb.cobalt{background-image:url(../../cobalt/images/card-cobalt.png);}
}