@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat');


/*---------------------------------------

cancel style

---------------------------------------*/
.site-header,
.global-nav,
.main-body,
.site-footer {
    min-width: initial;
}


.site-header-in,
.global-nav-in,
.main-image-in,
.main-image-in-text,
.main-image-in-text-cont,
.main-body-in,
.main-body .section-in,
.site-footer-in {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}

.global-nav-panel {
    background: #1c2d58;
}


figure { margin: auto; }
figure img{
	margin: auto;
	display: block;
}
li { margin: auto }
table { border-collapse:collapse; }


/*---------------------------------------

common style

---------------------------------------*/

body {
	padding-top: 90px;
	color: #000;
	background-color: #fff;
}

.sp { display: none; }

.fl { float: left; }
.fr { float: right; }

/* parts */
.cmn-parts {
	background: url(../images/top_07bg.jpg) no-repeat center;
	background-size: cover;
	margin: 0 auto;
    padding-top: 50px;
}
.cmn-parts .parts-wrap {
	overflow:hidden;
	max-width: 1000px;
	margin:auto;
}
#cmn-parts01 .parts-wrap .parts-box-r {
	width: 55.3%;
	float: right;
}
#cmn-parts01 .parts-wrap .parts-box-l {
	width: 39.2%;
	float: left;
}
#cmn-parts01 .parts-wrap .parts-box-l a {
	display: block;
	margin: 25px auto 0;
	width: 100%;
	padding: 10px 0;
	font-size: 22px;
	color: #0194d2;
	box-sizing:border-box;
	text-align:center;
	text-decoration: none;
	background: #fff;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

#cmn-parts02 {
	padding: 60px 0 0;
}
#cmn-parts02 .parts-wrap .parts-box-r {
	width: 55.3%;
	float: right;
}
#cmn-parts02 .parts-wrap .parts-box-l {
	padding: 70px 0 0;
	width: 36.3%;
	float: left;
}



/* text */
.main-body .cmn-ttl01 {
    font-size: 35px;
    font-weight: normal;
    line-height: 1.5;
    color: #0194d2;
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
    background: none;
}
.main-body .cmn-ttl02 {
    font-size: 35px;
    font-weight: normal;
    line-height: 1.5;
    color: #676767;
    text-align: center;
    margin: 0 0 30px;
    padding: 0;
    background: none;
}
.main-body .cmn-ttl03 {
    font-size: 26px;
	color: #0194d2;
	text-align:center;
    margin: 0 0 15px;
}

.main-body .cmn-txt01 {
    font-size: 17px;
	line-height: 2.2;
	text-align:center;
	position: relative;
	z-index: 10;
}


/* imgs */
.cmn-visual {
	width: 100%;
	height:480px;
}

.cmn-imgs-wrap ul {
    margin: auto;
    padding: 0;
    width: 100%;
	overflow:hidden;
    list-style: none;
}
.cmn-imgs-wrap ul li {
    width: 32.5%;
    margin-left: 1.25%;
    box-sizing: border-box;
    float: left;
}
.cmn-imgs-wrap ul li:first-child {
	margin-left: 0;
}

.cmn-icons-wrap ul {
    margin: auto;
    padding: 0;
    width: 100%;
	list-style: none;
	overflow:hidden;
}
.cmn-icons-wrap ul li {
    width: 18.5%;
    margin-left: 1.875%;
    list-style: none;
    box-sizing: border-box;
    float: left;
}
.cmn-icons-wrap ul li:first-child {
	margin-left: 0;
}



/* btn */
.btn-link {
	display: block;
	font-size: 24px;
	color: #fff;
	max-width: 580px;
	padding: 15px 0;
	margin: auto;
	box-sizing:border-box;
	text-align:center;
	text-decoration: none;
	background: #0194d2;
	border:solid 1px #0194d2;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.btn-link:hover {
	background: #fff;
	color: #0194d2;
}

