@charset "UTF-8";

/*PC */
@media screen and ( min-width:991px) { 

}

/*スマホタブレット共通 */
@media screen and ( max-width:990px) { 

}

/*タブレット */
@media screen and (min-width:480px) and ( max-width:768px) { 

}

/*PC・タブレット */
@media screen and (min-width:481px)  { 
.pc {
	display:inline-block!important;
}
.sp {
	display:none!important;
}
}

/*スマホ */
@media screen and (max-width:480px)  { 
.pc {
	display:none!important;
}
.sp {
	display:inline-block!important;
}
}


/*グラデーション*/
/*background: #00C1A1; 
background: -moz-linear-gradient(left, #00C1A1 0%, #00977e 100%); 
background: -webkit-linear-gradient(left, #00C1A1 0%,#00977e 100%); 
background: linear-gradient(to right, #00C1A1 0%,#00977e 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C1A1', endColorstr='#00977e',GradientType=1 ); 
*/

 /* ----------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
   共通
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
---------------------------------------------------------------------------------- */
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src:
        url('fonts/NotoSerifJP-Regular.woff2') format('woff2'),
        url('fonts/NotoSerifJP-Regular.woff') format('woff'),
        url('fonts/NotoSerifJP-Regular.otf') format('opentype');
    font-display: swap;
}

body{
	/*font-family: "Times New Roman",Times,serif;
    font-weight: 400;
    font-style: normal;	*/
	color:#505050;
	
    /*font-family: 'Noto Serif Japanese',Times,serif;*/
    font-weight: 600;
    font-style: normal;
	
	/* Safariでtransitionをかけると、文字が一瞬細くなるバグの解決*/
	-webkit-font-smoothing: antialiased;
}
/*スマホ */
@media screen and (max-width:480px)  { 
body{
	font-size:12px;
}
}
 .wrapper{
	wifth:100%;
	position:relative;	
	overflow:hidden;
	
}

a{
	color:#666;	
}

.shadow{
	position:relative;
	display:block;
}
.shadow:after{
	position:absolute;
	right:-118px;
	bottom:0;
	background-image:url(/kojin/benri/app/img/bg_shadow03.png);
	background-repeat:no-repeat;
	width:118px;
	height:118px;
	content:" ";
	display:block; 
}

 /* ----------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
   ヘッダー
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
---------------------------------------------------------------------------------- */
header#header {
	height:80px;
	width:100%;
	background-color:#fff;
	border-bottom:1px solid #efefef;
	position:fixed;
	top:0;
	z-index:1000;
}
header#header .inner {
	
}
header#header h1.logo {
	float:left;
	width:200px;
}
header#header h1.logo img {
	height:30px;
	padding-top:25px;
	padding-left:25px;
}
header#header nav.contents_nav {
	float:right;
	width:calc(100% - 200px);
}
header#header nav.contents_nav p.dl {
	float:right;
	width:280px;
	padding-top:20px;
	margin-right:20px;
}
header#header nav.contents_nav p.dl a {
	display:block;
	width:100%;
	line-height:40px;
	border-radius:10px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background: #00C1A1; 
	background: -moz-linear-gradient(left, #00C1A1 0%, #00977e 100%); 
	background: -webkit-linear-gradient(left, #00C1A1 0%,#00977e 100%); 
	background: linear-gradient(to right, #00C1A1 0%,#00977e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C1A1', endColorstr='#00977e',GradientType=1 ); 
}
header#header nav.contents_nav p.dl a:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        right: 35px;
        width: 0;
        height: 0;
        margin-top: -5px;
        border: 6px solid transparent;
        border-left: 10px solid #fff;
}
header#header nav.contents_nav ul {
	float:right;
}
header#header nav.contents_nav ul li {
	float:right;
	margin-right:30px;
	padding-top:20px;
	font-size:100%;
}
header#header nav.contents_nav ul li a {
	line-height:40px;
	font-size:90%;
}
/*PC */
@media screen and ( min-width:991px) { 
header#header nav.contents_nav p.dl a {
	transition:all 0.3s;
}
header#header nav.contents_nav p.dl a:hover {
	box-shadow:5px 5px 0 rgba(0,0,0,0.2);
}

