@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:700,400);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

.service_logo_box{
	margin-top: 15px;
	margin-bottom: 15px;
}

.service_logo_box img{
	width: 150px;
} 

body{
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック";
    line-height: 1.4;
	font-size: 12px;
	color: #0b0b0b;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment:fixed;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	-ms-background-size: 100% auto;
	width: 100%;
}

a{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

html,body,h2,h3,h4,p,span,ul,li,img{
	margin: 0;
	padding: 0;
}

li{
	list-style: none;
}

img{
	border: none;
}

h2.line {
	font-size: 30px;
	font-weight: normal;
	background: url(../images/service_h2_line.png) bottom left no-repeat;
	padding: 0 0 10px;
	margin: 0 0 30px;
}

.cont_ai{
	width: 100%;
	height: auto;	
}
.cont_ai h2.line02 {
	font-size: 30px;
	font-weight: normal;
	background: url(../images/service_h2_line.png) bottom left no-repeat;
	padding: 0 0 10px;
	margin: 0 350px 30px auto;
	float: left;
}
.cont_ai h2.line02 .logo{
	text-align: right;
}
.logo img{
	width: 30%;
	height: auto;
}


h2.btn {
	font-size: 30px;
	font-weight: normal;
}

	.service_page_wrapper {
		width: 1200px;		
		margin: 0 auto;
		/*padding-top: 120px;*/
		padding-top: 147px;
	}

#wrapper{
	/*padding: 60px 0 0 100px;*/
	padding: 60px 100px 0 0;
	width: 1188px;	
	margin: 0 auto;
}

nav.sub_menu{
	color: #ffffff;
	font-size: 12px;
	width: 100%;
	background: #221714;
	padding: 20px 0;
	text-align: center;
	position: fixed;
	top: 90px;
	z-index:9999;
}

.navToggle{
	display: none;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

nav.sub_menu ul li{
	display: inline-block;
}

nav.sub_menu a:hover{
	text-decoration: underline;
}


#wrapper span.att01{
	font-size: 10px;
	font-weight: normal;
}

#side_nav{
	position: fixed;
	/*top:150px;*/
	top: 146px;
	right: 20px;
}

#side_nav ul li{

}

#side_nav ul li .main{
	/*font-size: 16px;*/
	font-size: 14px;
	font-weight: bold;
	display: block;
}

#side_nav ul li .sub{
	font-size: 10px;
}

#side_nav ul li a{
	height: auto;	
	/*min-height: 30px;
	width: 120px;
	padding: 10px 10px 10px 20px;*/
	min-height: 18px;
	width: 140px;
	padding: 4px 4px 4px 10px;
	background: #000000;
	opacity: 0.7;
	display: block;
}

#side_nav ul li a:hover{
	border-left: #ffffff solid 2px;
	/*width: 118px;*/
	width: 138px;
	text-decoration: none;
	opacity: 1;
}

.service_section{
	margin: 0 0 100px;
}

.sp{
	display: none;
}

.fs10{
	font-size: 10px;
}

.fs12{
	font-size: 12px;
}

.fs16{
	font-size: 16px;
}

.fs24{
	font-size: 24px;
}

.fs54{
	font-size: 54px;
}

.fwn{
	font-weight: normal;
}

.fwb{
	font-weight: bold;
}

.mt10{
	margin: 10px 0 0;
}

.mt15{
	margin: 15px 0 0;
}

.mt20{
	margin: 20px 0 0;
}

.mt30{
	margin: 30px 0 0;
}

.mt40{
	margin: 40px 0 0;
}

.mb10{
	margin: 0 0 10px;
}

.mb15{
	margin: 0 0 15px;
}

.mb20{
	margin: 0 0 20px;
}

.mb30{
	margin: 0 0 30px;
}

.mb40{
	margin: 0 0 40px;
}

.fc_black{
	color: #0b0b0b;
}

.td_line{
	
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*.pointList*/
.pointList {
    counter-reset: cnt;
	margin-bottom: 20px;
}
.pointList > li:before {
    content: counter(cnt);
    display: block;
    width: 48px;
    height: 25px;
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    top: 17px;
    left: 0;
}
.pointList > li {
    min-height: 50px;
    background: url(../images/service05_point.png) left top no-repeat;
    background-size: 48px auto;
    padding: 2px 0 0 70px;
    margin-top: 20px;
    position: relative;
    counter-increment: cnt;
}

.pointList li p span {
	font-size: 20px;
	font-weight: bold;
}



.photo {
	max-width: 880px;
	text-align: center;
	margin: 0 50px;
}
.photo ul li {
	float: left;
	margin: 5px;
}
.photo ul li img {
	margin-top: 5px;
}

.photo li p {
	font-size: 12px;
}

/*accordion-menu*/
.accordion-menu {
   margin: 0 0 60px 0;   
}
.accordion-menu dt {
   padding: 10px;
   cursor: pointer;  
}
.accordion-menu dt:first-child {
   border-top: none;
}
.accordion-menu dd {
  display: none;  
  padding: 10px; 
}

/* service01 */
body#service01{
	background-image: url(../images/service01_bg.jpg);
}
/* service02 */
body#service02{
	background-image: url(../images/service02_bg.jpg);
}