/*---------------------------------------

header style

---------------------------------------*/
.site-header {
	width: 100%;
    background: #fff;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.site-header:after {
	display: none;
}
.site-header .site-header-in {
	width: auto;
	max-width: initial;
    height: 90px;
}
.site-header .site-header-in .site-header-conts {
	padding:0;
    box-sizing:border-box;
}
.site-header .site-header-in .site-header-conts .site-title {
    width: 412px;
    text-align: left;
    margin: 0 auto;
    font-size: inherit;
    position: absolute;
    left: 15px;
    top: 18px;
}
.site-header .site-header-in .site-header-conts .site-title a {
    display: block;
    height: 0;
    padding-top: 54px;
    background: url(../images/logo.gif) no-repeat;
	background-size: contain !important;
    overflow: hidden;
}

.site-header .global-nav {
    min-width: initial;
    border-bottom: none;
    margin-bottom:0;
    position: absolute;
	right:0;
	top:0
}
.site-header .global-nav .global-nav-in {
	width: auto;
}
.site-header .global-nav .global-nav-in ul {
    display: block;
    width: auto;
    table-layout: inherit;
	overflow: hidden;
}
.site-header .global-nav .global-nav-in ul li {
    display: block;
	line-height: 90px;
	margin-left: 30px;
	float: left;
}
.site-header .global-nav .global-nav-in ul li a {
	font-size: 15px;
	font-weight: bold;
	color: #444444;
	padding: 0;
}
.site-header .global-nav .global-nav-in li a:hover,
.site-header .global-nav .global-nav-in li a:active,
.site-header .global-nav .global-nav-in li a:focus {
    background-color: initial;
}
.site-header .global-nav .global-nav-in ul li a#nav-contact {
    line-height: 90px;
	width: 210px;
	display:block;
	background: #1b2c59;
	color: #fff;
	text-align: center;
}


/*-----------------------------------------------------

footer style

------------------------------------------------------*/
.site-footer {
    background: #f7f7f7;
    color: #444444;
	padding-top: 20px;
}
.site-footer a {
	color: #444444 !important;
	text-decoration: none;
}
.site-footer .site-footer-conts {
	overflow: hidden;
	margin-bottom: 20px;
}
.site-footer .ft-box-l {
    width: 35%;
	float:left;
}
.site-footer .ft-box-l h2 {
	margin: 0 0 20px;
}
.site-footer .ft-box-l h3 {
	font-size: 17px;
	font-weight: bold;
	margin: 0 0 10px;
}
.site-footer .ft-box-l p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.site-footer .ft-box-r {
    width: 65%;
	padding-top: 50px;
	float: right;
}
.site-footer .ft-box-r .site-footer-nav {
	margin:0;
	padding: 0 0 0 150px;
	list-style:none;
	float: left;
	box-sizing:border-box;
}
.site-footer .ft-box-r .site-footer-nav li {
	display: block;
	text-align: left;
	margin: 0 0 10px;
    padding: 0 ;
    background: none;
}
.site-footer .ft-box-r .site-footer-nav li a {
	font-size: 14px;
}

.copyright {
	clear: both;
    margin: 0;
    padding: 0;
    background: none;
}
.copyright p {
    color: #444444;
	font-size: 11px;
	text-align:center;
	border-top: dotted 1px #dbe0d9;
	padding: 10px 0 20px;
	margin:0;
}




/*-----------------------------------------------------

home style

------------------------------------------------------*/
.home { background: url(../images/top_00bg.png) no-repeat center 90px; }
.home .main-body .section-wrap { padding-top: 60px; }

#top-con01 { background: url(../images/cmn_bg01.png) bottom right no-repeat; }
#top-con01 .mainImg { text-align:center; }

#top-con01n {height: 715px; }
#top-con01n { background: url(../images/top_imgnew2.jpg) top center no-repeat; }
#top-con01n .topcopy {
	padding-left: 10px;
	margin-top: 185px;} 

#top-con02n {height: 650px; }
#top-con02n { background: url(../images/top_imgnew.jpg) top center no-repeat; }
#top-con02n .topcopy {
	padding-left: 10px;
	margin-top: 185px;} 

