@charset "utf-8";


.p-syouhouji-table{
	font-family:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	display:block;
	width:48%;
	}
.p-syouhouji-table th{
	width:50px;
	text-align:left;
	padding:15px;
	border-bottom:dotted 1px #999999;
	}

.p-syouhouji-table td{
	border-bottom:dotted 1px #999999;
}

.p-syouhouji-flex01{
	display:flex;
	justify-content: space-between;
	}
.p-syouhouji-flex02{
	display:flex;
	justify-content: space-between;
	clear:both;
	}
.p-syouhouji-flex02 > div{
	flex-basis:46%;
	}
.p-syouhouji-flex02 div > h3{
	margin-top:60px;
	}
.p-syouhouji-flex02 div > figure{
	margin:10px auto auto auto;
	width:70%;
	}
.p-syouhouji-pframe01{
	width:50%;
	}
.p-syouhouji-pframe01 figure{
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:46%;
	margin:2% 0%;
	}
.p-syouhouji-pframe02{
	padding-top:50px;
	width:80%;
	margin:auto;
	max-width:700px;
	}
.p-syouhouji-pfloat-r{
	float:right;
	width:70%;
	display:inline-block;
	margin:10px 0px 1% 1%;
	}
.p-syouhouji-pfloat-l{
	float:left;
	width:70%;
	display:inline-block;
	margin:10px 1% 1% 0%;
	}
@media screen and (max-width: 1015px) {
	 /*　画面サイズが1015px以下はここを読み込む　*/
.p-syouhouji-flex01{
	display:block;
	}
.p-syouhouji-flex02{
	display:block;
	}
.p-syouhouji-table{
	width:100%;
	margin-bottom:60px;
	}
.p-syouhouji-pframe01{
	width:80%;
	margin:auto;
	}
.p-syouhouji-pframe01 figure{
	width:100%;
	height:300px;
	margin:auto auto 10px auto;	
	}
.p-syouhouji-pframe02{
	padding-top:0px;
	}	 
}
@media screen and (max-width: 768px) {
	 /*　画面サイズが768px以下はここを読み込む　*/
.p-syouhouji-pfloat-r{
	float:none;
	width:100%;
	margin:10px 0px 0px 0px;
	}
.p-syouhouji-pfloat-l{
	float:none;
	width:100%;
	margin:10px 0px 0px 0px;
	}

}
@media screen and (max-width: 480px) {
	 /*　画面サイズが480px以下はここを読み込む　*/
	.p-syouhouji-pframe01 figure{
	height:150px;
	}
}