@charset "UTF-8";
/*
Theme Name: Omise-yokusuru
Theme URI:
Description: This is our original theme.
Author: microbe
Author URI:
Version:1.0
*/


@import url("css/bootstrap.min.css");
@import url("css/reset.css");
@import url("css/slider-pro.css");
@import url("css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Julius+Sans+One");


/*::::::::::::::::::::::::::::::::::::::::::::::::::
base
::::::::::::::::::::::::::::::::::::::::::::::::::*/

html {
	font-size: 18px;
}
body {
	font-size: 18px;
	line-height: 1.8;
	color: #444;
}
@media (max-width:543px) {
	html, body {font-size: 16px;}
}
#wrapper {
	background-color: #fff;
	overflow: hidden;/*スマフォの画面右隙間削除*/
}
@media (max-width:767px) {
	#wrapper {
		padding-top: 50px;
	}
}
a {
	color: #666;
	transition: all .5s ease;
}
a, a:focus {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #666;
	background-color: #a0d8ef;
}
a img {
	transition: all .5s ease;
}
a:hover img {
	opacity: 0.7;
}
a:hover img.rollover {
	opacity: 1;
}
img {
	max-width: 100%;
}

strong, .strong { font-weight: bold; }

/*reset.cssのカスタマイズ*/
.fl-l {
	margin-right: 20px;
	margin-bottom: 20px;
}
.fl-r {
	margin-left: 20px;
	margin-bottom: 20px;
}
.alignleft {
	float:left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.mt100 { margin-top: 100px !important; }
.fz08 { font-size: .8rem; }
.fz09 { font-size: .9rem; }

.br_over544 {display: none;}
@media(min-width:544px) {
	.br_over544 {display: block;}
}
.br_under449 {display: none;}
@media(max-width:449px) {
	.br_under449 {display: block;}
}

#cover {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: #ffffff;
	top: 0;
	left: 0;
	z-index: 10000;
}
#loader {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 27px;
	height: 27px;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ヘッダ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
header {
}
header h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	z-index: 1;
}
.home header h1 {
	margin-top: -10px;
	margin-bottom: 15px;
	text-align: center;
}
header h1 a {
	text-decoration: none;
}
header h1 a:hover {
	background-color: transparent;
}
header h1 a img {
	width: 300px;
	position: relative;
	margin: 0 auto;
}
.home header h1 a img {
	width: 430px;
}
@media(max-width:991px) {
	.home header h1 {
		margin-top: 15px;
	}
}
@media(max-width:849px) {
	header h1 {
		text-align: center;
	}
}
@media(max-width:399px) {
	header h1 {
		text-align: left;
		margin-right: 30px;
	}
}

.header_text {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #f7931e;
}
.home .header_text {
	text-align: center;
	margin-bottom: 1rem;
}
@media(max-width:849px) {
	.header_text {
		text-align: center;
	}
}

header .container {
	position: relative;
}
.header_tel {
	text-align: center;
	margin-bottom: 20px;
	position: absolute;
	top: 25px;
	right: 0;

}
.home .header_tel {
	display: none;
}
.header_tel a {
	background-color: #fbb03b;
	padding: 5px 20px;
	border-radius: 3px;
	color: #fff;
	font-size: 0.7rem;
	display: block;
	margin-bottom: 5px;
}
.header_tel a:hover {
	background-color: #f7931e;
}
.header_tel a:hover img {
	opacity: 1;
}
.header_tel span img {
	width: 30px;
	margin-right: 10px;
	vertical-align: -5px;
}
.header_tel span strong {
	font-size: 1.3rem;
	letter-spacing: 1px;
}
@media (max-width:991px) {
	.header_tel {
		top: 11px;
	}
}
@media (max-width:849px) {
	.home .header_tel {
		display: block;
	}
	.header_tel {
		position: relative;
		top: 0;
		max-width: 420px;
		margin: 0 auto 1rem;
	}
}
@media (max-width:767px) {
	.header_tel a {
		background-color: #f7931e;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ナビゲーション
::::::::::::::::::::::::::::::::::::::::::::::::::*/
#global_nav {
	background-color: #f7931e;
}
@media screen and (min-width:768px) {
	#global_nav {display: block !important;}
}
#global_nav>ul {
	margin: 0px auto;
	width: 98%;
	display: flex;
	max-width: 1200px;
}
#global_nav>ul>li {
	width: 25%;
}
#global_nav>ul>li>a {
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
	padding: 15px 0px;
	text-decoration: none;
	letter-spacing: 2px;
}
#global_nav>ul>li>a:hover {
	color: #fff;
	background-color: #fbb03b;
}
#global_nav>ul>li>a>i {
	display: inline-block;
	margin-left: 10px;
}

