@charset "UTF-8";

body {
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:16px;
  color: #000;
}

a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
}

a{
	/* color:#c71f1f; */
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}


@media (max-width: 767px) {
	body {
		font-size: 14px;
	}
}


/* Main visual
   ======================================================== */
#lead{
	position:relative;
	padding: 0 0px 3%;
}

#lead h1,#lead p {
	margin:0;
	font-size:100%;
}

#lead h1 {
	padding-top:5%;
	background: url(../img/main/main-burst.png) no-repeat -15px top;
	background-size: 30% auto;
}

@media (min-width: 768px) {
	#visual {
		background: url(../img/main/main_bg.jpg) no-repeat;
		background-size: cover;
		background-position: center bottom;
	}
}

@media (min-width: 1200px) {
	#lead h1 {
		padding-top: 6%;
	}
}

@media (max-width: 767px) {
	#lead {
		background: url(../img/main/main_bg2.jpg) no-repeat;
		background-size: cover;
		background-position: center bottom;
	}
}

@media (max-width: 400px) {
	#lead {
		padding: 0% 5px 5%;
	}

	#lead .price {
		width: 65%;
		height: auto;
	}
}


/* Header
   ======================================================== */

/* mobile */
#topbar {
  background: #c71f1f;
  color: #FFF;
  padding: 3px;
  text-align: center;
}

#topbar a, #topbar a:hover {
  color: #FFF;
  text-decoration: none;
}

#topbar .h-info ul {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.navbar-header {
	margin-left:-30px;
	background-color: #c71f1f;
}

.container > .navbar-header {
    margin-left: -30px;
    margin-right: -30px;
}

.navbar-toggle {
  margin-right: 0px;
}

.navbar-toggle {
	margin-right:15px;
	background:#FFF;
}

.navbar-toggle .icon-bar {
  background-color: #c71f1f;
}

.navbar-brand {
  height: 50px;
  line-height: inherit;
  padding: 13px 15px 0;
}

.navbar-brand .logo-sp {
  width: 120px;
  height: auto;
}

.navbar-nav {
  margin-top: 0;
}

.img-cec img {
  height: 20px;
}


/* Header
   ======================================================== */

/* header {
	color:#FFF;
} */


/* Logo area
   ========================= */

#brand a {
	color:#FFF;
}

#brand {
	background:#c71f1f;
	color:#FFF;
}

#brand > div {
	display:table;
}

#brand #sitelogo,
#brand nav {
	display:table-cell;
	height:70px;
	vertical-align:middle;
}

#brand #sitelogo {
	margin:0; padding:0;
	font-size:100%;
}

#brand #logo {
	margin-right:15px;
}

#brand nav {
	text-align:right;
}

.h-info li {
	margin-left:25px;
	display:inline-block;
}

.h-info .i-mail {
	background:url(../img/parts/ic-mail.png) no-repeat left center;
	padding-left:24px;
}

.h-info .i-tel {
	background:url(../img/parts/ic-tel.png) no-repeat left center;
	padding-left:15px;
}


/* Navigation
   ========================= */

/* fixed */
#global-nav.follow {
	z-index:10;
   position: fixed;
   top: 0;
	 background-color: #c71f1f;
}

#global-nav.follow a {
    color: #fff;
}

#global-nav.follow .nav > li a:hover,
#global-nav.follow .nav > li a:focus {
	color:#c71f1f;
}

#global-nav a,
#global-nav a:hover {
	color:#c71f1f;
}

#global-nav {
	width:100%;
	color:#c71f1f;
	background-color: rgba(255,255,255,0.8);
}

#bs-navbar > a {
		display:block;
		float:right;
		line-height:80px;
}

.pc_logo{
	height:50px;
	width:99px;
	text-indent:-9999px;
	margin:15px 0;
	background:url(../img/pc_logo_ver1.png) no-repeat;
	}

.follow .pc_logo{
	background:url(../img/pc_logo_ver2.png) no-repeat;
	}