#top-con02 { background: url(../images/top_02bg.jpg) top center no-repeat; }
#top-con02 .top .chkList {
	display: table;
	margin: 0 auto 30px;
	list-style: none;
}
#top-con02 .top .chkList li {
    font-size: 20px;
	padding-left: 50px;
	line-height: 2;
	background: url(../images/icon_chk.png) left center no-repeat;
}

#top-con02 .mdl {
	overflow: hidden;
	magin-bottom: 60px;
}
#top-con02 .mdl .box {
    width: 48.5%;
	padding: 30px;
	background: #fff;
	box-sizing: border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#top-con02 .mdl .box h3 {
    font-weight: normal;
    font-size: 26px;
	color: #0194d2;
	text-align:center;
	background: none;
    margin: 0 0 20px;
    padding: 0;
    border-bottom: none;
}
#top-con02 .mdl .box .icon {
	text-align:center;
	margin:0 auto 20px;
}
#top-con02 .mdl .box p {
	font-size: 17px;
}


#top-con03 .cmn-visual {
	background: #e2eae3 url(../images/top_03imgl.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 70px;
}
#top-con03 .bgImg {
    margin-top: -10%;
}

#top-con04 {
	padding-bottom: 40px;
	padding-top:60px;
    margin-bottom: 0;
	background: url(../images/top_04bg.gif);
}

#top-con05 {
	background: #f7f7f7;
	padding:0 0 50px;
}
#top-con05 .cmn-visual {
	background: #fff url(../images/top_05imgl.jpg) no-repeat center;
	background-size: cover;
	margin-bottom: 70px;
}
#top-con05 .voice-wrap {
	overflow: hidden;
}
#top-con05 .voice-wrap .voice-box {
    width: 50%;
    padding: 0 1.2%;
    background: none;
    text-align: center;
    box-sizing: border-box;
}
 #top-con06 {
		 padding-top: 0;
	 }


#top-con07 { margin-bottom: 0; }
#top-con07 .top {
    padding: 0 5% 110px;
}
#top-con07 .copy {
    display: table;
    font-size: 26px;
    margin: 0 auto 20px;
    padding: 0;
    background: none;
    border: none;
}
#top-con07 .copy:after {
    content: '※ Webアプリケーションファイアウォール';
    display: block;
    text-align: right;
    font-size: 13px;
	font-weight: normal;
    margin-right: 20px;
}
#top-con07 .copy span {
    font-size: 20px;
    vertical-align: super;
}
#top-con07 .securityList {
	padding: 0;
    margin: 0 auto 20px;
	list-style: none;
    border-top: dotted 1px #0194d2;
}
#top-con07 .securityList li {
	padding: 20px 0;
    border-bottom: dotted 1px #0194d2;
}
#top-con07 .securityList li table {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    border: none;
}
#top-con07 .securityList li table th,
#top-con07 .securityList li table td {
	border: none;
	padding:0;
	background: none;
}
#top-con07 .securityList li table th {
	width: 88px;
	vertical-align: top;
	text-align:center;
}
#top-con07 .securityList li table td {
	padding: 0 10px 0 30px;
	vertical-align: top;
}
#top-con07 .securityList li table td h4 {
	font-size: 22px;
	font-weight: normal;
	color: #0194d2;
	margin: 0 0 10px;
	padding: 0;
	border: none;
}
#top-con07 .securityList li table td h4:before {
    display: none;
}
#top-con07 .securityList li table td p {
	font-size: 18px;
}
#top-con07 .securityList li table td p {
	font-size: 18px;
}
#top-con07 .txt01 {
	font-size: 18px;
}

