@charset "UTF-8";
/*----------------------------------------
Reset  Default Styles
----------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  vertical-align: baseline;
}

i, em {
  font-style: normal;
}

small {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, li {
  list-style: none;
}

th, td {
  vertical-align: middle;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul, dl, ol {
  text-indent: 0;
}

li {
  list-style: none;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #282828;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0deg, 0%, 100%, 0), hsla(0deg, 0%, 100%, 0)); /* Removing the inner shadow, rounded corners on iOS inputs */
  padding: 4px 8px;
  border: 1px solid #282828;
  background: #fff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

em, i {
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html {
  word-wrap: break-word;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 800;
  -webkit-text-size-adjust: 100%;
  min-width:1000px;
}


@media only screen and (max-width: 768px) {
	body {
		min-width:auto;
	}
}

a {
	color:#0b308e;
  transition: filter 0.3s ease;
}
a:hover {
  filter: brightness(120%);
}
@media only screen and (max-width: 768px) {
  a:hover {
    filter: none;
  }
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  transition: filter 0.3s ease;
}
button:hover {
  filter: brightness(120%);
}
@media only screen and (max-width: 768px) {
  button:hover {
    filter: none;
  }
}
button:active, button:focus, button:visited {
  color: #000;
}

button,
a,
img {
  outline: none;
}

/*------------------------------------------------------
  contents
------------------------------------------------------*/

.sp {display:none;}

@media only screen and (max-width: 768px) {
  .pc {display:none;}
  .sp {display:block;}
}

body {
  position: relative;
  width: 100%;
  line-break: strict;
}

.wrapper {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  background-color: #fff;
}


.header {
  position: relative;
  text-align: center;
  background: #cfe9fc;
}

.bankName {
  position: relative;
  z-index: 1;
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
}
.bankName img {
  width: auto;
  height: 40px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .bankName {
    padding: 10px 0;
  }
}

.mainImage {
  position: relative;
  width:100%;
  /* height:450px; */
  margin: auto;
  /* background-image: url(../images/main_back.jpg); */
  background-repeat: no-repeat;
  background-position:center bottom;
  background-size: cover;
}
.mainImage__inner {
  max-width:1200px;
  width:100%;
  margin:0 auto;
}

.mainImage__inner h1 {
	width:315px;
	height:280px;
	padding-top:50px;
	float:left;
}


.catch img {
	width: 1000px;
	/* margin: 50px; */
  }

.day {
	clear:both;
	width:590px;
	margin-top:30px;
	float:right;
}

	.day img {
		max-width:540px;
	}

@media only screen and (max-width: 768px) {
	.mainImage__inner h1 {
		min-width: auto;
		width:calc(100%/2 - 10px);
		padding:20px 0 0 20px;
	}

	.day {
		width:100%;
		max-width:540px;
		position:absolute;
		bottom:5px;
		left:0;
		text-align:center;
	}

	.day img{
		max-width:100%;
		width:100%;
		height:auto;
		margin:0 auto;
	}
}

@media only screen and (max-width: 500px) {
	.mainImage {
		height:auto;
	}
}

.section__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 60px 0;
  position:relative;

}


.white {
border-radius: 25px;
padding: 40px 20px;
border: 8px solid #fca1a1;
background: #fff;
margin-top: 30px;
}


@media only screen and (max-width: 768px) {
	.section__inner {
		padding-right:1em;
		padding-left:1em;
		padding-bottom:90px;
	}
}

h2 {
	color: #404040;
	font-size: 3.0rem;
	display: flex;
	align-items: center;
	padding: 1em 0;
	font-weight: bold;
	max-width: 700px;
	margin: 0 auto;
}

h2:before, h2:after {
	content: "";
	flex-grow: 1;
	height: 2px;
	background: #444;
	display: block;
}

h2:before {
	margin-right: .4em;
}

h2:after {
	margin-left: .4em;
}

.kikan {
	/* background:#f7dbdb; */
}

.big {
	font-size:2.2rem;
	font-weight:bold;
}

.fB {
	font-weight:bold;
}

.tC {
	text-align:center;
}
@media only screen and (max-width: 400px) {
	.taisyo .tC,
	.tokuten .tC {
		text-align:left;
	}
}

.mB1em {
	margin-bottom:1em;
}

.mT1em {
	margin-top:1em;
}

.fR {
	float:right;
}

