﻿@charset "UTF-8";
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - https://cssreset.com/ */
html{color:#333;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}
.clearfix:after {content:" ";display:block;clear:both;}

/* 基本設定 */
body{
	font-size:12pt;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
img{max-width:100%;}
.wrap {overflow: hidden;}/* スマホ用で隙間が空くのを防ぐため */

/* ヘッダー */
header{
	width:100%;
	height: 97px;
	border-top:#2C74BA 4px solid;
	border-bottom:#cccccc 1px solid;
}
#title_area{
	max-width:950px;
	margin: auto;
}

/* フッター */
footer{
	width:100%;
	height: 40px;
	background:#2C74BA;
	color: #ffffff; 
	padding:10px 0;
	box-sizing:border-box;
}
footer p{
	max-width: 950px;
	margin: auto;
	font-size: 0.8em;
}

/* コンテンツ */
#content{
	max-width: 950px;
	margin: auto;	
}
h2{margin:20px 0;}

/* パンくずリスト */
.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
   box-sizing: border-box;
}
.cp_breadcrumb {
	margin: 20px auto;
	padding:0.5em 1em;
	background-color: #2C74BA;
	color: #ccc;
	border-radius: 5px;
}
.cp_breadcrumb .breadcrumbs {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;	
	display: flex;
	flex-wrap: wrap;
}
.cp_breadcrumb li {
	display: inline-block;
	position: relative;
	padding-right: calc(16px + 8px);
	margin-right:#eee;
	font-size: 0.9em;
}
.cp_breadcrumb li::before {
	content: '›';
	width: 1em;
	height: 1em;
	line-height: 1;
	text-align: center;
	font-size: 1em;
	color: inherit;
	position: absolute;
	top: 50%;
	right: 0;
    transform: translateY(-50%);
}
.cp_breadcrumb li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.cp_breadcrumb li:last-child::before {
	content: normal;
}
.present{color:#ffffff;}
@media screen and (max-width: 768px) {
	.cp_breadcrumb{font-size:small;}
   	}

/* ボタン関連 */
#btn_area{
	text-align: center;
	margin: 50px 0 0 0;
}
.btn_cancel{
	width: 100%;
	max-width: 340px;
	padding: 15px 10px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #999999;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 0 30px 0;
}
.btn_submit{
	width: 100%;
	max-width: 340px;
	padding: 15px 10px;
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: #2C74BA;
	border-radius: 5px;
	text-decoration: none;
	margin: 0 0 30px 0;
}

/* 文字装飾 */
.red{color:#ff0000;}

/* 導入画面 */
.article{margin:20px 0;}
.hline_sub{
	padding: 0.6rem 1rem;
	border-left: 5px solid #2C74BA;
	background: #f4f4f4;
	margin: 10px auto;
}
.square{
	width:98%;
	margin: 0 auto;
	box-sizing: border-box;
	border:#ccc 1px solid;
	padding: 10px;
	border-radius: 5px;
}

#bank_list{
	display: flex;
	flex-wrap: wrap;
}
#bank_list li{
	margin: 0 20px 0 0;
	min-width:20%;
	line-height: 1.8;
}

@media screen and (max-width: 768px) {
	#bank_list li{
		width:100%;
	}	
}

.triangle{
  width: 0;
  height: 0;
  margin: 10px auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #2C74BA;
}

.hline_red{
	color:#ff0000;
	margin: 10px 0 20px 10px;
}

#step_list{
	margin: 10px 20px;
}
.step{
	border:#cccccc 1px solid;
	border-radius: 5px;
	padding: 10px;
	box-sizing: border-box;
}
.step dt{
	font-weight: bold;
	color:#2C74BA;
}
.step dd{
	margin: 5px 20px;
}

.scroll{
	width:98%;
	height: 250px;
	margin: 0 auto;
	box-sizing: border-box;
	border:#999 1px solid;
	padding: 10px;
	overflow: auto;
}

input[type="checkbox"]{
    -webkit-transform: scale(2);
    -webkit-transform-origin:100% 50%;
    -moz-transform: scale(2);
    -moz-transform-origin:100% 50%;
    -ms-transform: scale(2);
    -ms-transform-origin:100% 50%;
    width:15px;
    height:15px;
    vertical-align: middle;
    margin:15px 5px 15px 0;
    font-weight: bold;
}
.agree{
	text-align: center;
	margin: 20px 0;
	font-size:1.2em;
	font-weight: bold;
}

/* 入力画面 */
.input_text{
	margin: 0 0 20px 1em;
}

.input_table{
	width:98%;
	margin: 30px auto;
	border-collapse: collapse;
}
.input_table th,.input_table td {
  border: 1px solid #ccc;  
  padding: 8px;
}

.input_table th {
  background: #E1EBF5;
  text-align: left;
}

/* スマホ用テーブル */
@media only screen and (max-width: 768px) {
  .input_table tr,.input_table th,.input_table td {
    display: block;
    width: auto;
  }
  
  .input_table tr:first-child {
    border-top: 1px solid #ccc;  
  }
  
  .input_table th,.input_table td {
    border-top: none;
  }
}

.form_list{display: flex;}
.required{
	display: inline-block;
	color: #fff;
	background: #ff0000;
	font-size: 0.8em;
	padding: 2px;
	margin: 0 0 0 5px;
	border-radius: 3px;
}


/* 入力フォーム */
input[type="text"],textarea,select {
    padding: 0.3em;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0 0 3px 0;
}
input[type="text"]:focus,select:focus,textarea:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}
input[type="text"]{width:40%;}
@media only screen and (max-width: 768px) {
	input[type="text"]{
		width:100%;
		box-sizing: border-box;
	}
  }