@charset "utf-8";
/* CSS Document */

img{
	width:100%;
	display:block;
}

/*===== PC ここから =====*/
@media screen and (min-width: 741px){
	
.main_contents{
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:130px;
}
/*===== h2 =====*/
.ttl_box{
	width: 100%;
	height: 250px;
	background-color: #004999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.h_ttl{
	color: #FFF;
	font-size: 34px;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	height: 100px;
	padding-top: 100px;
	line-height: 100%;
	float: right;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
}
.ttl_img{
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	width: 60%;
	height: 250px;
	right: 0px;
	float: right;
}
/*===== category =====*/
.category_box{
	float: left;
	width: 260px;
	border: 1px solid #C9C9C9;
}
.h4_category{
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-color: #004999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 18px;
	padding-right: 15px;
	padding-bottom: 18px;
	padding-left: 15px;
}
.category{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.category li{
	font-size: 16px;
	margin-bottom: 10px;
}
/*===== list =====*/
.faq_box{
	float: right;
	width: 730px;
	margin-bottom: 40px;
}
.h3_ttl01{
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 30px;
	border-left: 5px solid #004999;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	}
.p_txt01{
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 30px;
	margin-left: 25px;
}
.h4_ttl01{
	font-size: 24px;
	font-weight: normal;
	color: #FFF;
	background-color: #004999;
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.faq_list{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}
.faq_list ul{
	margin: 0px;
	padding: 0px;}
.faq_list ul li{
	border-bottom: 1px solid #C9C9C9;
	font-size: 16px;
	line-height: 190%;
}
.faq_list ul li a{
	text-decoration: none;
	display: block;
	padding: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
span.q{
	background-color: #019AE2;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	padding: 8px;
	margin-right: 12px;
	line-height: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	float: left;
}
span.ttl{
	float: left;
	width: 650px;
}
/* hover */
.faq_list li a:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #f5f5f5;
}
.paging{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.paging li{
	display: inline-block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	color: #004999;
	font-size: 16px;
	border: 1px solid #AEAEAE;
	padding: 0px;
	line-height: 100%;
}
.paging a{
	color: #004799;
	display: block;
	background-color: #AEAEAE;
	text-decoration: none;
	line-height: 100%;
	margin: 0px;
	padding: 10px;
}
.paging .now{
	padding: 10px;}
.no_more{
	background-color:#FFF!important;
	padding:10px;
}
/*===== detail =====*/
article{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.h_ttl02{
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
	line-height: 140%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.p_category{
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
.p_category a{
	color: #009AE2;
}
.txt_box{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	border-top: 1px solid #C9C9C9;
}
.txt_box p{
	font-size: 16px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.img{
	min-width: 200px;
	max-width: 660px;
	margin-bottom: 30px;}
.back_btn{
	background-color: #004999;
	width: 320px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	position: relative;
	margin-left: -160px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	left: 50%;
}
.back_btn a{
	background-image: url(../common/img/btn_ico02.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
/* hover */
.back_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #002455;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.back_btn:hover:before, .back_btn:focus:before, .back_btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
}

/*===== PC ここまで =====*/


/*===== SP ここから =====*/
@media screen and (max-width: 740px){

.main_contents{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	margin-bottom: 0px;
}

/*===== h2 =====*/
.ttl_box{
	width: 100%;
	height: 90px;
	background-color: #004999;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.h_ttl{
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 100%;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ttl_img{
	background-image: url(img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin: 0px;
	padding: 0px;
	width: 50%;
	height: 90px;
	right: 0px;
	float: right;
}
	
/*===== category =====*/
.category_box{
	width: 95%;
	border: 1px solid #C9C9C9;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.h4_category{
	font-weight: normal;
	color: #FFF;
	background-color: #004999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
}
.category{
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.category li{
	margin-bottom: 8px;
	font-size: 12px;
}

/*===== list =====*/
.faq_box{
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.h3_ttl01{
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 16px;
	border-left: 3px solid #004999;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
.p_txt01{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.h4_ttl01{
	font-size: 16px;
	font-weight: normal;
	color: #FFF;
	background-color: #004999;
	padding: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.faq_list{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.faq_list ul{
	margin: 0px;
	padding: 0px;}
.faq_list ul li{
	border-bottom: 1px solid #C9C9C9;
	line-height: 190%;
}
.faq_list ul li a{
	text-decoration: none;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
span.q{
	background-color: #019AE2;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	padding: 5px;
	margin-right: 8px;
	line-height: 100%;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	float: left;
}
span.ttl{
	float: left;
	width: 85%;
}
.paging{
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.paging li{
	display: inline-block;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
	color: #004999;
	font-size: 14px;
	border: 1px solid #AEAEAE;
	padding: 0px;
	line-height: 100%;
	margin-bottom: 10px;
}
.paging a{
	color: #004799;
	display: block;
	background-color: #AEAEAE;
	text-decoration: none;
	line-height: 100%;
	margin: 0px;
	padding: 8px;
}
.paging .now{
	padding: 8px;}	
.no_more{
	background-color:#FFF!important;
	padding:8px;
}
/*===== detail =====*/
article{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.h_ttl02{
	font-size: 15px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	overflow: hidden;
	line-height: 140%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.p_category{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 11px;
}
.p_category a{
	color: #009AE2;
}
.txt_box{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top: 1px solid #C9C9C9;
}
.txt_box p{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.img{
	min-width: 40%;
	max-width: 100%;
	margin-bottom: 20px;}
.back_btn{
	background-color: #004999;
	width: 65%;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.back_btn a{
	background-image: url(../common/img/btn_ico02.png);
	background-repeat: no-repeat;
	background-position: 13px center;
	background-size: 16px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	margin: 0px;
	padding-left: 10px;
}
}
/*===== SP ここまで =====*/
