@charset "utf-8";


.sub_top_img {
	background-image: url(../../common/img/pic_main_faq.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 28.5%;	/*画像縦横比を保つための値*/
	position: relative;	/*画像上テキストの位置指定用*/
}


.h2_right{
	text-align: right;
	font-size: 100% !important;
}

.content h2 .h2_right span {
	/*font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;*/
	font-size: 50%;
	font-weight: normal;
}


.content .ul_news li {
	line-height: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size: 16px;
	padding-right: 10px;
	padding-left: 10px;
}
.content .ul_news li span.news_date {
	color: #999;
	padding-right: 20px;
}

.content .ul_news li span.news_icon {
	color: #FFF;
	padding-left: 10px;
	display: inline-block;
	padding-right: 10px;
	background-color: #FF6600;
	margin-right: 10px;
	font-weight: bold;
	font-size: 14px;
}

.content .ul_news li span.news_icon.cl_02 {
	background-color: #009999;
}



/*
FAQ
-------------------------------------------*/


.content dl.faq {
	margin-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	*/
}
.content dl.faq dt {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	/*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #F6F6F6;
	color: #111;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.content dl.faq dt span {
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
	background-color: #0085B2;
	text-align: center;
	display: block;
	width: 50px;
	padding-top: 10px;
	height: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	position: absolute;
	top: -20px;
	left: -5px;
	z-index: 10;
}
.content dl.faq dt span::before{
	content: "";
	position: absolute;
	bottom: -5px;
	right: -3px;
 	margin-left: -12px;
  border-right: 12px solid transparent;
  border-top: 20px solid #0085B2;
  border-left: 12px solid transparent;
 	z-index: 0;
	transform: rotate(-40deg);
}
.content dl.faq dd {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

.content .kome_indent{
	padding-left:1em;
	text-indent:-1em;
}

/*(/960～)*/


@media screen and (max-width:736px){

.content .ul_news li {
    line-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    font-size: 14px !important;
    padding-right: 10px;
    padding-left: 10px;
}

}

/*(～736)*/


@media screen and (min-width:641px){

.br-sp{
	display:none;
}

}

/*(641～)*/


@media screen and (max-width:640px){

/*スマホの改行対応*/

.br-sp{
		display:block;
}

}

/*(/～640)*/


@media screen and (max-width:460px){


#sub_top .sub_top_img p{
	padding-left: 20px;
}

}

/*(/～460)*/

/*
FAQ　(Q26の表)
-------------------------------------------*/
table {
	table-layout: fixed;
	border-collapse: separate;
	width: 100%;
	margin-top:0px;
	margin-bottom:0px;
  }
  th,
  td {
	padding: 1rem 2rem;
	text-align: center;
	border-bottom: 1px solid #ddd;
  }
  th {
	font-weight: bold;
	color: #0085B2;
	background: #eee;
	border: 1px solid #FFF;
	position: sticky;
	top: 0;
	background-color: #E6E6E6;
  }
  
  td img {
	display: block;
	margin: 0 auto;
	margin-bottom: .5rem;
  }

  .content dl.faq2 {
	margin-bottom: 30px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	/*
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	*/
} 

#a {
	padding-top: 160px;
	margin-top:-160px;
} 

.content dl.faq2 dt {
	font-size: 22px;
	line-height: 30px;
	position: relative;
	/*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "Sawarabi Mincho", "HG明朝E",  "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	background-color: #f6f6f6;
}

	
#sub_top .sub_top_img p{
	padding-left: 20px;
}
  
  @media(max-width: 500px) {
	.heading {
	  display: none;
	}

	th {
	display: block;
	color: #0085B2;
	background: #eee;
	}

	td {
	  display: block;
	}

	td::before {
	  content: attr(data-label);
	  font-weight: bold;
	  color: #0085B2;
	  background: #eee;
	  display: block;
	  margin-bottom: 0.25rem;
	}

  }

.faqicon {color:darkturquoise}

.content .faq_indent{
	padding-left: 20px;
}

.text-big{
	font-size: large;
	font-weight: bold;
}