#top-con07 .btm {
    padding: 0 5% 80px;
}
#top-con07 .btm .cmn-ttl01 {
	margin-bottom: 60px;
}
#top-con07 .contactList {
    overflow: hidden;
	padding: 0;
}
#top-con07 .contactList ul {
    margin:0;
	padding: 0;
	list-style:none;
}
#top-con07 .contactList ul li {
    width: 50%;
	box-sizing: border-box;
    padding: 0 20px;
	float: left;
	text-align:center;
}
#top-con07 .contactList ul li .txt01 {
    font-size: 22px;
	font-weight:bold;
	margin-bottom: 15px;
}
#top-con07 .contactList ul li .txt02 a {
    font-size: 40px;
	font-weight:bold;
	color: #0194d2;
	text-decoration: none;
}
/*
#informationList dl {
	border-bottom: dotted 1px #fff;
	padding: 10px 0 10px 20px;
}
#informationList dl * {
	color: #fff;
}
#informationList dl dt,
#informationList dl dd {
	font-size: 15px;
	line-height: 1.5;
    display:inline-block;
	margin:0;
	padding:0;
}
#informationList dl dt {
	width: 110px;
}
*/



/*-----------------------------------------------------

page style

------------------------------------------------------*/
.mainVisual {
	width: 100%;
	height: 350px;
	padding: 120px 0 0;
	margin: 0 auto 50px;
	box-sizing:border-box;
	background-size: cover !important;
}
.mainVisual .mainVisual-ttl {
    font-size: 40px;
	font-family: 'Lato';
	color: #fff;
	letter-spacing: 0.3em;
	text-align: center;
}



/*-----------------------------------------------------
   price
------------------------------------------------------*/
#mV-price { background: #d2dbd6 url(../../images/merit_00img.jpg) no-repeat center; }

#meritArea {
	margin: 0 auto 100px;
}
#meritArea .top {
	padding:0 50px;
	margin: 0 auto 30px;
}
#meritArea .top .txt01 {
	font-size: 18px;
	margin: 0 0 30px;
}
#meritArea .top .img {
	text-align: center;
}
#priceArea .txt02 {
	max-width: 900px;
	line-height: 1;
	padding: 15px 0;
	margin: 0 auto 50px;
	text-align:center;
	background: url(../../images/bg_gry.gif);
}

/*-----------------------------------------------------
   flow
------------------------------------------------------*/
#mV-flow {
	background: #f1f1f1 url(../../images/flow_00img.jpg) no-repeat center; 
	background-size: cover; /* 画像をウィンドウに合わせて拡大縮小する */
	height: 300px; /* 適宜調整してください */
	display: flex;
	justify-content: center; /* 横方向に中央揃え */
	align-items: center; /* 縦方向に中央揃え */
	}

#flowArea .comn-ttl01 { margin: 0 auto 40px; }
#flowList {
	margin: 0 auto 80px;
	padding:0;
	list-style: none;
}
#flowList li {
    display: table;
	width: 100%;
	max-width: 900px;
	margin: 0 auto 45px;
}
#flowList li .txtArea,
#flowList li .imgArea {
    display: table-cell;
	vertical-align:middle;
	box-sizing:border-box;
}
#flowList li .imgArea {
	width: 350px;
	position:relative;
}
.fl-arrow01 { background: #0194D2; }
.fl-arrow02 { background: #01BBA3; }
.fl-arrow03 { background: #E2AA00; }
.fl-arrow04 { background: #AA88B7; }

#flowList li .imgArea:after {
	display: block;
	content: '';
	width: 100%;
	height: 27px;
	position: absolute;
	left: 0;
	bottom:-27px;
	z-index: 10;	
}
.fl-arrow01:after { background: url(../../images/flow_01icon01.png) center no-repeat; }
.fl-arrow02:after { background: url(../../images/flow_01icon02.png) center no-repeat; }
.fl-arrow03:after { background: url(../../images/flow_01icon03.png) center no-repeat; }
.fl-arrow04:after { background: url(../../images/flow_01icon04.png) center no-repeat; }

#flowList li .txtArea {
	padding: 10px 45px;
	background-color:#f3f3f3;
}
#flowList li .txtArea h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    border-bottom: none;
    background: none;
}
#flowList li .txtArea p {
	font-size: 18px;
	line-height:1.8;
	margin:0;
	padding:0;
}
#flowList li .txtArea a {
    color: #0194d2;
}


/*-----------------------------------------------------
   function
------------------------------------------------------*/
#mV-function { background: url(../../images/function_00img.jpg) no-repeat center; }

