<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*  Reset
*************************************************************************/
	
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
object, iframe, pre, code, p, blockquote,
form, fieldset, legend,
table, th, td, caption, tbody, tfoot, thead,
article, aside, figure, footer, header,
hgroup, menu, nav, section, audio, video, canvas, main {
	margin: 0;
	padding: 0;
	color: #444;
	line-height: 1.65;
	letter-spacing: 0.13rem;
	font-size: 100%;
	font-weight: 400;
}
article, aside, figure, figcaption, footer,
h1, h2, h3, h4, h5, h6, header, hgroup, menu, section, main { display: block;}
* { box-sizing: border-box; -moz-box-sizing: border-box;}
.clearfix:after { content:" "; display: block; clear: both;}
table { border-collapse:collapse;}
ul li { list-style: none;}
ol li {list-style: decimal; margin-left: 2.0rem;}
img { width: 100%;}
a { transition: .3s; text-decoration: none;}
a:hover { text-decoration: none;}
/*  Base
*************************************************************************/
html { font-size: 62.5%; }
body {
	font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, '游ゴシック', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	color: #555;
	line-height: 2.0;
	letter-spacing: 0.2rem;
  background: #f2f4f5;
}
/* 共通
*************************************************************************/
.container {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 2rem;
}
.inner {
  background: #fff;
  padding: 4rem 2.5rem;
}
.pcOnly {
	display: none;
}
.ml10 {
	margin-left: 1rem;
}
	
.mt05 {
	margin-top: .5rem;
}
.mt10 {
	margin-top: 1rem;
}
.mt15 {
	margin-top: 1.5rem;
}
	
.mt20 {
	margin-top: 2rem;
}
/* Header
*************************************************************************/
header {
  padding: 5rem 0;
}
header img {
  max-width: 170px;
  display: block;
  margin: 0 auto;
}
/* 1Pめ
*************************************************************************/
.top-head {
	color: #444;
	font-weight: bold;
	text-align: left;
  font-size: 2rem;
  height: auto;
  margin-bottom: 2rem;
  border-bottom: solid 2px #1d2087;
	padding-bottom: .3rem;
}
.top-head:before {
	content: none;
}
.iframe-pdf {
	margin-bottom: 4rem;
}
.iframe-pdf iframe {
	width: 100%;
	height: 100%;
	min-height: 450px;
}
.agreeArea {
	border: solid 1px #ddd;
	border-radius: .5rem;
	padding: 2rem;
	margin-top: 3rem;
}
.agreeArea h3 {
	font-weight: bold;
}
.agreeDesc {
	margin: 2rem 0 0;
	border-bottom: solid 1px #ddd;
	padding-bottom: 2rem;
}
.agreeContents {
	display: block;
}
.switch {
	margin-bottom: 1.5rem;
}
.agreeArea .agreeContents {
	padding-top: 2rem;
}
.agreeContents:not(:last-child) {
	border-bottom: dashed 1px #ddd;
	padding-bottom: 2rem;
}
.agreeContents:last-child {
	padding-bottom: 2rem;
}
/*.agreeArea .agreeContents:not(:last-child) {
	border-bottom: solid 1px #ddd;
	padding-bottom: 2rem;
}*/
/*---------- 同意ボタン ----------*/
.agreeToggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.agreeToggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
	padding: 2px;
  width: 85px;
  height: 36px;
  background-color: #dddddd;
  border-radius: 41px;
  transition: background 0.4s;
}
.agreeToggle + label:before,
.agreeToggle + label:after {
  display: block;
  position: absolute;
  content: "";
}
.agreeToggle + label:before {
	content: "同意";
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 55px;
  transition: background 0.4s;
	letter-spacing: .25rem;
	font-size: 1.4rem;
	padding: .5rem 0 .9rem 1.3rem;
	color: #fff;
}
.agreeToggle:checked + label:before {
	background: #1d2087;
}
.agreeToggle + label:after {
  top: 5px;
  left: 5px;
  bottom: 5px;
  width: 26px;
  background-color: #dddddd;
  border-radius: 37px;
  transition: margin 0.4s, background 0.4s;
}
.agreeToggle:checked + label:after {
  margin-left: 50px;
	left: 4px;
}