header#header nav.contents_nav ul li a:after {
	content:" ";
	display:block;
	width:0px;
	margin:0 auto;
	border-bottom:2px solid #fff;
	transition:all 0.3s;
}
header#header nav.contents_nav ul li a:hover:after {
	
	width:100%;
	border-bottom:2px solid #00C1A1;
	
}
}
/*タブ */
@media screen and (max-width:768px)  { 
header#header nav.contents_nav ul {
	display:none;
}
}
/*スマホ */
@media screen and (max-width:480px)  { 
header#header {
	height:70px;
	position:relative;
}
header#header .inner {
	
}
header#header h1.logo {
	float:none;
	width:200px;
	margin:0 auto;
	text-align:center;
	float:left;
}
header#header h1.logo img {
	height:30px;
	padding-top:20px;
	padding-left:0px;
}
header#header nav.contents_nav {
	display:none;
}

}
 /* ----------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
   メインビジュアル
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
---------------------------------------------------------------------------------- */
.mainvisual {
	background-image:url(/kojin/benri/app/img/bg_visual01.png);
	background-position:center center;
	background-size:cover;
	width:100%;
/*	height:700px;  */
        height:760px;
	padding-top:80px;
	position:relative;
}
.mainvisual:before {
	display:block;
	content:" ";
	width:100%;
	height:100%;
	position:absolute;
	bottom:0;
	left:0;
	background-image:url(/kojin/benri/app/img/bg_shadow01.png);
	background-position:left bottom;
	background-repeat:no-repeat;
}
.mainvisual:after {
	display:block;
	content:" ";
	width:100%;
	height:100%;
	position:absolute;
	top:100px;
	right:0;
	background-image:url(/kojin/benri/app/img/bg_shadow02.png);
	background-position:right top;
	background-repeat:no-repeat;
}
.mainvisual .wrap {
	display:block;
	background-color:rgba(0,0,0,0.35);
	width:100%;
	height:calc(100% - 80px );
	padding-top:80px;
	position:absolute;
	top:0;
	left:0;
}
.mainvisual .inner {
	max-width:960px;
	margin:0 auto;
	padding-top:75px;
}
.mainvisual .left {
	float:left;
	position:relative;
	padding-top:60px;
	max-width:623px;
	
}
.mainvisual .left h2 {
	margin-bottom:25px;
}
.mainvisual .left h2 img{
	width:100%;
}
.mainvisual .left h3 {
}
.mainvisual .left h3 img{
	max-width:565px;
	width:90%;
}
.mainvisual .left p.sub {
	position:absolute;
	left:500px;
	bottom:-63px;
}
.mainvisual .left p.sub span img {
	width:100%;
}
.mainvisual .left p.sub2 {
	position:absolute;
	background: #ff0000;
	text-align: center;
	padding: 10px;
	margin-left: 15px;
	border-radius: 5px;
	bottom:-80px;
}
.mainvisual .left p.sub2 a {
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
}
.mainvisual .right {
	float:right;
	width:315px;
}
.mainvisual .right p.iphone {
}
.mainvisual .right p.iphone img {
	width:100%;
}
.mainvisual p.caution {
	width: calc(100% - 60px);
	padding:10px 30px;
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    color: #fff;
    line-height: 1.5em;
    font-size: 90%;
}
/*タブ */
@media screen and (min-width:480px) and ( max-width:768px) { 
.mainvisual .left {
	float:left;
	position:relative;
	padding-top:60px;
	max-width:calc(60% - 30px);
	padding-left:30px;
}
.mainvisual .left p.sub {
	position:absolute;
	left:auto;
	bottom:-63px;
	right:-50px;
}
.mainvisual .right {
	float:right;
	width:40%;
}
}
/*スマホ */
@media screen and (max-width:480px)  { 
.mainvisual {
	background-image:url(/kojin/benri/app/img/bg_visual01.png);
	background-position:center center;
	background-size:cover;
	width:100%;
	height:auto;
	padding-top:0;
	position:relative;
}
.mainvisual:before {
	display:none;
}
.mainvisual:after {
	display:none;
}
.mainvisual .wrap {
	display:block;
	content:" ";
	background-color:rgba(0,0,0,0.35);
	width:100%;
	height:auto;
	padding-top:0px;
	position:relative;
	top:0;
	left:0;
}
.mainvisual .inner {
	width:100%;
	height:auto;
	margin:0 auto;
	padding-top:30px;
}
.mainvisual .left {
	float:none;
	padding:0 30px;
	position:relative;
	margin-bottom:50px;
}
.mainvisual .left img {
	width:100%;
}
.mainvisual .left h2 {
	margin-right:-30px;
	margin-bottom:15px;
}
.mainvisual .left h3 {
}
.mainvisual .left p.sub {
	position:absolute;
	right:5px;	
	bottom:-45px;
	left:auto;
	width:75px;
	height:75px;
	z-index:100;
}
.mainvisual .left p.sub2 {
	position:absolute;
	background: #ff0000;
	text-align: center;
	padding: 2%;
	margin-left: 2%;
	border-radius: 5px;
	bottom:-25%;
}
.mainvisual .left p.sub2 a {
	color: #fff;
	font-size: 3.2vw;
	font-weight: 600;
}
.mainvisual .right {
	float:none;
	width:100%;
	height:300px;
	overflow:hidden;
}
.mainvisual .right p.iphone {
	padding:0 30px;
	
}
.mainvisual .right p.iphone img {
	width:100%;
}
.mainvisual p.caution {
	width: calc(100% - 30px);
    position: absolute;
    bottom: 0px;
    left: 0;
    text-align: center;
    color: #fff;
    line-height: 1.5em;
    font-size: 90%;
	background-color:rgba(0,0,0,0.5);
	padding:15px;
	font-size:80%;
}
}
 /* ----------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
   お問い合わせ
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
---------------------------------------------------------------------------------- */
 #inquiry {
	padding-top:80px;
	margin-top:-80px;
}
 .inquiry {
	padding:30px 0;
	position:relative;
	background: #00C1A1; 
	background: -moz-linear-gradient(left, #00C1A1 0%, #00977e 100%); 
	background: -webkit-linear-gradient(left, #00C1A1 0%,#00977e 100%); 
	background: linear-gradient(to right, #00C1A1 0%,#00977e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C1A1', endColorstr='#00977e',GradientType=1 ); 
}
.inquiry:before {
	content:" ";
	display:block;
	width:calc(100% + 20px);
	height:10px;
	position:absolute;
	top:0;
	left:-10px;
	box-shadow:0 10px 10px -10px rgba(0,0,0,0.3) inset;
}
		  .inquiry.after:before {
			  box-shadow:none;
		  }
.inquiry:after {
	content:" ";
	display:block;
	width:calc(100% + 20px);
	height:10px;
	position:absolute;
	bottom:0;
	left:-10px;
	box-shadow:0 -10px 10px -10px rgba(0,0,0,0.3) inset;
}
.inquiry .inner {
	width:850px;
	margin:0 auto;
}
.inquiry p.sub2 {
	position:absolute;
	background: #ff0000;
	text-align: center;
	padding: 10px;
	margin-left: 15px;
	border-radius: 5px;
	bottom:-80px;
}
.inquiry p.sub2 a {
	color: #fff;
	font-size: 1.5em;
	font-weight: 600;
}
.inquiry .left {
	float:left;
	width:580px;
	padding:15px 0;
	border-right:2px solid #fff;
}
.inquiry .left h4 {
	color:#fff;
	font-size:32px;
	text-align:center;
	font-weight:bold;
	margin:0 0 30px;
}
.inquiry .left h4 span {
	font-size:20px;
	display:block;
	font-weight:bold;
	margin:0 0 10px;
}
.inquiry .left .download {
}
.inquiry .left .download ul {
	text-align:center;
}
.inquiry .left .download ul li {
	width:40%;
	/*float:left;*/
	display:inline-block;
	text-align:center;
}
.inquiry .left .download ul li h5 {
	color:#fff;
	text-align:center;
	margin-bottom:10px;
}
.inquiry .left .download ul li a {
	display:block;
}
.inquiry .left .download ul li a img {
}
.inquiry .right {
	float:right;
	width:200px;
	padding:15px 30px;
	text-align:center;
}
.inquiry .right h5 {
	color:#fff;
	font-weight:bold;
	margin-bottom:15px;
}
.inquiry .right p.qr {
	width:80px;
	height:80px;
	margin:0 auto;
}
.inquiry .right p.qr img {
	width:100%;
}
.inquiry .right p.qr img.img/inquiry_qr.png {
}

.inquiry .campaignbtn {
	clear:both;
	margin:0 auto;
	width:calc(100% - 64px );
	max-width:830px;
	padding:10px 10px 40px 30px;
	color:#fff;
	text-align:center;
	border-radius:10px;
}
.inquiry .campaignbtn p.btn{
	max-width:580px;
	margin:0 auto;
}
.inquiry .campaignbtn p.btn a {
	display:block;
	background-color:#fff;
	border-radius:10px;
	color:#00977e;
	line-height:45px;
	transition:all 0.3s;
	font-size:1.5em;
}

.inquiry .banking {
	clear:both;
	margin:0 auto;
	margin-top:30px;
	width:calc(100% - 64px );
	max-width:830px;
	padding:30px;
	color:#fff;
	text-align:center;
	border:2px solid #fff;
	border-radius:10px;
}

.inquiry .banking h5{
	font-size:24px;
	margin-bottom:30px;
	font-weight:bold;
}
.inquiry .banking p.btn{
	max-width:280px;
	margin:0 auto;
}
.inquiry .banking p.btn a {
	display:block;
	background-color:#fff;
	border-radius:10px;
	color:#00977e;
	line-height:40px;
	transition:all 0.3s;
}
/*PC */
@media screen and ( min-width:991px) { 
.inquiry .left .download ul li a img {
	transition:all 0.3s;
	border-radius:5px;
}
.inquiry .left .download ul li a:hover img {
	box-shadow:5px 5px 0 rgba(0,0,0,0.2);
}
.inquiry .banking p.btn a:hover {
	box-shadow:5px 5px 0 rgba(0,0,0,0.2);
}
}

/*スマホ */
@media screen and (max-width:768px)  { 
 .inquiry {
	padding:50px 0;
}
.inquiry .inner {
	width:auto;
	padding:0 15px;
	margin:0 auto;
}
.inquiry .left {
	float:none;
	width:auto;
	padding:0 0;
	border-right:none;
}
.inquiry .left h4 {
	color:#fff;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	margin:0 0 20px;
}
.inquiry .left h4 span {
	font-size:14px;
	display:block;
	font-weight:bold;
	margin:0 0 10px;
}
.inquiry .left .download {
}
.inquiry .left .download ul {
	width:100%;
	text-align:center;
}
.inquiry .left .download ul li {
	width: 42.5%;
	max-width:200px;
    display: inline-block;
    margin: 0 2.5%;
    float: none;
    text-align: center;
}
.inquiry .left .download ul li h5 {
	color:#fff;
	text-align:center;
	margin-bottom:10px;
	height:2em;
}
.inquiry .left .download ul li a {
	display:block;
}
.inquiry .left .download ul li a img {
	width:100%;
}
.inquiry .right {
	display:none;
}

.inquiry .banking {
	max-width:calc(100% - 124px);
}

.inquiry .banking h5{
	font-size:16px;
	line-height:1.3em;
	margin-bottom:15px;
}
.inquiry .banking p.btn{
	width:100%;
	margin:0 auto;
}
.inquiry .banking p.btn a {
	font-size:16px;
	font-weight:bold;
}
}

 /* ----------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
 インターネットバンキングの残高確認　
面倒に感じたことはありませんか？
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
---------------------------------------------------------------------------------- */
section#before {
	background-color:#efefef;
}
section#before .inner {

}
section#before h1 {
	text-align:center;
	color:#185e95;
	font-size:40px;
	font-weight:bold;
	line-height:1.3em;
	padding:75px 0;
}