.functionArea {
	padding: 20px 0 50px;
	margin: 0 auto;
}
.functionArea .icon {
	margin: 0 auto 20px;
	text-align: center;
}
.functionArea .top {
	padding:0 50px;
	margin: 0 auto 40px;
}
.functionArea .top .txt01 {
    font-size: 18px;
}

.func-wrap ul {
	overflow: hidden;
	margin: 0 auto;
	padding:0;
	list-style: none;
}
.func-wrap ul li {
    width: 32.5%;
	padding: 20px 10px;
	margin: 0 0 0 1.25%;
	text-align:center;
	float: left;
	background: #fff;
	box-sizing:border-box;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.func-wrap ul li:first-child {
	margin-left: 0;
}
.func-wrap ul li p {
	line-height: 50px;
	text-align:center;
	font-size: 22px;
	margin:0 0 20px;
}
.func-wrap ul li p.ver2 {
	min-height:50px;
	line-height: 1.5;
}
.func-wrap ul li p span {
	display:block;
	line-height:1;
    font-size: 17px;
}


.functionArea#fA01 { background: url(../../images/function_01bg.gif); }
.functionArea#fA01 .func-wrap ul li { border: solid 1px #0194d2; }
.functionArea#fA01 .func-wrap ul li p { color: #0194d2; }

.functionArea#fA02 .func-wrap ul li { border: solid 1px #2fba8f; }
.functionArea#fA02 .func-wrap ul li p { color: #2fba8f; }

.functionArea#fA03 { background: url(../../images/function_03bg.gif); }
.functionArea#fA03 .btm {
	border: solid 1px #d1a700;
	padding: 25px 50px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.functionArea#fA03 .btm h3 {
    margin:0 0 20px;
    padding: 0;
	text-align:center;
    font-size: 22px;
	font-weight: normal;
    border-bottom: none;
    background: none;
}
.functionArea#fA03 .btm table {
    margin: 0;
    border:none;
}
.functionArea#fA03 .btm table td {
    padding: 8px 0;
    border:none;
	font-size: 18px;
    vertical-align: top;
}

.functionArea#fA04 .func-wrap ul li { border: solid 1px #8678b9; }
.functionArea#fA04 .func-wrap ul li p { color: #8678b9; }



/*-----------------------------------------------------
media query
------------------------------------------------------*/

