@import url(font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,700,300italic,700italic|Source+Sans+Pro:900");

	html, body, div, span, h4, p, a, img, strong, ol, ul, li, table, tbody, thead, tr, th, td, article, header, section {
		margin: 0;
/*		border: 0;*/
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	article, header, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Grid */

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}


/* Type */

	html {
		font-size: 14pt;
	}

		@media screen and (max-width: 1680px) {

			html {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 1280px) {

			html {
				font-size: 11pt;
			}

		}

		@media screen and (max-width: 360px) {

			html {
				font-size: 10pt;
			}

		}

	body {
		font-family: "メイリオ",Meiryo,sans-serif;
		font-weight: 300;
		font-size: 1rem;
		line-height: 2;
        background: #fff;
/*		background-image: url("../../images/back.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment:fixed;*/
	}

	a {
		-moz-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
		border-bottom: dotted 1px;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong {
		font-weight: 600;
}



	p {
		text-align: justify;
		margin: 0 0 1% 0;
	}


h1 {
	margin:50px 0 20px 0;
	padding:3px;
	padding-left: 10px;
	/*background-color: #F26522;*//*background-color: #DCB422;*/
	font-weight:bold;
	display: block;
	font-size:150%;
	color:#000;
    position: relative;
    border-bottom: 2px solid #000;
}


.mt20{
	margin-top: 20px;
}
.mt40{
	margin-top: 20px;
}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	a {
		color: #212931;
		border-bottom-color: rgba(33, 41, 49, 0.5);
	}

		a:hover {
			border-bottom-color: transparent;
			color: #F26522 !important;/*color: #18bfef !important;*/
		}

	

	h4 {
		color: #212931;
	}

#step {
	padding: 3% 5% 1% 5%;
	margin: 1%  0 2% 0%;
	border:2px solid #333;
	background: #fff; /*background: #fafafa; */
}
#stepnum {
	background-color: #333;
	padding:  1%  0 1% 0%;
	color: #fff;
	border:2px solid #333;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	 margin-top:2%;
}

#bank {
	margin-bottom:4%;
	padding:3%;
	border:1px solid #ccc;
	background: #ffffff;
}



	ol {
		list-style: decimal;
		margin: 0 0 2rem 0;
		padding-left: 1.25rem;
	}

	

		ol li {
			padding-left: 0.25rem;
		}



	ul {
		list-style: square;
		margin: 0 0 2rem 0;
		padding-left: 1rem;
	}

ul.tsume {
		list-style: square;
		
		padding-left: 1rem;
	}
ul.tsume li {
			padding-left: 0.5rem;
		}

	

		ul li {
			padding-left: 0.5rem;
		}

/* Section/Article */

	header {
		cursor: default;
		
	}

		header > .date {
			display: block;
			font-size: 0.8rem;
			
			margin: 0 0 0 0;
			position: relative;
		}

		header.major {
			margin: 0 0 0 0;
			text-align: center;
		}

			header.major > :last-child {
				margin-bottom: 0;
			}

			header.major > .date {
				font-size: 1rem;
				margin: 0 0 0 0;
			}

				header.major > .date:before, header.major > .date:after {
					content: '';
					display: block;
					position: absolute;
					top: 0;
					width: calc(50% - 6rem);
					border-top: solid 2px;
				}

				header.major > .date:before {
					left: 0;
				}

				header.major > .date:after {
					right: 0;
				}

		@media screen and (max-width: 736px) {

			header.major {
				margin: 0 0 0 0;
			}

		}

	header.major .date:before, header.major .date:after {
		border-top-color: #eeeeee;
	}

/* Table */

	table {
		margin: 0 0 2rem 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75rem 0.75rem;
		}

		table th {
			font-family: "Source Sans Pro", Helvetica, sans-serif;
			font-size: 0.8rem;
			font-weight: 900;
			letter-spacing: 0.075em;
			line-height: 1.5;
			padding: 0 0.75rem 0.75rem 0.75rem;
			text-align: left;
			text-transform: uppercase;
		}

 .table2{
        border-collapse: collapse;
        border:none;
	 margin-top:5px;
    }

table.table2 td.table2_bb {
  border-bottom: none;
}
table.table2 td.table2_bt {
  border-top: none;
}
    
    .table2 th{
        /*border:none;*/
        padding:5px 5px 7px;
        font-size:100%;
        font-weight:normal;
        color:#fff;/*color:#323333;*/
        border:1px solid #000000;
        background:#F26522;/*background-color:#FFFFE6;*/
        text-align:center;
     }
/*.table2 td:first-child,
.table2 td:nth-child(2),
.table2 td:nth-child(3),
.table2 td:nth-child(4),
.table2 td:nth-child(5),
.table2 td:last-child{
text-align: center;
}*/
.table2 td:nth-child(4){
text-align: left;
}
    .table2 td{
        background:#FFF;
        font-weight:normal;
        border:none;
        border:1px solid #000000;
        padding:5px 5px 7px;
        font-size:100%;      
        text-align:center;/* text-align:left;*/
    }   

.table2 p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.2px;
	margin-bottom:  1px;
}