section#before h2 {
	color:#185e95;
	border:2px solid #185e95;
	padding:25px;
	background-color:#fff;
	width:640px;
	margin:-30px auto 0 auto;
	text-align:center;
	font-weight:bold;
	position:relative;
	z-index:10;
}
section#before h2 span {
	font-size:32px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
section#before .inner2 {
	background-color:#e2e2e1;
	margin-top:-56px;
	padding-bottom:30px;
}
section#before ol {
	max-width:1100px;
	margin:0 auto 50px auto;;
	padding-top:100px;
}
section#before ol li {
	width:calc(100%/5 - 40px);
	float:left;
	text-align:center;
	padding:0 20px;
}
section#before ol li h3 {
	color:#185e95;
	border-bottom:2px solid #185e95;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:35px;
}
section#before ol li h3 span {
	font-weight:bold;	
	font-size:26px;
}
section#before ol li p.text {
	
	font-size:90%;
	font-weight:bold;
	margin-bottom:15px;
}
section#before ol li p.img {
	max-width:180px;
	background-color:#fff;
	border-radius:94px;
	border:2px solid #d1e3ef;
	margin-bottom:5px;
	overflow:hidden;
}
section#before ol li p.img img {
	width:100%;
}
section#before ol li p.text2 {
	font-size:70%;
	font-weight:bold;
	line-height:1.3em;
	color:#185e95;
}
section#before p.notgood {
	text-align:center;
	width:90%;
	max-width:960px;
	margin:0 auto;
}
section#before p.notgood img {
	width:100%;
}
section#before p.notgood img.pc {
	display:inline-block;
}
section#before p.notgood img.sp {
	display:none;
}
/*スマホ */
@media screen and (max-width:480px)  { 
section#before {
	background-color:#efefef;
}
section#before .inner {
}
section#before h1 {
	text-align:center;
	color:#185e95;
	font-size:24px;
	padding:30px 20px 50px 20px;
}
section#before h1 br{
	display:none;
}
section#before h2 {
	color:#185e95;
	width:60%;
	padding:20px;
}
section#before h2 span {
	font-size:24px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