@media only screen and (max-width : 1200px){
	.site-header .site-header-in .site-header-conts .site-title {
		    top: 15px;
}
	.site-header .site-header-in .site-header-conts .site-title a {
    background: url(../images/footer_logo.png) no-repeat;
}
     

}
@media only screen and (max-width : 768px){
	 /* common */
	 .pc { display: none; }
	 .sp { display: block; }
	 
	 .sp-m0-b { margin-bottom: 0 !important; }
	 .sp-m10-b { margin-bottom: 10px !important; }
	 .sp-m20-b { margin-bottom: 20px !important; }
	 .sp-m30-b { margin-bottom: 30px !important; }
	 .sp-m40-b { margin-bottom: 40px !important; }
	 .sp-m50-b { margin-bottom: 50px !important; }
	m60-b
	 .sp-m70-b { margin-bottom: 70px !important; }
	 .sp-m80-b { margin-bottom: 80px !important; }
	 .sp-m90-b { margin-bottom: 90px !important; }
	 .sp-m100-b { margin-bottom: 100px !important; }
	
     body { padding-top: 100px; }

    .main-body .cmn-ttl01,
    .main-body .cmn-ttl02,
    .main-body .cmn-ttl03 {
		font-size: 22px;
	}
	.main-body .cmn-txt01 {
		font-size: 15px;
		text-align: left;
	}
	.cmn-visual {
        height: 0;
        padding-top: 40%;
    }

	.btn-link {
        font-size: 18px;
        padding: 10px 0;
	}

	 /* header */
	 .site-header .site-header-in .site-header-conts .site-title a {
		     padding-top: 54px;
    background: url(../images/logo.gif) no-repeat;
}
	.site-header .site-header-in {
        padding-top: 50px;
		height: 100px;
		box-sizing: border-box;
	}
	.site-header .site-header-in .site-header-conts {
		padding:0 15px;
	}
	.site-header .site-header-in .site-header-conts .site-title {
		width: 100%;
		padding: 0;
		box-sizing:border-box;
		text-align: center;
		position: initial;
	}
	.site-header .site-header-in .site-header-conts .site-title a {
		padding-top: 40px;
	}
    .site-header .global-nav .global-nav-in ul {
		display: none;
		top: 40px;
        left: 0;
        width: 100%;
	    background: rgba(72,88,89,.9);
	}
	.site-header .global-nav .global-nav-in ul li {
		line-height: 45px;
		margin-left: 0;
		float: none;
	    text-align: center;
        border-top: 1px solid #ddd;
	}
	.site-header .global-nav .global-nav-in ul li a {
		color: #fff;
		padding: 0 0 0 10px;
	}
	.site-header .global-nav .global-nav-in ul li a#nav-contact {
		line-height: 45px;
		width: auto;
	}
	/* baseでは　736pxからだったのでブレイクポイントを変更 */
	.site-header .global-nav {
		width: 100%;
	}
	.global-nav-panel {
    	display: block;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
		color: #fff;
		cursor: pointer;
	}
    .section-wrap .section-in,
	.col1 .section-wrap.wide .section-in, 
	.float-area, 
	.col1 .float-area {
	     padding: 15px;
     }
	.site-footer .site-footer-conts {
		padding: 0 15px;
	}
	 /* home */
	 .home {
		 background: none;
	 }
     #top-con01 {
		 background: none;
	 }

	#top-con01n {height: 450px; }
	#top-con01n { background: url(../images/top_imgnew.jpg) center center no-repeat; }
	#top-con01n .topcopy {
	padding-left: 10px;
	margin-top: 80px;} 
	#top-con01n .topcopy img {width: 280px;}
	
	 #top-con02 {
		 padding: 20px 0 0;
		 background: #efefea;
	 }
	 #top-con02 .top .chkList li {
        font-size: 15px;
        background: url(../images/icon_chk.png) left center no-repeat;
     }
	 #top-con02 .mdl .box h3 {
		font-size: 22px;
	    margin: 0 0 15px;
     }
     #top-con02 .mdl .box p {
		font-size: 15px;
	 }
	 #top-con03 .cmn-visual,
	 #top-con05 .cmn-visual {
		 margin-bottom: 20px;
	 }
	 #top-con05 {
	    padding:0 0 20px;
		margin-bottom: 0;
     }
	 #top-con06 {
		 padding-top: 0;
	 }


	 /* flow */
	 #flowList li .imgArea {
		 width: 35%;
	 }

	 /* function */
     .func-wrap ul li p {
		 font-size: 18px;
	 }
	 
}




