@charset "utf-8";


html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/*------------------------------------------------------------------
	Universal Selector
------------------------------------------------------------------*/
* {
    font-style: normal;
    margin: 0;
    padding: 0;
    text-align: left;
	box-sizing: border-box;
}

/*------------------------------------------------------------------
	Base Settings
------------------------------------------------------------------*/
html {
		overflow-x: hidden;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
}


body {
background:#fff;
font-family: HalisR-Regular, 游ゴシック体, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
    color: #2b2115;
    font-size: 16px;
    line-height: 1.5;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
p{
	line-height:1.8;
	margin-bottom:20px;
}
img{
    height: auto;
    max-width: 100% ;
	vertical-align:bottom;
}

/*------------------------------------------------------------------
	Base Link Color Setting
------------------------------------------------------------------*/

a {
    color: #8b6c2e;
    text-decoration: none;
}

a:hover {

    text-decoration: underline;
}
a:active {
    text-decoration: underline;
}
a img {
    border: medium none;
}

a:hover .fil,.fil2 a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* マージン・インデント
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.m1b { margin-bottom: 1px !important; }
.m2b { margin-bottom: 2px !important; }
.m3b { margin-bottom: 3px !important; }
.m4b { margin-bottom: 4px !important; }
.m5b { margin-bottom: 5px !important; }
.m6b { margin-bottom: 6px !important; }
.m7b { margin-bottom: 7px !important; }
.m8b { margin-bottom: 8px !important; }
.m9b { margin-bottom: 9px !important; }
.m10b { margin-bottom: 10px !important; }
.m13b { margin-bottom: 13px !important; }
.m15b { margin-bottom: 15px !important; }
.m20b { margin-bottom: 20px !important; }
.m25b { margin-bottom: 25px !important; }
.m30b { margin-bottom: 30px !important; }
.m35b { margin-bottom: 35px !important; }
.m40b { margin-bottom: 40px !important; }
.m45b { margin-bottom: 45px !important; }
.m50b { margin-bottom: 50px !important; }
.m60b { margin-bottom: 60px !important; }
.m80b { margin-bottom: 80px !important; }

.m5t { margin-top: 5px !important; }
.m10t { margin-top: 10px !important; }
.m20t { margin-top: 20px !important; }
.m30t { margin-top: 30px !important; }
.m40t { margin-top: 40px !important; }
.m50t { margin-top: 50px !important; }
.m70t { margin-top: 70px !important; }
.m80t { margin-top: 80px !important; }
.m90t { margin-top: 90px !important; }
.m100t { margin-top: 100px !important; }

.m-1l{margin-left:-18px !important}
.m5l { margin-left: 5px !important; }
.m10l { margin-left: 10px !important; }
.m15l { margin-left: 15px !important; }
.m20l { margin-left: 20px !important; }
.m25l { margin-left: 25px !important; }
.m30l { margin-left: 30px !important; }

.m5r { margin-right: 5px !important; }
.m10r { margin-right: 10px !important; }
.m15r { margin-right: 15px !important; }
.m20r { margin-right: 20px !important; }
.m25r { margin-right: 25px !important; }
.m30r { margin-right: 30px !important; }
.m40r { margin-right: 40px !important; }
.m50r { margin-right: 50px !important; }

.p5b { padding-bottom: 5px !important; }
.p10b { padding-bottom: 10px !important; }
.p15b { padding-bottom: 15px !important; }
.p20b { padding-bottom: 20px !important; }
.p25b { padding-bottom: 25px !important; }
.p30b { padding-bottom: 30px !important; }
.p40b { padding-bottom: 40px !important; }
.p50b { padding-bottom: 50px !important; }
.p60b { padding-bottom: 60px !important; }
.p70b { padding-bottom: 70px !important; }
.p80b { padding-bottom: 80px !important; }

.p5t { padding-top: 5px !important; }
.p8t { padding-top: 8px !important; }
.p10t { padding-top: 10px !important; }
.p15t { padding-top: 15px !important; }
.p17t { padding-top: 17px !important; }
.p20t { padding-top: 20px !important; }
.p25t { padding-top: 25px !important; }
.p30t { padding-top: 30px !important; }

.p5a { padding: 5px !important; }
.p10a { padding: 10px !important; }
.p20a { padding: 20px !important; }
.p40a { padding: 40px 0 !important; }
.p50a { padding: 50px 0 !important; }

.p0r { padding-right: 0px !important; }
.p5r { padding-right: 5px !important; }
.p10r { padding-right: 10px !important; }
.p20r { padding-right: 20px !important; }
.p15r { padding-right: 15px !important; }
.p25r { padding-right: 25px !important; }
.p30r { padding-right: 30px !important; }
.p40r { padding-right: 40px !important; }
.p50r { padding-right: 50px !important; }
.p55r { padding-right: 55px !important; }
.p60r { padding-right: 60px !important; }
.p70r { padding-right: 70px !important; }
.p75r { padding-right: 75px !important; }
.p90r { padding-right: 90px !important; }
.p100r { padding-right: 100px !important; }
.p110r { padding-right: 110px !important; }
.p120r { padding-right: 120px !important; }

.p0l { padding-left: 0px !important; }
.p10l { padding-left: 10px !important; }
.p15l { padding-left: 15px !important; }
.p20l { padding-left: 20px !important; }
.p25l { padding-left: 25px !important; }
.p30l { padding-left: 30px !important; }
.p200l { padding-left: 200px !important; }

.bNone { border: none !important; }
.bor01{
	border-bottom:solid 2px #ccc;
}
.bor02{
	border-bottom:solid 1px #ccc;
}
/*sp時変更*/
.m10b-s { margin-bottom: 10px !important; }
.m20b-s { margin-bottom: 20px !important; }
.m30b-s { margin-bottom: 30px !important; }
.m40b-s { margin-bottom: 40px !important; }
.m50b-s { margin-bottom: 50px !important; }
.m60b-s { margin-bottom: 60px !important; }
.m70b-s { margin-bottom: 70px !important; }
.m80b-s { margin-bottom: 80px !important; }
.p50t-s { padding-top: 50px !important; }
.m20l-s{margin-left:20px !important}
.m30r-s{margin-right:30px !important}
.m50l-s{margin-left:50px !important}
.p01-s { padding: 10px !important; }
.p02-s { padding: 50px 30px !important; }


/* 位置クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.clear { clear: both !important; }
.cen { text-align: center !important; }
.cen-pc{text-align:center !important;}
.left { text-align: left !important; }
.right { text-align: right !important; }
/* 投稿の画像配置 */
.f-left{float:left;}
.f-right{float:right;}
.f-left-pc {float: left;}
.f-right-pc {float: right;}
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */

.pc-dnon{display: none;}
.pc-dnon2{display: none;}

/* テキスト
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ▽ */
.bold { font-weight: bold !important; }
.txtRed { color: #df1834 !important; }
.txtBlue { color: #1D4194 !important; }
.txtPink { color: #F246A4 !important; }
.txtGold { color: #8b6c2e !important; }
.txtGray { color: #666666 !important; }
.txtWhite { color: #FFFFFF !important; }
.txtgreen { color: #79a035 !important; }
.txtorenge{color:#fd851b}
.txtBlack{color: #333 !important;}
.bg01{background:#f9f3be;}
.bg02{background:#fff;}
.bg03{background:url(images/bg01.png) repeat;}
.bg04{background:url(images/bg02.png) repeat;}

.txt10 { font-size: 77% !important; }
.txt11 { font-size: 92% !important; }
.txt13 { font-size: 109% !important; }
.txt14 { font-size: 117% !important; }
.txt15 { font-size: 125% !important; }
.txt17 { font-size: 142% !important; }
.txt18 { font-size: 150% !important; }
.txt20 { font-size: 167% !important; }

.lh01{line-height:1 !important;}
.lh02{line-height:2  !important;}
.f-min{
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E", "メイリオ", Meiryo, serif;
}

.vaMiddle { vertical-align: middle !important; }
.oh{overflow:hidden;}
.blk{
	display:block;
}
.underline{
	text-decoration: underline;
}
.img100 {
    height: auto;
    width: 100%;
}

table{
	width:100%;
}
td,th{
	padding:10px;
}
table th,table td{
border-bottom:solid 1px #ccc;
}

.ulstyle01{
	display:flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
/*------------------------------------------------------------------
	全体レイアウト
------------------------------------------------------------------*/

/*------------------header---------------------*/
.inner {
	max-width:1100px;
	margin: 0 auto;
}

/* header */
#top-head {
	position: absolute;
	top: -100px;
	margin: 100px auto 0;
	width: 100%;
	padding: 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	text-decoration: none;
}
#top-head .inner {
	width: 100%;
	max-width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
#mobile-head{
	position: relative;
	
}
#mobile-head .logo{
	margin: 0 auto;
	padding: 20px;
/*	width:200px;*/
	text-align: center;
}
#top-head ul#head-top{
	width:270px;
	position: absolute;
	right:0;
	top:0;
}
#top-head ul#head-top li{
	font-size:20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 7px;
}
#top-head ul#head-top li img{
	vertical-align: -5px;
	margin-right: 10px;
}
#top-head ul#head-top li:last-child{
	font-weight: normal;
	font-size:14px;
}
#global-nav ul {
	list-style: none;
	display: flex;
	justify-content:space-between;
}
#global-nav ul li {
	position: relative;
	text-align: center;

}
#global-nav ul li a {
	font-size:16px;
	color: #fff;
		padding:5px 10px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #fff;
	bottom: -20px;
}


/* Fixed */
#top-head.fixed .inner {
	max-width: 100%;
}

#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	height: 78px;
	background: rgba(0,0,0,.6);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	margin-left: 0;
	float: left;
}
#top-head.fixed #global-nav ul{
	float: right;
	
}
#top-head.fixed #global-nav ul li a {
	padding: 0 10px;
	text-align: center;
	display: block;
}
#top-head.fixed ul#head-top{
	display: none;
}
/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	bottom: -20px;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #fff;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


