@charset "utf-8";


/* スマートフォン用 767px
--------------------------------------------------------------------------------------------------------------------------*/

body{
	color: #666;
	background-color: #fff;
	letter-spacing: normal;
	line-height: 1.8em;
	font-size: 16px !important;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}


/* Container - Contents
--------------------------------------------------*/

.wrap{
	width: 100%;
	padding: 0 20px 0 20px;
}

.container{
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}

.contents{
	margin: 60px 0;
}

.flex{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-content: space-between;
	flex-wrap: wrap;
}

.flex li img{
	width: 100%;
}

.flex2{
	width: 100%;
}
.flex2 li{
	width: 47%;
}

.flex3{
	width: 100%;
}
.flex3 li{
	width: 31%;
}

.flex4{
	width: 100%;
}
.flex4 li{
	width: 22%;
}

.left{
	float: left;
}

.right{
	float: right;
}

.textRight{
	text-align: right;
}

.center{
	text-align: center;
}


.bgBlue{
	padding: 40px 0;
	background-color: #00a0d1;
}

.bgGray{
	padding: 40px 0;
	background-color: #f5f8fa;
	margin: 0 calc(50% - 50vw);
  	width: 100vw;
}


/* Parts
--------------------------------------------------*/

h2,h3,h4{
	font-weight: bold;
	line-height: 2em;
}

.contentsTitle{
	text-align: center;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}

.contentsTitle span{
	font-size: 20px;
	letter-spacing: 0.1em;
	display: block;
	padding-bottom: 5px;
}

.titleBar{
	text-align: center;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0.2em;
	font-weight: bold;
	padding: 25px 0;
	margin-bottom: 40px;
}

.titleBar span{
	font-size: 30px;
	display: inline-block;
	margin-top: -15px;
	-webkit-text-stroke-width: 1px !important;
}

.arrow a{
	background: url(../img/arrow_w.png) no-repeat right center;  
}
.arrow a:hover{
	background: url(../img/arrow_b.png) no-repeat right center;  
}

.arrowG a{
	background: url(../img/arrow_w.png) no-repeat right center;  
}
.arrowG a:hover{
	background: url(../img/arrow_g.png) no-repeat right center;  
}

.btn a{
	padding: 20px;
}

.btnW a{
	color: #fff;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	border: solid 2px #fff;
}
.btnW a:hover{
	background-color: #fff;
	border: solid 2px #fff;
}

.table{
	width: 100%;
	margin: 40px 0;
}

.table th{
	padding: 20px 0;
}

.table td{
	padding: 20px;
}


/* Header
--------------------------------------------------*/

header{
}


.logo{
	float: none;
	width: 255px;
	margin: 25px 0 0 20px;
}

.headerImg{
	width: 100%;
	height: 240px;
	margin-bottom: 60px;
	text-align: center;
}

.pageTitle{
	margin-top: 80px;
}

.pageTitle h2{
	text-align: center;
	font-size: 18px;
	color: #333;
	letter-spacing: 0.2em;
	margin: 60px 0;
	
}
.pageTitle span{
	font-size: 26px;
	letter-spacing: 0.2em;
	display: block;
	padding-bottom: 5px;
}


.pageSubTitle{
	display: inline-block;
	font-size: 16px !important;
	color: #fff !important;
	letter-spacing: 0.2em !important;
	font-weight: bold;
	
	padding: 25px 40px;
}



/* Top
--------------------------------------------------*/

.topMovie .logo{
	float: none;
	position: absolute;
	width: 255px;
	margin: 25px 0 0 20px;
	top: 0;
	left: 0;
	z-index: 100;
}

.topMovie{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	/*background: url(../img/main01.jpg) no-repeat bottom left/cover;*/
}

.swiper-pagination{
	display: none;
}

.topSiteTitle{
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 20px 20px !important;
	background-color: #fff;
	z-index: 2;
	bottom: 0;
}
.topSiteTitle h2{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.8em;
}


