/* 基本設定 */
html {
	overflow: auto;
	scroll-behavior: smooth;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.03;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック";
	font-weight: normal;
	color: #2a2a2a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 768px) {html {font-size: 16px;}}
@media only screen and (max-width: 480px) {html {font-size: 13px;}}

* {-webkit-tap-highlight-color: transparent;}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
li {list-style: none;}

p {margin: 0;}

a {text-decoration: none;}

.left {float: left;}

.right {float: right;}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
}

.pc {display: none !important;}
.sp {display: block !important;}
img.pc {display: none !important;}
img.sp {display: inline !important;}

.mb1 {margin-bottom: 1em;}
.mb2 {margin-bottom: 2em;}
.mb3 {margin-bottom: 3em;}
.mb4 {margin-bottom: 4em;}
.mb5 {margin-bottom: 5em;}

@media only screen and (min-width: 769px) {

	.pc {display: block !important;}
	.sp {display: none !important;}
	img.pc {display: inline !important;}
	img.sp {display: none !important;}
	a {transition: 0.5s;}
	a:hover {opacity: 0.6;}
}

/* 共通 */
body {
	overflow: hidden;
	text-align: center;
}
article {
	width: 1150px;
	margin: 2em auto 0;
	opacity: 0;
	transition: 0.5s;
}
article.on {
	margin: 0 auto 0;
	opacity: 1;
}
.main {
	position: relative;
}
.main figure {
	position: absolute;
	top: 42%;
	left: 0;
	opacity: 0;
	transition: 0.5s 0.5s;
}
.main.on figure {
	-webkit-animation: bound 1.5s 0.5s linear;
	animation: bound 1.5s 0.5s linear;
	opacity: 1;
}
.main figure img {width: 100%;}

.bg {background: url(../img/bg.jpg) 50% 0; }

.para {
	opacity: 0;
	-webkit-transform: translateY(2em);
	transform: translateY(2em);
	transition: 0.5s;
}
.para.on {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.mybank a {display: inline-block;}

.cp {margin: 3em 0;}

.slide {
	position: relative;
	margin-bottom: 0;
}
.slide::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/bg_slide_1.png) repeat-y 0 0,
				url(../img/bg_slide_2.png) repeat-y 100% 0;
}
.info {
	padding-top: 3em;
	background: url(../img/bg_info.jpg);
}

.add {font-size: 12px;}

.logo {padding: 3em 0;}

/* アニメ */
@-webkit-keyframes bound {
	0% {transform: translateY(0);}
	15% {transform: translateY(-24px);}
	30% {transform: translateY(0);}
	45% {transform: translateY(-12px);}
	60% {transform: translateY(0);}
	75% {transform: translateY(-6px);}
	90%{transform: translateY(0);}
}
@keyframes bound {
	0% {transform: translateY(0);}
	15% {transform: translateY(-24px);}
	30% {transform: translateY(0);}
	45% {transform: translateY(-12px);}
	60% {transform: translateY(0);}
	75% {transform: translateY(-6px);}
	90%{transform: translateY(0);}
}

/* 追尾ボタン */
.app {
	position: fixed;
	right: 1em;
	bottom: -20em;
	transition: 1s;
}
.app.on {bottom: 2em;}

.app_btn {
	position: absolute;
	left: 55px;
}
.app_btn1 {top: 48%;}
.app_btn2 {top: 70%;}


@media only screen and (max-width: 1150px) {

	article {width: auto;}

}


@media only screen and (max-width: 768px) {

	.main figure {top: 65%;}
	.mybank a {display: inline;}
	.info {padding-bottom: 10em;}

	.app {
		overflow: hidden;
		width: 100%;
		right: 0;
	}
	.app.on {bottom: 0;}
	.app_btn {
		position: relative;
		width: 50%;
		float: left;
		left: 0;
	}

}





/*問合せ（追加パーツ）/common/css/base.css より
--------------------------------------------------------- */
.contact_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	margin: 0 0 20px;
	padding: 15px 20px;
	border: 1px solid #ccc;
}

.contact_block.baseline {
	align-items: baseline;
	padding: 15px 20px;
}