section#before .inner2 {
	background-color:#e2e2e1;
	margin-top:-56px;
	padding:0 0px;
	padding-bottom:30px;
}
section#before ol {
	width:100%;
	margin:0 auto 50px auto;;
	padding-top:100px;
}
section#before ol li {
	width:calc(100%/2 - 40px);
	float:left;
	margin-bottom:15px;
	padding:0 20px;
}
section#before ol li h3 {
	color:#185e95;
	border-bottom:2px solid #185e95;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:35px;
}
section#before ol li h3 span {
	font-weight:bold;	
	font-size:20px;
}
section#before ol li p.text {
	font-size:90%;
	font-weight:bold;
	margin-bottom:0;
	height:2em;
}
section#before ol li p.img {
	width:100%;
	border-radius:20px;
}
section#before ol li p.img img {
	width:100%;
}
section#before ol li p.text2 {
	height:3em;
}
section#before p.notgood {
	margin:0 ;
	padding:0 20px;
}
section#before p.notgood img {
	width:100%;
}
section#before p.notgood img.pc {
	display:none;
}
section#before p.notgood img.sp {
	display:inline-block;

}
}
 /* ----------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
インターネットバンキングに関する
これらの困りごとを解決しました！
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
---------------------------------------------------------------------------------- */

section#after {
	background: #00C1A1; 
	background: -moz-linear-gradient(left, #00C1A1 0%, #00977e 100%); 
	background: -webkit-linear-gradient(left, #00C1A1 0%,#00977e 100%); 
	background: linear-gradient(to right, #00C1A1 0%,#00977e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C1A1', endColorstr='#00977e',GradientType=1 ); 
}
section#after .inner{
}
section#after h1 {
	text-align:center;
	color:#fff;
	font-size:40px;
	font-weight:bold;
	line-height:1.3em;
	padding:75px 0;
}
section#after h2 {
	color:#00977e;
	border:2px solid #00977e;
	padding:25px;
	background-color:#fff;
	width:640px;
	margin:-30px auto 0 auto;
	text-align:center;
	font-weight:bold;
	position:relative;
	z-index:10;
}
section#after h2 span {
	font-size:32px;
	font-weight:bold;
	display:block;
	margin-bottom:10px;
}
section#after .inner2 {
	max-width:1000px;
	margin:0 auto;
	margin-top:-56px;
	background-color:#efefef;
	padding:50px; 
}
section#after ol {
	padding-top:50px;
	margin-bottom:50px;
}
section#after ol li {
	width:calc(100%/3 - 40px);
	float:left;
	text-align:center;
	padding:0 20px;
	
}
section#after ol li h3 {
	color:#00977e;
	border-bottom:2px solid #00977e;
	padding-bottom:10px;
	width:167px;
	margin:0 auto;
	margin-bottom:10px;
	font-weight:bold;
	font-size:35px;
	
}
section#after ol li h3 span {
	font-weight:bold;	
	font-size:26px;
}
section#after ol li p.text {
	font-weight:bold;	
	margin-bottom:15px;
}
section#after ol li p.img {
	max-width:280px;
	border-radius:141px;
	border:2px solid #f9fff6;
	margin-bottom:15px;
	overflow:hidden;
}
section#after ol li p.img img {
	width:100%;
}
section#after ol li p.text2 {
	font-weight:bold;	
	color:#00977e;
}
section#after ol li p.text3 {
	display:none;
}
section#after p.verygood {
	text-align: center;
	width:100%;
	max-width:960px;
	margin:0 auto;
}
section#after p.verygood img {
	width:100%;
}
section#after p.verygood img.pc {
	display:inline-block;
}
section#after p.verygood img.sp {
	display:none;

}
/*スマホ */
@media screen and (max-width:480px)  { 
section#after {
	
}
section#after .inner{
}
section#after h1 {
	font-size:24px;
	padding:30px 20px 50px 20px;
}
section#after h1 br {
	display:none;
}
section#after h2 {
	width:60%;
	padding:20px;
}
section#after h2 span {
	font-size:24px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