@media (min-width: 768px) {
	#bs-navbar {
		padding-left: 0px;
		padding-right: 0px;
	}

	#bs-navbar > ul {
		margin-top: 15px;
		font-size: 12px;
	}

	#bs-navbar .nav > li > a {
		padding-left: 5px;
		padding-right: 5px;
	}

	.navbar-nav .home span{
		background-image:url(../img/ic-home.png);
		background-repeat:no-repeat;
		background-position: 0 -30px;
		width:20px;
		height:18px;

		display:block;
		text-indent:-9999px;
	}

	#global-nav.follow .navbar-nav .home span{
		background-image:url(../img/ic-home.png);
		background-position: 0 0;
	}

	#global-nav.follow .navbar-nav .home:hover span{
		background-position: 0 -30px;
	}
}


@media screen and (min-width: 768px) and (max-width: 990px) {
	.pc_logo {
			background-position: left center;
			background-size: 50px auto;
			width: 60px;
	}
}

@media (min-width: 991px) {
	#bs-navbar > ul {
		font-size: 14px;
	}
}

@media (min-width: 1200px) {
	#bs-navbar > ul {
		font-size: 16px;
	}

#bs-navbar .nav > li > a {
		padding-left: 12px;
		padding-right: 12px;
	}

}


/* Main
   ======================================================== */

main section {
	padding-bottom:80px;
}

/* main section:nth-child(even) {
	background:#ececec url(../img/parts/pat.png) repeat;
} */

/* main section:not(:first-child):nth-child(odd):before,
main section:nth-child(even):before {
	display:block;
	width:38px;
	height:20px;
	margin: 0 auto;
} */

/* main section:not(:first-child):nth-child(odd):before {
	content:url(../img/parts/ic-divide-wh.png);
}

main section:nth-child(even):before {
	content:url(../img/parts/ic-divide.png);
} */

section a,
section a:hover {
	color:#08377d;
	text-decoration:underline;
}

section h2,
section h3 {
	text-align:center;
	line-height:1.3;
}

section h2 {
	margin-top:75px;
	margin-bottom:55px;
	font-size:32px;
}

section h3 {
	font-size:24px;
	margin-bottom:40px;
}

section h4 {
	margin-top:0;
	font-size:18px;
}

section p {
	margin-top:0;
	margin-bottom:30px;
	line-height:1.75;
}


@media (min-width: 768px) {

	section h2:after {
		content:"";
		display:block;
		margin: 50px auto 0;
		background:#bcbcbc;
		width:50px;
		height:2px;
	}
}


@media (max-width: 767px) {

	section {
		padding-bottom: 40px;
	}

	section h2 {
		margin-top: 35px;
		margin-bottom: 35px;
		font-size: 22px;
	}

	section h3 {
		margin-bottom: 20px;
		font-size: 18px;
	}
}


/* CEC SOCとは
   ======================================================== */
#about #target {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#about #target li {
  float: left;
  width: 16%;
}

#about #target li:not(:first-child) {
  margin-left: 0.5%;
}

#about #target li img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media (max-width: 875px) {
	#about #target li {
		width:30%;
	}

	#about #target li:first-child,
	#about #target li:nth-child(4){
		margin-left:0% !important;
	}
}

@media (max-width: 460px) {
	#about #target li {
		width:50%;
		margin-left:0;
	}

	#about #target li:not(:first-child) {
		margin-left:0;
	}

	#about #target li h4 {
		font-size:14px;
	}
}


/* サービス
   ======================================================== */

#service-type img {
	border-top: 5px solid #08377d;
	margin-bottom:25px;
}


/* サービスの流れ
   ======================================================== */

#step h3 {
	margin-bottom:20px;
}

#step li {
	position:relative;
	float:left;
	width:205px;
	text-align:center;
}

#step li:not(:last-child):before {
	position:absolute;
	top:60px;
	right:-15px;
	display:block;
	content: url(/soc/img/flow/ic-next-left.png);
}

