@charset "utf-8";
/* CSS Document プリカ申込用css*/

/* リセット */
* {
	box-sizing: border-box;
}
html {
	width:100%;
	font-size: 62.5%;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
}
body, td, th {
	-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
	margin: 0;
	padding: 0;
	background-color:#fff;
	color: #000;
	font-size: 2.0rem;
	line-height: 1.6;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
p.small-text {
	font-size: 1.6rem;
}
.sp {
	display:none;
}
@media screen and (max-width: 750px) {
body, td, th {
	font-size: 1.6rem;
}
.sp {
	display:block;
}
}
html.modal_open {
  overflow: auto;
  height: 100%;
}

html.modal_open body {
  overflow: hidden;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: normal;
	font-style: normal;
}
dl, dt, dd, ol, ul, li, p {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
	font-style: normal;
}
em {
	font-weight: bold;
	font-style: normal;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.photo_right {
	float: right;
	margin-left: 10px;
}
.photo_left {
	float: left;
	margin-right: 10px;
}
.lefter {
	float: left;
}
.righter {
	float: right;
}
a {
	color: #5186c6;
	text-decoration:none;
}
a:hover {
	color: #5186c6;
	text-decoration:underline;
}
a img {
	border: none;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
}
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}
/* 画像リンク */
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* 画像リンク */
a:hover img.noopa {
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/*基本レイアウト********************************/
body, html {
}
header {
}
header.tomowel {
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:60px;
	position: relative;
	background-image:url(../img/bar_tomowel.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% 2px;
}
header.tomowel img {
	margin:0 20px;
}
.manual-link {
    position: absolute; /* 絶対配置 */
    bottom: 0; /* 下詰め */
	
    right: 10px; /* 必要に応じて右余白を調整 */
}
@media screen and (max-width: 750px) {
header.tomowel {
	display:block;
	height:80px;
	text-align:center;
}
header.tomowel img {
	max-width:100%;
	height:auto;
	margin-left:0;
}
}
main {
	min-height: calc(100vh - 478px);
	display:block;
	max-width: 830px;
	margin:40px auto 70px auto;
}
footer.tomowel {
	display:flex;
	align-items:center;
	justify-content:flex-start;
	height:60px;
	font-size:1.4rem;
	line-height:0;
}
footer.tomowel img {
	margin-left:20px;
}
footer.tomowel a {
	margin-left:20px;
	color:#595757;
}
@media screen and (max-width: 750px) {
footer.tomowel img {
	max-width:100%;
	height:auto;
	margin-left:0;
}
}
@media screen and (max-width: 750px) {
main {
	min-height: calc(100vh - 320px);
	width: 95%;
	margin:20px auto;
}
}
footer {
}
/*/基本レイアウト */


/*ヘッダー********************************/
header .pagetitle {
	display:flex;
	justify-content:center;
	align-items:center;
	height:148px;
	text-align:center;
	font-size:3.6rem;
	font-weight:700;
	letter-spacing:0.05em;
}
header h1 {
	display:flex;
	justify-content:center;
	align-items:center;
	height:80px;
	background-color:#de0039;
	text-align:center;
	font-size:3.0rem;
	color:#fff;
	font-weight:700;
	letter-spacing:0.05em;
}
@media screen and (max-width: 750px) {
header .pagetitle {
	height:100px;
	font-size:2.2rem;
}
header h1 {
	height:60px;
	font-size:2.2rem;
}
}
/*/ヘッダー*/


/*メイン*******************************/
/*共通コンテンツcontents*/
.contents {
	display:block;
}
/*/コンテンツcontents*/

/*見出し共通**********************************************/
main h1 {
	margin-bottom:10px;
	font-size:3.0rem;
}
@media screen and (max-width: 750px) {
main h1 {
	font-size:2.4rem;
}
}
main h2 {
	margin-bottom:10px;
	font-size:2.6rem;
	text-align:center;
	color:#de0039;
}
@media screen and (max-width: 750px) {
main h2 {
	font-size:2.2rem;
}
}
main h3 {
	margin-bottom:10px;
	font-size:2.0rem;
}
main h4 {
	margin-bottom:10px;
	font-size:1.8rem;
}
main h5 {
	margin-bottom:10px;
	font-size:1.6rem;
	font-weight:700;
}
main h6 {
	margin-bottom:10px;
	font-size:1.6rem;
	text-decoration:underline;
}
/*章**********************************************/
main section {
	margin-bottom:3em;
}
main section:last-child {
	margin-bottom:0;
}
/*段落**********************************************/
main p {
	margin-bottom:1em;
}
main p:last-child {
	margin-bottom:0;
}
/*本文マージン**********************************************/
main .margin0 {
	margin-bottom: 0px!important;
}
main .margin10 {
	margin-bottom: 10px!important;
}
main .margin20 {
	margin-bottom: 20px!important;
}
main .margin30 {
	margin-bottom: 30px!important;
}
main .margin40 {
	margin-bottom: 40px!important;
}
main .margin50 {
	margin-bottom: 50px!important;
}
main .margin60 {
	margin-bottom: 60px!important;
}
main .margin70 {
	margin-bottom: 70px!important;
}
main .margin80 {
	margin-bottom: 80px!important;
}
main .margin90 {
	margin-bottom: 90px!important;
}
main .margin1em {
	margin-bottom: 1em!important;
}
main .margin2em {
	margin-bottom: 2em!important;
}
main .margin3em {
	margin-bottom: 3em!important;
}
main .margin4em {
	margin-bottom: 4em!important;
}
main .margin5em {
	margin-bottom: 5em!important;
}
main .margin6em {
	margin-bottom: 6em!important;
}
main .margin7em {
	margin-bottom: 7em!important;
}
main .margin8em {
	margin-bottom: 8em!important;
}
main .margin9em {
	margin-bottom: 9em!important;
}
/*リスト**********************************************/
main ul {
	margin-bottom: 1.5em;
}
main ul:last-child {
	margin-bottom: 0;
}
main ul li:last-child {
	margin-bottom: 0;
}
main ul > li {
	list-style:disc;
	margin-bottom: 0.5em;
	margin-left:1.2em;
}
main ul.consideration > li {
	position:relative;
	list-style:none;
}
main ul.consideration > li:before {
	position:absolute;
	left:-1.2em;
	top:0;
	content:"※";
}
main ol {
	margin-bottom: 1.5em;
}
main ol:last-child {
	margin-bottom: 0;
}
main ol li:last-child {
	margin-bottom: 0;
}
main ol > li {
	list-style: none;
	list-style-type:decimal;
	list-style-position: outside;
	margin-bottom: 0.5em;
	margin-left:2em;
}
/*テーブル**********************************************/
main table {
	margin: 0 auto 20px auto;
	width: 100%;
	border-top: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-spacing: 0;
	border-collapse : collapse;
}
main table th {
	padding: 8px 8px;
	width: 40%;
	background-color: #eee;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	white-space: nowrap;
	font-weight: normal;
	text-align: left;
}
main table td {
	position:relative;
	padding: 8px 8px;
	width: auto;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
main table th.center, main table td.center {
	text-align: center;
}
main table th.left, main table td.left {
	text-align: left;
}
main table th.right, main table td.right {
	text-align: right;
}
main table caption {
	font-weight: bold;
}
main table {/*残高照会*/
	border-top: #de0039 1px solid;
	border-left: #de0039 1px solid;
}
main table.record th {/*残高照会*/
	width: auto;
	background-color: #de0039;
	border-right: #de0039 1px solid;
	border-bottom: #de0039 1px solid;
	text-align: center;
	color:#fff;
}
main table.record td {/*残高照会*/
	border-right: #de0039 1px solid;
	border-bottom: #de0039 1px solid;
	text-align: center;
}
@media screen and (max-width: 750px) {
main table.record {/*残高照会*/
width:95%;
margin:0 auto;
}
main table.record th {/*残高照会*/
	white-space:normal;
	word-break: break-all;
	word-wrap: break-word;
}
main table.record td {/*残高照会*/
	white-space:normal;
	word-break: break-all;
	word-wrap: break-word;
}
}
/*入力欄*/
.form_area {
	margin-bottom:4em;
}
.form_area p {
	margin-bottom:4px;
}
.form_area p:last-child {
	margin-bottom:0;
}
.form_area span.form_need {
	margin-left:2px;
	padding:0 2px;
	background-color:#de0039;
	color:#fff;
	font-size:1.8rem;
	font-weight:700;
	white-space: nowrap;
}
.btn_area p {
	margin-bottom:2em;
}
@media screen and (max-width: 750px) {
.form_area span.form_need {
	font-size:1.4rem;
}
.btn_area p {
	margin-bottom:1em;
}
}
.form_area span.form_caution {
	font-size:1.6rem;
}
.form_area dl {
	display:flex;
	flex-wrap:wrap;
	margin-bottom:20px;
	border-top:solid 2px #de0039;
	border-left:solid 2px #de0039;
	border-bottom:solid 2px #de0039;
	border-right:solid 2px #de0039;
	border-radius:20px;
}
.form_area dl dt {
	display:flex;
	justify-content:center;
	align-items:center;
	width:25%;
	margin-bottom:0;
	padding: 40px 0;
	border-top:solid 2px #fff;
	border-right:solid 3px #de0039;
	background-color:#de0039;
	color:#fff;
	letter-spacing:0.05em;
}
.form_area dl dd {
	width:75%;
	margin-bottom:0;
	padding: 40px 25px;
	border-top:solid 2px #de0039;
}
.form_area dl dt:first-child, .form_area dl dt:nth-child(4n+1) {
	background-color:#de0039;
	color:#fff;
}
.form_area dl dd:nth-child(2), .form_area dl dd:nth-child(4n+2) {
	/*background-color:#eee;*/
	color:#000;
}
.form_area dl dt:first-child, .form_area dl dd:nth-child(2) {
	border:none;
}
.form_area dl dt:first-child {
	border-radius:18px 0 0 0;
}
.form_area dl dt:nth-child(5) {
	border-radius:0 0 0 18px;
}
.form_area dl.record dt:nth-child(5) {/*残高照会*/
	border-radius:0 0 0 0;
}
.form_area dl.record dt:nth-child(5) {/*残高照会*/
	border-radius:0 0 0 18px;
}
.form_area dl.record02 dt:nth-child(5) {/*残高照会*/
	border-radius:0 0 0 0;
}
.form_area dl.record02 dt:nth-child(13) {/*残高照会*/
	border-radius:0 0 0 18px;
}

.form_area dl dd.confirm {
	width:65%;
}
.form_area dl.long {
}
.form_area dl.long dt {
	width:50%;
}
.form_area dl.long dd {
	width:50%;
}
@media screen and (max-width: 750px) {
.form_area dl dt, .form_area dl.long dt {
	width:100%;
	margin-bottom:0;
	padding: 10px 10px;
}
.form_area dl dt {
	border-bottom:none;
}
.form_area dl dt:first-child {
	border-radius:18px 18px 0 0;
}
.form_area dl dt:nth-child(5) {
	border-radius:0 0 0 0;
}
.form_area dl dd {
	width:100%;
	margin-bottom:25px;
	padding: 10px 10px;
	border-top:none;
	border-left:none;
}
.form_area dl dd.confirm, .form_area dl.long dt, .form_area dl.long dd {
	width:100%;
}
.form_area input {
	font-size:1.6rem;
}
}
.form_area input {
	padding: 10px 10px;
	font-size:2.0rem;
	background-color:#f6f6f6;
	border:solid 1px #999;
}
.form_area input.size_m {
	width:50%!important;
}
.form_area input.size_s {
	width:35%!important;
	margin-right:10px;
}
.form_area .record input.size_s {
	margin-right:0;
}
.form_area input.size_ss {
	width:20%!important;
	margin-right:10px;
}
.form_area input[type="text"] {
	width:100%;
}
.form_area input[type="email"] {
	width:100%;
}
.form_area input[type="tel"] {
	width:100%;
}
.form_area input[type="number"] {
	width:30%;
}
.form_area input[type="radio"] {
	width:20px;
	height:20px;
}
.form_area input[type="checkbox"] {
	width:20px;
	height:20px;
}
.form_area textarea {
	width:100%;
	padding: 10px 10px;
	font-size:2.0rem;
	background-color:#f6f6f6;
	border:solid 1px #999;
	line-height:1.6;
}
.form_area select {
	width:100%;
	height:auto;
	padding: 10px 10px;
	font-size:2.0rem;
	line-height:1.7;
	border:solid 1px #888;
}
@media screen and (max-width: 750px) {
.form_area input.size_m {
	width:100%!important;
}
.form_area input[type="date"].size_s {
	width:auto!important;
}
.form_area select {
	font-size:1.6rem;
	border:solid 1px #999;
}
}
.form_area select#corp01_01 {
	width:23%;
	margin-right:2%;
}
.form_area select#corp01_03 {
	width:23%;
	margin-left:2%;
}
@media screen and (max-width: 750px) {
.form_area select#corp01_01, .form_area select#corp01_03 {
	width:100%;
	margin:0;
}
}
.form_area .btn_area {
	margin:70px auto;
	text-align:center;
}
.form_area input[type="button"], .form_area input[type="submit"] {
	width:295px;
	height:45px;
	margin:0 10px;
	border-radius:45px;
	border:none;
	background-color:#151f3f;
	color:#fff;
	font-size:1.7rem;
	cursor:pointer;
}
.form_area .search_btn_area {
	margin:20px 0 40px 0;
	text-align:right;
}
.form_area .search_btn_area input[type="button"], .form_area .search_btn_area input[type="submit"] {
	width:120px;
	height:45px;
	margin:0 10px;
	border-radius:45px;
	border:none;
	background-color:#de0039;
	color:#fff;
	font-size:1.7rem;
	cursor:pointer;
}
.form_area input[type="button"]:hover, .form_area input[type="submit"]:hover {
	opacity:0.7;
}
@media screen and (max-width: 750px) {
.form_area .btn_area {
	margin:40px auto;
}
.form_area input[type="button"], .form_area input[type="submit"] {
	margin:0 10px 10px 10px;
}
}


/*ポップアップメッセージ*/
#popupmes {
	display:none;
	position:fixed;
	left:50%;
	top:50%;
	width:400px;
	height:200px;
	margin-left:-200px;
	margin-top:-100px;
	background-color:#5186c6;
	color:#fff;
	z-index:10001;
}
#popupmes .inside {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	width:100%;
	height:100%;
	text-align:center;
}
#popupmes .inside .btn_area {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%;
	margin:0;
}
#popupmes .inside .btn {
	display:block;
	margin:8px;
	padding:4px 8px;
	background-color:#fff;
	color:#5186c6;
	cursor:pointer;
}