section#after .inner2 {
	width:auto;
	margin:0 15px;
	margin-top:-50px;
	background-color:#efefef;
	padding:30px 15px 0 15px; 
}
section#after ol {
	padding-top:50px;
	margin-bottom:0;
}
section#after ol li {
	width:calc(100% - 40px);
	float:none;
	margin-bottom:30px;
}
section#after ol li h3 {
	color:#00977e;
	border-bottom:2px solid #00977e;
	padding-bottom:10px;
	width:167px;
	margin:0 auto;
	margin-bottom:10px;
	font-weight:bold;
	font-size:35px;
	
}
section#after ol li h3 span {
	font-weight:bold;	
	font-size:26px;
}
section#after ol li p.text {
	font-weight:bold;	
	margin-bottom:15px;
}
section#after ol li p.img {
	max-width:100%;
	border-radius:20px;
	margin:0 auto;
	margin-bottom:15px;
	overflow:hidden;
}
section#after ol li p.img img {
	width:100%;
}
section#after ol li p.text2 {
	font-weight:bold;	
	color:#00977e;
}
section#after ol li p.text3 {
	display:none;
}
section#after p.verygood {
	margin:0 -15px ;
}
section#after p.verygood img {
	width:100%;
}
section#after p.verygood img.pc {
	display:none;
}
section#after p.verygood img.sp {
	display:inline-block;

}
}
 /* ----------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
共通セクションスタイル
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
---------------------------------------------------------------------------------- */
section.content{
	padding-bottom:75px;
}

section.content .inner{
	width:1100px;
	margin:0 auto;
}
section.content h1{
	font-size:40px;
	line-height:1.3em;
	margin-bottom:50px;
	text-align:center;
	font-weight:bold;
}
section.content h1:after{
	display:block;
	border-bottom:2px solid #00977e;
	content:" ";
	width:165px;
	margin:0 auto;
	padding-top:15px;
}
/*スマホ */
@media screen and (max-width:480px)  { 
section.content{
	padding-bottom:75px;
}

section.content .inner{
	width:auto;
	padding:0 15px;
	margin:0 auto;
}
section.content h1{
	font-size:24px;
	line-height:1.3em;
	margin-bottom:50px;
	text-align:center;
	font-weight:bold;
}
section.content h1:after{
	display:block;
	border-bottom:2px solid #00977e;
	content:" ";
	width:165px;
	margin:0 auto;
	padding-top:15px;
}
}
 /* ----------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
生活を便利にする
八十二長野銀行アプリ３つの特徴
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
---------------------------------------------------------------------------------- */
section#feature {
	background-image:url(/kojin/benri/app/img/bg_visual02.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-color:#efefef;
	padding-top:155px;
	margin-top:-80px;
}
section#feature .inner {
	max-width:1100px;
	margin:0 auto;
}
section#feature .inner h1 {
	color:#00977e;
	margin-bottom:100px;
}
section#feature .inner ol {
}
section#feature .inner ol li {
	position:relative;
	margin-bottom:100px;
}
section#feature .inner ol li .text {
	max-width:1050px;
	height:450px;
	background-color:#e5e5e5;
}
		section#feature .inner ol li .text.right {
			float:right;
		}
		section#feature .inner ol li .text.left {
			float:left;
		}
section#feature .inner ol li .text h2 {
	padding:20px 0;
	margin:0 0 30px;
	font-weight:bold;
	color:#fff;
	width:420px;
	background: #00C1A1; 
	background: -moz-linear-gradient(left, #00C1A1 0%, #00977e 100%); 
	background: -webkit-linear-gradient(left, #00C1A1 0%,#00977e 100%); 
	background: linear-gradient(to right, #00C1A1 0%,#00977e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C1A1', endColorstr='#00977e',GradientType=1 ); 
}

section#feature .inner ol li .text h2 span {
	font-size:60px;
	font-weight:bold;
	margin-right:10px;
}
		section#feature .inner ol li .text.right h2 {
			padding-left:580px;
			padding-right:50px;
		
		}
		section#feature .inner ol li .text.left h2 {
			padding-right:580px;
			padding-left:40px;
		}
section#feature .inner ol li .text h3 {
	font-weight:bold;
	color:#00977e;
	font-size:30px;
	line-height:1.3em;
	margin-bottom:20px;
}
		section#feature .inner ol li .text.right h3 {
			padding-left:580px;
			padding-right:40px;
		
		}
		section#feature .inner ol li .text.left h3 {
			padding-right:580px;
			padding-left:40px;
		}
