@charset "utf-8";
/*---------------------------------------共通部分--------------------------------------*/
.ttl-02{
	background: -moz-linear-gradient(left,  #22488e 0%, #26599e 31%, #2773b5 69%, #327fbb 100%); 
	background: -webkit-linear-gradient(left,  #22488e 0%,#26599e 31%,#2773b5 69%,#327fbb 100%); 
	background: linear-gradient(to right,  #22488e 0%,#26599e 31%,#2773b5 69%,#327fbb 100%); 
	color:#ffffff;
	font-size: 2rem;
	padding: 5px 12px 4px;
	margin-bottom: 15px;
	font-weight: bold;
}
.maincontents > .ttl-02:nth-of-type(n+2){
	margin-top: 47px;
}
.btn-01 a {
	margin: 25px 0 0 0;
	display: inline-block;
	background: -moz-linear-gradient(left,  #d74375 5%, #f2b283 37%, #1c83c8 56%, #1c83c8 73%,  #c1dea7 100%);
	background: -webkit-linear-gradient(left,  #d74375 5%,#f2b283 37%,#1c83c8 56%,#1c83c8 73%,#c1dea7 100%);
	background: linear-gradient(to right,  #d74375 5%,#f2b283 37%,#1c83c8 56%,#1c83c8 73%,#c1dea7 100%); 
	background-position: 100% 0%;
	background-size: 400%;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	padding:10px 25px;
	font-size: 1.5rem;
	border-radius: 27px;
	min-width: 180px;
}
.btn-01 a:hover {
  background-position: 5% 0%;
	filter:alpha(opacity=80); -moz-opacity:0.80; opacity:0.80;
	text-decoration:none;
}
/*---------------------------------------インデックス--------------------------------------*/
.indexarea section .icon_q li {
		padding-left: 20px;
		position: relative;
	}
.indexarea section .icon_q li:before {
	position: absolute;
	content: "Q.";
	display: inline-block;
	color: #00A99D;
	font-weight: bold;
	left: 0;
	top: 0;
}
/*---------------------------------------検索フォーム--------------------------------------*/
.searchWrap3{
		border-radius: 0;
		border: solid 3px #B3B3B3;
		width: 482px;
		margin: 0 auto 30px;
		vertical-align: middle;
	}
	.searchWrap3 .searchbox3 {
		opacity: 1;
		background-image: none;
		width: 410px;
		height: 55px;
		border: none;
		padding: 15px;
		font-size: 18px;
	}
	.searchWrap3 .searchbtn{
		background: url("/faq/images/search_icon01.png") no-repeat center center / 30px 30px,#00A99D;
		width: 60px;
		height: 57px;
		border: none;
		vertical-align: middle;
	}
/*---------------------------------------FAQ一覧--------------------------------------*/
.faq_list dl {
	border-bottom: solid 1px #CCCCCC;
}
.faq_list dl dt,.faq_list dl dd {
	padding: 15px 15px 15px 55px;
	position: relative;
}
.faq_list dl dt {
	border-bottom: dashed 1px #CCCCCC;
}
.faq_list dl dd,.faq_list dl dd:hover, .faq_list a:hover dd{
	color: #000000;
	text-decoration: none;
}
.faq_list dl dt:before {
	content: "";
	display: inline-block;
	position: absolute;
	background: url("/images/index_icon_01.png") no-repeat left top / 20px 20px;
	width: 20px;
	height: 20px;
	top: 18px;
	left: 20px;
}
.faq_list dl dd:before {
	content: "";
	display: inline-block;
	position: absolute;
	background: url("/images/index_icon_02.png") no-repeat left top / 20px 20px;
	width: 20px;
	height: 20px;
	top: 18px;
	left: 20px;
} 
.pbox-pagenav {
	width: 380px;
	margin: 50px auto 0;
}
.pbox-pagenav ._navs span{
	font-weight: bold;
	padding: 9px 15px;
}
._cur {
	border-radius: 50%;
	background-color: #E6E6E6;
	pointer-events: none;
}
.pbox-pagenav ._navs ._page:hover {
	border-radius: 50%;
	background: -webkit-linear-gradient(-45deg,  #1c83c8 0%,#c1dea7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #1c83c8 0%,#c1dea7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	color: #FFFFFF;
}
.pbox-pagenav ._navs ._page:hover a {
	color: #FFFFFF;
}
/*---------------------------------------共通FAQパーツ--------------------------------------*/
.faq{
	border-bottom: 1px solid #cccccc;
	margin: 0 0 25px 0;
}

.faq > li:nth-of-type(n+2){
	border-top: 1px solid #cccccc;
}

.faq li > p{
	position: relative;
	font-weight: bold;
	font-size: 1.5rem;
}
.faq li > p:hover{
	cursor: pointer;
	background: #FFFCDC;
}
.faq li > p a{
	padding: 12px 30px 12px 56px;
	display: block;
}
.faq li > p a:hover{
		color:#007acf;
		text-decoration:none; 
}
.floatright{
	flex-grow: 2;
}
.faq li > p:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:32px;
	height:32px;
	background: url("/images/index_icon_01.png")no-repeat;
	top: 11px;
	left: 12px;
}
.faq li div{
	position: relative;
	padding: 12px 35px 12px 55px;
	border-top: 1px dashed #cccccc;
}
.faq li div:before{
	content:"";
	display:inline-block;
	position:absolute;
	width:34px;
	height:34px;
	background: url("/images/index_icon_02.png")no-repeat;
	top: 9px;
	left: 12px;
}
/*---------------------------------------個別ページ--------------------------------------*/
.faq_title {
	padding: 10px 10px 15px 50px;
	font-size: 25px;
	font-weight: bold;
	background: url("/faq/images/faq_title01.png") no-repeat left 5px top 13px;
	border-bottom: dashed 1px #CCCCCC;
}
.faq_answer {
	padding: 20px 10px 20px 50px;
	background: url("/faq/images/faq_title02.png") no-repeat left 5px top 20px;
}
.faq_item {
	margin-left: 50px;
	padding: 15px 0 20px 0;
	position: relative;
}
.faq_item:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 30px;
	height: 1px;
	background-color: #666666;
	top: 0;
	left: 0;
}
.faq_item > li,.faq_item > li >ul{
	display: flex;
}
.faq_item > li >ul{
	flex-wrap: wrap;
	width: 70%;
}
.faq_item > li >ul li {
	margin-bottom: 10px;
}
.faq_item > li {
	margin-bottom: 15px;
}
.faq_item > li > p {
	font-weight: bold;
	margin-right: 20px;
}
.faq_item > li > ul > li > a {
	color: #000000;
	font-size: 13px;
	margin-right: 5px;
	padding: 5px 10px 3px;
	border-radius: 15px;
	background-color: #E6E6E6;
}
section .faq_answer p,section .faq_answer ul{
	margin-top: 5px;
}
section .faq_answer a,p > a,.red,.green {
	font-weight: bold;
}
.link_style01 a{
	padding: 0 0 0 15px;
	background: url("/images/common_linkicon_01.png") no-repeat left top 3px / 11px 14px;
}
.faq_ttl04,.blog_ttl04 {
	font-weight: bold;
	padding-left: 15px;
	position: relative;
}
.faq_ttl04:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 5px;
	height: 80%;
	background-color: #296CAE;
	top: 10%;
	left: 0;
}
.faq_border,.blog_border {
	padding: 10px;
	border: solid 3px #EAEAEA;
	margin-top: 15px;
}
.red{
	color: #d4145a;
}
.pgh-03,.news_area section > p,.blog_list01 {
	padding-top: 15px;
}
.pgh-03btm{
	padding-bottom: 15px;
}
/*---------------------------------------news移植--------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
.green {
	color: #22C0C4;
}
.news_area {
	border-bottom: solid 1px #999999;
}
.news_area section,.blog_info {
	margin-bottom: 20px;
}
.blog_list01 li {
	padding-left: 15px;
	position: relative;
}
.blog_list01 li:before {
	position: absolute;
	display: inline-block;
	content: "";
	background-color: #22C0C4;
	left: 2px;
	top: 9px;
	width: 5px;
	height: 5px;
	border-radius: 3px;
}
.blog_info {
	text-align: center;
	padding: 15px;
	border-left: solid 3px #7BCADF;
	border-right: solid 3px #F7CDD0;
	position: relative;
}
.blog_info:before,.blog_info:after {
	position: absolute;
	display: inline-block;
	content: "";
	width: 100%;
	height: 3px;
	left: 0;
	background: -webkit-linear-gradient(-45deg,  #7bcadf 0%,#1bb6c3 15%,#3e9fd6 31%,#4d93cf 48%,#7177a7 65%,#e797b5 83%,#f7cdd0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #7bcadf 0%,#1bb6c3 15%,#3e9fd6 31%,#4d93cf 48%,#7177a7 65%,#e797b5 83%,#f7cdd0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.blog_info:before {
	top: 0;
}
.blog_info:after {
	bottom: 0;
}
/*---------------------------------------ページャー--------------------------------------*/
.pagerbtn ul{
	display: flex;
	justify-content: space-between;
	padding: 20px;
}
.pagerbtn ul li {
	position: relative;
}
.pagerbtn ul li:before {
	position: absolute;
	display: inline-block;
	top: 0;
}
.pagerbtn ul .icon_prev:before {
	content: "＜";
	left: -20px;
}
.pagerbtn ul .icon_next:before {
	content: "＞";
	right: -20px;
}
/*---------------------------------------見出し--------------------------------------*/
.ttl-02{
	background: -moz-linear-gradient(left,  #22488e 0%, #26599e 31%, #2773b5 69%, #327fbb 100%); 
	background: -webkit-linear-gradient(left,  #22488e 0%,#26599e 31%,#2773b5 69%,#327fbb 100%); 
	background: linear-gradient(to right,  #22488e 0%,#26599e 31%,#2773b5 69%,#327fbb 100%); 
	color:#ffffff;
	font-size: 2rem;
	padding: 5px 12px 4px;
	margin-bottom: 15px;
	font-weight: bold;
}
.maincontents > .ttl-02:nth-of-type(n+2){
	margin-top: 47px;
}
.blog_ttl01 {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.1;
}
.blog_ttl01 span{
	font-weight: normal;
	font-size: 15px;
}
.blog_ttl02 {
	font-size: 25px;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
}
.blog_ttl02:before {
	content: "";
		position: absolute;
		display: inline-block;
		width: 30px;
		height: 1px;
		background: -webkit-linear-gradient(left,  #d74375 0%,#f2b283 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #d74375 0%,#f2b283 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		left: 0;
		bottom: -5px;
}
.blog_ttl03 {
	font-size: 20px;
	font-weight: bold;
}
.blog_ttl04:before {
	content: "";
		position: absolute;
		display: inline-block;
		width: 5px;
		height: 80%;
	background-color: #296CAE;
	top: 10%;
	left: 0;
}
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
	


.tbl-01{
	margin: 30px 0 5px;
}
.tbl-01 { 
	width:100%; 
	border:1px solid #cccccc;
	border-bottom: none;
}
.tbl-01 tr { 
	border-bottom:1px solid #cccccc;
}
.tbl-01 th { 
	background: #f2f2f2;
	padding: 12px 15px;
}
.tbl-01 td { 
	padding: 12px 20px;
}
.tbl-01.lyt_fixed{ 
	table-layout:fixed;
}
.tbl-01 thead td,.tbl-01 thead th{
	background:#f2ecce;
}


	
@media only screen and (min-width:751px) {
	/*---------------------------------------インデックス--------------------------------------*/
	.floatbox {
		display: flex;
		padding-top: 15px;
		margin-bottom: 40px;
	}
	.floatbox figure {
		padding: 0;
		margin: 0 35px 0 0;
	}
	.indexarea section .icon_q {
		padding-top: 10px;
	}
/*---------------------------------------news移植--------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
	/*---------------------------------------お知らせ一覧--------------------------------------*/
	.news_list li dl {
		display: flex;
		padding: 13px 0;
	}
	.news_list li{
	border-bottom: solid 1px #CCCCCC;
	}
	.news_list li dl dt {
		color: #000000;
		margin-right: 30px;
	}
	
/*-----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
}
@media only screen and (max-width:750px) {
	/*---------------------------------------検索フォーム--------------------------------------*/
	.searchWrap3 {
		max-width: 290px;
		height: 45px;
	}
	.searchWrap3 .searchbox3 {
		width: 78%;
		padding: 10px;
		height: 38px;
	}
	.searchWrap3 .searchbtn {
		width: 20%;
		height: 40px;
		background: url("/faq/images/search_icon01.png") no-repeat center center / 20px 20px,#00A99D;
	}
	/*---------------------------------------インデックス--------------------------------------*/
	.indexarea section .floatbox figure {
		text-align: center;
	}
	.indexarea section .floatbox .floatright ul li {
		margin-top: 15px;
	}
	.indexarea section .floatbox .floatright .btn-01 {
		text-align: center;
		margin-bottom: 20px;
	}
	.pbox-pagenav {
	max-width: 300px;
	margin: 50px auto 0;
}
	.pbox-pagenav ._navs {
		display: flex;
	}
	.indexarea section .floatbox .floatright ul.faq li{
		margin-top: 0;
	}
	
	
/*---------------------------------------news移植--------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
	p,li,._cur {
		font-size: 13px;
	}
	p > a {
		display: inline-block;
	}
	/*---------------------------------------お知らせ一覧--------------------------------------*/
	.news_list li dl {
		padding: 13px 10px;
	}
	.news_list li{
	border-bottom: solid 1px #CCCCCC;
	}
	.news_list li dl dt {
		color: #000000;
		margin-right: 30px;
	}
	/*---------------------------------------見出し--------------------------------------*/
	.blog_ttl01 {
	font-size: 25px;
}
.blog_ttl01 span{
	font-size: 10px;
}
	.blog_ttl02 {
		font-size: 20px;
	}
	.blog_ttl03 {
		font-size: 15px;
	}
/*-----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/
}