@charset "UTF-8";


/* stay
---------------------------------------------------- */
/* fukidashi bottom */
.fukidashi-bottom {
	position: relative;
	display: inline-block;
	padding: 1em 2em;
	margin: 0.5em 0.5em 1em;
	width: auto;
	line-height: 40px;
	text-align: center;
	background: #FBB4AE;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 0;
}

.fukidashi-bottom:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #FBB4AE transparent transparent transparent;
}

@media (max-width: 480px) {
	.fukidashi-bottom {
		padding: 1em 0.8em;
	}
}

/*fukidashi hover*/
.fukidashi-bottom:hover {
	/* background-color:#fff; */
	/*padding:2em;*/
}

.fukidashi-bottom:hover:before {
	content: "";
	/* 	border-color: #fff transparent transparent transparent; */
}

/*animation test*/
.animation {
	/*margin: 50px 0;
	font-size: 40px;
	font-weight: bold;
	color: #ff0000;*/
}

.fadeInDown {
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
}

100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
}
}

@keyframes fadeInDown {
	0% {
			opacity: 0;
			-webkit-transform: translateY(-20px);
			-ms-transform: translateY(-20px);
			transform: translateY(-20px);
	}

	100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
	}
}

h5.hd_flow {
	margin: 20px 0 5px;
}

div.caption.flow_caption {
	margin: 10px 10px 0;
}

/*thumbnail-flow 使わないかも*/
.thumbnail_flow {
/*
	display: block;
	padding: 4px;
	margin-bottom: 19px;
	line-height: 1.5;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-radius: 6px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
*/
}

.thumbnail {
	padding: 10px 8px;
}

/*howto flow 前のflow使わない場合は不要CSS*/
.panel-stay {
	border-color: #a7d0f5;
}

.panel-stay>.panel-heading {
	color: #000;
	background-color: #a7d0f5;
	border-color: #a7d0f5;
	font-size: 1.3em;
	padding-top: 1.2em;
}

.panel-stay>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #a7d0f5;
}

.panel-stay>.panel-heading .badge {
	color: #a7d0f5;
	background-color: #fff;
}

.panel-stay>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #a7d0f5;
}

/*accordion-toggle icon*/
.accordion-toggle a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	content: " \f078";
	content: " \f068";
	margin-top: -12px;
	position: absolute;
	right: 18px;
	top: 50%;
	width: 22px;
}

.accordion-toggle a.collapsed:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	/*content: " \f077";*/
	content: " \f067";
	/*     color: blue; */
	margin-top: -12px;
	position: absolute;
	right: 18px;
	top: 50%;
	width: 22px;
}

/*faq page*/
h3.question {
	color: #333;
	border: none;
	font-size: 1.3em
}

/*項目が少ない場合のCSS*/
/* h3.question:before {
	content: "Q";
	color: #3498DB;
	margin-right: 0.5em;
	line-height: 2em;
	font-size: 1.5em;
}

div.answer:before {
	content: "A";
	color: #E74C3C;
	font-size: 2.2em;
	padding-left: 0.3em;
}

div.answer_comment {
	padding-left: 1em;
	padding-top: 0.4em;
}

div.answer, div.answer_comment {
	float: left;
} */

/*項目が多い場合のCSS*/
.faq_list:before {
	content: "Q";
	color: #3498DB;
	margin-right: 0.5em;
	/*line-height: 2em;*/
	font-size: 1.5em;
}

.faq_comment:before {
	/*content: "A";*/
	color: #E74C3C;
	font-size: 2em;
	padding-left: 0.1em;
}

.faq_list {
	/*line-height: 4em;*/
	font-weight: bold;
	margin-top: -1px;
	padding: 20px 70px 20px 20px;
}

a.list-group-item.faq_list:hover {
	background-color: #E1F0FA;
}

.faq_comment {
	margin-bottom: 0;
	/*     background-color: #fff; */
	margin-top: -1px;
	padding: 30px 50px;
	/*   padding-left: 1em;
	padding-top: 0.4em; */
}

div.well.square.faq_comment p:first-child {
	font-size: 1.15em;
	/* font-weight:bold; */
}

/*アコーディオンを四角にする*/
a.list-group-item.square, .well.square {
	border-radius: 0 0 0 0;
}