/*サブメニュー*/
.sub_menu {
	position: relative;
}
.sub_menu ul {
	top: 62px;
	width: 100%;
	z-index: 2;
	left: 0;
	background-color: #eee;
	position: absolute;
	display: none;
}
.sub_menu ul li {
	padding: 2px 0 0;
}
.sub_menu ul li:first-child {
	padding-top: 2px;
}
.sub_menu ul a {
	display: block;
	color: #fff;
	background-color: #f7931e;
	background-color: #fbb03b;
	padding: 10px 0px 10px 30px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: left;
}
.sub_menu ul a:hover {
	background-color: #fbb03b;
	background-color: #f7931e;
}
.sub_menu ul a i {
	margin: 0 .9rem 0 0;
}
@media (max-width:1019px) {
	.sub_menu ul a {
		padding-left: 20px;
	}
}
@media (max-width:991px) {
	.sub_menu ul a {
		font-size: .85rem;
		padding-left: 15px;
	}
	.sub_menu ul a i {
		margin-right: .8rem;
	}
}
@media (max-width:799px) {
	.sub_menu ul a {
		font-size: .8rem;
		padding-left: 8px;
	}
	.sub_menu ul a i {
		margin-right: .7rem;
	}
}
@media (max-width:767px) {
	.sub_menu ul {
		position: relative;
		top: 0;
	}
	.sub_menu ul a {
		padding-left: 30px;
		font-size: 1rem;
	}
	.sub_menu ul a i {
		margin-right: .9rem;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
スマホ用ナビゲーション
::::::::::::::::::::::::::::::::::::::::::::::::::*/
#nav_btn {
	display: none;
}

@media screen and (max-width:767px) {
	#nav_btn {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 3;
		width: 100%;
		height: 50px;
		text-align: center;
		font-size: 24px;
		color: #fff;
		background-color: #f15a24;
		border-bottom: 3px solid #fff;
		font-size: 0.9rem;
		padding-top: 12px;
		font-family: 'Julius Sans One', sans-serif;
		font-weight: bold;
	}
	#nav_btn i {
		margin-right: 1rem;
	}
	#nav_btn span:first-child {
		display: block;
	}
	#nav_btn.active span:first-child {
		display: none;
	}
	#nav_btn span:last-child {
		display: none;
	}
	#nav_btn.active span:last-child {
		display: block;
	}
	#global_nav {
		display: none;
		position: fixed;
		width: 100%;
		height: 100vh;
		background-color: rgba(255,255,255,1);
		z-index: 2;
		top: 0;
		left: 0;
		overflow: auto;
	}
	#global_nav>ul {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		width: 300px;
		overflow: auto;
		display: block;
		padding-top: 100px;
		background: url(img/logo.png) no-repeat scroll center 30px;
		background-size: 200px;
		margin: 40px auto 0;
	}
	#global_nav>ul>li {
		text-align: center;
		font-weight: bold;
		float: none;
		width: 100%;
		margin-bottom: 2px;
	}
	#global_nav>ul>li>a {
		padding: 12px;
		background-color: #f15a24;
	}
	#global_nav>ul>li>a i {
		transition: 1s;
		transform-origin: center;
	}
	#global_nav>ul>li>a.toggle_open i {
		transform: rotateX(180deg);
	}
	#global_nav>ul>li>a:hover {
		background-color: #f15a24;
	}
}

/*ランドスケープモード対応*/
@media screen and (max-height:400px) {
	#global_nav {
		overflow: scroll;
	}
	#global_nav ul {
		margin-top: 40px;
		height: auto;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
スライド
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.slider_wrapper {
	position: relative;
}
.sp-horizontal .sp-next-arrow {
	margin-left: 580px;
	background-image: url('img/arrow_right.png');
	background-size: 70px;
}
.sp-horizontal .sp-previous-arrow {
	margin-left: -650px;
	background-image: url('img/arrow_left.png');
	background-size: 70px;
}
.sp-fade-arrows {
	opacity: 0;
}
.slider_wrapper:after {
	background: url("img/slider_bottom.png") no-repeat scroll center bottom;
	height: 37px;
	display: block;
	position: relative;
	margin-top: -37px;
	content: "";
}
@media(max-width:991px) {
	.slider_wrapper:after {
		display: none;
	}
}