/*エラー*/
.errormessage {
}
.errormessage div {
	width:100%;
	padding:4px;
	background-color:#fef73d;
	color:#f00;
	text-align:center;
}
.errormessage#errormessage01 div {
	margin:20px 0;
}

/*各ページ設定*******************************/
/*規約合意*/
main .terms {
	width:100%;
	height:300px;
	margin-bottom:25px;
	padding:20px;
	border:solid 1px #999;
	overflow:auto;
}

/*説明テキスト*/
main .txt {
	margin-bottom:40px;
	text-align:center;
}

/*残高照会*/
main .amount_area {
	margin-bottom:4em;
}
main .amount_area .amount {
	margin-bottom:20px;
	font-size:6.0rem;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.1em;
}
main .amount_area .amount span {
	font-size:3.0rem;
}
.amount_area .form_caution {
	text-align:center;
	font-size:1.6rem;
	line-height:2;
}
.amount_area .btn_area {
	margin:70px auto;
	text-align:center;
}
.amount_area input[type="button"], .amount_area input[type="submit"] {
	width:295px;
	height:45px;
	margin:0 10px;
	border-radius:45px;
	border:none;
	background-color:#151f3f;
	color:#fff;
	font-size:1.7rem;
	cursor:pointer;
}
.amount_area input[type="button"]:hover, .amount_area input[type="submit"]:hover {
	opacity:0.7;
}
@media screen and (max-width: 750px) {
.amount_area .btn_area {
	margin:40px auto;
}
.amount_area input[type="button"], .amount_area input[type="submit"] {
	margin:0 10px 10px 10px;
}
}
.btn_area_new { display: flex; justify-content: center; flex-direction: column; }

.amount_area .freee_token { margin-top: 35px;}