#step li > div {
	display:inline-block;
	position:relative;
}

#step li > div span {
	position:absolute;
	top:3px;
	left:2px;
}

#step li p {
	margin: 0 auto 0px;
	min-height:8em;
	width:166px;
	text-align:left;
}


@media (max-width: 660px) {
	#step li {
		width:200px;
	}
}

@media (max-width: 660px) {
	#step li {
		width:185px;
	}
}

@media (max-width: 400px) {
	#step li {
		width: 100%;
	}

	#step li p {
		margin: 0 auto 15px;
		min-height: inherit;
		width: inherit;
	}

	#step li:not(:last-child):before {
		content: none;
	}

	#step li:not(:last-child):after {
		margin-bottom: 15px;
		width: 100%;
		text-align: center;
		display: inline-block;
		content: url(/soc/img/flow/ic-next-down.png);
	}

}



/* Ajax slide
   ======================================================== */

.cbp-popup-singlePage .cbp-popup-navigation-wrap {
    background-color: #c71f1f;
}

.cbp-popup-singlePage .cbp-popup-content {
    max-width: none;
}

.cbp-l-project-title {
    color: #000;
		font-size:32px;
		margin-bottom:50px;
}

.cbp-popup-singlePage .cbp-popup-content h3 {
		margin-bottom:20px;
		font-size:24px;
}

.cbp-popup-singlePage .cbp-popup-content p {
		font-size:16px;
		line-height:1.75;
}

@media (max-width: 767px) {

	.cbp-l-project-title {
			font-size:20px;
			margin-bottom:10px;
	}

	.cbp-popup-singlePage .cbp-popup-content h3 {
			font-size:16px;
	}

	.cbp-popup-singlePage .cbp-popup-content p {
			font-size:14px;
	}
}


/* Footer
   ======================================================== */
footer,
footer a,
footer a:hover {
	color:#FFF;
}

footer .container-fluid:first-child {
	background:#c71f1f;
	text-align:center;
}

footer .container-fluid:last-child {
	background:#000;
}

footer .freedial{
	display:inline-block;
	margin-left:14px;
	vertical-align:top;
}

footer .f-tel p{
	margin:0;
	line-height:25px;
}

.f-tel .num {
  display: inline-block;
  font-size: 24px;
}

footer .cec {
	width: 84px;
	height: 19px;
	color: #FFF;
	margin-bottom: 2px;
	margin-right: 6px;
}

footer .cec img {
		height:30px;
}

footer .copyright {
  margin: 0;
  font-size: 12px;
  font-family: Georgia;
  text-align: left;
}

footer .f-credit {
  font-size: 14px;
}

.f-credit nav, .copyright {
  text-align: center;
}

footer nav ul li:first-child {
  border-left: 1px solid #FFF;
}

footer nav ul li {
  display: inline-block;
  border-right: 1px solid #FFF;
  padding: 0 14px;
}

footer .container {
  display: table;
  vertical-align: middle;
}

footer .f-tel p {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}

@media (min-width: 768px) {

	footer nav ul {
		margin:0;
	}

}


@media (min-width: 992px) {

	footer .container {
		display: table;
		vertical-align: middle;
	}

	footer .f-tel p,
	footer .f-credit p,
	footer .f-credit nav {
		display: table-cell;
		height: 100px;
		vertical-align: middle;
	}

	.f-credit nav {
		text-align: right;
	}

}


@media (min-width: 1200px) {
	footer .cec img {
		margin-top:2px;
		height:38px;
	}

	footer .copyright {
		font-size: 12px;
		/*letter-spacing:0.05em;*/
	}

}


@media (max-width: 991px) {

	.f-credit  {
		padding: 20px 0;
	}

	footer nav {
		padding-top:10px;
	}

	footer .cec {
		margin: 0 auto 10px;
		display:block;
		text-align:center;
	}

}


/* Pagetop
   ========================= */
