/********************************************
============================================
*
*	sekouランディングページ専用CSS
*
============================================
********************************************/
/*

01.共通
02.ヘッダー
03.drawer
04.メインヴィジュアル
05.break01
06.実績多数のビークレルだからできる施工対応力
07.対応作業範囲
08.ビークレルの特徴
09.導入・施工完了までの流れ
10.太陽光発電システム施工実績・太陽光発電システム完工
11.お問い合わせパーツ（tmp-parts/sekou-lp-contact_parts.php）
12.バナーパーツ（tmp-parts/lp-baarea_parts.php）
13.フッター
14.アンカートップ
15.clear fix
*/

/*==================================
	01.共通
==================================*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

body{
	font: 16px 'Noto Sans JP';
	color:#333;
	background: #fff repeat-x top;
	letter-spacing: 1px;
	line-height: 28px;
	font-weight:300;
	word-wrap : break-word;
	word-break:break-all;
	text-align: justify;
}
li { list-style:none; }
a {
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	color: #000;
}
a:hover {
	opacity: 0.5;
	text-decoration:none;
}

img {
	width: 100%;
}
.contents .content_inner {
	width: 93%;
	margin: 0 auto;
	padding: 50px 0;
}
.contents .content_inner h2 {
	margin-bottom: 50px;
	color: #0085cd;
	font-size: 125%;
	text-align: center;;
}
.contents .content_inner h2+p {
	margin-bottom: 30px;
}
.contents .content_inner h3 {
	font-size: 100%;
	line-height: 24px;
	margin-bottom: 10px;
	text-align: center;
}
.contents .content_inner h3 span {
	font-size: 80%;
	color: #808080;
	font-weight: normal;
}
#menu01,#menu02,#menu03,#menu04 {
	margin-top: -50px;
	padding-top: 50px;
}
/* -----------------*/
/* ▼タブレット用 */
/* -----------------*/
@media all and (min-width: 768px) {
	body {
		line-height: 24px;
	}
}
/* -----------------*/
/* ▼PC用 */
/* -----------------*/
@media all and (min-width: 1024px) {
	.contents .content_inner {
		width: 1000px;
	}
}
/*==================================
	02.ヘッダー
==================================*/
.all_header {
	position:fixed;
	width: 100%;
	top: 0;
	z-index: 9996;
}
.all_header .sp_disnone_header {
	display: none;
}
.all_header .pc_disnone_header {
	background: #0085cd;
}
.pc_disnone_header a {
	display: block;
	width: 200px;
	margin: 0 auto;
	font-size: 0;
}
.pc_disnone_header a img {
	font-size: 30px;
	display: inline-block;
}
.drawer-hamburger {
	z-index: 9999;
}
.drawer-nav {
	z-index: 9998;	
}
.drawer-overlay {
	z-index: 9997
}
/* -----------------*/
/* ▼タブレット用 */
/* ---------------- */
@media all and (min-width: 768px) {
	.pc_disnone_header a {
		width: 18%;
	}
}
/* -----------------*/
/* ▼PC用 */
/* -----------------*/
@media all and (min-width: 1024px) {
	.all_header {
		position: inherit;
	}
	.all_header .sp_disnone_header {
		display: block;
	}
	.all_header .sp_disnone_header .header_area {
		height: 53px;
		padding-top: 15px;
		background: #fff;
	}
	.all_header .pc_disnone_header {
		display: none;
	}
	.all_header .sp_disnone_header .left-head {
		float: left;
	}
	.all_header .sp_disnone_header .left-head p.company_logo {
		width: 91px;
		float: left;
		margin: 0 10px
	}
	.all_header .sp_disnone_header .left-head p+p {
		float: left;
		background: #e51900;
		color: #fff;
		margin-right: 10px;
		padding: 5px 15px; 
		border-radius: 19px;
	    -webkit-border-radius: 19px;
	    -moz-border-radius: 19px;
	}
	.all_header .sp_disnone_header .left-head h1 {
		float: left;
		font-size: 13px;
		font-weight: normal;
		line-height: 18px;
	}
	.all_header .sp_disnone_header .right-head {
		float: right;
	}
	.all_header .sp_disnone_header .right-head p,
	.all_header .sp_disnone_header .right-head a {
		float: left;
		margin-right: 10px;
	}
	.all_header .sp_disnone_header .pc-nav {
		background: #0085cd;
		color: #fff;
		position: relative;
		overflow: hidden;
	}
	.all_header .sp_disnone_header .pc-nav ul {
		float: left;
		position: relative;
		left: 50%;
	}
	.all_header .sp_disnone_header .pc-nav ul li {
		float: left;
		position: relative;
		left: -50%;
		border-right: 1px solid #5da1c5;
		width: 132px;
		text-align: center;		
	}
	.all_header .sp_disnone_header .pc-nav ul li:first-child {
		border-left: 1px solid #5da1c5;
	}
	.all_header .sp_disnone_header .pc-nav ul li a {
		color: #fff;
		display: block;
		padding: 10px 15px;

	}
	.all_header .sp_disnone_header .pc-nav ul li a:hover {
		background: rgba(0,0,0,.2)
	}
	.all_header .sp_disnone_header #pc-nav_fade {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9996;
		box-shadow:0px 5px 10px -7px #000000;
		-moz-box-shadow:0px 5px 10px -7px #000000;
		-webkit-box-shadow:0px 5px 10px -7px #000000;
	}
	.all_header .sp_disnone_header #pc-nav_fade .dis_area {
		position: relative;
	}
	.all_header .sp_disnone_header #pc-nav_fade .dis_area p.dis_area_logo {
		position: absolute;
		left: 0;
		float: left;
		margin-right: 10px;
		width: 141px;
		height: 41px;
		padding: 7px 0 0 10px;
	}
	.all_header .sp_disnone_header #pc-nav_fade .dis_area p.dis_area_contact {
		position: absolute;
		right: 0;
		padding: 10px 10px 0 0;
	}
	.all_header .sp_disnone_header #pc-nav_fade .dis_area p.dis_area_contact a {
		display: block;
		background: #fff;
		color: #0085cd;
		padding: 0 15px;
		border-radius: 19px;
	    -webkit-border-radius: 19px;
	    -moz-border-radius: 19px;
	    font-size: 80%;
    	font-weight: bold;
	}
}
/*==================================
	03.drawer
==================================*/
.pc-nav {
	display: none;
}
.drawer-nav {
	width: 10.25rem;
}
.drawer--left.drawer-open .drawer-hamburger {
	left: 10.25rem;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
    background-color: #fff;	
}
.drawer-overlay {
	background-color: rgba(0,0,0,0.45);
}
.drawer-nav_bg {
	background: #0085cd;
	height: 100%;
}
.drawer-menu-item {
	color: #fff;
}
.drawer-menu-item:hover {
	color: #fff;
	opacity: .6;
	text-decoration: none;
}
ul.drawer-menu li {
	border-bottom: 1px dotted #1c6024;
}
ul.drawer-menu li a.drawer-brand {
	width: 70%;
	margin: 0 auto;
}
ul.drawer-menu li a.drawer-brand+span {
	font-size: 45%;
	color: #fff;
    display: inline-block;
    margin: 0 12px 12px;
    line-height: 13px;
}
ul.drawer-menu li:last-child {
	border: none;
	padding: 12px;
	color: #fff;
}
ul.drawer-menu li:last-child {
	text-align: center;
	line-height: 20px;
}
ul.drawer-menu li:last-child span.tellink strong {
	display: block;
	font-size: 120%;
	margin-bottom: 15px;
}
ul.drawer-menu li:last-child a.telhref{
	padding: 0;
}
ul.drawer-menu li:last-child a.contact_link{
	padding: 0 0 0 38px;
	text-align: left;
}
ul.drawer-menu li:last-child a:last-child {
	background: url(../img/sekou-lp/svg/email_b.svg) no-repeat left;
}
/* -----------------*/
/* ▼PC用 */
/* -----------------*/
@media all and (min-width: 1024px) {
	.hamburger_area {
		display: none;
	}
	.pc-nav {
	display: block;
	}
}
/*==================================
	04.メインヴィジュアル
==================================*/
.main_img {
	background: url(../img/sekou-lp/main_img.png) 0 0 no-repeat;
	background-size: contain;
	padding-top: 33%;
	margin-top: 60px;
}
/* -----------------*/
/* ▼タブレット用 */
/* ---------------- */
@media all and (min-width: 768px) {
　　：　：　：
　　：　：　：
}
/* -----------------*/
/* ▼PC用 */
/* -----------------*/
@media all and (min-width: 1024px) {
	.main_img {
		margin-top: 0;
	}
}
/*==================================
	05.break01
==================================*/
.break01 {
	overflow: hidden;
	background: url(../img/sekou-lp/break02_bg_2.png) 0 bottom no-repeat;
	background-size: contain;
	padding: 39% 0 40%;
	position: relative;
}
.break01 .content_inner .break01_posi {
	position: absolute;
	top: 30px;
	width: 93%
}
.break01 .content_inner .break01_posi .break01_points {
	width: 77%;
	margin: 0 auto 30px;
}