.topCatchcopy{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.2em;
	position: absolute;
	z-index: 4;
	left: 40px;
	bottom: 370px;
	
	background-color: #00a0d1;
	padding: 0 15px;
}

.topCatchcopy2{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.2em;
	position: absolute;
	z-index: 4;
	left: 40px;
	bottom: 315px;
	
	background-color: #00a0d1;
	padding: 0 15px;
}

.topCatchcopy3{
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.2em;
	position: absolute;
	z-index: 4;
	left: 40px;
	bottom: 260px;
	
	background-color: #00a0d1;
	padding: 0 15px;
}


.topSubTitle{
}

.topSubTitle span{
	position: absolute;
	color: #fff;
	letter-spacing: 0.3em;
	line-height: 2em;
	display: block;
	padding: 0 0 0 40px;
	bottom: 150px;
	z-index: 4;
}


.serviceBg{
	background: url(../img/service_bg.jpg) no-repeat center;
	background-size: cover;
	
	margin: 0 calc(50% - 50vw);
  	width: 100vw;
	padding: 40px 0 140px 0;
}

.topConcept h3{
	font-size: 26px;
	color: #fff;
	letter-spacing: 0.3em;
	text-align: center;
	margin-bottom: 20px;
}

.topConcept strong{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 0.1em;
	
	display: block;
	line-height: 1.8em;
}

.topConcept p{
	color: #fff;
	font-size: 16px;
	margin-top: 30px;
	padding-top: 30px;
	border-top: solid 1px #fff;
}


.topService{
	margin-top: -150px;
}

.topService .flex{
	display: block;
}

.topService li{
	width: 100%;
	margin-bottom: 30px;
	background-color: #fff;
}
.topService li:last-child{
	margin-bottom: 0;
}

.topService li div{
	padding: 25px;
	text-align: center;
}

.topService h4{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 25px 0 15px 0;
}

.topService p{
	margin-bottom: 25px;
}


.btnS1 a{
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	background-color: #00a0d1;
	border: solid 2px #00a0d1;
}

.btnS1 a:hover{
	color: #00a0d1;
	border: solid 2px #00a0d1;
}


.arrowS2 a{
	background: url(../img/arrow_w.png) no-repeat right center;  
}
.arrowS2 a:hover{
	background: url(../img/arrow_s2.png) no-repeat right center;  
}

.btnS2 a{
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	background-color: #00af83;
	border: solid 2px #00af83;
}

.btnS2 a:hover{
	color: #00af83;
	border: solid 2px #00af83;
}


.arrowS3 a{
	background: url(../img/arrow_w.png) no-repeat right center;  
}
.arrowS3 a:hover{
	background: url(../img/arrow_s3.png) no-repeat right center;  
}

.btnS3 a{
	color: #fff;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	background-color: #e62f82;
	border: solid 2px #e62f82;
}

.btnS3 a:hover{
	color: #e62f82;
	border: solid 2px #e62f82;
}


.slide{
	margin: 0 calc(50% - 50vw);
  	width: 100vw;
	margin-bottom: 40px;
}

.topZisseki{
	background-color: #333;
	margin: 0 calc(50% - 50vw);
  	width: 100vw;
}

.topZissekiBtn{
	padding: 40px 20px;
	background-color: #333;
}

.topZissekiBtn li{
	margin-bottom: 20px;
}
.topZissekiBtn li:last-child{
	margin-bottom: 0;
}

.topZissekiBtn li a:hover{
	color: #444;
}


.topNews h3{
	text-align: center;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin-bottom: 40px;
}

.topNews h3 span{
	font-size: 20px;
	letter-spacing: 0.1em;
	display: block;
	padding-bottom: 5px;
}

.news h4{
	color: #333;
	padding: 10px 0;
}

.news h4 a{
	color: #333;
	text-decoration: underline;
}
.news h4 a:hover{
	color: #00a0d1;
	text-decoration: underline;
}

.news .flex{
	display: block;
}