section#feature .inner ol li .text p {
	line-height:1.8em;
}
		section#feature .inner ol li .text.right p {
			padding-left:580px;
			padding-right:40px;
		
		}
		section#feature .inner ol li .text.left p {
			padding-right:580px;
			padding-left:40px;
		}
section#feature .inner ol li p.img{
	max-width:600px;	
	position:absolute;
	top:-50px;
}
section#feature .inner ol li p.img img {
	width:calc(100% - 10px);
	border:5px solid #fff;
}
		section#feature .inner ol li p.img.right{
			right:0;
		}
		section#feature .inner ol li p.img.left{
			left:0;
		}
section#feature .inner ol li .text p span {
}
/*タブ */
@media screen and (max-width:768px)  { 
section#feature {
	padding-top:50px;
	padding-bottom:50px;
	margin-top:0;
}
section#feature .inner {
	width:600px;
	margin:0 auto;
}
section#feature .inner h1 {
	color:#00977e;
	margin-bottom:30px;
}
section#feature .inner ol {
}
section#feature .inner ol li {
	position:relative;
	margin-bottom:30px;
}
section#feature .inner ol li .text {
	width:100%;
	height:auto;
	padding-bottom:30px;
}
		section#feature .inner ol li .text.right {
			float:right;
		}
		section#feature .inner ol li .text.left {
			float:left;
		}
section#feature .inner ol li .text h2 {
	padding:15px 0;
	margin:0 0 30px;
	width:auto;
}

section#feature .inner ol li .text h2 span {
	font-size:40px;
}
		section#feature .inner ol li .text.right h2 {
			padding-left:20px;
			padding-right:20px;
		
		}
		section#feature .inner ol li .text.left h2 {
			padding-left:20px;
			padding-right:20px;
		}
section#feature .inner ol li .text h3 {
	font-size:20px;
}
		section#feature .inner ol li .text.right h3 {
			padding-left:20px;
			padding-right:20px;
		
		}
		section#feature .inner ol li .text.left h3 {
			padding-left:20px;
			padding-right:20px;
		}
section#feature .inner ol li .text h3 br {
	display:none;
}		
section#feature .inner ol li .text p {
	line-height:1.8em;
}
		section#feature .inner ol li .text.right p {
			padding-left:20px;
			padding-right:20px;
		
		}
		section#feature .inner ol li .text.left p {
			padding-left:20px;
			padding-right:20px;
		}
section#feature .inner ol li p.img{
	width:100%;	
	position:relative;
	top:0px;
}
section#feature .inner ol li p.img img {
	width:calc(100% - 10px);
	border:5px solid #fff;
}
		section#feature .inner ol li p.img.right{
			right:0;
		}
		section#feature .inner ol li p.img.left{
			left:0;
		}
section#feature .inner ol li .text p span {
}
}
/*スマホ */
@media screen and (max-width:480px)  { 
section#feature {
	padding-top:50px;
	padding-bottom:50px;
	margin-top:0;
}
section#feature .inner {
	width:auto;
	margin:0 auto;
}
section#feature .inner h1 {
	color:#00977e;
	margin-bottom:30px;
}
section#feature .inner ol {
}
section#feature .inner ol li {
	position:relative;
	margin-bottom:30px;
}
section#feature .inner ol li .text {
	width:100%;
	height:auto;
	padding-bottom:30px;
}
		section#feature .inner ol li .text.right {
			float:right;
		}
		section#feature .inner ol li .text.left {
			float:left;
		}
section#feature .inner ol li .text h2 {
	padding:15px 0;
	margin:0 0 30px;
	width:auto;
}

section#feature .inner ol li .text h2 span {
	font-size:40px;
}
		section#feature .inner ol li .text.right h2 {
			padding-left:20px;
			padding-right:20px;
		
		}
		section#feature .inner ol li .text.left h2 {
			padding-left:20px;
			padding-right:20px;
		}
section#feature .inner ol li .text h3 {
	font-size:20px;
}
		section#feature .inner ol li .text.right h3 {
			padding-left:20px;
			padding-right:20px;
		
		}
		section#feature .inner ol li .text.left h3 {
			padding-left:20px;
			padding-right:20px;
		}
section#feature .inner ol li .text h3 br {
	display:none;
}		
section#feature .inner ol li .text p {
	line-height:1.8em;
}
		section#feature .inner ol li .text.right p {
			padding-left:20px;
			padding-right:20px;
		
		}
		section#feature .inner ol li .text.left p {
			padding-left:20px;
			padding-right:20px;
		}
section#feature .inner ol li p.img{
	width:100%;	
	position:relative;
	top:0px;
}
section#feature .inner ol li p.img img {
	width:calc(100% - 10px);
	border:5px solid #fff;
}
		section#feature .inner ol li p.img.right{
			right:0;
		}
		section#feature .inner ol li p.img.left{
			left:0;
		}