/*---------- 注釈 ----------*/

.agreeNote {
	margin-top: 3rem;
}

.agreeNote li {
	color: #D54240;
}

.agreeNote li:first-child {
	padding-bottom: 1rem;
}

.agreeNote span {
	font-size: 2.2rem;
	font-weight: bold;
	color: #a61f24;
}

.agreeNote img {
	max-width: 16px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: .3rem;
}


/*---------- ボタン ----------*/
.descBtnWrap {
	text-align: center;
  margin: 5rem 0 3rem;
}
.creCoBtn {
  font-family: "NotoSerifCJKjp-Medium.woff";
  font-size: 1.8rem;
  border: solid 1px #1d2087;
  border-radius: .4rem;
  padding: 1rem 3rem;
  letter-spacing: .13rem;
  background: #fff;
  color: #1d2087;
  cursor: pointer;
	display: inline-block;
	margin-right: .5rem;
}
.creCoBtn:hover {
	opacity: .7;
}
.creCoBtnGray {
  font-family: "NotoSerifCJKjp-Medium.woff";
  font-size: 1.8rem;
  border: solid 1px gray;
  border-radius: .4rem;
  padding: 1rem 3rem;
  letter-spacing: .13rem;
  background: #fff;
  color: white;
	background-color:#c0c0c0;
  cursor: default;
	display: inline-block;
	margin-right: .5rem;
}
.descBtnWrap .btn {
	padding: 1rem;
	margin-top: 2rem;
}
/* 見出し
*************************************************************************/
h1 {
  font-family: "Baskerville Old Face";
  color: #1d2087;
  font-size: 2.3rem;
  text-align: center;
  //position: relative;
  margin-bottom: 6rem;
  height: 95px;
	font-weight: bold;
}
h1 span {
  display: block;
  color: #444;
  font-family: "NotoSerifCJKjp-Medium.woff";
  font-size: 1.5rem;
	font-weight: normal;
}
h1:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;/*線の上下位置*/
  display: inline-block;
  width: 65px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #1d2087;/*線の色*/
}
/* Form
*************************************************************************/
table {
  width: 100%;
  border-top: solid 1px #e5e5e5;
  margin-top: 2rem;
}
th {
  text-align: left;
  font-weight: bold;
  width: 100%;
  padding: 1.5rem 0 1rem;
}
td {
  padding-bottom: 2rem;
  border-bottom: solid 1px #e5e5e5;
  word-break: break-word;
}
th,td {
  display: block;
}
input[type="text"], input[type="button"], input[type="email"], input[type="submit"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type="submit"],
.btn:focus {
	outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none; 
}
.btn:active {
	background: #151774;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  height: 40px !important;
}
select::-ms-expand{
	display: none;
}
.formControl {
  display: block;
  width: 100%;
  padding: .8rem .7rem;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #495057;
  background: #f6f6fa;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, '游ゴシック', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
}
.formControl:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #1d2087;
}
.required {
  border: solid 1px #ccc;
  background: #d54240;
  color: #fff;
  border-radius: 3px;
  padding: .2rem .4rem .3rem .5rem;
  margin-right: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: middle;
}
.courseWrap {
	max-width: 200px !important;
}
.nameArea .wrap {
	border-bottom: dashed 1px #ddd;
  padding-bottom: 1.5rem;
}
.nameArea .radio:last-child {
	margin-top: .5rem;
}
.labelPrivate {
	margin: 1.5rem 0 0;
}
.recommenderArea {
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
/*.recommenderArea:first-child {
	border-bottom: dashed 1px #ddd;
	padding-bottom: 1.5rem;
	margin-top: .5rem;
}*/
/*.recommenderArea:last-child {
	padding-top: .5rem;
}*/
.recommenderArea label {
	min-width: 130px;
	margin-bottom: .5rem;
}
.superiorId {
	min-width: 100%;
	margin-bottom: .5rem;
}
.recommenderArea .id {
 	max-width: 110px;
}
.idWrap .selectWrap {
 margin: 0 .5rem 0 0;
}
.idWrap {
	flex-wrap: wrap;
}
	
.idWrap label {
	min-width: 100%;
}
.idBtn {
	font-family: "NotoSerifCJKjp-Medium.woff";
  font-size: 1.5rem;
  border: solid 1px #1d2087;
  border-radius: .4rem;
  padding: .8rem 1.2rem;
  background: #1d2087;
  color: #fff;
  cursor: pointer;
	letter-spacing: 0.01rem;
	margin-left: .5rem;
}
/*.nameArea label {
	margin-bottom: .5rem;
	display: inline-block;
}
.nameArea {
	border-bottom: dashed 1px #ddd;
	padding-bottom: 1.5rem;
}
*/
.nameLabel {
	margin-top: 1rem;
	display: inline-block;
}
.comment {
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  display: block;
}
.birthdayArea,
.telArea {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.telArea {
	flex-wrap: wrap;
}
.birthdayArea .selectWrap {
	width: 100%;
	max-width: 80px;
}
.birthdayArea span,
.telArea span {
	margin: 0 .5rem;
}
.telArea .hyphen {
	margin: 0;
}
.mobile {
	border-top: dashed 1px #ddd;
	padding-top: 1.5rem;
	margin-top: 2rem;
}
.telArea label {
	width: 100%;
	margin-bottom: 1rem;
}
.telArea .formControl {
	max-width: 81px;
	display: inline-block;
}
.address .wrap {
	margin-top: 2rem;
}
.address .wrap:not(:last-child) {
	border-bottom: dashed 1px #ddd;
	padding-bottom: 1.5rem;
}
.address .wrap label {
	margin-bottom: .5rem;
	display: block;
}
.postalCode label {
	font-size: 1.5rem;
}
.prefectures {
	width: 100%;
	max-width: 105px;
	margin: 0 .5rem;
	display: inline-block;
}
.formControl[readonly] {
	background: #e5e5e5;
}
.selectWrap {
  position: relative;
  background: #f6f6fa;
  border-radius: .5rem;
	width: 100%;
	max-width: 100px;
}
.selectWrap select {
  width: 100%;
  background: transparent;
  cursor: pointer;
  position: relative;
  padding-right: 2.5rem;
}
.selectWrap:before {
  content: "▼";
  position: absolute;
  top: 11px;
  right: 10px;
  color: #666;
  font-size: 1.1rem;
}
.postalCode {
	width: 100%;
	/*margin: 2rem 0;*/
}
.postalCode .formControl {
  max-width: 120px;
}
.telWrap {
  margin-top: 2rem;
}
.telWrap input {
  margin-top: 1rem;
}
.address .selectWrap {
  min-width: 100px;
}
/*.city {
  margin: 2rem 0;
}*/
.fa-search {
	font-size: 2rem;
	margin-right: .5rem;
}
/*---------- Radio ----------*/
label.radio {
	cursor : pointer;
	position : relative;
	margin-right : 2rem;
	overflow : hidden;
	padding-left : 2.5rem;
	display : inline-block;
  font-size: 1.5rem;
}
label.radio:before {
	position  : absolute;
	width : 15px;
	height : 15px;
	border : 1px solid #666;
	border-radius : 50%;
	left : 0;
	top : 4px;
	content : '';
	z-index : 3;
}
label.radio:after {
	content : '';
	position : absolute;
	width : 11px;
	height : 11px;
	border-radius : 100%;
	left : 3px;
	top : 7px;
	background : #1d2087;
	z-index : 1;
}
label.radio input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position : absolute;
	z-index : 2;
	width : 20px;
	height : 20px;
	left : -25px;
	top : 1px;
	margin : 0px;
	box-shadow : 20px -1px #FFF;
}
label.radio input[type="radio"]:checked {
	box-shadow : none;
}
label.radio input[type="radio"]:focus {
	opacity : 0.2;
	box-shadow : 20px -1px #FFF;
}
.account{
  padding-top: 1rem;
}
.account .wrap:not(:last-child) {
  margin-bottom: 2rem;
}
.nickname {
	max-width: 100px;
}
/*---------- accordion ----------*/
.accordionBank,
.accordionAdd,
.accordionName{
  display: none;
}
.accordionBank .wrap:not(:last-child) {
	border-bottom: dashed 1px #ddd;
	padding-bottom: 1.5rem;
}
.accordionName div:not(:last-child) {
	border-bottom: dashed 1px #ddd;
	padding-bottom: 1.5rem;
}
.nameCoutents {
	display: block;
}
.nameCoutents,
.coNameContents {
	margin-top: 2rem;
}
.accordionName div:not(:last-child) {
	margin-bottom: 2rem;
}
.accordionName label {
  display: inline-block;
	margin-bottom: .5rem;
}
.accordionName .name {
	max-width: 300px !important;
}
.coName {
	max-width: 385px;
	display: inline-block;
}
.requiredDelv {
	display: none;
}
.requiredAc {
	display: inline;
	border: solid 1px #ccc;
  background: #d54240;
  color: #fff;
  border-radius: 3px;
  padding: .2rem .4rem .3rem .5rem;
  margin-right: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: middle;
}
.labelAdd {
	margin: 1rem 0 0;
}
.labelSpecify {
	margin-top: .5rem;
}
.bankCoutents {
  display: block;
	margin-top: 1rem;
}
.jpBankContents,
.delvAdd {
	margin-top: 2rem;
}
.account .searchBtn {
	margin: 1.5rem 0 2.5rem;
}
.jpBankContents .formControl {
	max-width: 120px;
}
.account .wrap label {
  display: block;
  margin-bottom: .5rem;
}
.accountForm {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.accountForm p {
	margin-top: .5rem;
}
.accountForm .bankCode,
.accountForm .branchCode {
  max-width: 103px;
}
.accountForm .bankKana {
  max-width: 120px;
  margin: 0 1rem;
}
/*---------- Btn ----------*/
.btnWrap  {
  text-align: center;
  margin: 5rem 0 3rem;
}
.btn {
  font-family: "NotoSerifCJKjp-Medium.woff";
  font-size: 1.8rem;
  border: solid 1px #1d2087;
  border-radius: .4rem;
  padding: 1rem 3rem;
  letter-spacing: .13rem;
  background: #1d2087;
  color: #fff;
  cursor: pointer;
	display: inline-block;
}
.btnBack {
  font-family: "NotoSerifCJKjp-Medium.woff";
  font-size: 1.8rem;
  border: solid 1px #1d2087;
  border-radius: .4rem;
  padding: .7rem 3rem;
  letter-spacing: .13rem;
  background: #fff;
  color: #1d2087;
  cursor: pointer;
}
.searchBtn {
  font-family: "NotoSerifCJKjp-Medium.woff";
  font-size: 1.5rem;
  border: solid 1px #1d2087;
  border-radius: .4rem;
  padding: .8rem .8rem;
  letter-spacing: .13rem;
  background: #1d2087;
  color: #fff;
  cursor: pointer;
}
.confBtnWrap {
  text-align: center;
  margin: 1rem 0 3rem;
  padding-top: 4rem;
}
.confBtnWrap .btn {
  margin: 0 0 0 .2rem;
}
.confBtnWrap .btnBack {
  margin: 0 .2rem 0 0;
}
.bankBtnWrap{
  text-align: center;
  margin: 4rem 0;
}
.bankBtn {
  font-family: "NotoSerifCJKjp-Medium.woff";
  font-size: 1.7rem;
  border: solid 1px #1d2087;
  padding: .5rem 3rem .8rem;
  letter-spacing: .13rem;
  background: #1d2087;
  color: #fff;
  cursor: pointer;
}
.btn:hover, .btnBack:hover, .searchBtn:hover, .bankBtn:hover {
	opacity: .9;
}
.pass .formControl {
	max-width: 140px;
}
.pass p {
	margin-top: .5rem;
}
/*  Conf
*************************************************************************/
.conf .account .wrap:not(:last-child) {
	margin-bottom: 1.5rem;
	border-bottom: dashed 1px #ddd;
	padding-bottom: 1.5rem;
}
.conf .btn {
	font-size: 1.7rem;
	padding: .7rem 1rem;
	letter-spacing: .03rem;
}
.conf .btnBack {
	font-size: 1.7rem;
	padding: .7rem 1.5rem;
}
/* Thanks
*************************************************************************/
.thanksArea {
  min-height: calc(100vh - 255px);
}
.thanksArea .inner{
  min-height: 500px;
}
/* Consent
*************************************************************************/
.consentArea {
  border-bottom: solid 1px #e5e5e5;
  padding: 4rem 0;
}
.consentTitle {
  font-weight: bold;
  margin-bottom: 4rem;
}
.consentTxt {
  margin: 2.5rem 0 4.5rem;
}
.consentTxt li {
	padding-bottom: 1rem;
}
.consentBtnWrap {
  text-align: center;
}
.consentRadio {
  border: solid 1px #e5e5e5;
  padding: 1rem 3rem;
  display: inline-block;
  margin-top: 1rem;
}
.consentRadio label.radio {
  display: block;
  margin-right: 0;
}
/*  SearchBank
*************************************************************************/
.searchBank {
  margin: 3rem 0 5rem;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  padding-top: 3rem;
}
.searchBank .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 2rem;
}
.searchBank p {
  font-weight: bold;
  width: 40%;
}
.searchBank .formControl {
  padding: .3rem .75rem;
  width: 60%
}
/*---------- BankListWrap ----------*/
.bankListWrap .box {
  border: solid 1px #e5e5e5;
}
.bankListWrap .box .itemList:nth-child(2n+1){
  background: #f9f5ed;
}
.itemList {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 1.5rem;
}
.titleSp {
  width: 40%;
  font-weight: bold;
}
.bankTxt {
  width: 60%;
}
/*---------- pgNtion ----------*/
.pgNtion {
  text-align: center;
}
.pgNtion a {
  display: inline-block;
  border: solid 1px #e2ceac;
  color: #1d2087;
  padding: .2rem 1.2rem;
  margin: 0 .5rem .5rem;
  border-radius: .2rem;
  font-weight: bold;
}
.pgNtion a:hover {
  background: #1d2087;
  color: #fff;
  opacity: .8;
}
.pgNtion .active {
  background: #1d2087;
  color: #fff;
}
.pgNtion i {
  font-size: 1.9rem;
  vertical-align: middle;
}
/* Footer
*************************************************************************/
footer {
  padding: 8rem 0 1rem;
}
footer p {
  font-size: 1.2rem;
  color: #1d2087;
  text-align: center;
}


//Canvas
#oekaki{
    display: none;
	position: fixed !important;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:999999;
	width:350px;
}
#canvasContainer{
	position: absolute;
	top: 46px;
	left: 0px;
	width: 350px;
	height: 300px;
	background-color: #666464;
}
#Canvas {
	background-color: #FFFFFF;
  height: 300px;
}