/* service04 */
body#service04{
	background-image: url(../images/service04_bg.jpg);
}

/* #service05 */
body#service05{
	background-image: url(../images/service05_bg.jpg);
}

#service05 nav.sub_menu{
	color: #ffffff;
	font-size: 12px;
	width: 100%;
	background: #000000;
	padding: 20px 0;
	text-align: center;
}

#service05 ul.contents01{
	width: 900px;
}

#service05 ul.contents01 li{
	width: 350px;
	height: 90px;
	padding: 10px 0 0 90px;
	display: inline-block;
}

#service05 ul.contents01 li p {
	font-size: 12px;
}

#service05 ul.contents01 li:nth-child(1){
	background: url(../images/service05_img01.png) left top no-repeat;
}

ul.contents01 li:nth-child(2){
	background: url(../images/service05_img02.png) left top no-repeat;
}

#service05 ul.contents01 li:nth-child(3){
	background: url(../images/service05_img03.png) left top no-repeat;
}

#service05 ul.contents01 li:nth-child(4){
	background: url(../images/service05_img04.png) left top no-repeat;
}
#service05 ul.contents01 li:nth-child(5){
	background: url(../images/service05_img05.png) left top no-repeat;
}

#service05 ul.contents01 li:nth-child(6){
	background: url(../images/service05_img06.png) left top no-repeat;
}

#service05 ul.contents01 li:nth-child(7){
	background: url(../images/service05_img07.png) left top no-repeat;
}

#service05 ul.contents01 li:nth-child(8){
	background: url(../images/service05_img08.png) left top no-repeat;
}


#service05 ul.contents02 li,ul.contents04 li{
	border-bottom: #6d6d6d dashed 1px;
	width: 900px;
}

#service05 ul.contents03 li.ib{
	display: inline-block;
	vertical-align: top;
}

#service05 ul.contents03 li.ib:last-child{
	margin: 0 0 0 60px;
}

#service05 ul.contents03_inner li{
	border-bottom: #6d6d6d dashed 1px;
	width: 400px;
}

#service05 ul.contents02 li:last-child,ul.contents04 li:last-child,ul.contents03_inner li:last-child{
	border-bottom: none;
}

#service05 span.t_left{
	width: 174px;
	padding: 10px;
	display: inline-block;
	text-align: right;
	vertical-align: top;
}

#service05 span.t_left_s{
	width: 100px;
	padding: 10px;
	display: inline-block;
	text-align: right;
	vertical-align: top;
}

#service05 span.t_right{
	padding: 10px;
	display: inline-block;
	text-align: left;
}

/* #service06 */
body#service06{
	background-image: url(../images/service06_bg.jpg);
}

#service06 nav.sub_menu{
	color: #ffffff;
	font-size: 12px;
	width: 100%;
	background: #000000;
	padding: 20px 0;
	text-align: center;
}

#wrapper #service06_section02 ul
{
	margin: 0 0 20px;
}

#wrapper #service06_section02 li
{
	display: inline-block;
}

#wrapper #service06_section02 li:last-child
{
	margin: 0 0 0 20px;
}

#wrapper #service06_section02 li a:hover
{
	opacity: 0.8;
}

/*#wrapper #service06_section05 ul li a:hover{
	color: #6d6d6d;
	text-decoration: none;
}*/

#service06_section02 .pointList li {
	display: block !important;	
}

#wrapper #service06_section02.service_section ul.pointList li:last-child {
	margin-left: 0px;
	margin-top: 20px;
}

/* service07 */
#service07_section01.service_section ul li,
#service07_section02.service_section ul li,
#service07_section03.service_section ul li,
#service07_section04.service_section ul li,
#service07_section05.service_section ul li,
#service07_section06.service_section ul li,
#service07_section07.service_section ul li{
	float: left;
	padding-right: 10px;
}

/* #service13 */
body#service13{
	background-image: url(../images/service05_bg.jpg);
}


/* ページ内リンク　id位置修正 */
#service01_section01,
#service01_section02, 
#service01_section03, 
#service01_section04, 
#service01_section05, 
#service02_section01,
#service02_section02,
#service02_section03,
#service02_section04,
#service02_section05,
#service03_section01,
#service03_section02,
#service03_section03,
#service03_section04,
#service03_section05,
#service04_section01,
#service04_section02,
#service04_section03,
#service04_section04,
#service04_section05,
#service05_section01,
#service05_section02,
#service05_section03,
#service05_section04,
#service05_section05,
#service06_section01,
#service06_section02,
#service06_section03,
#service06_section04,
#service06_section05{
	padding-top: 80px;
	margin-top: -80px;
}

.service_more_btn {
	padding: 14px 0;
    text-decoration: none;
    color: #5788b4;
    background: #fff;
    display: inline-block;
    width: 61%;
    font-size: 15px;
    letter-spacing: 7px;
}

/**** ****/

/**** ****/
