@charset "UTF-8";

/** ************************************* **

	TABLE CONTENTS
	---------------------------
		01. Globals
		02. Fukidashi
		03. インデント追加
		04. document_btn
		05. Tab
		06. Table
	---------------------------

 ** ************************************* **/


/** 01. Globals
 **************************************************************** **/
h5.hd_flow {
	margin: 20px 0 5px;
}

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

#content .box03 ul {
	margin-bottom: 0;
}

#content .tab-content ul {
	margin-bottom: 0;
}

.contact p {
	margin: 10px 0;
}

@media (max-width: 768px) {
	.box03 {
		padding: 2.5em 0.5em 0.5em;
	}
	.box03.topmg0 {
		margin: 20px 0;
		padding: 0.5em;
	}
	
	.btn {
		padding: 6px 6px;
		font-size: 85%;
	}
	
	.nav > li > a {
		padding: 5px;
		font-size: 85%;
	}
	
	#content .nav > li {
		width: 33.3%;
	}
}





/*howto flow */
.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: " \f067";
	margin-top: -12px;
	position: absolute;
	right: 18px;
	top: 50%;
	width: 22px;
}

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

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

.faq_comment:before {
	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;
	margin-top: -1px;
	padding: 30px 50px;
}

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 {
	background-color: #fdd9d5;
	border: solid 2px #fff;
	text-decoration: none !important;
	padding: 15px 70px 15px 15px;
}

a.list-group-item.point_list:hover {
	color: inherit;
	border: solid 2px #fff;
	background-color: #fbb4ab;
}

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


/*document_btn上部*/
#document_btn {
}

@media (max-width: 768px) {
	a.list-group-item.point_list {
	}

	#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;
	}
}



/*btnのpadding修正*/
.btn.padding_s {
	padding: 5px 10px;
}



/*labelのpadding修正*/
.label.padding_m {
	padding: 5px 10px;
}

.list-group-item {
	padding: 10px 12px;
}


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;
}


/* ----------------------------------------
 * コンテンツ内タイトル
 * ---------------------------------------- */
.title-wrap.bk_pink{
	background: #fbb4ab;
}

/* 重ねる文字の基本設定 */
.title-wrap.bk_pink .layer-txt{
	font-family: 'YakuHanJP',kan412typos-std, "游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	color: #fff;
	letter-spacing: 0.2rem;
	margin: 5px 10px;
}


/** 02. Fukidashi
 **************************************************************** **/
/* fukidashi bottom */
.fukidashi-bottom {
	position: relative;
	display: inline-block;
	padding: 1em 2em;
	margin: 2em 0.5em;
	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;
}

/* point_fukidashi */
.day_fukidashi {
	font-family: 'YakuHanJP',"游ゴシック体", YuGothic, "YuGothic M", sans-serif;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-right: 0.5em;
	padding: 10px;
	line-height: 1.2;
	vertical-align: middle;
	text-align: center;
	color: #FFF;
	background: #3498db;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
	.day_fukidashi {
		position: relative;
		display: inline-block;
		margin-right: 0.2em;
		padding: 7px;
		line-height: 1.2;
		vertical-align: middle;
		text-align: center;
		font-size: 0.9em;
		color: #FFF;
		background: #3498db;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		box-sizing: border-box;
	}
}


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





/** 03. インデント追加
 **************************************************************** **/
span[class*="ind"] i {
	text-indent: 0;
}

span.ind_012 {					/* spanブロック化 */
	display: block;
	padding-left: 1.2em;
	text-indent: -1.2em;
}





/** 04. document_btn
 **************************************************************** **/
@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: 5px;
	}
}



/** 05. Tab
 **************************************************************** **/
.nav-tabs > li > a.active,
.nav-tabs > li > a.active:hover,
.nav-tabs > li > a.active:focus {
	color: #fff!important;
	cursor: default;
	background-color: #3b536b!important;
	border: 1px solid #3b536b!important;
	border-bottom-color: transparent;
}

.nav > li > a {
	color: #3b536b!important;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 4px;
	background-color: #D3DFEB!important;
	border: 1px solid #D3DFEB!important;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
	color: #fff!important;
	cursor: default;
	background-color: #3b536b!important;
	border: 1px solid #3b536b!important;
	border-bottom-color: transparent;
}

.nav.nav-stacked > li:first-child > a {
	margin-left: 2px;
}

.nav-pills > li > a.active,
.nav-pills > li > a.active:hover,
.nav-pills > li > a.active:focus {
    color: #fff!important;
    background-color: #3b536b!important;
}






/** 06. Table
 **************************************************************** **/
@media only screen and (max-width: 768px) {
	#content table.tblFull .js90 {
		font-family: "JapanSans90","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ","Meiryo";
	}
	
	#content table.tblFull .js80 {
		font-family: "JapanSans80","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ","Meiryo";
	}
	
	#content table.tblFull .js70 {
		font-family: "JapanSans70","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "メイリオ","Meiryo";
	}
}




