@charset "UTF-8";

/****************************************
       CSS レイアウト (PC)
*****************************************/
/*PCのみの表示*/
@media (min-width: 481px) {
	/****************************************
          メインコンテンツ
	*****************************************/

	.main-layout{
		background:#f7f7f7;
	}

	.main-contents{
		width:960px;
		margin-left:auto;
		margin-right:auto;
		background:#fff;
	}
	

	.breadcrumb-block{
		width:700px;
		margin-left:auto;
		margin-right:auto;
	}
	
	
	

	/****************************************
	よくある質問
	*****************************************/

	.q_and_a{
		padding:20px 0px 60px 0px;
		width:700px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.q_and_a h2{
		font-size:24px;
		padding: 10px 0px;
		line-height: 1.4446;
		border-bottom: 2px solid #1b98e8;
		margin-bottom:20px;
	}
	
	
	
	.q_and_a h3{
		margin-top:-18px;
		margin-left:34px;
		display:block;
	}
	
	.q_and_a dl{

	}
	
	.q_and_a dt{
		font-size:14px;
		line-height: 1.4446;
		color:333;
		margin-top:10px;
		margin-bottom:10px;
		float:clear;
	}
	
	.q_and_a dd{
		font-size:14px;
		line-height: 1.4446;
		color:333;
		margin-top:10px;
		margin-bottom:40px;
		float:clear;
	}
	
	.q_and_a dt:before{
		padding:4px 7px;
		font-size:10px;
		line-height: 1.4446;
		color:#fff;
		width:14px;
		height:14px;
		background:#26699d;
		content: "Q";
		text-align:center;
	}
	
	.q_and_a dd:before{
		padding:4px 7px;
		font-size:10px;
		line-height: 1.4446;
		color:#fff;
		width:14px;
		height:14px;
		background:#e43049;
		content: "A";
		text-align:center;
	}
	
	.q_and_a dd p{
		margin-top:-18px;
		margin-left:34px;
		width:500px;
		display:block;
	}	
	
	/****************************************
	よくある質問（ブログ）
	*****************************************/
	
	.q_and_a_blog{
		padding:20px 0px 60px 0px;
		width:700px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.q_and_a_blog h2{
		font-size:24px;
		padding: 10px 0px;
		line-height: 1.4446;
		border-bottom: 2px solid #1b98e8;
		margin-bottom:20px;
	}
	
	.blog-contents-frame{
		width:100% !important;
		background:#fff;
		border:none !important;
		box-shadow: 0px 0px 0px rgba(0,0,0,0.0)!important;
	}
	
	.blog-contents{
		padding-top:10px;
		padding-bottom:10px;
		border-bottom: 1px solid #aaa;
		
	}
	
	.blog-img{
		display:block;
		float:left;
		width:80px;
		margin-right:10px;
		clear: both;
	}
	
	.blog-title{

		font-size:14px;
		line-height: 1.4446;
		display:block;
		padding:20px;
		width:80%;
		float:left;
	}
	
	.blog-contents a{
		color:#083e94;
		text-decoration:none;
		display:block;
	}
	
	.blog-contents a:hover{
		color:#f88;
		text-decoration:underline;
	}
	
	.blog-more{
		font-size:14px;
		display:block;
		padding-top:10px;
		text-align:right;
	}
	
	.blog-more a{
		color:#083e94;
		text-decoration:none;
	}
	
	.blog-more a:hover{
		color:#f88;
		text-decoration:underline;
	}
	

	
}


/****************************************
       CSS レイアウト (モバイル)
*****************************************/
/*モバイルのみの表示*/
@media (max-width: 481px) {
	.main-layout{
		background:#fff;
	}

	.main-contents{

	}
	


	.breadcrumb-block{

	}
	
	

	/****************************************
	プライバシーポリシー
	*****************************************/

	
	.q_and_a{
		padding:20px;

	}
	
	/****************************************
	よくある質問
	*****************************************/

	.q_and_a{
		padding:20px;

	}
	
	.q_and_a h2{
		font-size:24px;
		padding: 10px 0px;
		line-height: 1.4446;
		border-bottom: 2px solid #1b98e8;
		margin-bottom:20px;
	}
	
	
	.q_and_a h3{
		margin-top:-18px;
		margin-left:34px;
		display:block;
	}
	
	.q_and_a dl{

	}
	
	.q_and_a dt{
		font-size:14px;
		line-height: 1.4446;
		color:333;
		margin-top:10px;
		margin-bottom:10px;
		float:clear;
	}
	
	.q_and_a dd{
		font-size:14px;
		line-height: 1.4446;
		color:333;
		margin-top:10px;
		margin-bottom:40px;
		float:clear;
	}
	
	.q_and_a dt:before{
		padding:4px 7px;
		font-size:10px;
		line-height: 1.4446;
		color:#fff;
		width:14px;
		height:14px;
		background:#26699d;
		content: "Q";
		text-align:center;
	}
	
	.q_and_a dd:before{
		padding:4px 7px;
		font-size:10px;
		line-height: 1.4446;
		color:#fff;
		width:14px;
		height:14px;
		background:#e43049;
		content: "A";
		text-align:center;
	}
	
	.q_and_a dd p{
		margin-top:-18px;
		margin-left:34px;
		display:block;
	}	
	
	/****************************************
	よくある質問（ブログ）
	*****************************************/
	
	.q_and_a_blog{
		padding:20px;

	}
	
	.q_and_a_blog h2{
		font-size:18px;
		padding: 10px 0px;
		line-height: 1.4446;
		border-bottom: 2px solid #1b98e8;
		margin-bottom:20px;
	}
	
	.blog-contents-frame{

		background:#fff;
	}
	
	.blog-contents{
		padding-top:10px;
		padding-bottom:10px;
		border-bottom: 1px solid #aaa;
		
	}
	
	.blog-img{
		display:block;
		float:left;
		width:80px;
		margin-right:10px;
		clear: both;
	}
	
	.blog-title{

		font-size:14px;
		line-height: 1.4446;
		display:block;
		width:54vw;
		float:left;
	}
	
	.blog-contents a{
		color:#083e94;
		text-decoration:none;
		display:block;
	}
	
	.blog-contents a:hover{
		color:#f88;
		text-decoration:underline;
	}
	
	.blog-more{
		font-size:14px;
		display:block;
		padding-top:10px;
		text-align:right;
	}
	
	.blog-more{
		margin-top:10px;
		background:#083e94;
		font-size:14px;
		line-height: 1.4446;
		display:block;
		text-align:center;

	}
	
	.blog-more a{
		color:#fff;
		text-decoration:none;
		display:block;
		padding:20px;
	}
	

}