section#feature .inner ol li .text p span {
}
}
 /* ----------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
よくあるご質問
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
---------------------------------------------------------------------------------- */
section#faq {
	position:relative;
	background: #00C1A1; 
	background: -moz-linear-gradient(left, #00C1A1 0%, #00977e 100%); 
	background: -webkit-linear-gradient(left, #00C1A1 0%,#00977e 100%); 
	background: linear-gradient(to right, #00C1A1 0%,#00977e 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00C1A1', endColorstr='#00977e',GradientType=1 ); 
	padding-top:125px;
	margin-top:-100px;
}
section#faq:before {
	content:" ";
	display:block;
	width:calc(100% + 20px);
	height:10px;
	position:absolute;
	top:0;
	left:-10px;
	box-shadow:0 10px 10px -10px rgba(0,0,0,0.3) inset;
}

section#faq:after {
	content:" ";
	display:block;
	width:calc(100% + 20px);
	height:10px;
	position:absolute;
	bottom:0;
	left:-10px;
	box-shadow:0 -10px 10px -10px rgba(0,0,0,0.3) inset;
}
section#faq .inner {
	max-width:960px;
	width:90%;
}
section#faq h1 {
	color:#fff;
	
}
section#faq h1:after {
	border-bottom:2px solid #fff;
	
}
section#faq ul {
}
section#faq ul li {
	margin-bottom:10px;
}
section#faq ul li label {
}
section#faq ul li label h2 {
	background-color:#fff;
	padding:40px;
	line-height:24px;
	background-image:url(/kojin/benri/app/img/faq_p.png);
	background-position:right 30px center;
	background-repeat:no-repeat;
	cursor:pointer;
}
section#faq ul li label h2:before {
	content:"Q";
	font-size:48px;
	font-weight:bold;
	margin-right:20px;
	line-height:48px;
	color:#00977e;
	vertical-align: middle;	
}
section#faq ul li label h2 span{
	font-size:24px;
	font-weight:bold;
	padding:12px 0;
	line-height:24px;
}
section#faq ul li input.cssacc {
	display: none;
}

section#faq ul li .accshow {
	height: 0;
    padding: 0 40px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}

		  section#faq ul li input.cssacc:checked + .accshow  {
			  height: auto;
			  padding: 40px;
			  background: #f9fff6;
			  opacity: 1;
		  }

section#faq ul li .accshow:before {
	content:"A";
	font-size:48px;
	font-weight:bold;
	margin-right:20px;
	line-height:48px;
	color:#00977e;
	vertical-align: top;	
}
section#faq ul li .accshow p {
	display:inline-block;
	width:calc(100% - 68px);
	line-height:1.8em;
	padding-top:10px;
}

section#faq ul li .accshow p a{
	text-decoration:underline;
	color:#00977e;
}
section#faq p.more{
	margin-top:30px;
}
section#faq p.more a{
	display:block;
	background-color:#666;
	color:#fff;
	text-align:center;
	line-height:40px;
	max-width:300px;
	margin:0 auto;
	border-radius:10px;
	
	transition:all 0.3s;
}
/*PC */
@media screen and ( min-width:991px) { 
section#faq ul li label h2 {
	transition: all 0.3s;
}
section#faq ul li label h2:hover {
	background-color:#eefff3;
	
}
section#faq ul li .accshow p.dl {
	width:25%;
	float:left;
	margin-right:20px;
	text-align:center;
}

section#faq p.more a{
	display:block;
	background-color:#666;
	font-weight:bold;
	color:#fff;
	text-align:center;
	line-height:80px;
	max-width:500px;
	margin:0 auto;
	border-radius:10px;
	font-size:110%;
	
	transition:all 0.3s;
}
section#faq p.more a:hover{
	box-shadow:5px 5px 0 rgba(0,0,0,0.2);
}

}
/*スマホ */
@media screen and (max-width:480px)  { 
section#faq {
	padding-top:50px;
	padding-bottom:50px;
	margin-top: 0;
}
section#faq:before {
	content:" ";
	display:block;
	width:calc(100% + 20px);
	height:10px;
	position:absolute;
	top:0;
	left:-10px;
	box-shadow:0 10px 10px -10px rgba(0,0,0,0.3) inset;
}

section#faq:after {
	content:" ";
	display:block;
	width:calc(100% + 20px);
	height:10px;
	position:absolute;
	bottom:0;
	left:-10px;
	box-shadow:0 -10px 10px -10px rgba(0,0,0,0.3) inset;
}
section#faq .inner {
	width:auto;
}
section#faq ul li label h2 {
	background-color:#fff;
	padding:15px;
	padding-right:30px;
	line-height:24px;
	background-position:right 15px center;
	background-size:15px;
	cursor:pointer;
}
section#faq ul li label h2:before {
	content:"Q";
	font-size:24px;
	font-weight:bold;
	margin-right:10px;
	line-height:32px;
	color:#00977e;
	vertical-align: middle;	
}
section#faq ul li label h2 span{
	font-size:16px;
	font-weight:bold;
	padding:6px 0;
	padding-left:
	line-height:1.3em;
}
section#faq ul li input.cssacc {
	display: none;
}

section#faq ul li .accshow {
	height: 0;
    padding: 0 15px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
}

		  section#faq ul li input.cssacc:checked + .accshow  {
			  height: auto;
			  padding: 15px;
			  background: #f9fff6;
			  opacity: 1;
		  }

section#faq ul li .accshow:before {
	content:"A";
	font-size:24px;
	font-weight:bold;
	margin-right:20px;
	line-height:48px;
	color:#00977e;
	vertical-align: top;	
}
section#faq ul li .accshow p {
	display:inline-block;
	width:calc(100% - 68px);
	line-height:1.8em;
	padding-top:10px;
}
}
 /* ----------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
アプリをご利用いただくまでの手順
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
---------------------------------------------------------------------------------- */