/*-------------------footer-----------------*/

#pageBtn{
	position: absolute;
	top:-30px;
	left:50%;
	font-size:20px;
	margin-left: -35px;
	display: block;
	background: #dd622d;
	color: #fff;
	width:60px;
	height:60px;
	text-align: center;
	padding-top:14px;
	border-radius: 50%;
	cursor: pointer;
}
footer{
	position: relative;
	background: #aab0b0;
	padding: 50px 20px 10px;
	color: #fff;
}
footer #copy{
	text-align: center;
	font-size:90%;
}
/*-------------------common-----------------*/

.container{
	clear:both;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
}

/* タイトル装飾 */
.hstyle01{
	color: #17c3b2;
	text-align: center;
font-family: 'Yanone Kaffeesatz', sans-serif;
		font-size:250%;
}
.hstyle02{
	background: url(images/hstyl02.png) no-repeat center bottom;
	padding: 10px;
	text-align: center;
	font-size:140%;
}
.hstyle03{
	padding: 10px;
	text-align: center;
	border:solid 1px #aaa;
	margin-bottom: 20px;
}
/*その他装飾 */
.link01{
	text-align: center;
}
.link01 a{
	display:inline-block;
	width: 280px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #2c1a1d;
	padding: 10px 30px;
}


.table01 th,.table01 td{
	padding: 20px;
}
/*-------------------top-----------------*/