.indent {
	margin-left:1.5em;
	text-indent:-1.5em;
}

.txt-s {
	font-size:1.4rem;
}

.border {
	border:solid 1px #ccc;
	padding:0.5em;
}

@media only screen and (max-width: 768px) {
	h2 {font-size:2.5rem;}
	.big {font-size:1.8rem;}
}

.taisyo {
	background:url(../images/back.png);
	position:relative;
	/* padding: 60px; */
}

.white {
	position:relative;
}

.taisyo .section__inner .white::after {
	width: 300px;
	height: 200px;
	background: url(../images/person1.png) no-repeat;
	  background-size: auto;
	content: "";
	position: absolute;
	top: -50px;
	right: 0;
	background-size: cover;
  }

@media only screen and (max-width: 768px) {
	.taisyo .section__inner .white::after {
		max-width:768px;
		width: 100%;
		height: 130px;
		background: url(../images/person1.png) no-repeat;
		background-position-x: 0%;
		background-position-y: 0%;
		background-size: auto;
		background-size: contain;
		content: "";
		position: absolute;
		top:90%;
		right: 0;
		background-position: center;
	}
}

.b-blue {
	background:#bee0ea;
}

.tokuten .mT1em {
	position:relative;
	width:700px;
	margin:1em auto;
}

	.tokuten .mT1em::after {
		content:"";
		width:210px;
		height:205px;
		position:absolute;
		left:-150px;
		bottom:-10px;
		background:url(../images/person2.png) no-repeat;
	}

@media only screen and (max-width: 768px) {
	.tokuten .mT1em {
		width:80%;
	}

	.tokuten .mT1em::after {
		content:"";
		width:100px;
		height:100px;
		position:absolute;
		left:-50px;
		bottom:-10px;
		background:url(../images/person2.png) no-repeat;
		background-size:contain;
	}
}


h3 {
	font-size:2.5rem;
	background:#bee0ea;
	padding:0.2em;
	text-align:center;
	margin-bottom:1em;
}

	h3 span {
		background:#0b308e;
		color:white;
		padding:0 0.5em;
		margin-right:0.5em;
	}
@media only screen and (max-width: 400px) {
	h3 span {display:block; margin-right:0;}
}

.service img {
	max-width:250px;
	height:auto;
	margin-left:1em;
	
}

dl {
	border:solid 5px #f7820d;
	overflow:hidden;
	display:flex;
	align-items: center;
	background:#f7820d;
}

	dt {
		padding:0.5em;
		width:210px;
		font-weight:bold;
		color:white;
		text-align:center;
		font-size:2.0rem;
		
	}
	
	dd {
		padding:0.5em;
		background:white;
		width: calc(100% - 210px);
		height:100%;
	}
	
	.disc li {
		list-style:disc;
		margin-left:1em;
	}

@media only screen and (max-width: 768px) {
	article .fR {margin-bottom:1em;}
	dl {clear:both;}
	h3 {font-size:2.2rem;}
}

@media only screen and (max-width: 400px) {
	article .fR {float:none; text-align:center;}
	article .fR img {margin:0 auto;}
	dl {display:block;}
	dt,dd {width:100%;}
}

article {
	margin-bottom:3em;
	overflow:hidden;
}

.link {
	font-size:1.4rem;
	margin-top:1em;
}

.box {
	border:solid 5px #f7820d;
}

h4 {
	background:#f7820d;
	color:white;
	padding: .2em;
	margin-bottom:0.5em;
}

	.flexbox_wap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
    	justify-content: flex-start;
    }

.bcac .flexbox_wap > li {
	width:50%;
	padding:1em;
	text-align:center;
}
@media only screen and (max-width: 400px) {
	.bcac .flexbox_wap > li {
		width:100%;
	}
}


table{
	width: 100%;
	border-collapse: collapse;
	background:white;
}
table td,
table th{
	padding: 1em;
	vertical-align: middle;
	border: solid 1px #e1e1e1;
	line-height: 140%;
}
table th{
	background: #0b308e;
	font-weight: bold;
	color:white;
}
table table{
	text-align: center;
}
table table th{
	font-weight: normal;
	text-align: center;
}

table td {
	text-align:center;
}

table img {
	max-width:200px;
	margin:0 auto;
}


@media only screen and (max-width: 768px) {
	table {
		margin-bottom:1em;
	}
}
@media only screen and (max-width: 400px) {
	table img {
		max-width:100px;
	}
}