.contact_block h4 {
	width: 240px;
	margin-bottom: 0;
	padding: 0 30px 0 0;
	text-align: center;
	/*font-size: 1.6rem;*/
	font-size: 1.4em;
	font-weight: normal;
	background: none;
}

.contact_block .txt {
	flex:  1;
	-ms-flex: 1;
	padding: 5px 0 5px 45px;
	border-left: 1px dotted #ccc;
}

.contact_block .txt p {
	/*font-size: 1.2rem !important;*/
	line-height: 1.5 !important;
}

.contact_block .txt .tel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.contact_block .txt .tel_link {
	margin-right: 10px;
	color: #00a7db;
	/*font-size: 2.6rem;*/
	font-size: 2.4em;
	font-weight: bold;
}

.contact_block .txt .icon_free01 img {
	height: 25px !important;
	vertical-align: text-bottom;
	margin-right: 10px;
}

.contact_block .consultation {
	padding: 0 20px 0 0;
}

.contact_block .consultation h3 {
	margin: 0 0 5px;
	padding: 0 0 0 28px;
	font-weight: bold;
	border: none;
	background: url(../../common/img/common/icon_window01.png) left center no-repeat;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-o-background-size: 20px auto;
	background-size: 20px auto;
}

.contact_block .consultation .btn_link01 {
	display: table;
	width: 100%;
	min-height: 40px;
	line-height: 1.4 !important;
	background: #00a7db;
	-webkit-border-radius: 99em;
	-moz-border-radius: 99em;
	-ms-border-radius: 99em;
	border-radius: 99em;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}

.contact_block .consultation .btn_link01 a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	min-height: 40px;
	padding: 10px 35px 10px 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../../common/img/common/icon_arrow06.png) right 15px center no-repeat;
	-webkit-background-size: 8px auto;
	-moz-background-size: 8px auto;
	-o-background-size: 8px auto;
	background-size: 8px auto;
}

.firefox .contact_block .consultation .btn_link01 a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.contact_block .consultation .btn_link01 a:hover {
	opacity: 0.6;
}

.contact_block .consultation + .txt {
	padding-left: 20px;
}

.contact_block .txt .ttl_phone01 {
	margin: 0 0 5px;
	padding: 0 0 0 23px;
	font-weight: bold;
	border: none;
	background: url(../../common/img/common/icon_phone01.png) left center no-repeat;
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	-o-background-size: 16px auto;
	background-size: 16px auto;
}

.contact_block .txt .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.contact_block .txt .flex .img {
	width: 60px;
	margin-right: 15px;
}

.contact_block .txt .flex .txt_box {
	flex: 1;
	-ms-flex: 1;
}

.contact_block .txt .flex .txt_box h4 {
	width: 100%;
	margin: 0 0 5px;
	padding: 0 0 0 10px;
	color: #333;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: left;
	border-left: 4px solid #00a7db;
}

@media screen and (max-width: 750px) {
	
	.contact_block {
		display: block;
		padding: 15px 3%;
		border: 1px solid #ccc;
	}
	
	.contact_block.baseline {
		padding: 15px 3%;
	}
	
	.contact_block h4 {
		width: 84%;
		margin: 0 auto 10px;
		padding: 0 0 10px;
		/*font-size: 1.5rem;*/
		font-size: 1.3em;
		border-bottom: 1px solid #ccc;
	}
	
	.contact_block .txt {
		padding: 0;
		border: none;
	}
	
	.contact_block .txt .tel {
		display: block;
		text-align: center;
	}
	
	.contact_block .txt .tel_link {
		margin: 0 0 5px;
		/*font-size: 2.5rem;*/
		font-size: 2.5em;
	}
	
	.contact_block .txt .tel_link a {
		color: #00a7db;
	}
	
	.contact_block .txt .tel .icon_free01 {
		margin-bottom: 15px;
	}
	
	.contact_block .consultation {
		margin-bottom: 10px;
		padding: 0;
	}
	
	.contact_block .consultation + .txt {
		padding-left: 0;
	}
	
	.contact_block .txt .flex .txt_box h4 {
		border-bottom: none;
	}
}