#topimage{
	position: relative;
	background: url("images/topimage.jpg") no-repeat center top;
	background-size:cover;
    min-width: 100vw; 
	min-height:55vh;
    width: auto;
	height: auto;
    z-index: 1;
}

#topimage .text2{
	width: 100%;
	position: absolute;
	top:35%;
	left: 0;
	font-size:250%;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px #333;
	font-style: italic;
	font-weight: bold;
}
#topimagesub{
	position: relative;
	background: url("images/topimage.jpg") no-repeat center top;
	background-size:cover;
    min-width: 100vw; 
	min-height:25vh;
    width: auto;
	height: auto;
    z-index: 1;
}

#topimagesub .text2{
	width: 100%;
	position: absolute;
	top:35%;
	left: 0;
	font-size:250%;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 2px #333;
	font-style: italic;
	font-weight: bold;
}
#topimage .to-animate{
	position: absolute;
	bottom:-30px;
	left:50%;
	font-size:20px;
	margin-left: -35px;
	display: block;
	background: #dd622d;
	color: #fff;
	width:60px;
	height:60px;
	text-align: center;
	padding-top:14px;
	border-radius: 50%;
	cursor: pointer;
}
.form #topimage{
	background: url("images/topimage.jpg") no-repeat center center;
	background-size:cover;
	min-height: 30vh;
}
.form #topimage .text2{
	font-size:180%;
	top:45%;
}
#s01{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #ebeeee;
}
#s02{
	padding-top: 40px;
	padding-bottom: 50px;
}
#s03{
	padding-top: 40px;
	padding-bottom: 50px;
	background: #fff;
}
.servicebox{
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	margin-bottom: 50px;
}
.servicebox:last-of-type{
	margin-bottom: 0;
}
.servicebox.rev{
	flex-direction: row-reverse;
}
.servicebox div{
	width: 60%;
}
.servicebox div h3{
	font-weight: bold;
	font-size:120%;
	padding-top: 10px;
	margin-bottom: 20px;
}
.servicebox figure{
	width: 36%;
}
#s03{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #ebeeee;
}
.binner{
	display: flex;
	justify-content: center;
}
.effect{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1300px;
	margin: 0 auto;
	
}
.effect .business-list{
	width: 31%;
	background: #fff;
	margin: 1%;
}