/* -----------------*/
/* ▼タブレット用 */
/* -----------------*/
@media all and (min-width: 768px) {
	.break01 {
	padding: 84% 0 0;
	}
	.break01 .content_inner .break01_posi {
		top: 60px;
	}



}
/* -----------------*/
/* ▼PC用 */
/* -----------------*/
@media all and (min-width: 1024px) {
	.break01 {
		padding-top: 70%;
	}
	.break01 .content_inner .break01_posi {
		width: 100%;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding-top: 100px;
	}
	.break01 .content_inner .break01_posi p {
		width: 50%;
		margin: 0 auto;
	}
	.break01 .content_inner .break01_posi .break01_points {
		width: 50%;
		margin: 0 auto 60px;
	}
}
/*==================================
	06.実績多数のビークレルだからできる施工対応力
==================================*/
.sekou_content01 {
	background: #f2f2f2;
}
.sekou_content01 li {
	margin-bottom: 50px;
}
.sekou_content01 li .sekou_content01_img {
	margin-bottom: 20px;
}
.sekou_content01 li .sekou_content01_cap h3 {
	text-align: left;
	margin-bottom: 10px;
}
.sekou_content01 li .sekou_content01_cap h3 span {
	margin-left: 5px;
	color: #64b3de;
}
.sekou_content01 li .sekou_content01_cap h3 br {
	display: none;
}
.sekou_content01 li .sekou_content01_cap h3:after {
	content: "";
	display: block;
	background-image: -webkit-repeating-linear-gradient(135deg, #0085cd, #0085cd 1px, transparent 1px, transparent 3px, #0085cd 3px);
	background-image: -moz-repeating-linear-gradient(135deg, #0085cd, #0085cd 1px, transparent 1px, transparent 3px, #0085cd 3px);
	background-image: -o-repeating-linear-gradient(135deg, #0085cd, #0085cd 1px, transparent 1px, transparent 3px, #0085cd 3px);
	background-image: -ms-repeating-linear-gradient(135deg, #0085cd, #0085cd 1px, transparent 1px, transparent 3px, #0085cd 3px);
	background-image: repeating-linear-gradient(135deg, #0085cd, #0085cd 1px, transparent 1px, transparent 3px, #0085cd 3px);
	background-size: 4px 4px;
	height: 10px;
	margin-top: 10px;
}
/* -----------------*/
/* ▼タブレット用 */
/* -----------------*/
@media all and (min-width: 768px) {
	.sekou_content01 li .sekou_content01_img,
	.sekou_content01 li .sekou_content01_cap {
		width: 47.75%;
		float: left;
	}
	.sekou_content01 li .sekou_content01_img {
		margin-right: 3.5%;
	}
	.contents .sekou_content01 .content_inner h3 {
		text-align: left;
		margin-bottom: 5px;
		color: #0085cd;
	}
	.sekou_content01 li .sekou_content01_cap h3:after {
		display: none;
	}
}
/* -----------------*/
/* ▼PC用 */
/* -----------------*/
@media all and (min-width: 1024px) {
　　：　：　：
　　：　：　：
}
/*==================================
	07.対応作業範囲
==================================*/
.sekou_content02 ul li {
	margin-bottom: 30px;
}
.sekou_content02 ul li p {
	margin-bottom: 10px;
}

/* -----------------*/
/* ▼タブレット用 */
/* -----------------*/
@media all and (min-width: 768px) {
	.sekou_content02 ul li {
		width: 47.75%;
		float: left;
	}
	.sekou_content02 ul li:nth-child(odd) {
		margin-right: 3.5%;
	}
	.sekou_content02 ul li p {
		margin-bottom: 10px;
	}
	.sekou_content02 ul li h3 {
		text-align: center !important;
		margin-bottom: 0;
	}
}
/* -----------------*/
/* ▼PC用 */
/* -----------------*/
@media all and (min-width: 1024px) {
　　：　：　：
　　：　：　：
}
/*==================================
	08.ビークレルの特徴
==================================*/

.sekou_content03 ul li {
	margin-bottom: 50px;
}
.contents .sekou_content03 .content_inner ul li h3:after {
	content: "";
	display: block;
	background-image: -webkit-repeating-linear-gradient(135deg, #0085cd, #0085cd 1px, transparent 1px, transparent 3px, #0085cd 3px);
	background-image: -moz-repeating-linear-gradient(135deg, #0085cd, #0085cd 1px, transparent 1px, transparent 3px, #0085cd 3px);
	background-image: -o-repeating-linear-gradient(135deg, #0085cd, #0085cd 1px, transparent 1px, transparent 3px, #0085cd 3px);
	background-image: -ms-repeating-linear-gradient(135deg, #0085cd, #0085cd 1px, transparent 1px, transparent 3px, #0085cd 3px);
	background-image: repeating-linear-gradient(135deg, #0085cd, #0085cd 1px, transparent 1px, transparent 3px, #0085cd 3px);
	background-size: 4px 4px;
	height: 10px;
	margin-top: 10px;
}
.sekou_content03 ul li .sekou_content03_img {
	margin-bottom: 10px;
}
/* -----------------*/
/* ▼タブレット用 */
/* -----------------*/
@media all and (min-width: 768px) {
	.sekou_content03 ul li div {
		float: left;
		width: 47.75%;
	}
	.sekou_content03 ul li .sekou_content03_img {
		margin-right: 3.5%;
	}
	.contents .sekou_content03 .content_inner ul li h3 {
		text-align: left;
	}

}
/* -----------------*/
/* ▼PC用 */
/* -----------------*/
@media all and (min-width: 1024px) {
　　：　：　：
　　：　：　：
}
/*==================================
	09.導入・施工完了までの流れ
==================================*/
.sekou_content04 ol li {
	padding: 0 0 30px;
	position: relative;
}
.sekou_content04 ol li:nth-child(odd) {
	background: #f2f2f2;
}
.sekou_content04 ol li:nth-child(odd):after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #f2f2f2 transparent transparent transparent;
	line-height: 0px;
	_border-color: #f2f2f2 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    left: 45%;
    bottom: -14px;
    z-index: 1;
}
.sekou_content04 ol li:nth-child(even) {
	background: #d5dfe4;
}
.sekou_content04 ol li:nth-child(even):after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #d5dfe4 transparent transparent transparent;
	line-height: 0px;
	_border-color: #d5dfe4 #000000 #000000 #000000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    margin: 0 auto;
    z-index: 2;
}
.sekou_content04 ol li:last-child:after {
	display: none;
}
.contents .sekou_content04 .content_inner ol li .flow_box div.sekou_content04_img {
	margin-bottom: 10px;
}
.contents .sekou_content04 .content_inner ol li .flow_box div.sekou_content04_cap {
	padding: 0 15px;
}
.sekou_content04 ol li h3 span {
	color: #0085cd !important;
	margin-right: 10px;
}
.contents .sekou_content04 .content_inner ol li .flow_box div.sekou_content04_cap h3 {
	text-align: left;
	position: relative;
	padding: 0 .5em .5em 2em;
	border-bottom: 1px solid #0085cd;
}
.contents .sekou_content04 .content_inner ol li .flow_box div.sekou_content04_cap h3::before,
.contents .sekou_content04 .content_inner ol li .flow_box div.sekou_content04_cap h3::after {
	position: absolute;
	content: '';
	border-radius: 100%
}
.contents .sekou_content04 .content_inner ol li .flow_box div.sekou_content04_cap h3::before {
	top: .2em;
	left: .2em;
	z-index: 2;
	width: 18px;
	height: 18px;
	background: rgba(0, 91, 127, 0.5);
}
.contents .sekou_content04 .content_inner ol li .flow_box div.sekou_content04_cap h3::after {
	top: .7em;
	left: .7em;
	width: 13px;
	height: 13px;
	background: rgba(113, 181, 230, 0.3);
}

/* -----------------*/
/* ▼タブレット用 */
/* -----------------*/
@media all and (min-width: 768px) {
	.contents .sekou_content04 .content_inner ol li .flow_box div.sekou_content04_cap {
		padding: 0;
	}
	.sekou_content04 ol li {
		padding:  30px 15px;
	}
	.contents .sekou_content04 .content_inner ol li .flow_box  div {
		float: left;
	}
	.contents .sekou_content04 .content_inner ol li .flow_box div.sekou_content04_img {
		width: 20%;
		margin: 0 1.5% 0 0;
		border-radius: 0;
	}
	.contents .sekou_content04 .content_inner ol li .flow_box div.sekou_content04_cap {
		width: 78.5%;
	}

}
/* -----------------*/
/* ▼PC用 */
/* -----------------*/
@media all and (min-width: 1024px) {
　　：　：　：
　　：　：　：
}
/*==================================
	10.太陽光発電システム施工実績・太陽光発電システム完工
==================================*/
.sekou_content05 ul li {
	margin-bottom: 3.5%;
	width: 47.75%;
	float: left;
}
.sekou_content05 ul li:nth-child(odd) {
	margin-right: 3.5%;
} 
.sekou_content05 ul li:last-child {
	display: none;
}
/* -----------------*/
/* ▼タブレット用 */
/* -----------------*/
@media all and (min-width: 768px){
	.sekou_content05 ul li:nth-child(odd) {
		margin-right: 0;
	}
	.sekou_content05 ul li {
		margin-right: 3.5% !important;
		width: 31%;
	}
	.sekou_content05 ul li:nth-child(3n) {
		margin-right: 0 !important;
	}
	.sekou_content05 ul li:last-child {
		display: block;
	}
}

/* -----------------*/
/* ▼PC用 */
/* -----------------*/
@media all and (min-width: 1024px) {
　　：　：　：
　　：　：　：
}
/*==================================
	11.お問い合わせパーツ（tmp-parts/sekou-lp-contact_parts.php）
==================================*/
.contact-part {
	background: url(../img/sekou-lp/contact_bg.png) no-repeat 0 bottom;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.contact-part .content_bg_color {
	background: rgba(0,0,0,.5);
}
.contact-part p.contact-cap {
	width: 281px;
	margin: 0 auto 5px;	
}
.contact-part p.contact-cap+p {
	font-size: 85%;
	margin-bottom: 20px;
}
.contact-part .contact_area .tel_contact p {
	margin-bottom: 0;
	font-size: 85%;
}
.contact-part .contact_area .tel_contact p+p {
	font-size: 190%;
	margin-bottom: 30px;
	font-weight: 700;
}
.contact-part .contact_area .tel_contact p+p span {
	background: url(../img/sekou-lp/svg/freedial.svg) no-repeat left;
	padding-left: 46px;
    color: #fff;
}
.contact-part .contact_area .tel_contact p+p a {
	color: #fff;
}
.contact-part .contact_area .form_contact {
	width: 281px;
	margin: 0 auto;
}
.contact-part .contact_area .form_contact a {
	display: block;
	background: #fe6f13;
	font-weight: bold;
	padding: 15px 5px;
	border-radius: 29px;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    color: #fff;
} 

/* -----------------*/
/* ▼タブレット用 */
/* -----------------*/
@media all and (min-width: 768px) {
	.contact-part p.contact-cap {
		width: 70%;
		margin: 0 auto;
	}
	.contact-part .contact_area {
		width: 90%;
    	margin: 0 auto;
	}
	.contact-part .contact_area .tel_contact,
	.contact-part .contact_area .form_contact {
		float: left;
		width: 47.75%;
	}
	.contact-part .contact_area .tel_contact {
		margin-right: 3.5%;
		font-size: 140%;
	}
	.contact-part .contact_area .tel_contact p {
		font-size: 67%;
		margin-bottom: 5px;
	}
	.contact-part .contact_area .tel_contact p+p {
		font-size: 155%;
	}
	.contact-part .contact_area .form_contact a {
		    padding: 20px 5px;
		    border-radius: 34px;
		    -webkit-border-radius: 34px;
		    -moz-border-radius: 34px;
	}
}
/* -----------------*/
/* ▼PC用 */
/* -----------------*/
@media all and (min-width: 1024px) {
	.contact-part p.contact-cap+p {
		font-size: 120%;
		font-weight: 400;
	}
	.contact-part .contact_area .tel_contact {
		text-align: right;
	}
	.contact-part .contact_area .tel_contact p {
		font-size: 80%;
	}
	.contact-part .contact_area .tel_contact p+p {
		font-size: 177%
	}
	.contact-part .contact_area .form_contact a {
		width: 68%;
	}
	.contact-part .contact_area .tel_contact p+p a {
		background-position-y: 18px;
	}
}
/*==================================
	12.バナーパーツ（tmp-parts/lp-baarea_parts.php）
==================================*/
#lp-banners .content {
	width: 93% !important;
	padding: 50px 0 !important;
	margin-bottom: 0 !important;
}
/* -----------------*/
/* ▼タブレット用 */
/* -----------------*/
@media all and (min-width: 768px) {
　　：　：　：
　　：　：　：
}
/* -----------------*/
/* ▼PC用 */
/* -----------------*/
@media all and (min-width: 1024px) {
	#lp-banners .content {
		width: 1000px !important;
	}
}
/*==================================
	13.フッター
==================================*/
footer {
	background: #0085cd;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    font-size: 88.88888888888889%;
}
footer p:nth-of-type(1) {
    width: 90%;
    margin: 0 auto 30px;
}
footer p:nth-of-type(2) a {
    color: #fff;
}
footer p:nth-of-type(2) a:after {
    content: url(../img/lp/svg/new-window.svg);
    padding-left: 10px;
}
footer p:nth-of-type(3) {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #5da1c5;
}
footer p:nth-of-type(3) br {
	display: none;
}
footer .content {
	width: 93%;
	margin: 0 auto;
}
/* -----------------*/
/* ▼タブレット用 */
/* -----------------*/
@media all and (min-width: 768px) {
	footer p:nth-of-type(1) {
		width: 200px;
	}
}
/* -----------------*/
/* ▼PC用 */
/* -----------------*/
@media all and (min-width: 1024px) {

}
/*==================================
	14.アンカートップ
==================================*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: rgba(0,0,0,0.3);
    text-decoration: none;
    color: #fff;
    width: 70px;
	height: 70px;
	line-height: 70px;
    text-align: center;
    display: block;
    border-radius: 50%;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#page-top a:hover {
    text-decoration: none;
    background: rgba(0,0,0,0.2);
}
/*==================================
	clear fix
==================================*/
.sekou_content05 ul:after {
 	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}
/* -----------------*/
/* ▼タブレット用 */
/* -----------------*/
@media all and (min-width: 768px) {
	.sekou_content01 li:after,
	.sekou_content02 ul:after,
	.contact-part .contact_area:after,
	.sekou_content03 ul li:after,
	.sekou_content04 ol li div.flow_box:after {
	 	content: "."; 
		display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
		visibility:hidden;
	}
}
/* -----------------*/
/* ▼PC用 */
/* -----------------*/
@media all and (min-width: 1024px) {
	.all_header .sp_disnone_header .header_area:after,
	.all_header .sp_disnone_header #pc-nav_fade .dis_area:after {
		content: "."; 
		display: block; 
		height: 0; 
		font-size:0;	
		clear: both; 
		visibility:hidden;
	}
}