/*ワッペン*/
.slider_mark {
	width: 184px;
	position: absolute;
	left: 50%;
	top: 80%;
	margin-left: 320px;
	z-index: 2;
}
.slider_mark a:hover {
	opacity: 1;
	background-color: transparent;
}
.slider_mark img {
	transition: 0.5s ease;
}
.slider_mark a:hover img {
	transform: scale(1.08);
	opacity: 1;
}
@media screen and (max-width:1199px) {
	.slider_mark {
		margin-left: 280px;
	}
}
@media screen and (max-width:991px) {
	.slider_mark {
		width: 160px;
		margin-left: 260px;
	}
}
@media screen and (max-width:849px) {
	.slider_mark {
		display: none;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
トップページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.top_section {
	margin-bottom: 10px;
}
.top_section_cover {
	width: 100%;
	height: 100%;
	padding: 10rem 0;
}
.sec01 {
	background: url('img/sec01_back.jpg') no-repeat scroll center center;
	background-size: cover;
}
.sec02 {
	background-color: #fcc800;
}
.sec03 {
	background-color: #88bfbf;
}
.sec04 {
	background-color: #bbdbf3;
}
@media (max-width:991px) {
	.top_section_cover {
		padding: 5rem 0;
	}
}
@media (max-width:767px) {
	.top_section_cover {
		padding: 3rem 0;
	}
}
@media (max-width:543px) {
	.top_section_cover {
		padding: 2rem 0;
	}
}


/*共通*/
.top_box {
	background-color: rgba(255,255,255,0.9);
	padding: 2rem;
}
@media (max-width:543px) {
	.top_box {
		padding: 1rem;
	}
}

.top_box .lead_text {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #f15a24;
	margin-bottom: 2rem;
	position: relative;
}
@media (max-width:1199px) {
	.top_box .lead_text {
		font-size: 1.75rem;
	}
}
@media (max-width:991px) {
	.top_box .lead_text {
		font-size: 1.5rem;
	}
}
@media (max-width:399px) {
	.top_box .lead_text {
		font-size: 1.3rem;
	}
}

.top_box p {
	text-align: center;
	margin-bottom: 2rem;
}
.top_box .top_link {
	margin-bottom: 0;
	text-align: center;
}
.top_box .top_link a {
	margin: 1rem;
}
@media (max-width:543px) {
	.top_box p {
		text-align: left;
		margin-bottom: 1rem;
	}
	.top_box .top_link a {
		margin: 0.3rem;
	}
}

/*sec00*/
.sec00 {
	background: url(img/top_sec00_back.jpg) no-repeat scroll center center;
	background-size: cover;
}
.sec00 .top_section_cover {
	padding-top: 1rem;
	padding-bottom: 5rem;
}
.sec00 .lead_text img {
	width: 100%;
	max-width: 600px;
}
.sec00 .top_box {
	background-color: transparent;
}
.sec00_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.sec00_box dl {
	width: 17.6%;
	background-color: #e6e4ce;
	padding: .5rem;
	border-radius: 3px;
	position: relative;
	box-shadow: 5px 5px 0px #999;
}
.sec00_box dl::before {
	position: absolute;
	top: 36%;
	content: '\f101';
	font-family: fontAwesome;
	color: #333;
	font-size: 2rem;
	left: -23px;
}
.sec00_box dl:first-child::before {
	content: none;
}
.sec00_box dt {
	padding-bottom: 5px;
	border-bottom: 2px solid #333;
	margin-bottom: 1rem;
	font-size: .8rem;
	text-align: center;
}
.sec00_box dd {
	font-size: .7rem;
	line-height: 1.7;
	text-align: justify;
	text-justify: distribute;
}
.sec00 p.before_text {
    margin: 0 auto 2rem;
    font-size: 1.5rem;
    font-weight: bold;
	color: #ff177c;
    background-color: rgba(255,255,255,.95);
    max-width: 540px;
    padding: 1rem 2rem;
}
.sec00 p.after_text {
	display: block;
	margin: 0 auto;
	background-color: rgba(255,255,255,.95);
	max-width: 540px;
	padding: 1rem 2rem;
}
@media(max-width:1199px) {
	.sec00_box dl::before {
		font-size: 1.7rem;
		left: -18px;
	}
}
@media(max-width:991px) {
	.sec00_box {
		justify-content: center;
	}
	.sec00_box dl {
		width: 29%;
		margin: 2%;
	}
	.sec00_box dl::before {
		left: -19px;
	}
	.sec00 p.before_text {
	}
}
@media(max-width:767px) {
	.sec00_box dl::before {
		left: -20px;
	}
	.sec00 p.before_text {
		padding: 1rem;
		font-size:1.4rem;
	}
	.sec00 p.after_text {
		font-size: 0.9rem;
		padding: 1rem;
	}
}
@media(max-width:749px) {
	.sec00_box dl::before {
		left: -18px;
	}
}
@media(max-width:699px) {
	.sec00_box dl::before {
		left: -17px;
	}
}
@media(max-width:669px) {
	.sec00_box {
		display: block;
	}
	.sec00_box dl {
		width: 100%;
		margin: 0 0 2rem;
	}
	.sec00_box dl::before {
		position: absolute;
		left: 48%;
		content: '\f0ab';
		font-family: fontAwesome;
		top: -38px;
		font-size: 1.3rem;
	}
}
@media(max-width:599px) {
	.sec00 p.before_text {
		font-size: 1.3rem;
	}
}
@media(max-width:543px) {
	.sec00_box dl::before {
		top: -38px;
	}
	.sec00 p.before_text {
		font-size: 1.3rem;
		text-align: center;
	}
}
@media(max-width:499px) {
	.sec00 p.before_text {
		font-size: 1.2rem;
	}
}
@media(max-width:399px) {
	.sec00 p.before_text {
		font-size: 1.1rem;
	}
	.top_box .lead_text {
		margin-bottom: 1rem;
	}
}

/*sec01*/
.sec01 {
	background: url(img/top_sec01_back.jpg) no-repeat scroll center center;
	background-size: cover;
}
.sec01 .top_box .lead_text {
	color: #f7931e;
	padding-bottom: 0;
	border-bottom: 0px;
}
.sec01 .top_box .lead_text::before {
	content: '[';
	font-size: 100px;
	font-weight: bold;
	color: #f7931e;
	position: absolute;
	left: 270px;
	top: -17px;
}
.sec01 .top_box .lead_text::after {
	content: ']';
	font-size: 100px;
	font-weight: bold;
	color: #f7931e;
	position: absolute;
	right: 270px;
	top: -17px;
}
@media (max-width:1199px) {
	.sec01 .top_box .lead_text::before {
		font-size: 90px;
		left: 190px;
	}
	.sec01 .top_box .lead_text::after {
		font-size: 90px;
		right: 190px;
	}
}
@media (max-width:991px) {
	.sec01 .top_box .lead_text::before {
		font-size: 76px;
		left: 15%;
	}
	.sec01 .top_box .lead_text::after {
		font-size: 76px;
		right: 15%;
	}
}
@media (max-width:639px) {
	.sec01 .top_box .lead_text::before,
	.sec01 .top_box .lead_text::after {
		display: none;
	}
}

.sec01 figure {
	text-align: center;
	margin-bottom: 10px;
}
.sec01 img {
	width: 400px;
	margin-bottom: 10px;
}

/*sec02　「起業資金・助成金・補助金」*/
.sec02 {
	background: url(img/top_sec02_back.jpg) no-repeat scroll center center;
	background-size: cover;
}
.sec02 .top_box .lead_text,
.sec03 .top_box .lead_text,
.sec04 .top_box .lead_text {
	border-bottom: 3px solid #f15a24;
	height: 80px;
	padding-top: 17px;
	text-align: left;
	background: url(img/top_sec02_01.png) no-repeat scroll;
	background-size: 240px;
	background-position: 170px bottom;
	padding-left: 420px;
}
@media (max-width:1199px) {
	.sec02 .top_box .lead_text {
		background-position: 100px bottom;
		padding-left: 350px;
	}
}
@media (max-width:991px) {
	.sec02 .top_box .lead_text,
	.sec03 .top_box .lead_text,
	.sec04 .top_box .lead_text {
		height: 70px;
		background-size: 200px !important;
		background-position: 30px bottom !important;
		padding-left: 240px !important;
	}
}
@media (max-width:767px) {
	.sec02 .top_box .lead_text,
	.sec03 .top_box .lead_text,
	.sec04 .top_box .lead_text {
		height: auto;
		padding-top: 80px;
		background-position: center top !important;
		padding-left: 0 !important;
		text-align: center;
		border-bottom: 0;
		margin-bottom: 1rem;
	}
}

/*sec03　「ウェブサイト制作」*/
.sec03 {
	background: url(img/top_sec03_back.jpg) no-repeat scroll center center;
	background-size: cover;
}
.sec03 .top_box .lead_text {
	background: url(img/top_sec03_01.png) no-repeat scroll;
	background-size: 240px;
	background-position: 250px bottom;
	padding-left: 500px;
}
@media (max-width:1199px) {
	.sec03 .top_box .lead_text {
		background-size: 240px;
		background-position: 150px bottom;
		padding-left: 400px;
	}
}

/*sec04　「その他設備」*/
.sec04 {
	background: url(img/top_sec04_back.jpg) no-repeat scroll center center;
	background-size: cover;
}
.sec04 .top_box .lead_text {
	background: url(img/top_sec04_01.png) no-repeat scroll;
	background-size: 240px;
	background-position: 290px bottom;
	padding-left: 540px;
}
@media (max-width:1199px) {
	.sec04 .top_box .lead_text {
		background-size: 240px;
		background-position: 210px bottom;
		padding-left: 460px;
	}
}

/*top_news*/
.top_news {
	padding: 2rem 0;
	margin-bottom: 10px;
}
.top_news figure {
	text-align: center;
	margin-bottom: 0.5rem;
}
.top_news figure img {
	width: 60px;
}
.top_news table {
	margin: 0 auto 2rem;
}
.top_news td {
	vertical-align: top;
}
.top_news td:first-child {
	width: 180px;
}
.top_news td span {
	display: inline-block;
	font-size: .6rem;
	font-weight: bold;
	background: #e8e8e8;
	padding: 0px 10px;
	margin-right: .5rem;
	vertical-align: 2px;
}
@media (max-width:543px) {
	.top_news td {
		display: block;
		width: 100% !important;
	}
}

/*top_contact*/
.top_contact {
	background-color: #f5f5f5;
	padding: 2rem 0;
}
.top_contact .top_box {
	background-color: transparent;
}
.top_contact figure {
	text-align: center;
	margin-bottom: 0.5rem;
}
.top_contact figure img {
	width: 56px;
}
.top_contact .top_link a {
	display: block;
	max-width: 460px;
	margin: 1rem auto 0;
	letter-spacing: 2px;
	font-weight: bold;
	padding: 1rem;
	white-space: normal;
}
.top_contact p {
	text-align: center !important;
}
.top_contact_address {
	font-size: .82rem;
}

/*top_map*/
.top_map {
	line-height: 0;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
ページ共通
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.page_contents {
	padding-top: 2rem;
	max-width: 930px;
}
@media (max-width:991px) {
	.page_contents {
		padding-top: 1rem;
	}
}
@media (max-width:767px) {
	.page_contents {
		padding-top: 0;
	}
}

.page_contents figure {
	margin-bottom: 2rem;
	text-align: center;
}
.page_contents figure img {
}

.page_contents h1 {
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	color: #f15a24;
	border-bottom: 5px solid;
	padding-bottom: 10px;
	margin-bottom: 3rem;
	letter-spacing: 3px;
}
@media (max-width:991px) {
	.page_contents h1 {
		font-size: 1.5rem;
		margin-bottom: 2rem;
		margin-top: 1rem;
	}
}
@media (max-width:543px) {
	.page_contents h1 {
	}
}

.page_contents h2 {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 4rem 0 2rem;
	color: #fff;
	background: #f7931e;
	padding: 1rem;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.5;
}
@media (max-width:991px) {
	.page_contents h2 {
		font-size: 1.2rem;
		margin: 3rem 0 1.5rem;
	}
}
@media (max-width:543px) {
	.page_contents h2 {
		font-size: 1.1rem;
		margin: 2rem 0 1rem;
	}
}
.page_contents h3 {
	font-size: 1.3rem;
	font-weight: bold;
	margin: 2rem 0 1rem;
	display: inline-block;
	padding: 10px;
	background-color: #eee;
	border-radius: 3px;
}
@media (max-width:991px) {
	.page_contents h3 {
		font-size: 1.1rem;
	}
}
@media (max-width:543px) {
	.page_contents h3 {
		font-size: 1rem;
		margin: 1rem 0 0.5rem;
	}
}
.page_contents h4 {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
.page_contents a {
	text-decoration: underline;
}
.page_contents a:hover {
	text-decoration: none;
}
.page_contents p {
	margin-bottom: 2rem;
	text-align: left;
}
.page_contents ul {
	margin-bottom: 2rem;
}
.page_contents li {
	list-style: disc;
	margin-left: 1.5rem;
}
.page_contents dl {
	margin-bottom: 2rem;
}
.page_contents dt {
	margin-bottom: 0.5rem;
}
.page_contents dt::before {
	content: '● ';
}
.page_contents dd {
	padding-left: 1rem;
	margin-bottom: 2rem;
	line-height: 1.8;
	border-left: 10px solid #eee;
}
.page_contents table {
	margin-bottom: 2rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.page_contents table caption {
	font-size: 1.1rem;
	font-weight: bold;
	color: #333;
}
.page_contents table th,
.page_contents table td {
	padding: 10px;
	border: 1px solid #999;
}
.page_contents table th {
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
.page_contents table td {}
@media (max-width:767px) {
	.page_contents table {
		border: 1px solid #ccc;
	}
	.page_contents table th,
	.page_contents table td {
		display: block;
		width: 100%;
		border: 0px;
	}
}


/*btn*/
.btn {
	font-size: 1rem;
	text-decoration: none !important;
	display: inline-block;
	margin: 0.5rem;
}
@media(max-width:543px) {
	.btn {
		letter-spacing: 1px !important;
	}
}

/*btn_base*/
.btn_base {
	padding: 1rem 1.5rem;
	background-color: #f7931e;
	color: #fff;
	border-radius: 5px;
	border: 2px solid #f7931e;
}
.btn_base:hover {
	background-color: #fff;
	color: #f7931e;
	border-color: #f7931e;
}
.btn_base i {
	display: inline-block;
	margin-left: 10px;
}
.btn_base:hover i {
}
.btn_base:focus {
	color: #fff;
	background-color: #f7931e;
}

/*btn_tel*/
.btn_tel {
	display: block;
	margin: 1rem auto;
	max-width: 460px;
	padding: 0.5rem 1.5rem;
	background-color: #f25a24;
	color: #fff;
	border-radius: 5px;
	border: 2px solid #f25a24;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}
.btn_tel:hover,
.btn_tel:focus {
	background-color: #fff;
	color: #f25a24;
	border-color: #f25a24;
}
.btn_tel i {
	font-size: 3rem;
}
@media(max-width:543px) {
	.btn_tel {
		font-size: 1.6rem;
	}
	.btn_tel i {
		font-size: 2rem;
	}
}
@media(max-width:349px) {
	.btn_tel {
		font-size: 1.4rem;
	}
}

.page_contents p.link_btn {
	text-align: center;
}


.lead_p {
	font-size: 1.3rem;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin: 30px auto;
}
@media screen and (max-width:767px) {
	.lead_p { text-align: left; }
}


.page_mainimg {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::
各トップ
company
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.company_box {
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
}
.company_box figure {
	width: 54%;
	margin-bottom: 0;
}
.company_box h1 {
	width: 46%;
	font-size: 1.9rem;
	font-family: sanserif;
	color: #003c83;
	letter-spacing: 2px;
	text-align: center;
	padding: 0;
	border-bottom: 0;
	border: 0;
	margin: 0;
}
.company_box h1 img {
	max-width: 325px;
	width: 100%;
	margin: 0 auto 0;
	display: block;
}
.company_box h1 span {
	color: #fff;
	background-color: #ff5a19;
	max-width: 290px;
	width: 100%;
	display: block;
	padding: 1rem 0;
	margin: 0 auto;
	font-size: 1.75rem;
}
@media (max-width:767px) {
	.company_box {
		display: block;
		margin-bottom: 2rem;
	}
	.company_box figure {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 2rem;
	}
	.company_box h1 {
		width: 100%;
	}
}

.company p {
	font-size: 1.2rem;
	font-weight: bold;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
}
@media (max-width:991px) {
	.company p {
		font-size: 1.1rem;
	}
}
@media (max-width:543px) {
	.company p {
		text-align: left;
		font-size: 1rem;
	}
}


/*company：起業*/

/*company：既存会社*/
.existingcompany h1::before {
	background-image: url('img/existingcompany_01.jpg');
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
各資金
funds
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.funds {}
.funds h1 {
	background: url(img/top_sec02_01.png) no-repeat scroll center top;
	background-size: 280px;
	padding-top: 120px;
	border-bottom: 0;
}

.funds_manga {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.funds_manga img {
	max-width: 49%;
}
@media(max-width:499px) {
	.funds_manga {
		display: block;
	}
	.funds_manga img {
		max-width: 100%;
	}
}

.funds_box {
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
	margin-bottom: 3rem;
}
.funds_box div {
	padding: 1rem;
	min-width: 49%;
	max-width: 49%;
	background-color: #f9f9f9;
	border-left: 10px solid #eee;
}
@media (max-width:767px) {
	.funds_box {
		display: block;
		margin-bottom: 2rem;
	}
	.funds_box div {
		min-width: 100%;
		max-width: 100%;
		margin-bottom: 1rem;
		padding-bottom: 0rem;
		overflow: auto;
	}
}

.funds_flow {}
.funds_flow li {
	list-style: decimal;
	margin-left: 1.5rem;
	margin-bottom: 1rem;
}
.funds_flow li strong {
	display: block;
}

.funds_box_02 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ec7c30;
	font-weight: bold;
	font-size: 1.1rem;
}
.funds_box_02.hojokin {
	color: #4472c2;
}
.funds_box_02 figure {
	width: 110px;
	margin-right: 2rem;
}
.funds_table_01 th {
	background-color: #f9e9d5;
	width: 160px;
}
.funds_table_02 th {
	/*
	 * background-color: #f2f9ff;*/
	background-color: #d6ecff;
	width: 160px;
}
@media (max-width:543px) {
	.funds_box_02 {
		display: block;
	}
	.funds_box_02 figure {
		width: 80px;
		margin: 1rem auto;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
各ウェブサイト制作
web
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.web {}
.web h1 {
	background: url(img/top_sec03_01.png) no-repeat scroll center top;
	background-size: 280px;
	padding-top: 120px;
	border-bottom: 0;
}
.web_points {
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
	margin-bottom: 3rem !important;
}
.web_points img {
	width: 30%;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
各その他設備
equipment
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.equipment {}
.equipment h1 {
	background: url(img/top_sec04_01.png) no-repeat scroll center top;
	background-size: 280px;
	padding-top: 120px;
	border-bottom: 0;
}
.equipment_box {
	display: flex;
	justify-content: space-between;
}
.equipment_box figure,
.equipment_box div {
	width: 48%;
}
@media (max-width:767px) {
	.equipment_box {
		display: block;
	}
	.equipment_box figure,
	.equipment_box div {
		width: 100%;
	}
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
お問い合わせ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.contact p {
	text-align: center;
}

/*フォーム*/
.form_width { max-width: 100%; }
.form_dl {
	overflow: auto;
	margin-bottom: 1rem !important;
}
.form_dl dt {
	float:left;
	width:30%;
	text-align:right;
	clear:both;
	padding: 10px;
}
.form_dl dt::before {
	content: none;
}
.form_dl dd {
	float:right;
	margin-bottom:20px;
	width:67%;
	border: 0px;
	padding: 0;
}
.form_dl input {
	width:100%;
	padding:5px;
	box-shadow:none;
}
.form_dl textarea {
	width:100%;
	padding:5px;
	box-shadow:none;
	border-color:#ccc;
}
.form_dl select {
	-webkit-appearance: button;
	appearance: button;
	background: #fff url(img/form_select_mark.png) no-repeat scroll right center;
	background-size: 30px;
}
.form_dl input,
.form_dl select {
	height: 50px;
}
.form_dl input,
.form_dl select,
.form_dl textarea {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	width: 100%;
}
@media screen and (max-width: 767px) {
	.form_dl dt,
	.form_dl dd {
		float: none;
		display: block;
		width: 100%;
	}
	.form_dl dt { text-align:center; }
}
/*必須マーク*/
.required_text {
	display: inline-block;
	padding: 3px 5px;
	background-color: orange;
	color: #fff;
	border-radius: 3px;
	line-height: 1.2;
	vertical-align: 2px;
	font-size: .5rem;
	margin-left: 5px;
}

.required_text._optional {
	background: #808080;
}
/*送信ボタン*/
.wpcf7-submit {
	padding: 15px;
	background: #e9e9e9; 
	color: #363B3F;
	border-radius: 5px;
	border: none;
	width: 300px;
	min-width: 300px;
}
.wpcf7-submit:hover {
	background-color: #dcdcdc;
}
.screen-reader-response {
	display:none;
}
.wpcf7-not-valid-tip {
	background-color:#eee;
	width:100%;
	display:block;
	font-weight: bold !important;
	font-size: .8rem !important;
	padding: 5px 10px;
}
/*送信エラー*/
.wpcf7-validation-errors {
	font-weight:bold;
	background-color:#ffa500;
	color:#fff;
	padding:20px 10px !important;
	border:none !important;
}
/*送信完了*/
.wpcf7-mail-sent-ok {
	font-weight:bold;
	background-color:#228b22;
	color:#fff;
	padding:20px 10px !important;
	border:none !important;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
投稿アーカイブページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.archive_ul {
	margin: 3rem 1rem 1rem;
}
.archive_ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #ccc;
}
.archive_ul li a {
	text-decoration: none;
}

.wp-pagenavi {
	margin-top: 50px;
	text-align: center;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
投稿個別ページ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
.single_title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #f7931e;
	border-bottom: 1px solid #f7931e;
	padding: .5rem;
	margin: 3rem 0 1rem;
}
.single_date {
	font-size: .8rem;
	text-align: right;
	margin: 1rem 0;
}
.single_contents {
	padding-left: 1rem;
	border-left: 7px solid #ddd;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::
フッタ
::::::::::::::::::::::::::::::::::::::::::::::::::*/
footer {
	color: #fff;
	background-color: #f7931e;
	margin-top: 3rem;
	padding-top: 2rem;
}
@media (max-width:991px) {
	footer {
		margin-top: 0rem;
		padding-top: 1rem;
	}
}
@media (max-width:767px) {
	footer {}
}
.home footer {
	margin-top: 0;
}
footer address {
	margin-top: 3rem;
	font-size: .8rem;
	text-align: center;
	line-height: 1.9;
}
footer ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer li {
}
footer li a {
	color: #fff;
	text-decoration: none;
	padding: 0.5rem 1rem;
	font-family: 'Julius Sans One', sans-serif;
	display: inline-block;
	margin: 0.5rem;
}
footer li a:hover {
	color: #f7931e;
	background-color: #fff;
	border-radius: 1.5rem;
}
footer p a:hover {
	background-color: transparent;
}
@media (max-width:767px) {
	footer address {
		margin-top: 2rem;
	}
	footer li {
		flex-grow: 1;
	}
	footer li a {
		border-radius: 3px;
		text-align: center;
		display: block;
		background: rgba(255,255,255,.15);
		padding: 5px 10px;
		margin: 0.3rem;
	}
	footer li a:hover {
		border-radius: 3px;
	}
}

.copyright {
	text-align: center;
	padding: 0.5rem;
	font-size: .8rem;
	font-family: 'Julius Sans One', sans-serif;
}

/*
@media screen and (max-width:991px) {
	footer address {
		text-align: center;
	}
	footer address img {
		margin-left: auto;
		margin-right: auto;
	}
	footer ul {
		text-align: center;
	}
	footer li:after {
		content: none;
	}
	footer li {
		display: block;
		border-top: 2px dotted #ccc;
		padding: 5px;
	}
	footer li  a {
		display: block;
		padding: 5px 0px;
		font-size: 18px;
	}
	footer ul {
		border-bottom: 2px dotted #ccc;
	}
}
*/

/*PAGETOP*/
.page_top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	width: 90px;
	height: 50px;
	z-index: 10;
}
.page_top a {
	display: block;
	color: #fff;
	background-color: #f15a24;
	width: 100%;
	height: 100%;
	text-align: center;
	padding-top: 5px;
	font-size: .6rem;
	font-weight: bold;
	border: 3px solid #fff;
}
.page_top a i {
	color: #fff;
	font-size: 20px;
	display: block;
}
.page_top a:hover {
	background-color: #fbb03b;
}

@media screen and (max-width: 767px) {
	.page_top {
		display: none;
	}
}

/* privacy-policy */
.text-link {
	color: blue;
	transition: color ease-in-out 3.s;
}

.text-link:hover {
	background: initial;
	color: red;
}

/* contactボタンのレイアウト */
input[type=submit] {
    display: inline-block;
	width: 300px;
    min-width: 300px;
    padding: 15px 4px;
    background: #F15A24;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.9px;
    font-weight: 700;
    text-align: center;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    position: relative;
	border: 1px solid transparent;
}

/* 無効時のボタンレイアウト */
input[type=submit]:disabled {
	background: #EBEBE4;
	color: #808080;
	border-color: currentcolor;
	outline: 2px solid transparent;
}

/* 無効時にホバーが効かないように */
input[type=submit]:disabled:hover {
	cursor: not-allowed;
}

/* 無効時にホバーを効かないように */
input[type=submit]:not(:disabled):hover {
	background: #fff;
	color: #F15A24;
	border: 1px solid currentcolor;
}