@charset "utf-8";

.ta_r{
	font-size: 0.9rem;
}

.mx980{
    max-width:980px;
    margin: auto;
    padding: 0 10px;
}
.loc_list01 li{
    float: left;
    width: 47.96%;
}
.loc_list01 li:last-child{
    float: right;
}
.loc_list02 li{
    width: 55.31%;
    float: left;
}
.loc_list02 li:last-child{
    width: 40.82%;
    float: right;
}
.iframe-content {
   position: relative;
 width: 100%;
    padding: 32.15% 0 0 0;
    margin-bottom: 75px;
}
.iframe-content iframe {
    position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 100%;
}
table.outline {
	border-collapse: collapse;
	width:100%;
    font-size: 16px;
}
.th_p{
    padding-top:36px !important;
    padding-bottom: 36px !important;
}
table.outline th {
		border-bottom:1px dotted #666666;
    padding: 10px 0 10px 10px;	text-align:left;
		font-weight:normal;
		box-sizing: border-box;
		width:270px;
}
table.outline td {
		border-bottom:1px dotted #666666;
    padding: 10px 10px 10px 0;
		box-sizing: border-box;
    text-align: right;
}
.loc_left01{
    width: 47.96%;
    float: left;
}
.loc_right01{
    width: 47.96%;
    float: right;
}

@media (max-width:1030px){
    table.outline{
        font-size:16px;
    }
    .loc_left01{
    width: auto;
    float: none;
}
.loc_right01{
    width: auto;
    float: none;
}
    .th_p{
    padding-top:10px !important;
    padding-bottom: 10px !important;
}
}
@media screen and (max-width: 800px){
	/*div#contents_wrap{
		padding:30px 0 0 0;
	}*/

	table.outline th {
    width: 12rem;
    float: left;
		display:block;
		padding: 10px 5px;
	}
	table.outline td {
    width: calc(100% - 12rem);
    float: right;
    text-align: right;
		display:block;
		padding: 10px 5px 10px 0;
	}
}

@media screen and (max-width: 359px){
	/*div#contents_wrap{
		padding:30px 0 0 0;
	}*/

table.outline th {
    width: 9.5rem;
    float: left;
    font-size: 0.8rem;
    padding: 5px;
}

table.outline td {
    width: calc(100% - 9.5rem);
    float: right;
    text-align: right;
    padding: 5px 5px 5px 0;
    font-size: 0.8rem;
}
	
}

@media (max-width:767px){
    .iframe-content {
    padding: 60% 0 0 0;
    margin-bottom: 5%;
}
    .loc_list01{
        max-width:470px;
        margin: auto;
    }
    .loc_list01 li{
        width: auto;
        float: none;
    }
    .loc_list01 li:first-child{
        margin-bottom: 9%;
    }
    .loc_list01 li:last-child{
        width: auto;
        float: none;
    }
	
	.loc_list02 li.width_100 {
    width: 100%;
}	
	
	/*.loc_list02 li{
        width: auto;
        float: none;
    }
    .loc_list02 li:first-child{
        margin-bottom: 5%;
    }
    .loc_list02 li:last-child{
        float: none;
    }*/
}