#main table.sch{
	border-collapse:collapse;
	border-spacing:0;
	margin-top:5px;
	margin-bottom:5px;
	font-size:110%;
}

#main table.sch th {
	/*border:none;*/
        padding:5px 5px 7px;
        font-size:100%;
        font-weight:normal;
        color:#fff;/*color:#323333;*/
        border:1px solid #000000;
        background-color:#F26522;/*background-color:#FFFFE6;*/
        text-align:center;
}

#main table.sch td {
	padding:5px 12px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	
}

.endline{
	padding-bottom:10px;
	border-bottom:1px solid #000000;
}
th.middle { vertical-align: middle; }

@media screen and (max-width: 580px) {
#main table.sch{
	border-collapse:collapse;
	border-spacing:0;
	margin-top:5px;
	margin-bottom:5px;
	font-size:80%;
}

#main table.sch th {
	border:none;
        padding:5px 5px 7px;
        font-size:80%;
        font-weight:normal;
        color:#fff;/*color:#323333;*/
        border:1px solid #000000;
        background:#F26522;/*background-color:#FFFFE6;*/
        text-align:center;
}
#main table.sch td {
	padding:5px 12px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	font-size:80%;
}
}

@media (max-width: 800px) {

    .table2 th{
        border:none;
        padding:5px 5px 7px;
        font-size:70%;
        font-weight:normal;
        color:#fff;/* color:#323333;*/
        border:1px solid #000000;
        background:#F26522;/* background:#def0f1;*/
        text-align:center;
     }

    .table2 td{
        background:#FFF;
        font-weight:normal;
        border:none;
        border:1px solid #000000;
        padding:5px 5px 7px;
        font-size:70%;      
        text-align:left;
    }    
   
.table2 p {
    color: #000;
    font-size: 70%;
    font-weight: 300;
    line-height: 23px;
    letter-spacing: 0.2px;
	margin-bottom:  1px;
}
}

.endline{
	padding-bottom:10px;
	border-bottom:1px solid #000000;
}

			@media screen and (max-width: 980px) {

				table th {
					font-size: 0.9rem;
				}

			}

		table thead {
			border-bottom: solid 2px;
		}

	table tbody tr {
		/*border-color: #eeeeee;*/
	}

		table tbody tr:nth-child(2n + 1) {
	/*		background-color: rgba(220, 220, 220, 0.25);*/
		}

	table th {
		color: #212931;
	}

	table thead {
		border-bottom:1px solid #000000;
	}

/* Pagination */

/* Wrapper */

	#wrapper {
		-moz-transition: opacity 0.5s ease;
		-webkit-transition: opacity 0.5s ease;
		-ms-transition: opacity 0.5s ease;
		transition: opacity 0.5s ease;
		position: relative;
		z-index: 1;
		overflow: hidden;
	}

/* Intro */

/* Header */

	#header {
		color: #ffffff;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: -moz-flex-end;
		-webkit-justify-content: -webkit-flex-end;
		-ms-justify-content: -ms-flex-end;
		justify-content: flex-end;
		-moz-pointer-events: none;
		-webkit-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;
		-moz-user-select: none;
		-webkit-user-select: none;
		-ms-user-select: none;
		user-select: none;
		height: 3rem;
		padding-bottom: 5rem;
		position: relative;
		text-align: center;
		z-index: 2;
	}

		@media screen and (max-width: 980px) {

			#header {
				height: 5rem;
				padding-bottom: 4rem;
			}

		}

		@media screen and (max-width: 736px) {

			#header {
				padding-bottom: 3rem;
			}

		}

/* Nav */

/* Main */

	#main {
        border-left: 1px solid #F26522;
        border-right: 1px solid #F26522;
		background-color: #ffffff;
		position: relative;
		margin: 0 auto;
		width: calc(100% - 4rem);
		max-width: 72rem;
		z-index: 2;
	}

		#main > * {
			padding: 4rem 0rem 2rem 0rem ;
			margin: 0;
		}

			#main > *:first-child {
				border-top: 0;
			}

		#main > .post {
			padding:  0rem ;
		}
#main > .post2 {
			padding: 1rem 6rem 6rem 6rem ;
		}

			#main > .post header.major > .date {
				margin-top: -2rem;
			}

			#main > .post.featured {
				text-align: center;
			}

			@media screen and (max-width: 1280px) {

				#main > .post {
					padding: 0rem 0rem 0rem 0rem ;
				}
				#main > .post2 {
					padding: 1rem 2rem 2rem 2rem ;
				}

			}

			@media screen and (max-width: 736px) {

				#main > .post {
					padding: 0rem 0rem 0rem 0rem ;
				}
				
					#main > .post2 {
					padding: 1rem 1rem 1rem 1rem ;
				}

					#main > .post header.major > .date {
						margin-top: -1rem;
						margin-bottom: 2rem;
					}

			}

		@media screen and (max-width: 736px) {

			#main > * {
				padding: 0rem 0rem 0.1rem 2rem ;
			}

		}

		@media screen and (max-width: 480px) {

			#main {
				width: 100%;
			}

		}
