@charset "utf-8";

/**************************************************
SP
**************************************************/
/*sub_img*/
.sub_img{
background:url(../img/common/sub_bg.png),url("../img/outline/bg_o.jpg");
background-size:100% 100%, cover;
/*margin-top: 40px;*/
}
.hsp{
	width: 100%;
}

h4{
font-size:20px;
text-align:center;
width:90%;
margin:0 auto 5%;
}

div.container .container_inns {
    margin: 50px auto;
    max-width: 90%;
}

	#out_table table {
		font-size: 12px;
		width: 100%;
		border-top: 0;
		border-right: 0;
	}
	#out_table table td {
	}
	
	#out_table table td:first-child {
		width: 180px;
    	min-width: 1px;
		background-color: transparent;
		border-bottom: 1px dashed #555;
		border-top: 1px dashed #555;
		border-left: 0;
		padding: 5px 5px;
	}
	#out_table table td:last-child {
/*
		width: auto;
		display: block;
*/
		
	border-top: 1px dashed #555;
		border-left: 0;
	}
	
	
.mb40_rwd{
	margin-bottom: 40px;
}

.mb30{
	margin-bottom: 30px;
}

.mb10_rwd{
	margin-bottom: 10px;
}

.fs-10{
	font-size: 10px;
}

	.caparea dt {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.caparea dd {
		float: none;
		width: 100%;
	}



@media screen and (max-width: 600px) {
		
	#out_table table td:first-child {
		border-bottom: 1px dashed #555;
		border-top: 1px dashed #555;
		width: auto;
		display: block;
		background: #f4f4f4;
		border-bottom: 0;
		padding: 5px 8px;
	}
	#out_table table td:last-child {
		width: auto;
		display: block;
		padding: 5px 8px;

	}
}



/**************************************************
PC
*************************************************/
@media screen and (min-width: 768px){

h4{
font-size:40px;
margin-bottom:40px;
text-align:center;
}
	.sub_img{
		/*margin-top:200px;*/
	}

	div.container .container_inns {
    margin: 50px auto;
    max-width: 1400px;
	width: 90%;
}
div.container .caparea {
    max-width: 900px;
}

#out_table {
	max-width: 1280px;
	margin: 0 auto;
	font-size: 14px;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
#out_table table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border-top: 1px dashed #555;
	box-sizing: border-box;
	margin-bottom: 50px;
}
#out_table table td {
	text-align: left;
	font-weight: 100;
	border-bottom: 1px dashed #555;
	border-left: 1px solid #555;
	box-sizing: border-box;
	padding: 10px 15px;
	vertical-align: top;
}
#out_table table td:first-child {
	width: 20%;
	min-width: 210px;
	background: #f4f4f4;
	vertical-align: middle;
	white-space:nowrap;
}
#out_table table td:last-child {
	width: 80%;
}






.ttl_table{
	font-size: 16px;
}
.ttl_table::before{
	display: inline-block;
	width: 30px;
	height: 14px;
	background-color: #555;
	content: "";
	margin-right: 5px;
}


.caparea{}

.caparea dt{
	float: left;
	width: 210px;
	margin-right: 10px;
	text-align: center;
	font-size: 20px;
	color: #000;
	border: 1px solid #555;
	line-height: 2;
}
.caparea dd{
	float: left;
	width: calc(100% - 220px);
	font-size: 11px;
	line-height: 1.6;
}
.under-header {
    background: #fff;
    display: flex;
    /* padding: 20px; */
    position: absolute;
    justify-content: space-between;
    width: 100%;
    z-index: 9999;
		position: fixed;
		top:100px;
}
	#content {
    width: 960px;
    margin: 30px auto;
    position: relative;
}
	#content ul {
    margin: 0;
    padding: 0;
}
	#content ul li {
    list-style: none;
    float: left;
    /* border-left: 1px solid #ccc; */
    width: -webkit-calc(100% / 5 - 6px);
    height: 60px;
}
	#content ul li a.navi {
    display: block;
    text-align: center;
    padding: 20px 0;
}
	.megaWrap {
    width: 960px;
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    background:#f39700;
}
	.megaContentWrap {
    padding: 20px;
}
	.megaContent {
    margin: 0 -20px 0 0;
}
	.megaContentWrap dl {
    float: left;
    margin-right: 20px;
    width: -webkit-calc(100% / 4 - 20px);
}
	.naviSankaku{
width: 0px;
height: 0px;
margin: auto;
border-right: 20px solid transparent;
border-bottom: 25px solid #f39700;
border-left: 20px solid transparent; 
display: none;
}
	header{
		/*position: fixed;*/
		/*top:0%;*/
		width: 100%;
		background-color:#fff;
		/*height:100px;*/
	}

}