.news li{
	padding: 20px 0;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	margin-top: -1px;
	box-sizing: border-box;
}



/* Service1
--------------------------------------------------*/

.headerService1{
	background: url(../service1/img/header_img.jpg) no-repeat center;
	background-size: cover;
	display: flex;
  	justify-content: center;
	align-items: center;
}

.service1Title{
	background-color: #00a0d1;
}

#service1 .titleBar{
	background-color: #00a0d1;
}


.serviceConcept .flex{
	display: block;
}

.serviceConcept h3{
	font-size: 18px;
	letter-spacing: 0.1em;
	color: #333;
	text-align: left;
	line-height: 1.8em;
	padding: 30px 0;
}

.serviceConceptLeft{
	text-align: center;
}
.serviceConceptLeft img{
	width: 80%;
}

.serviceConceptRight{
	margin-top: 30px;
	text-align: center;
}

.serviceConceptRight h4{
	padding-bottom: 15px;
	margin: 30px 0 15px 0;
	border-bottom: solid 1px #ddd;
	text-align: left;
}

.serviceConceptRight img{
	width: 80%;
}


.servicePoint dl{
	margin-bottom: 40px;
	background-color: #fff;
}
.servicePoint dl:last-child{
	margin-bottom: 0;
}

.servicePoint dl h4{
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: normal;
	color: #00a0d1;
}

.servicePoint dl h4 span{
	display: inline-block;
	font-size: 18px;
	color: #666;
	padding-bottom: 10px;
}

.servicePoint dt{
	padding: 25px;
}

.servicePoint dd{
	line-height: 1.8em;
	padding: 0 25px 25px;
}

.servicePoint dd span{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #333;
	padding-bottom: 10px;
	display: inline-block;
}

.serviceIcon{
	display: none;
}

.servicePoint .mt40{
	margin-top: 0 !important;
}

.dlCl{
	margin-top: -40px !important;
}


#service .serviceBg{
	padding: 0;
}

.servieBukken strong{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 40px 0 100px 0;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	display: block;
}

.servieBukkenBtn{
	padding: 20px 20px;
	background-color: #333;
	margin-top: -70px;
}

.servieBukkenBtn li a:hover{
	color: #444;
}


.serviceFlow h3,.serviceFaq h3{
	margin: 80px 0 40px 0 !important;
}
.serviceFlow h3 span,.serviceFaq h3 span{
	font-size: 34px !important;
}

.serviceFlow .flex{
	display: block;
}

.serviceFlow li{
	width: 100%;
	background-color: #f5f8fa;
}

.serviceFlow li div{
	padding: 20px;
	text-align: center;
}

.serviceFlow h4{
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #00a0d1;
	position: relative;
}

.serviceFlow h5{
	font-size: 18px;
	font-weight: bold;
	color: #00a0d1;
	letter-spacing: 0.1em;
	display: inline-block;
	margin-bottom: 12px;
}

.serviceFaq li{
	padding: 25px;
	background-color: #f5f8fa;
	margin-bottom: 40px;
}
.serviceFaq li:last-child{
	margin-bottom: 0;
}

.serviceFaq h4{
	font-size: 16px;
	padding: 0 0 0 45px;
	margin-bottom: 20px;
	position:relative;
	margin-top: 3px;
	line-height: 1.8em;
}

.serviceFaq p{
	padding: 0 0 0 45px;
	position:relative;
	vertical-align: middle;
}


.serviceFaq h4:before{
	content:"Q";
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #00a0d1;
	margin-right: 15px;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
}

.serviceFaq p:before{
	content:"A";
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background-color: #d70050;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 0;
	line-height: 30px;
}



/* Service2
--------------------------------------------------*/

.headerService2{
	background: url(../service2/img/header_img.jpg) no-repeat center;
	background-size: cover;
	display: flex;
  	justify-content: center;
	align-items: center;
}

.service2Title{
	background-color: #00af83;
}