/*stay point btn*/
a.list-group-item.point_list {
	/* line-height: 5em; */
	background-color: #fdd9d5;
	border: solid 2px #fdd9d5;
	text-decoration: none !important;
	padding: 15px 70px 15px 15px;
}

a.list-group-item.point_list.yellow {
	/* line-height: 5em; */
	background-color: #ffe6aa;
	border: solid 2px #ffe6aa;
}

a.list-group-item.point_list.yellow:hover {
	/* line-height: 5em; */
	background-color: #dac394;
	border: solid 2px #dac394;
}

a.list-group-item.point_list.green {
	/* line-height: 5em; */
	background-color: #cffab6;
	border: solid 2px #cffab6;
}
a.list-group-item.point_list.green:hover {
	/* line-height: 5em; */
	background-color: #9cc685;
	border: solid 2px #9cc685;
}

/*
a.list-group-item.point_list:first-letter {
	font-size: 1em;
}
*/
a.list-group-item.point_list:hover {
	color: inherit;
	border: solid 2px #fbb4ab;
	background-color: #fbb4ab;
}

.well.point_comment {
	padding-left: 1em;
	padding-top: 0.4em;
	background-color: #F5F5F5;
}

/*document_btn上部*/
#document_btn {
/*padding: 27px 0 10px;*/
}

#document_btn a {
padding: 10px;
}

@media (max-width: 768px) {
	a.list-group-item.point_list {
		/*line-height: 1.5em;*/
		/*margin-bottom: 0.5em;*/
	}

	/*
	a.list-group-item.point_list:first-letter {
	font-size: 1.2em;
	}
	*/
	#document_btn {
		/*padding-top: 15px;*/
	}

	div.caption.flow_caption {
		margin: 0px;
	}

	.faq_list {
		line-height: 1.5em;
		padding: 15px 70px 15px 15px;
	}

	.faq_comment {
		padding: 20px 15px;
	}

	.faq_list:before {
		content: "";
		color: #3498DB;
		margin-right: 0em;
		/*   line-height: 2em; */
		font-size: 1.5em;
	}
}

#content table.tblFull .wh {
	background-color: #fff;
}

#content table.tblFull .bl {
	background-color: #e1f0fa;
}

#content table.tblFull th.lh_s {
	line-height: 1.2;
}

.table-responsive > .table > tbody > tr > td.hd {
	white-space: normal;
}

.document_btn_caption {
		font-size: 14px;
	}


/* row関連 */
@media (max-width: 480px) {
	#document_btn.row {
		margin-right: -4px;
		margin-left: -4px;
	}

	#document_btn.row:before, #document_btn.row:after {
		display: table;
		content: " ";
	}
	#document_btn.row:after {
		clear: both;
	}

	#document_btn > [class*='col-'] {
		position: relative;
		min-height: 1px;
		padding-right: 4px;
		padding-left: 4px;
	}
	
	#document_btn .btn {
		font-size: 15px;
	}
	
	#document_btn a {
		padding: 10px 5px;
	}
	
	.document_btn_caption {
		font-size: 10px;
	}
}




.contact p {
	margin: 5px 0;
}

#content a {
	text-decoration: none;
}

#content a h9 {
	color: #333;
}

#content a h9:hover {
	color:#3498db;
}

ins {
    text-decoration: none;
}

/** 00. インデント追加
 **************************************************************** **/
span[class*="ind"] i {
	text-indent: 0;
}
span.ind_012 {					/* spanブロック化 */
	display: block;
	padding-left: 1.2em;
	text-indent: -1.2em;
}


h5.box1{
	font-size:1em;
	font-weight: 500;
	color: #fff;/*文字色*/
	padding: 0.5em 0.5em 0.5em 2em;/*文字周りの余白*/
	background: #2270C0;/*背景色*/
	vertical-align: middle;/*上下中央*/
	margin: 10px 0;
	border-bottom: solid 1px #184766;
	border-radius: 5px;
	position: relative;
}
h5.box1:before {
	font-size:1.6em;
	line-height: 1;
	position: absolute;
	top:0.175em;
	left: 0.4em;
	content: '●';
	color: white;
	text-shadow: -1px -1px 1px #fff, -2px -2px 2px #2C2A2B;
}


#content table.tblFull.center th,
#content table.tblFull.center td {
	text-align: center;
}