@media screen and (min-width:1300px){
   #main { width: 100%;
      max-width: 1300px;
  }
}

	#main .moko {
			-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -moz-transform 0.5s ease, visibility 0.5s;
			-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -webkit-transform 0.5s ease, visibility 0.5s;
			-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -ms-transform 0.5s ease, visibility 0.5s;
			transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
			-moz-pointer-events: auto;
			-webkit-pointer-events: auto;
			-ms-pointer-events: auto;
			pointer-events: auto;
			border-style: solid;
			border-color: #333;
			border-width: 4px !important;
			font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
			font-size: 1.75rem;
			font-weight: 900;
			letter-spacing: 0.075em;
			line-height: 1;
			padding: 1rem 1.75rem;
			text-transform: uppercase;
			visibility: visible;
		
			
		 
		}

			#main .moko:hover {
				border-color: #18bfef !important;
				color: #18bfef !important;
			}

	

		@media screen and (max-width: 736px) {

			
				#main .moko {
					font-size: 1.25rem;
					padding: 1rem 1.4rem;
					border-width: 3px !important;
				}

		}

.arrow{
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top: 20px solid #333;
	margin: auto;
	margin-bottom: -1.7rem;
	
}

@media (max-width:1024px) {
	.table_outer{
		display: block;overflow-x: scroll;white-space: nowrap;-webkit-overflow-scrolling: touch;
	}
	body{
		background-image: none;
	}
}

.knt{ width:290px;
	margin: 25px;
	float: right;}

#main .moko {
			-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -moz-transform 0.5s ease, visibility 0.5s;
			-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -webkit-transform 0.5s ease, visibility 0.5s;
			-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -ms-transform 0.5s ease, visibility 0.5s;
			transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
			-moz-pointer-events: auto;
			-webkit-pointer-events: auto;
			-ms-pointer-events: auto;
			pointer-events: auto;
			border-style: solid;
			border-color: #333;
			border-width: 4px !important;
			font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
			font-size: 1.75rem;
			font-weight: 900;
			letter-spacing: 0.075em;
			line-height: 1;
			padding: 1rem 1.75rem;
			text-transform: uppercase;
			visibility: visible;
		
			
		 
		}

			#main .moko:hover {
				border-color: #F26522 !important;/*border-color: #18bfef !important;*/
				/*color: #F26522 !important;*//*color: #18bfef !important;*/
                background: #F26522;
                color: #fff!important;
			}

	

		@media screen and (max-width: 736px) {

			
				#main .moko {
					font-size: 1.25rem;
					padding: 1rem 1.4rem;
					border-width: 3px !important;
				}

		}

#main .mokofo {
			-moz-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -moz-transform 0.5s ease, visibility 0.5s;
			-webkit-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -webkit-transform 0.5s ease, visibility 0.5s;
			-ms-transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, -ms-transform 0.5s ease, visibility 0.5s;
			transition: border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
			-moz-pointer-events: auto;
			-webkit-pointer-events: auto;
			-ms-pointer-events: auto;
			pointer-events: auto;
			border-style: solid;
			border-color: #333;
			border-width: 4px !important;
			font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
			font-size: 1.75rem;
			font-weight: 900;
			letter-spacing: 0.075em;
			line-height: 1;
			padding: 1rem 1.75rem;
			text-transform: uppercase;
			visibility: visible;
		margin-left: 1%;
	
	
			
		 
		}

			#main .mokofo:hover {
            border-color: #F26522 !important;
            color: #fff !important;
            background: #F26522;
				/*border-color: #18bfef !important;
				color: #18bfef !important;*/
			}

	

		@media screen and (max-width: 736px) {

			
				#main .mokofo {
					font-size: 1.25rem;
					border-width: 3px !important;
				}

		}
.margin10 {
	margin-top:2%;
}
.kix{
	background-color: #FFEBEB!important;
}
.hnd{
	background-color: #F0FFFB!important;
}
@media screen and (max-width:600px){
.for_pc{
display: none;
	}
.margin10 {
margin-top: 10%;
}    
    }

@media screen and (min-width:601px){
.for_sp{
display: none;
}
}
@media screen and (min-width: 581px) {
dl.qa dt{
width: 7%;
}
dl.qa dd{
width: 90%;
}
}
@media screen and (max-width: 580px) {
.knt{
	float: none;}
dl.qa dt{
width: 15%;
}
dl.qa dd{
width: 80%;
}
    }
.h2_mi{
padding-left:1.5rem;
position: relative;
border-bottom: 2px solid #000;
}
.h2_mi:before{
position: absolute;
content: "●";
left: 0;
color: #F26522;
}
.o_mi{
padding-left:1.5rem!important;
position: relative; 
}
.o_mi:before{
position: absolute;
content: "●";
left: 0.5rem;
color: #F26522;
}
table.torikeshi tr td:first-child{
background: #F26522;
color:#fff;
}
.list_o::marker{
color: #F26522!important;
}
.b_orange{
font-size: 1.5rem;
font-weight: bold;
color: #F26522!important;
}
dl.qa dt,
dl.qa dd{
display: inline-block;
margin: 0;
vertical-align: top;
}
dl.qa dd{
padding: 12px 0;
}