@media only screen and (max-width : 480px){
	 .cmn-parts .parts-wrap {
		padding: 0 30px 30px;
	 }
     .cmn-parts .parts-wrap .parts-box-r,
	 .cmn-parts .parts-wrap .parts-box-l {
		 width: 100% !important;
		 float: none !important;
	 }
	 #cmn-parts01 .parts-wrap .parts-box-l a {
		  margin: 15px 0 0;
	      font-size: 18px;
     }
	 
	 .cmn-icons-wrap ul {
		 text-align:center;
	 }
	 .cmn-icons-wrap ul li {
	     width: 30%;
         margin: 0 1% 20px !important;
         float: none;
         display: inline-block;
     }

     /* header */
	.site-header .global-nav .global-nav-in ul li a {
          text-align: left !important;
	}

     /* footer */
     .site-footer .site-footer-conts {
	     padding:0 15px;	 
	 }
	 .site-footer .ft-box-l,
     .site-footer .ft-box-r {
		 width: 100%;
		 float:none !important;
	 }
	 .site-footer .ft-box-r {
		 padding-top: 30px;
	 }
	.site-footer .ft-box-r .site-footer-nav {
		padding: 0;
		float: none;
	}

     /* home */
	 .home .main-body .section-wrap {
		 margin-bottom: 30px;
		 padding-top:20px !important;
	 }
	
	#top-con01n {height: 350px; }
	#top-con01n { background: url(../images/sp/top_imgnew_sp.jpg) top center no-repeat; }
	#top-con01n .topcopy {
	padding-left: 10px;
	margin-top: 80px;} 
	#top-con01n .topcopy img {width: 200px;}
	
	
	 #top-con02 .mdl .box {
		width: 100%;
		padding: 20px 15px;
		margin: 0 auto 20px;
		float: none !important;
	 }
	 #top-con04 {
	padding-top:30px;
}
	 #top-con05 .voice-wrap .voice-box {
		width: 100%;
		padding: 0;
		float: none;
	 }
	 #top-con06 .cmn-icons-wrap {
		 margin-bottom: 0 !important;
	 }
	 #top-con06 .cmn-icons-wrap ul {
         text-align: center;
     }
	 #top-con06 .cmn-icons-wrap ul li {
		 display: inline-block;
		 width: 30%;
		 padding:0 1.5%;
		 margin: 0 0 20px !important;
		 float: none;
	 }
	 #top-con07 .top,
	 #top-con07 .btm {
		padding: 0 0 30px;
	 }
     #top-con07 .copy {
		display: block;
		font-size: 18px;
		text-align: center;
	 }
	 #top-con07 .copy:after {
		 text-align:center;
	 }
	 #top-con07 .copy span {
		font-size: 14px;
	 }
	 #top-con07 .securityList li table td p,
	 #top-con07 .txt01 {
		 font-size: 15px;
     }
	 #top-con07 .btm .cmn-ttl01 {
		 margin-bottom: 40px;
	 }
	 #top-con07 .contactList ul li {
		width: 100%;
		padding: 0;
		float: none;
	 }
	 #top-con07 .contactList ul li .txt01 {
		margin-bottom: 10px;
		line-height: 1;
	 }
	 #top-con07 .contactList ul li .txt02 a {
	    font-size: 30px;
	 }
	.section-wrap { margin-bottom:30px;}

     /* pages */
	  .mainVisual {
		  height: 200px;
		  padding: 70px 0 0;
	  }
	  .mainVisual .mainVisual-ttl {
		  font-size: 24px;
	  }
	  .mainVisual {
	margin: 0 auto 20px;
}

     /* merit */
     #meritArea .top {
		 padding: 0;
	 }
	 #meritArea .top .txt01 {
		 font-size: 15px;
	 }
  #cmn-parts02 .parts-wrap .parts-box-l {
	padding: 25px 0 0 ;
	}
	#cmn-parts02 {
	padding: 40px 0 0;
	}
	#meritArea {
	margin: 0 auto 50px;
	}
	#priceArea .txt02 {
	padding: 15px;
	}

     /* flow */
	 #flowList {
		 margin:0 auto 40px;
		 }
	#flowList li {
		display:block;
		margin: 0 auto 30px;
	}
	#flowList li .imgArea,
	#flowList li .txtArea {
		width: 100%;
		display:block;
	}	
	#flowList li .imgArea:after {
		display: none;
	}
	#flowList li .txtArea {
		padding: 20px;
	}
	

	 /* function */
	 .functionArea .top {
		 padding: 0;
	 }
     .functionArea .top .txt01 {
		 font-size: 15px;
	 }
	 .func-wrap ul li {
		 width: 90%;
		 margin: 0 auto 20px !important;
		 float: none;
	  }
    .functionArea#fA03 .btm {
		padding: 20px 10px;
	}
	.functionArea#fA03 .btm h3 {
		 font-size: 18px;
		 margin: 0 0 10px;
    }
	.functionArea#fA03 .btm table td {
       font-size: 14px;
       width: 100%;
       padding: 5px 0;
       box-sizing: border-box;
       float: left;
	}
	.functionArea {
	padding: 0;
	}
	.func-wrap ul li p {
	line-height: 30px;
	font-size: 22px;
	margin:0 0 20px;
}

}