/*=================================================
||				1. Imports 
==================================================*/

body
{
	font-family: "メイリオ", "Meiryo UI", "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", sans-serif;
	overflow-x: hidden;
	color: #fff;
	font-size: 10px;
}
a
{
	text-decoration:none; 
}


/*Owl Carousel*/
.owl-prev, .owl-next
{
	position: absolute;
	top: 43%;
	font-size: 18px;
	padding: 5px;
}
.owl-next
{
	right: -40px;
}
.owl-prev
{
	left: -40px;
}
.owl-prev:before
{
	content: "\f3d2";
	font-family: 'ionicons';
 	/*color: #fff;*/
}
.owl-next:before
{
	content: "\f3d3";
	font-family: "ionicons";
	/*color: #fff;*/
}
.section-title{
	color: #313131;
	text-align: center;
}
.section-subtitle{
	color: #583b54;
	text-align: center;
	margin-bottom: 50px;
}
.section-wrapper{
	padding-top: 70px;
	padding-bottom: 70px;
}
p{
	color: #969595;
}
.border-radius{
	border-radius: 0 !important;
	border-color: #60c9eb;
	height: 45px;
}
p:hover{
	cursor: default;
}


.navbar-toggle:hover .navbar-toggler-icon, .navbar-toggle:focus .navbar-toggler-icon {
	background-color: rgb(96, 201, 235);
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*=================================================
||				Header
==================================================*/
/*navbar*/
.navbar-expand-lg .navbar-brand{
	border: 1px solid transparent;
	color: #60c9eb;
	font-size: 33px;
	padding: 10px 0px;
	height: auto;
	font-weight: 400;
	letter-spacing: -1px;
	text-transform: capitalize;
}
ul.nav.navbar-nav.navbar-right{
	margin-top: 10px;
}
.navbar-expand-lg .navbar-brand span{
	color: #583b54;
}
.navbar-expand-lg .navbar-brand:focus, .navbar-expand-lg .navbar-brand:hover{
	color: #60c9eb;
}
.navbar-expand-lg {
	background-color: #fff;
	border-color: transparent;
	padding: 5px 0px;
	border-radius: 0;
	text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav>li>a{
	color: #60c9eb;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid transparent;
	font-size: 19px;
	font-weight: 300;
	letter-spacing: 1px;
	transition: all .4s ease-in-out;
}
.navbar-expand-lg .navbar-nav>li>a:hover{
	color: #60c9eb;
}
.navbar-expand-lg .navbar-nav>li>a:focus, .navbar-expand-lg .navbar-nav>li>a:hover{
	color: #60c9eb;
	background: #e8f9ff;
}
.navbar-nav>li>a {
	padding-top: 8px;
	padding-bottom: 8px;
}
.navbar-expand-lg .navbar-nav>.active>a, .navbar-expand-lg .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background-color: transparent;
	color: #60c9eb;
	background: #e8f9ff;
}

/*Home*/
.flexslider{
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	padding: 0;
	border: 0;
	overflow-x: hidden;
	background: transparent;
	background-image: url('/img/top.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: 30% ; 

}
.slider-item{
	background-size: inherit;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.inner-intro{
	display: table-cell;
	position: relative;
}
.intro{
	display: table;
	text-align: center;
	width: 100%;
	height: 100vh;
}
.intro_sp{
	display: table;
	text-align: center;
	width: 100%;
	height: 50vh;
}
.header-title{
	font-weight: 400;
}
.header-title span{
	font-weight: 700;
}
.header-sub-title{
	margin: 20px 40px 25px;
}
.custom-btn{
	color: gray;
	background-color: lightyellow;
	border-color: #FFF;
	border-radius: 0px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
	transition: all .4s ease-in-out;
}
.custom-btn:hover{
	background: #fff;
	color: #583b54;
}


/*=================================================
||				Section
==================================================*/
.section-background{
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	text-transform: uppercase;
	background-image: url('/img/section-header.png');
	text-align: center;
	background-size: cover;
}


/*=================================================
||				footer
==================================================*/
footer{
	text-align: center;
	padding: 20px;
	background: #60c9eb;
}
footer a{
	color: #fff;
	padding: 5px;
}
footer a:hover{
	color: #fff;
}
footer a:hover, footer a:focus{
	text-decoration: none;
	color: #fff;
}
.top {
	display: inline-block;
	float: right;
	background-color: #2F6B5A;
	border-radius: 4px;
}


/*=================================================
|| フロー
==================================================*/
.stepbar {
	margin: 0 auto;
	width: 90%;
}

.stepbar .stepbarwrap {
	margin: 2em 0;
	position: relative;
}

.stepbar .stepbarwrap .steptitle {
	display: inline-flex;
	align-items: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle {
	display: inline-block;
	width:	8em;
	height: 8em;
	content: "";
	border-radius: 50%;
	background-color: royalblue;
	color: white;
	text-align: center;
}

.stepbar .stepbarwrap .steptitle .stepcircle span {
	display: inline-block;
	line-height: -0.0em;
	font-size: 5.3em;
	font-weight: bold;
	position: relative;
	top: 0.75em;
}

.stepbar .stepbarwrap .steptitle .title {
	margin: 0.5em;
	margin-left: 1.5em;
	font-weight: bold;
	font-size: 1.2em;
	color:black;
}

.stepbar .stepbarwrap .steptxt {
	padding-left: 3.5em;
	color:black;
}

.stepbar .stepbarwrap .steptxt .txt {
	font-size: 1.3em;
}

.stepbar .stepbarwrap .stepline {
	width: 5px;
	height: calc(100% + 3em);
	background-color: royalblue;
	position: absolute;
	top: 1.4em;
	left: 1.5em;
	z-index: -1;
}

.stepbarwrap:last-of-type .stepline:last-of-type {
	display: none;
}

@media screen and (max-width: 960px) {
	.stepbar {
		width: 90%;
	}
}

/*# sourceMappingURL=style.css.map */


/*=================================================
|| 流れタイトル
==================================================*/
.section-background{
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
	text-transform: uppercase;
	background: url('../img/section-header.png');
	text-align: center;
	background-size: cover;
}
.page-header{
	text-transform: uppercase;
	color: #fff;
	font-weight: 200;
	border-bottom: none;
	padding-top: 85px;
	padding-bottom: 40px;
	font-size: 34px;
}




/*=================================================
|| Table
==================================================*/
.info-table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	color: black;
	font-size: 18px;
}

.info-table th,
.info-table td{
	padding: 16px;
	font-weight: normal;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}
.info-table th{
	background-color: #CDEAFF;
}
.info-table td{
	background-color: #fbf9f9;
	width:10%;
}

.jigyou-list{
	list-style: none;
	padding: 0;
}
.jigyou-list li{
	margin: 5px 0;
}

@media screen and (max-width: 640px) {
	.t-head{
		display: none;
	}
	.info-table th,
	.info-table td{
		display: block;
		width:100%;
		text-align:center !important;
	}
	.info-table td::before{
		content: attr(data-t-label);
		display: block;
		color: #999;
		margin: 8px 0;
	}
}