.effect .business-list h3{
	font-size:110%;
	font-weight: bold;
	margin-bottom: 10px;
}
.effect .business-list div{
	padding: 20px;
}
.effect .business-list p{
	margin-bottom: 0;
	font-size:90%;
}
/*-------------------contact-----------------*/
#s04{
	padding-top: 40px;
	padding-bottom: 50px;
}
.cinner{
	display: flex;
	justify-content: space-between;
}
.cinner .company{
	width: 49%;	
}
.cinner .company li{
	margin-bottom: 10px;
}
.cinner .formbox{
	width: 49%;
}
.contact-list li{
	margin-bottom: 10px;
}

input[type=text],input[type=email],textarea{
	width:100%;
	background: #fff;
	padding: 5px;
	font-size:90%;
	border:solid 1px #ccc;
	margin-bottom: 10px;
	border-radius: 2px;
}

textarea{
	height:200px;
}
select{
	background: #fff;
	padding: 5px;
	font-size:90%;
	border:solid 1px #ccc;
	margin-bottom: 10px;
	color: #333;
}
input::placeholder,textarea::placeholder {
  color: #aaa;
}
.btn01,.btn02{
background: #dd622d;
	color: #fff;
	padding: 10px;
	width: 140px;
	text-decoration: none;
	text-align: center;
	border:solid 1px #dd622d;
}
.btn02{
	background: #aaa;
	border:solid 1px #aaa;
}
.btn01:hover{
	background: #d0ab47;
}
.btn02:hover{
	background: #ccc;
}
.form-btn{
	display: flex;
	justify-content: center;
}
.form-btn div{
	margin: 2%;
}
#formWrap{
	max-width: 600px;
	margin: 0 auto;
}


#contact01{
	padding-top: 40px;
	padding-bottom: 50px;
}
#about01{
	padding-top: 50px;
	padding-bottom: 50px;
	background: #ebeeee;
}
#about01 .table01{
	max-width: 800px;
	margin: 0 auto;
}
#about01 .table01 th{
	font-weight: bold;
	border-bottom:solid 2px #777;
}
#about01 .table01 ol li{
	list-style: decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}