#service2 .titleBar{
	background-color: #00af83;
}

#service2 .service2Point dl h4{
	color: #00af83;
}


/* NextBB
--------------------------------------------------*/

.headerNextbb{
	background: url(../nextbb/img/header_img.jpg) no-repeat center;
	background-size: cover;
	display: flex;
  	justify-content: center;
	align-items: center;
}

.nextbbTitle{
	background-color: #e62f82;
}

#nextbb .titleBar{
	background-color: #e62f82;
}

.nextbbImg{
	background: url(../nextbb/img/nextbb_img.jpg) no-repeat center;
	background-size: cover;
	margin: 0 calc(50% - 50vw);
  	width: 100vw;
	padding: 40px 0;
	text-align: center;
}
.nextbbImg div{
	text-align: center;
	padding: 0 10px;
}

.nextbbPoint li{
	background-color: #fff;
	width: 47%;
	margin-bottom: 30px;
}

.nextbbPoint li:nth-child(3){
	margin-bottom: 0;
}
.nextbbPoint li:nth-child(4){
	margin-bottom: 0;
}


.nextbbPoint li div{
	padding: 20px;
	text-align: center;
}

.nextbbPoint h4{
	font-size: 18px;
	color: #fff;
	letter-spacing: 0.1em;
	padding: 10px;
	margin-bottom: 30px;
	background-color: #e62f82;
}

.nextbbPoint strong{
	font-size: 18px;
	font-weight: bold;
	color: #e62f82;
	display: inline-block;
	margin-bottom: 12px;
}

.nextbbPoint p{
	font-size: 11px;
	text-align: center;
}

.nextbbPrice{
	text-align: center;
}

.nextbbPrice h3{
	font-size: 24px;
	color: #e62f82;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	 margin: -20px 0 10px 0;
	-webkit-text-stroke-width: 0.8px !important;
}

.nextbbPrice li{
	display: inline-block;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px 15px;
	margin: 20px 3px 0 3px;
	border: solid 2px #666;
	border-radius: 25px;
}

.nextbbPrice p{
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
}
.nextbbPrice p span{
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-top: 15px;
	line-height: normal;
}

.nextbbPrice h4{
	font-size: 16px;
	color: #fff;
	margin: 30px 0;
	padding: 15px 15px;
	background-color: #666;
	text-align: left;
	line-height: 1.8em;
}

.nextbbPrice img{
	margin: 10px 0 30px 0;
}



.nextbb_btn{
	
}

.nextbb_btn a{
	font-size: 20px;
	font-weight: bold;
	padding: 20px;
}

.nextbb_btn.arrowS3 a{
	background: url(../img/arrow_s3.png) no-repeat right center;  
}
.nextbb_btn.arrowS3 a:hover{
	background: url(../img/arrow_w.png) no-repeat right center;  
}

.nextbb_btn.btnS3 a{
	color: #e62f82;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	background-color: #fff;
	border: solid 2px #e62f82;
}

.nextbb_btn.btnS3 a:hover{
	color: #fff;
	background-color: #e62f82;
	border: solid 2px #e62f82;
}



/* Bukken
--------------------------------------------------*/

.headerBukken{
	background: url(../bukken/img/header_img.jpg) no-repeat center;
	background-size: cover;
	height: 300px !important;
}

.bukkenSubtitle{
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 40px 20px 30px 20px;
}

.bukkenSubtitle span{
	font-size: 20px;
	letter-spacing: 0.2em;
	display: inline-block;
	padding-bottom: 20px;
}


.arrowBukken a{
	background: url(../img/arrow_g.png) no-repeat right center; 
}
.arrowBukken a:hover{
	background: url(../img/arrow_w.png) no-repeat right center; 
}

.btnBukken a{
	font-size: 14px;
	color: #666;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 300px;
	display: inline-block;
	background-color: #fff;
	border: solid 2px #fff;
	opacity:0.95;
}