#draw a{
  text-align: center;
  text-decoration: none;
  display: block;
  height: 46px;
  line-height: 46px;
  background-color: #000;
  color: #fff;
}
#savebutton{
  display: none;
  position: absolute;
  top: 346px;
  text-align: center;
}
#savebutton a{
  text-align: center;
  text-decoration: none;
  display: block;
  height: 46px;
  line-height: 46px;
  background-color: #000;
  color: #fff;
}

#draw_wrapper{
}
#shomei{
  text-align: center;
  padding: 15px;
  a{
    background-color: #810043;
    color: #fff;
    text-decoration: none;
    padding: 20px;
  }
}

#shomei_image{
  margin-top: 20px;
  padding: 20px;
  img{
    max-width: 100%;
    height: auto;
    border: #000 solid 1px;
  }
}



/*  Tablet
*************************************************************************/
@media screen and (min-width: 600px) {
  
   /* 共通
  *************************************************************************/
  .container {
    max-width: 1000px;
  }
  
  .pcOnly {
    display: block;
  }
  
  .spOnly {
    display: none;
  }
  
  /* 見出し
*************************************************************************/
  h1 {
    font-size: 2.8rem;
    margin-bottom: 7rem;
    height: 100px;
  }
  h1 span {
    font-size: 1.6rem;
  }
  
  h1:before {
    width: 65px;/*線の長さ*/
  }
  
   /* Table
  *************************************************************************/
	
	.iframe-pdf iframe {
	min-height: 1220px;
}
	
	.labelPrivate {
		margin: 0;
	}
	
	.recommenderArea label {
		min-width: 180px;
	}
	
	.recommenderArea:first-child {
		margin-top: 0;
	}
	
	.idWrap {
		flex-wrap: nowrap;
	}
	
	.superiorId {
		min-width: auto;
		margin-bottom: 0;
	}
	.idWrap .selectWrap {
 		max-width: 80px !important;
		margin: 0 .5rem;
	}
	
	.idBtn {
		padding: .8rem 1rem;
	}
	
	.nameArea .wrap {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		border-bottom: dashed 1px #ddd;
  	padding-bottom: 1.5rem;
	}
	.nameArea .wrap .nameTtl {
		width: 33%;
	}
	
	.nameArea .radio:last-child {
		margin-top: 0;
	}
	
/*	.nameArea label {
		margin-bottom: 0;
	}*/
	
	.name {
		max-width: 200px;
		display: inline-block;
	}
	
	.nameLabel {
		margin: 0 0 0 1rem;
	}
	
	.birthdayArea span,
	.telArea span {
		margin: 0 1rem;
}
	
	.postalCode {
		width: auto;
		margin: 0;
	}
	
	.postalCode .formControl {
		max-width: 130px;
		margin-right: 1rem;
	}
	
	.postalCode label {
		font-size: 1.6rem;
	}
	
	.prefectures {
		max-width: 130px;
		margin: 0 1rem 0 0;
	}
	
	.tel {
		max-width: 200px;
	}
	
	.telArea label {
		width: auto;
		min-width: 115px;
		margin-bottom: 0;
	}
	
	.telArea .formControl {
		max-width: 100px;
	}
  
  .telWrap input{
    margin-top: 0;
  }
	
	.address .wrap {
  	display: -webkit-flex;
  	display: -moz-flex;
  	display: -ms-flex;
  	display: -o-flex;
  	display: flex;
  	align-items: center;
	}
	
	.address .wrap {
		margin-top: 2rem;
	}
	
	.address .wrap label {
		min-width: 140px;
		margin-bottom: 0;
	}
  
  .address .selectWrap {
    min-width: 150px;
  }
  
  .account .wrap,
  .address .telWrap {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  
  .account .wrap label,
	.address .telWrap label {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3rem 0 0;
		min-width: 100px;
  }
	
	.delvAdd .telArea label {
		min-width: 105px;
	}
  
  .accountForm .bankKana {
    max-width: 127px;
  }
  
  .accountForm .searchBtn {
  	flex-basis: 20%;
  }
  
  .accountForm {
    justify-content: flex-start !important;
    display: block;
		width: 100%;
  }
	
	.accountForm .accountNumber {
		max-width: 115px;
	}
	
	.accountForm .bankName {
		max-width: 240px;
	}
  
  label.radio {
    font-size: 1.6rem;
  }
	
	.labelAdd,
	.labelSpecify {
		margin: 0;
	}
	
	/*---------- アコーディオン ----------*/
	
	.accordionName label {
		width: 33%;
		margin-bottom: 0;
	}
  
  /*---------- Btn ----------*/
  .searchBtn {
    font-size: 1.6rem;
    padding: .9rem 1.2rem;
  }
  
  .confBtnWrap {
    margin: 3rem;
  }
  
  .confBtnWrap .btn,
  .confBtnWrap .btnBack {
    margin: 0 1rem;
  }
	
	
	
/*  Conf
*************************************************************************/
	
	.conf .account .wrap label,
	.address .telWrap label {
    margin: 0 2rem 0 0;
    min-width: 195px;
	}
	
	.conf .btn {
		font-size: 1.8rem;
		padding: .7rem 3rem;
		letter-spacing: .1rem;
	}
	.conf .btnBack {
		font-size: 1.8rem;
		padding: .7rem 3rem;
	}
  
}
/*  Pc
*************************************************************************/
@media screen and (min-width: 960px) {
  
    /* 共通
  *************************************************************************/
  
  .inner {
    padding: 6rem 5rem;
  }
	
	/* 1Pめ
*************************************************************************/
.agreeArea {
	padding: 3rem;
}
.agreeContents {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}
.switch {
	margin-right: 3rem;
	margin-bottom: 0;
}
/*---------- ボタン ----------*/
.descBtnWrap .btn {
	margin-left: .5rem;
	margin-top: 0;
	padding: 1rem 3rem;
}
  
   /* Table
  *************************************************************************/
  
  th {
    width: 32%;
  }
  th,td {
    padding: 3rem 2rem;
    display: table-cell;
		min-height: 102px;
  }
  table tr th {
    border-bottom: solid 1px #e5e5e5;
  }
    
  .account{
    padding-top: 3rem;
  }
  
  /*  SearchBank
  *************************************************************************/
  
  .searchBank {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 3rem;
    margin-bottom: 0;
  }
  
  .searchBank .item {
    display: block;
    margin-bottom: 0;
    padding: 0 .5rem;
  }
  
  .searchBank p {
    width: 100%;
    text-align: center;
    margin-bottom: .5rem;
  }
  .searchBank .formControl {
    width: 100%
  }
  
  .bankBtnWrap {
    text-align: left;
    margin: 0;
  }
  
  .bankBtn {
    font-size: 1.5rem;
    padding: .2rem 1.3rem .5rem;
  }
  
  .cord {
    max-width: 110px;
  }
 
  .bankKana {
    max-width: 120px;
  }
  
/*---------- BankListWrap ----------*/
  
  .bankListWrap,
  .bankListWrap .box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .bankListWrap {
    border-bottom: solid 1px #e5e5e5;
    padding: 1.5rem 0;
  }
  
  .bankListWrap .box {
    border: none;
    width: 100%;
    justify-content: flex-start !important;
  }
  
  .bankListWrap .box .itemList:nth-child(2n+1){
    background: #fff;
  }
  
  .itemList {
    display: block;
  }
  
  .titleSp {
    display: none;
  }
  
  .bankTxt {
    width: 100%;
  }
  
  .bankListWrap .bankCode{
    flex-basis: 10%;
  }
  
  .bankListWrap .branchName{
    flex-basis: 32%;
  }
  
  .bankListWrap .branchKana{
    flex-basis: 28%;
  }
  
}
.ItemArea{
	width:800px;
}
</pre></body></html>