.attention {
	background:#eee;
}

.attention p {
	text-indent:-1em;
	margin-left:1em;
}


.footer {
	background:#0b308e;
	color:white;
	text-align:center;
	padding:1em;
}


#page-top {
	position: fixed;
	bottom: 30px;
	right: 20px;
	font-weight: bold;
	font-size: 80%;
	z-index: 5;
	text-align: center;
}
@media all and (max-width: 768px) {
	#page-top {
		bottom: 20px;
		right: 10px;
	}
}
#page-top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(12, 46, 147, 0.8);
	color: #fff;
	opacity: 0.7;
}
@media all and (max-width: 768px) {
	#page-top a {
		width: 40px;
		height: 40px;
	}
}
#page-top a:hover {
	opacity: 0.7;
}
#page-top a:active {
	opacity: 1;
}
#page-top a:after {
	position: absolute;
	right: 19px;
	top: 43%;
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
@media all and (max-width: 768px) {
	#page-top a:after {
		right: 14px;
		top: 40%;
	}
}



.point_mds {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}


.more a {
	display: inline-block;
	padding: 10px 80px;
	background : url(../images/icn_arw.svg), linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(221, 221, 221, 1) 100%);
	background-repeat: no-repeat;
	background-position: 10%;
	border : 1px solid #DDD;
	border-radius : 4px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	box-shadow: 0px 2px 0px #B2B2B2;
}
@media all and (max-width: 768px) {
	.more a {
		width: 100%;
		max-width: 260px;
		padding: 10px;
		text-align: center
	}
}
.more a:hover {
	margin: 2px 0 -2px;
	opacity: 0.7;
}

.btn,
span.btn,
button.btn {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

span.btn-malformation {
  font-size: 3rem;
  padding: 3rem 4rem;
  color: #fff;
  border-radius: 100% 80px / 80px 100%;
  background-color: #eb6100;
}

span.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

span.btn-malformation {
	font-size: 2rem;
	padding: 2rem 3rem;
	color: #fff;
	border-radius: 100% 80px / 80px 100%;
}

span.btn-malformation:hover {
  color: #fff;
  border-radius: 60% 80% / 100% 80%;
}

.btn-malformation--pastel {
  background: #fca1a1;
  background: -webkit-linear-gradient(-45deg, #fca1a1 40%, #fcfc5d 100%);
  background: -webkit-linear-gradient(315deg, #fca1a1 40%, #fcfc5d 100%);
  background: linear-gradient(135deg, #fca1a1 40%, #fcfc5d 100%);
  -webkit-box-shadow: 30px 10px 0 #fefeb3;
  box-shadow: 30px 10px 0 #fefeb3;

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca1a1', endColorstr='#fcfc5d', GradientType=1);
}

.marker{
	font-weight: bold;
	line-height: 3.6;
	margin-left: 40px;  
	font-size: 3rem;
}

.small{
	font-size: 80%;
}

h2.ttl2::before, h2.ttl2::after {
	content: none;
	flex-grow: 0;
	height: auto;
	background: none;
	display: inline-block;
  }

  .ttl2{
	background: none;
  }


  .bcac{
	/* justify-content: center; */
  	align-content: center;
  }

  .max-850{
	max-width: 850px;
	margin: 0 auto;
  }

  .taisyo_list li:not(:last-child){
	margin-bottom: 30px;
  }

.txt{
	width: calc(100% - 146px);
}
.list_txt{
	position:relative;
	z-index:10;
}

@media all and (max-width: 768px) {
.tokuten .flexbox_wap{
	display: block;
	text-align: center;
}
.marker {
	font-weight: bold;
	line-height: 1.6;
	margin-left: 0px;
	font-size: 2.3rem;
  }
  .txt{
	width: 100%;
}
.tokuten .flexbox_wap:not(:last-child){
	margin-bottom: 30px;
}
.list_txt{
	display: block;
  	margin-left: 40px;
}
span.btn-malformation {
	font-size: 2rem;
	padding: 1rem 2rem;
	color: #fff;
	border-radius: 100% 80px / 80px 100%;
	max-height: 5rem;
  }
  .taisyo_list li{
	display: flex;
	align-content: center;
  }

}

.pcnone{
	display: none;
}

@media all and (max-width: 768px) {
	.pcnone{
		display: block;
	}
}