#about01 .table01 td{
	padding: 20px 30px;
	border-bottom:solid 1px #aaa;
}
/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑pcサイズ
----------------------------------
↓タブレットサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
@media screen and (max-width: 1099px){
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
	
	.m80b-s{
		margin-bottom: 40px !important;
	}

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	#top-head ul#head-top{
	display: none;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
height:55px;
	}


	#mobile-head {
		background:#2c1a1d;
		width: 100%;
		height:55px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 3px;
		top: 3px;
		color: #333;
		padding: 10px;
		width: auto;
	}
	#top-head .logo img{
		height:28px;
		width:auto;
	}
	#global-nav {
		position: absolute;
		top: -505px;
		background: #333;
		width: 100%;
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		display: block;
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		padding-top: 0;
		width:100%;
	}
	#global-nav ul li a span{
		display: none;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px;
	
	}
	#nav-toggle {
		display: block;
	}
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(560px);
		-webkit-transform: translateY(560px);
		transform: translateY(560px);
	}

}


@media screen and (min-width: 640px) and (max-width: 1099px) {

	.tb-dnon{
		display:none;
	}
	.pc-dnon2{
		display:block;
	}

	.container{
		padding: 10px;
	}
	#topimage .text2{
		font-size:200%;
	}

}

/*●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●
↑タブレットサイズ
----------------------------------
↓spサイズ
●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●●*/
@media screen and (min-width: 640px){


}

@media screen and (max-width: 639px) {
	
/*----------共通------------*/

body{
	font-size:14px;

}
.sp-dnon {
    display: none;
}
.pc-dnon,.pc-dnon2{
    display:  block;
}
.db-sp{
	display:block;
}
	.sp-blk{
		display: block;
		margin: 0 auto !important;
	}
	.container{
		padding: 10px;
	}

/*margin padding変更*/
.m10b-s { margin-bottom: 5px !important; }
.m20b-s { margin-bottom: 10px !important; }
.m30b-s { margin-bottom: 15px !important; }
.m40b-s { margin-bottom: 20px !important; }
.m50b-s { margin-bottom: 25px !important; }
.m60b-s { margin-bottom: 30px !important; }
.m70b-s { margin-bottom: 35px !important; }
.m80b-s { margin-bottom: 35px !important; }
.m100b-s { margin-bottom: 50px !important; }
.m01-s{margin:0 5px;}
.p01-s { padding: 10px !important; }
.p02-s { padding:10px !important; }
.p10l-s{margin-left:0px !important}
.sp-p01{padding:0 5px;}

.f-left-pc, .f-right-pc,#m-right,#m-left{
    float: none;
}
.right-pc{
	text-align:left;
}
	.cen-pc{text-align: left !important;}
	.hstyle01{
		font-size:180%;
	}
	.hstyle02{
		font-size:115%;
	}
	/*footer*/
	footer{
	padding: 40px 10px 10px;
	}
	
/*----------全体------------*/
	.table01 th, .table01 td{
		padding: 10px;
	}


	#topimage{
		background-size:cover;
		padding: 20px;
		min-height: 90vh;
	}
	#topimage .text2{
		font-size:5.8vw;
		padding: 10px;
		
	}

	#s01,#s02,#s03,#s04,#about01,#contact01{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#s01,#about01{
		padding-top: 40px;
	}
	#s03{
		padding-left: 20px;
		padding-right: 20px;
	}
	.servicebox{
		flex-wrap: wrap;
		flex-direction: column-reverse;
		margin-bottom: 10px;
	}
	.servicebox.rev{
		flex-direction: column-reverse;
	}
	.servicebox div,.servicebox figure{
		width: 100%;
	}
	.servicebox div h3{
		margin-bottom: 10px;
	}
	.effect .business-list{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.effect .business-list p{
		font-size:100%;
	}
	.cinner{
		display: block;
	}
	.cinner .company,.cinner .formbox{
		width: 100%;
	}
	.cinner .company li{
		text-align: center;
	}
/*-------------------contact-----------------*/

	
	#about01 .table01,#about01 .table01 td,#about01 .table01 th{
		display: block;
	}
	#about01 .table01 td{
		padding: 10px;
	border-bottom:none;
		border-left:solid 3px #aaa;
		margin-bottom: 20px;
	}
	#about01 .table01 th{
		border-bottom:none;
			border-left:solid 3px #777;
			padding: 5px 10px;
	}
}