@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #313131;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";/*文字サイズ・行間・フォント設定*/
	background-color: #fff;
	
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}


.btn_area{
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 80%;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #313131;	/*リンクテキストの色*/
	text-decoration: none;
}

a:hover {
	color: #006ddc;	/*マウスオン時の文字色（全体）*/
}

a img:hover{
	opacity:0.8;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 750px;;	/*コンテナー幅*/
	background-color:#fff;
	box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
-webkit-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
-moz-box-shadow:rgba(113, 135, 164, 0.65098) 0px 0px 6px 3px;
	margin: 0 auto; }



/*ヘッダー（サイトロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	/*background: url(../img/main_img.jpg) no-repeat top center;*/
	position: relative;
}


/*よくある質問
---------------------------------------------------------------------------*/
.fap{
  margin-top: 20px;
}

.faq ul {
  margin: 25px 20px;
  vertical-align: middle;
}

.faq_item {
  display: flex;
  align-items: flex-start;
  margin: 5px 25px 5px;
}


.q_txt {
  font-size: 24px;
  font-weight: bold;
  margin: 0px 20px ;
  font-family: serif;
  color: #292929;
	line-height: 1.6;
}

.a_txt {
  font-size: 18px;
  margin: 5px 20px 0;
	text-align: justify;
}

.line_dot {
  border: dotted #e6e6e6 2px;
  margin: 20px 25px 30px;
}

@media only screen and (max-width: 768px) {
	#container {
    width: 100%;
  }

.fap{
	margin-top: 20px;
}

.faq ul {
  margin: 25px 15px;
  vertical-align: middle;
}

.faq_item {
  display: flex;
  align-items: flex-start;
  margin: 5px 15px 15px 10px;
}


.q_txt {
  font-size: 20px;
  font-weight: bold;
  margin: 0px 0px 0 10px;
	line-height: 1.4;
}

.a_txt {
  font-size: 16px;
  margin: 0px 0px 0 10px;
}

.line_dot {
  border: dotted #e6e6e6 2px;
  margin: 10px 25px 20px;
}

.q{
  width: 8%;
}

.a{
  width: 8%;
}
}

.gray {
    padding: 20px 30px 20px 40px;
    background-color: #F5F5F5;
}

.gray p {
    font-size: 15px;
	color:#585858 !important;
    line-height: 1.6;
    
}

.gray u {
    font-size: 12px;
	color:rgb(13, 124, 215) ;
    
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width:100%;
	height: auto;
	color: #fff;
	background-color: #1B4899;
}
.footer-inner{
	text-align: left;
}
.footer-inner a{
	margin:10px;
	color: #fff;
	padding-left: 30px;
	background: url(../img/listmark-arrow.png) no-repeat left 0 top 1px;
}
.footer-inner a:hover{
	text-decoration: underline;
	}
.footer-inner li{
	padding: 8px 0;
	font-size: 120%;
	border-bottom: 1px solid #777777;
}
.footer-inner li:hover{
	opacity: 0.5;
	background: #585858;
}
.fotter-inner li:last-child::after{
	content: none;
}
.footer-inner span.copy{
	font-size: 80%;
}
footer .img-center{
	
	padding: 8px 0;
	font-size: 90%;
}

@media only screen and (max-width: 768px) {
	.footer-inner{
		/* text-align: center; */
	}
	.footer-inner li{
		font-size: 100%;
	}
	footer .img-center{
		font-size: 120%;
	}
	
}



/*その他
---------------------------------------------------------------------------*/
.clear {
	clear: both;
}