.btnBukken a:hover{
	color: #fff;
	background-color: #00a0d1;
	border: solid 2px #00a0d1;
}



#bukken{
	margin-top: -40px;
}

#bukken li{
	margin-top: 40px;
	width: 48%;
}

#bukken .flex{
	
}

#bukken{
	
}

#bukken .table{
	margin: 20px 0 0 0 !important;
	border: solid 1px #ddd;
	font-size: 13px;
}

#bukken .table th{
	text-align: center;
	border: solid 1px #ddd;
	padding: 10px 3px 10px 3px;
	width: 35%;
}

#bukken .table td{
	border: solid 1px #ddd;
	padding: 10px 3px 10px 3px;
}

#bukken .table .center{
	width: 20%;
}


#bukken .bukkenBanner{
	background: url(../zisseki/img/header_img.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	height: 140px;
	margin-top: 40px !important;
	
	display: flex;
  	justify-content: center;
	align-items: center;
	
	margin: 0 calc(50% - 50vw);
  	width: 100vw;
	padding: 0 20px;
}


/* Zisseki
--------------------------------------------------*/

.headerZisseki{
	background: url(../zisseki/img/header_img.jpg) no-repeat center;
	background-size: cover;
	height: 300px !important;
}


#zisseki .table th{
	text-align: center;
	font-weight: bold;
	border: solid 1px #ddd;
	background-color: #f5f8fa;
	padding: 10px !important;
	font-size: 14px;
}

#zisseki .table td{
	border: solid 1px #ddd;
	padding: 10px !important;
	font-size: 14px;
}

#zisseki .table tr:nth-child(even){
	background-color: #f5f8fa;
}

#zisseki .bukkenBanner{
	background: url(../bukken/img/header_img.jpg) no-repeat center;
	background-size: cover;
	text-align: center;
	height: 140px;
	margin-top: 60px;
	
	display: flex;
  	justify-content: center;
	align-items: center;
	
	margin: 0 calc(50% - 50vw);
  	width: 100vw;
	padding: 0 20px;
}


/* Company
--------------------------------------------------*/

.headerCompany{
	background: url(../company/img/header_img.jpg) no-repeat center;
	background-size: cover;
}

.companyPhoto1{
	width: 30%;
}

.companyPhoto2{
	width: 66%;
}

#company .table th{
	width: 20%;
	color: #000;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

#company .table td{
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 20px 0 20px 40px;
}

.googleMap{
	width: 100%;
}
.googleMap iframe{
	height: 300px;
}

.group{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	text-align: center;
	padding: 60px 0;
	background: url(../company/img/group_photo.jpg) no-repeat center center;	
	background-size: cover;
}

.group p{
	font-weight: bold;
	padding: 0 10px;
}

.groupImg{
	text-align: center;
	padding: 40px 10px 0 10px;
}


.enkaku th{
	width: 100% !important;
	display: block;
	border-top: solid 1px #ddd;
	border-bottom: none !important;
	padding: 20px 0 10px 0 !important;
}
.enkaku td{
	display: block;
	border-top: none !important;
	border-bottom: solid 1px #ddd;
	padding: 0 0 20px 0 !important;
	margin-bottom: -1px;
}


/* Contact
--------------------------------------------------*/

.headerContact{
	background: url(../contact/img/header_img.jpg) no-repeat;
	background-size: cover;
}


.form table{
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-right: solid 1px #ddd;
}

.form table th{
	width: 100%;
	padding: 15px 0 0 15px;	
	display: block;
}

.form table td{
	width: 100%;
	padding: 15px 15px 15px 15px;
	border-bottom: solid 1px #ddd;
	display: block;
}

.form span{
	color: #00a0d1;
}

.contactPolicy{
	margin: 15px 0;
}
 
.contactPolicy iframe{
	width: 100%;
	height: 200px;
}

.frame_wrap {
	width: 100%;
	border: solid 1px #ddd;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.form_comment{
	display: block;
	padding-top: 10px;
	color: #666 !important;
}