section#flow {
	background-image:url(/kojin/benri/app/img/bg_visual02.png);
	background-position:top center;
	background-repeat:no-repeat;
	background-size:100% auto;
	background-color:#efefef;
	padding-top:155px;
	margin-top:-80px;
}
section#flow div.inner {
	width:100%;
}
section#flow h1 {
	color:#00977e;
	margin-bottom:50px;
}
section#flow div.slider {
	margin: 0 auto;
    /*width: 325px;*/
	width:100%;
}
section#flow div.slider div.slide{
	width:350px ;
	height:auto;
	margin:0 50px;
	
}
section#flow div.slider div.slide p.img {
	text-align:center;
	max-width:90%;
	max-width: 300px;
	margin:0 auto;
}
section#flow div.slider div.slide p.img img {
	width:100%;
	
}
section#flow div.slider div.slide div.step {
	background-color:#fff;
	padding:0 20px 0 20px;
	margin: 0 auto;
	width:calc(100% - 40px);
	height:200px;
}
section#flow div.slider div.slide div.step h2 {
	width:140px;
	margin:0 auto 20px auto;
	background-color:#00977e;
	color:#fff;
	font-size:24px; 
	font-weight:bold;
	text-align:center;
	padding:15px 0;
}
section#flow div.slider div.slide div.step p.text {
	padding: 0;
	line-height:1.5em;
	font-size:80%;
}
section#flow div.slider div.slide div.step p.text a{
	text-decoration:underline;
	color:#00977e;
}
section#flow .slick-prev,
section#flow .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 75px);
    display: block;
    width: 32px;
    height: 51px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
	background-repeat:no-repeat;
	background-position:center center;
	z-index:999;
}
section#flow .slick-prev:before,
section#flow .slick-next:before {
    content:"";
}
section#flow .slick-next{
	background-image:url(/kojin/benri/app/img/slider_next.png);
	right:calc(50% - 15vw);
}
section#flow .slick-next.slick-disabled{
	background-image:url(/kojin/benri/app/img/slider_next_no.png);
}
 
section#flow .slick-prev{
	background-image:url(/kojin/benri/app/img/slider_prev.png);
	left:calc(50% - 15vw);
}
section#flow .slick-prev.slick-disabled{
	background-image:url(/kojin/benri/app/img/slider_prev_no.png);
}
section#flow p.more{
	margin-top:75px;
}
section#flow p.more a{
	display:block;
	background-color:#999;
	color:#fff;
	text-align:center;
	line-height:40px;
	max-width:300px;
	margin:0 auto;
	border-radius:10px;
	
	transition:all 0.3s;
}
/*PC */
@media screen and ( min-width:991px) { 
section#flow p.more a:hover{
	box-shadow:5px 5px 0 rgba(0,0,0,0.2);
}
}
/*タブ */
@media screen and (max-width:768px)  { 
section#flow div.slider div.slide p.img img {
	display:block;
	margin:0 auto;
	max-width:230px;
	width:90%;
}
section#flow .slick-next{
	background-image:url(/kojin/benri/app/img/slider_next.png);
	right:calc(50% - 140px);
}

section#flow .slick-prev{
	background-image:url(/kojin/benri/app/img/slider_prev.png);
	left:calc(50% - 140px);
}
}
/*スマホ */
@media screen and (max-width:480px)  { 
section#flow {
	padding-top:50px;
	margin-top:0;
}
section#flow div.inner {
	width:auto;
	padding:0;
}
section#flow h1 {
	color:#00977e;
	margin-bottom:30px;
	font-size:20px;
}
section#flow div.slider {
	margin: 0 auto;
	width:100%;
}
section#flow div.slider div.slide{
	width:100!important;
	height:auto;
	/*margin:0 15px ;*/
	/*overflow:hidden;*/
	/*float:left;*/
}
section#flow div.slider div.slide p.img {
	text-align:center;
}
section#flow div.slider div.slide p.img img {
	display:block;
	margin:0 auto;
	max-width:230px;
	width:90%;
}
section#flow div.slider div.slide div.step {
	background-color:#fff;
	padding:0 20px;
	margin: 0 auto;
	width:calc(100% - 40px);
	height:160px;
}
section#flow div.slider div.slide div.step h2 {
	width:140px;
	margin:0 auto 20px auto;
	background-color:#00977e;
	color:#fff;
	font-size:24px; 
	font-weight:bold;
	text-align:center;
	padding:15px 0;
}
section#flow .slick-prev,
section#flow .slick-next {
    top: calc(50% - 75px);
    width: 16px;
    height: 25px;
	background-size:16px 25px;
	z-index:999;
}
section#flow .slick-next{
	background-image:url(/kojin/benri/app/img/slider_next.png);
	right:calc(50% - 140px);
}

section#flow .slick-prev{
	background-image:url(/kojin/benri/app/img/slider_prev.png);
	left:calc(50% - 140px);
}
}
 /* ----------------------------------------------------------------------------------
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
フッター
////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////
---------------------------------------------------------------------------------- */
div.back_top a{
	display:block;
	width:100%;
	background-color:#000;
	color:#fff;
	text-align:center;
	line-height:60px;
	
	transition:all 0.3s;
}

footer#footer{
	background-color:#333;
	padding:40px 20px;
	text-align:center;
}

footer#footer p{
	color:#fff;
	font-size:80%;
	line-height:1.5em;
}
/*PC */
@media screen and ( min-width:991px) { 
div.back_top a:hover{
	letter-spacing:2px;
}
}