#sd-info {
  position: fixed;
  right: 0;
  bottom: 30px;
  width: 90px;
  text-align: center;
  background: #c71f1f;
  border-radius: 5px 0 0 5px;
  box-shadow: rgba(153, 153, 153, 0.35) -3px 0px 5px -1px;
  -webkit-box-shadow: rgba(153, 153, 153, 0.35) -3px 0px 5px -1px;
}

#sd-info ul {
  margin: 0;
  padding: 0;
}

#sd-info .mail {
  padding: 16px 0 16px;
  border-bottom: #da6b6b 1px solid;
}

#sd-info .tel {
  padding: 13px 0 15px;
}

#sd-info .pagetop a {
  display: block;
  padding: 10px 0 15px;
  background: #000;
  border-radius: 0 0 0 5px;
}

/* for mobile */
#pagetop {
  position: fixed;
  right: 10px;
  bottom: 20px;
}

#pagetop a {
  display: block;
  cursor: pointer;
  background: url(/img/parts/pagetop-sp.png) no-repeat left top;
	border-radius:50%;
  width: 31px;
  height: 31px;
  text-indent: -9999px;
  opacity: 0.6;
}

#pagetop a:hover {
  opacity: 1;
}


/* Library
   ======================================================== */

/* Button */
.bt {
	display:inline-block;
	color:#FFF;
	text-align:center;
	text-decoration:none;
	font-size:18px;
}

.bt:hover {
	color:#FFF;
	text-decoration:none;
}

.bt.detail {
	background: #08377d url(/img/parts/ic-arrow-01.png) no-repeat 95% center;
	width:205px;
	height:44px;
	line-height:44px;
	border-radius:25px;
}

.bt.detail:hover {
	background: #1f55a5 url(/img/parts/ic-arrow-01.png) no-repeat 95% center;
}

.bt.detail_l {
	background: #08377d url(/img/parts/ic-arrow-01.png) no-repeat 95% center;
	width:240px;
	height:44px;
	line-height:44px;
	border-radius:25px;
    font-size:14px;
}

.bt.detail_l:hover {
	background: #1f55a5 url(/img/parts/ic-arrow-01.png) no-repeat 95% center;
}

.bt.large {
	background: #08377d url(/img/parts/ic-arrow-02.png) no-repeat 95% center;
	padding-right:15px;
	width:320px;
	height:62px;
	line-height:62px;
	border-radius:35px;
}

.bt.large:hover {
	background: #1f55a5 url(/img/parts/ic-arrow-02.png) no-repeat 95% center;
}

.img-full { width: 100%; height: auto; }
.ul, .ol { padding: 0; list-style-type: none; }
.ind1 { padding-left:1em; text-indent:-1em;}

.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.fs-s { font-size: 87.5%; }
.fs-xs { font-size: 75%; }
.lh18 { line-height: 1.8; }

.mb-30{	margin-bottom:30px;}
.mb-60{	margin-bottom:60px;}



/* Media Queries
   ======================================================== */

@media (max-width: 767px) {
	.mb-60{
		margin-bottom:30px;
	}
}


/* for small device */
@media (max-width: 414px) {
	.br-sp {
		display:block;
	}
}