/* インプット */

input{
	width: 100%;
	font-size: 14px;
	padding: 8px;
	border: 1px solid #ddd;
}

::placeholder{
	color: #aaa;
}

/* テキストエリア */

textarea{
	width: 100%;
	height: 100px;
	font-size: 14px;
	padding: 8px;
	border: 1px solid #ddd;
}

/* プルダウン */

.cp_ipselect{
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.cp_ipselect2 {
	overflow: hidden;
	width: 100px !important;
	text-align: center;
	display: inline-block;
}
.cp_ipselect select{
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
}

.cp_ipselect select::-ms-expand{
    display: none;
}

.cp_ipselect.cp_sl01{
	position: relative;
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
}

.cp_ipselect.cp_sl01::before{
	position: absolute;
	top: 1.1em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #aaa;
	pointer-events: none;
}

.cp_ipselect.cp_sl01 select{
	padding: 8px 38px 8px 8px;
	color: #aaa;
}

/* 送信ボタン */

.formBtnBox{
	text-align: center;
}

.formBtn{
	width: 40%;
	text-align: center;
	margin: 10px 0;
	padding: 12px 15px;
	font-size: 16px;
	background-color: #000;
	color: #fff;
	border-style: none;
	line-height: 1em;
}

.reset{
	background-color: #888;
}



/* Contact PHP */

.formTable table{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
.formTable table td, .formTable table th{
	border:1px solid #ddd;
	padding:10px;
}
.formTable table th{
	width:30%;
	font-weight:normal;
	background:#f7f7f7;
	text-align:left;
}
.error_messe{
	margin: 10px 0 10px 0;
	color: #b81c22;
}


.phpComment{
	margin-bottom: 20px !important;
	padding-bottom: 20px !important;
	border-bottom: solid 1px #ddd !important;
}


/* Privacy Policy
--------------------------------------------------*/

#privacy{
}

.privacyComment{
	padding-bottom: 30px;
	border-bottom: solid 1px #ddd;
}

#privacy h4{
	font-size: 16px;
	color: #000;
	margin: 30px 0 10px 0;
}

#privacy ul{
	padding-top: 10px;
}

.privacyIframe{
	padding: 20px;
}


.kiyaku ol{
  	margin: 0;
  	padding: 0
}
.kiyaku ol li{
  	list-style: none;
  	padding-left: 1.3em;
  	text-indent: -1.3em;
	margin-bottom: 20px;
}


/* Footer
--------------------------------------------------*/

.footerContact{
	color: #fff;
	text-align: center;
	letter-spacing: 0.1em;
}

.footerContact h4{
	font-size: 26px;
	letter-spacing: 0.2em;
}

.footerContact p{
	text-align: center;
	margin: 20px 0 40px 0;
}

.footerContact .flex{
	display: block;
}
.footerContact .flex3 li{
	width: 100%;
	margin-bottom: 20px;
}

.footerContact a{
	padding: 25px 20px;
}
.footerContact a:hover{
	color: #00a0d1;
}

.footerTel h5{
	font-size: 16px;
	margin: 40px 0 5px 0;
}

.footerTel a{
	color: #fff;
	font-size: 34px;
	padding: 0;
}
.footerTel a:hover{
	color: #fff;
}

.footerTel span{
	font-size: 16px;
	display: block;
	margin: 10px 0 0 0;
}

footer{
	margin: 40px 0 40px 0;
}

.footerInfo{
	width: 100%;
	text-align: center;
}
.footerMenu{
	display: none;
}

.footerLogo{
	text-align: center;
	margin-bottom: 20px;
}
.footerLogo img{
	width: 36px;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}
.footerLogo h6{
	color: #777;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	display: inline-block;
}

.footerInfo p{
	color: #777;
	text-align: center;
	font-size: 12px;
	line-height: 2em;
}

.copyRight{
	text-align: center;
	font-size: 12px;
	color: #777;
	margin-top: 40px;
}
