/*breadcrumb_nav*/
.breadcrumb_nav{
	padding-top: 25px;
	padding-bottom: 20px;
}
.breadcrumb_nav img{
	position: relative;
	top: 2px;
}

.Breadcrumb a {
	font-size: 1.4rem;
    color: #5b5b5b;
    text-decoration: none;
}
.Breadcrumb_greater {
	font-size: 1.4rem;
    display: inline-block;
    padding: 0 5px;
}
.sub_breadcrumb:before {
	font-size: 1.4rem;
    content: '>';
    padding: 0 5px;
}

/*content*/
.content_box{
	overflow: hidden;
}
.content_left{
	width: 69%;
	float: left;
}
.content_left02{
	width: 100%;
	float: left;
}
.content_right{
	width: 28%;
	float: right;
}

/*subpage_title*/
.subpage_title{
	box-sizing: border-box;
	border: 3px solid #9e9e9f;
	padding: 5px 5px 3px;
	position: relative;
}
.subpage_title img{
	vertical-align: middle;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.subpage_title_txt{
	vertical-align: middle;
	font-size: 2.1rem;
	color: #231815;
}
.address_box{
	height: 100%;
	background-color: #f6ae69;
	padding: 0 20px;
	position: absolute;
	top: 0;
	right: 0;
}
.subpage_title_address{
	display: inline-block;
	font-size: 2.1rem;
	vertical-align: middle;
	padding-top: 5px;
}

/*table*/
.subpage_table_box{
	padding: 30px 0;
}
.subpage_table_title{
	padding-bottom: 10px;
	border-bottom: 3px solid #3478b7;
	position: relative;
}
.subpage_table_title span{
	font-size: 1.8rem;
	vertical-align: middle;
	font-weight: bold;
}
.subpage_table_title img{
	vertical-align: middle;
	margin-right: 10px;
}
.subpage_table_time{
	position: absolute;
	top: -2px;
	right: 0;
	padding-right: 5px;
}
.subpage_table_time p{
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.4rem;
}
.s_table{
	width: 100%;
	border: 1px solid #f0f1f1;
	box-sizing: border-box;
	margin-top: 20px;
	table-layout: fixed;
}
.s_table_th{
	background-color: #f0f1f1;
	width: 35%;
	padding: 10px 10px;
	border-top: 1px solid #d3d3d4;
}
.s_table_th span{
	font-size: 1.4rem;
	text-align: center;
}
.s_table_th02{
	/*border-right: 1px solid #d3d3d4;
	border-left: 1px solid #d3d3d4;*/
}
.s_table_td02{
	border-right: 1px solid #f0f1f1;
}
.s_table_td{
	width: 65%;
	padding: 10px 20px;
	border-top: 1px solid #f0f1f1;
	word-wrap: break-word;
}
.s_table_td span{
	font-size: 1.4rem;
}
.border_none{
	border-top: none !important;
}
.table_map{
	margin-top: 40px;
	position: relative;
}
.table_map img{
	display: block;
	width: 100%;
	opacity: 0;
}
.table_map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
.subpage_table_title02{
	margin-top: 30px;
}
.s_table_td a{
	text-decoration: underline;
}
.s_table_td a:hover{
	text-decoration: none;
}
.right_nav_module{
	border: 1px solid #3478b7;
	border-bottom: none;
}
.right_nav_title{
	background-color: #3478b7;
	padding: 10px 20px;
}
.right_nav_title span{
	font-size: 1.5rem;
	color: #FFFFFF;
	font-weight: bold;
}
.right_nav_box{
	border-bottom: 1px solid #3478b7;
}
.right_nav_ul{
	
}
.right_nav_li{
	font-size: 1.5rem;
	border-top: 1px solid #3478b7;
	padding: 10px 20px 10px 45px;
	background: url(../img/right_nav_ico01.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 20px center;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.right_nav_li img{
	vertical-align: middle;
	margin-right: 5px;
}
.right_nav_li a{
	display: block;
	text-decoration: none;
	color: #3478b7;
	-webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
.right_nav_li:hover{
	/*border-top: 1px solid #FFFFFF;*/
	background: url(../img/right_nav_ico03.png) #3478b7;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 20px center;
}
.right_nav_li:hover a{
	color: #FFFFFF;
}

.right_nav_li_select{
	/*border-top: 1px solid #FFFFFF;*/
	background: url(../img/right_nav_ico03.png) #3478b7;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: 20px center;
}
.right_nav_li_select a{
	color: #FFFFFF;
}







.right_nav_li span{
	cursor:pointer;
	/*display: inline-block;*/
	vertical-align: middle;
	color: #3478b7;
	font-size: 1.5rem;
	opacity: 0.9;
}
.right_nav_li span:hover{
	opacity: 1;
}
.right_nav_mgtop30{
	margin-top: 30px;
}
.right_nav_li ul{
	padding: 10px 0;
}
.right_nav_li ul li{
	padding: 2px 0 2px 10px;
}
.right_nav_li ul li img{
	margin-right: 10px;
}
.right_nav_li ul li a{
	color: #595757;
}
.align_center{
	text-align: center;
}
.select_dis_none{
	display: none;
}
.right_nav_li_clo{
	display: none;
}
.link_ico{
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.subpage_link_box{
	margin-top: 30px;
	display: table;
	padding: 10px;
	border: 2px solid #3478b7;
}
.subpage_link_left{
	display: table-cell;
	width: 30px;
	vertical-align: middle;
	padding-right: 5px;
}
.subpage_link_right{
	display: table-cell;
	vertical-align: middle;
}
.subpage_link_right a{
	text-decoration: underline;
}
.subpage_link_right a:hover{
	text-decoration: initial;
}
.subpage_link_right a span{
	font-size: 1.4rem;
	vertical-align: middle;
}
.subpage_link_right a img{
	vertical-align: middle;
    position: relative;
    top: -2px;
}
.s_table_td ol{
	list-style: decimal;
	padding-left: 18px;
}
.mg_top10{
	margin-top: 5px;
}
.subpage_table_img_box{
	text-align: center;
	margin-top: 30px;
}
.subpage_table_img_box img{
	display: inline-block;
	width: 330px;
	max-width: 100%;
	margin: 0 5px;
}

.subpage_table_txt{
	
}
.subpage_table_txt p{
	font-size: 1.4rem;
	padding-bottom: 10px;
	text-indent: 17px;
	text-align: justify;
}
caption{
	text-align: center;
	padding-bottom: 5px;
}
.uchisu{
	/*width: 30px;*/
	border-right: 1px solid #d3d3d4;
}
.subpage_table_txt02 p{
	font-size: 1.4rem;
	padding-bottom: 10px;
	text-align: justify;
}
.subpage_table_txt03 p{
	font-size: 1.4rem;
	text-indent: 17px;
	text-align: justify;
}
.subpage_table_link{
	padding: 20px 0;
}
.subpage_table_link img{
	vertical-align: middle;
}
.subpage_table_link_ico{
	vertical-align: middle;
	margin-right: 5px;
}
.subpage_table_link a{
	color: #3478b7;
}
.subpage_table_link a:hover{
	
}
.subpage_table_link a span{
	vertical-align: middle;
	font-size: 1.4rem;
}

.table_country{
	font-size: 1.4rem;
}
.table_country_box{
	border: 1px solid #000000;
	padding: 5px;
	margin: 10px 0;
}
.right_nav_li_snb{
	/*border-bottom: 1px solid #3478b7;*/
    /*padding: 10px 20px;*/
    
}
.right_nav_li_snb ul li {
    padding: 8px 20px 8px 43px;
    background: url(../img/right_nav_ico02.png);
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: 30px center;
}
.right_nav_li_snb ul li:hover {
    background-color: #dde1ef;
}
.right_nav_li_snb_select{
	background-color: #dde1ef !important;
}

.right_nav_li_snb ul li a {
	color: #3478b7;
	text-decoration: none;
	vertical-align: middle;
    display: block;
}
.right_nav_btn{
	font-size: 1.5rem;
    border-bottom: 1px solid #3478b7;
    padding: 10px 20px;
    text-align: center;
}
.right_nav_btn span{
	cursor: pointer;
    /* display: inline-block; */
    vertical-align: middle;
    color: #3478b7;
    font-size: 1.5rem;
    opacity: 0.9;
}
.right_nav_btn span:hover{
	opacity: 1;
}


.subpage_table_three{
	overflow: hidden;
	/*background-color: skyblue;*/
}
.table_three_module{
	width: 32%;
	float: left;
}
.table_three_module:nth-child(2){
	margin: 0 2%;
}
.s_table02{
	border-top: 1px solid #d3d3d4;
	margin-top: 0;
}
.s_table02 th{
	width: 50%;
}
.s_table02 .s_table_td{
	padding: 10px 10px;
	width: 50%;
}
.s_table02 caption{
	background-color: #f0f1f1;
	padding: 10px 5px;
}
.s_table02 th{
	background-color: transparent;
	border-right: 1px solid #f0f1f1;
	border-bottom: 1px solid #f0f1f1;
}
.table_bg_color{
	background-color: #3478b7 !important;
	color: #FFFFFF;
}
.table_bg_color02{
	background-color: #f0f1f1 !important;
}
th.table_bg_color02{
	border-right: 1px solid #d3d3d4;
}
.subpage_table_txt04{
	
}
.subpage_table_txt04 p{
	font-size: 1.4rem;
    padding-bottom: 5px;
    text-align: justify;
    text-align: center;
}
.subpage_table_img_box02{
	padding-top: 20px;
}
.subpage_table_img_box02 img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.subpage_table_note{
	padding-top: 20px;
}
.subpage_table_note span{
	font-size: 1.2rem;
}
.subpage_table_font12 p{
	font-size: 1.2rem;
}





/*** タブレット 768x ~ 1020px***/
@media screen and (max-width: 1020px) {
	.subpage_title {
	    box-sizing: border-box;
	    /*max-width: 98%;*/
	    margin: 0 auto;
	}
	.breadcrumb_nav {
	    max-width: 98%;
	    margin: 0 auto;
	}
	.content_box {
	    max-width: 98%;
	    margin: 0 auto;
	}
	.content_right {
	    width: 37%;
	}
	.content_left {
	    width: 60%;
	}
	.table_three_module{
		width: 100%;
	}
	.table_three_module:nth-child(2){
		margin: 20px 0;
	}
	
	
}

@media screen and (max-width: 768px) {
	.content_right {
	    width: 100%;
	    margin-bottom: 30px;
	}
	.content_left {
	    width: 100%;
	}
	.right_nav_mgtop30 {
	    margin-top: 20px;
	}
	.right_nav_li ul {
	    padding: 5px 0;
	}
	
	
}
@media screen and (max-width: 480px) {
	
	.breadcrumb_nav {
	    display: none;
	}
	.subpage_title {
	    margin-top: 20px;
	}
	.subpage_title span {
	    font-size: 1.8rem;
	}
	.content_right {
	    /*padding-top: 20px;*/
	    margin-bottom: 10px;
	}
	.right_nav_title {
	    padding: 5px 10px;
	}
	
	.s_table_th {
	    width: 35%;
	    padding: 10px 10px;
	    border-top: 1px solid #d3d3d4;
	    word-wrap:break-word ;
	}
	.s_table_th span {
	    font-size: 1.4rem;
	}
	.s_table_td {
	    width: 65%;
	    padding: 10px 10px;
	    border-top: 1px solid #f0f1f1;
	    word-wrap:break-word ;
	}
	.s_table_td span {
	    font-size: 1.4rem;
	}
	.subpage_link_left {
	    width: 25px;
	}
	.subpage_link_box {
	    padding: 5px 10px;
	}
	.subpage_table_img_box img{
	    margin: 0 0px;
	}
	.subpage_table_img_box img:nth-child(odd) {
	    margin: 0 0px 10px;
	}
	caption{
		text-align: left;
		padding: 0 5px;
	}
	.subpage_table_txt p {
	    padding: 0 5px 10px;
	}
	.subpage_table_txt02 p {
	    padding: 0 5px 10px;
	}
	.subpage_table_txt03 p {
	    padding: 0 5px 0px;
	}
	.subpage_table_link {
	    padding: 15px 5px;
	}
	.table_country {
	    padding: 0 5px;
	}
	
	.right_nav_li{
		padding: 5px 10px 5px 35px;
		background: url(../img/right_nav_ico01.png);
		background-repeat: no-repeat;
		background-size: 20px 20px;
		background-position: 10px center;
	}
	.right_nav_li:hover{
		background: url(../img/right_nav_ico03.png) #3478b7;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		background-position: 10px center;
	}
	.right_nav_li_select{
		background: url(../img/right_nav_ico03.png) #3478b7;
		background-repeat: no-repeat;
		background-size: 20px 20px;
		background-position: 10px center;
	}
	.right_nav_li_snb ul li {
	    padding: 5px 20px 5px 33px;
	    background: url(../img/right_nav_ico02.png);
	    background-repeat: no-repeat;
	    background-size: 8px 13px;
	    background-position: 20px center;
	}
	
	
}