@media (max-width: 320px) {
	section h2 {
		font-size: 18px;
	}

	footer nav,
	footer .copyright {
		font-size: 12px;
	}

	.bt {
		font-size: 16px;
	}

	.bt.large {
		width: 100%;
	}
}
@media only screen and (min-width: 768px) {
  body.page #main.service section#relation_service h2 {
    font-size: 24px;
  }
  body.page #main.service section#relation_service .row {
    overflow: hidden;
    width: 100%;
  }
  body.page #main.service section#relation_service .row.row-3 div.cnt_box {
    float: left;
    width: 360px;
  }
  body.page #main.service section#relation_service .row.row-3 div.cnt_box:not(:first-child) {
    margin-left: 30px;
  }
  body.page #main.service section#relation_service .row.row-3 div.cnt_box h3 {
    font-size: 24px;
  }
  body.page #main.service section#relation_service .row.row-3 div.cnt_box p {
    min-height: 5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.page #main.service section#relation_service .row.row-3 div.cnt_box {
    width: calc((100% - 30px)/ 3);
  }
  body.page #main.service section#relation_service .row.row-3 div.cnt_box:not(:first-child) {
    margin-left: 15px;
  }
  body.page #main.service section#relation_service .row.row-3 div.cnt_box h3 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  body.page #main.service section#relation_service .row.row-3 div.cnt_box {
    width: calc((100% - 40px)/ 3);
  }
  body.page #main.service section#relation_service .row.row-3 div.cnt_box:not(:first-child) {
    margin-left: 20px;
  }
  body.page #main.service section#relation_service .row.row-3 div.cnt_box h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  body.page #main.service section#relation_service h2 {
    font-size: 18px;
  }
  body.page #main.service section#relation_service .row {
    padding: 0 15px;
  }
  body.page #main.service section#relation_service .cnt_box p {
    min-height: 7em;
  }
}

.btn-accordion {
  text-decoration: underline;
  color: #08377d;
  cursor: pointer;
}

.accordion {
  transition: 0.5s;
  height: 0;
  overflow: hidden;
  overflow: hidden;
}

.accordion.open {
  height: auto;
  padding-top: 30px;
  opacity: 1;
}

.accordion h3, .accordion h4 {
  text-align: center;
}

.accordion h4 {
  color: #08377d;
}

.accordion .service {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.9;
  margin-bottom: 10px;
}

.accordion .service.mb-40 {
  margin-bottom: 40px;
}

.accordion dt {
  flex: 0 1 15rem;
  font-weight: bold;
}

.accordion dd {
  flex: 1;
}

.accordion figure {
  width: 80%;
  margin: 0 auto;
}

.accordion figure img {
  border-top: none !important;
}

.accordion ol li {
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 0.3rem;
}

body:not(.home) #main .container-fluid h2 {
  line-height: 1.35;
}

body:not(.home) #main .container-fluid h3 {
  line-height: 1.3;
}

body:not(.home) #main .container-fluid h4 {
  line-height: 1.4;
}

body:not(.home) #main .container-fluid h5 {
  line-height: 1.6;
}

body:not(.home) #main .container-fluid h6 {
  line-height: 1.75;
}

body:not(.home) #main .container-fluid p, body:not(.home) #main .container-fluid li, body:not(.home) #main .container-fluid th, body:not(.home) #main .container-fluid td, body:not(.home) #main .container-fluid dt, body:not(.home) #main .container-fluid dd {
  line-height: 1.9;
}

body:not(.home) #main .container-fluid .note, body:not(.home) #main .container-fluid .note li {
  line-height: 1.75;
}

#relation-service.flex-layout .row img {
  margin-bottom: 3.5%;
  border-top: 5px solid #144768;
}

#relation-service figure img { max-width: 100%; }

#relation-service.flex-layout h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
}

#relation-service.flex-layout .row.row-02 {
  width: calc(358px * 2 + 20px) !important;
  margin: 0 auto;
  display: flex;
}

#relation-service.flex-layout .row.row-02 .box {
  width: 358px;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
}

#relation-service.flex-layout .row.row-02 .box a {
  text-decoration: none;
  color: #000;
}

#relation-service.flex-layout .row.row-02 .box:not(:first-child) {
  margin-left: 20px;
}

#relation-service.flex-layout .row.row-02 .box p {
  padding: 0 1.5em;
}

@media only screen and (max-width: 767px) {
  #relation-service.flex-layout .row {
    padding: 0;
  }
  #relation-service.flex-layout h3 {
    font-size: 20px !important;
  }
  #relation-service.flex-layout .row.row-02 {
    flex-direction: column;
    width: 100% !important;
  }
  #relation-service.flex-layout .row.row-02 .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  #relation-service.flex-layout .row.row-02 .box:not(:first-child) {
    margin-left: 0;
  }
}