@charset "utf-8";
.page a {
    word-break: break-all;
}
.page h1{
	color: #FFA400;
	font-weight: bold;
	width: 100%;
	text-align: left;
	border-bottom: 2px solid #FFA400;
}
.page h1.black{
	color: #000;
	border-bottom: 2px solid #000;
}
.page h2{
	color: #121212;
	margin-top: 0;
	margin-bottom: 20px;
}
.page h2.black{
	color: #000000;
}
.page h2 span{
	border-bottom: 2px solid #121212;
	position: relative;
}
p.center{
	text-align: center;
}
p span.orange,
span.orange{
	color: #FFA400;
}
p span.bold,li span.bold{
	font-weight: bold;
}
p.blue{
	color: #145A98;
}
p.red,span.red{
	color: #FF0000;
}
.page a.blue_link {
    color: #005AAA;
    font-weight: bold;
    text-decoration: underline;
    width: fit-content;
}
.page a.blue_link:hover {
    text-decoration: none;
}
.page a.link_arrow {
    position: relative;
    padding-left: 1.4em;
}
.page a.link_arrow::before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #005AAA;
    border-right: solid 2px #005AAA;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    display: inline-block;
    overflow: hidden;
    left: 0;
    top: calc(50% - 5px);
    margin-right: 10px;
    transition: .2s;
}
.page a.link_L::before{
	content: "└";
}
.page ul.link_list02 li {
    padding: 5px 0;
    border-bottom: 1px dashed #9e9e9e;
}
.page ul.link_list02 li li {
    border: 0;
    padding-left: 3em;
}
.page .numbox{
	display: flex;
	width: 100%;
	border: 4px solid #FFA400;
	background-color: #fff;
	position: relative;
}
.page .numbox div.number{
	background-color: #FFA400;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.page .numbox h3{
	color: #FFA400;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
}
.page .iconbox{
	border: 4px solid #FFA400;
	background-color: #fff;
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 15px 0;
	align-items: center;
}
.page .iconbox img{
	margin-right: 15px;
}
.page .iconbox h3{
	color:  #FFA400;
	margin-bottom: 0;
}
.page ul.check_icon{
	margin: 0;
	padding: 0;
}
.page ul.check_icon li{
	font-weight: bold;
	font-size: 18px;
	padding-left: 1em;
	/*background-position: left top 7px;*/
	background-position: left top 3px;
	background-repeat: no-repeat;
}
.page .center_img{
	margin-left:auto ;
	margin-right: auto;
}
.page .or_box{
	border: 4px solid #FFA400;
	background-color: #fff;
}
.page .or_box_light{
	border: 1px solid #FFA400;
	background-color: #fff;
}
.page .or_box p{
	color:  #FFA400;
}
.page .point_box{
	display: flex;
	align-items: center;
}
.page .item_box{
	border: 1px solid #FFA400;
	height: 100%;
}
.page .item_box .ttl{
	background-color: #FFA400;
	color: #fff;
}
.page .item_box .ttl h2{
		color: #fff;
	margin: 0;
}
.page .open_list .ttl{
	cursor: pointer;
}
.page .data_box .grid .data_box_inner{
	border: 1px solid #005AAA;
	display: block;
	width: 100%;
	color: #005AAA;
	font-weight: bold;
	background-repeat: no-repeat;
}
.page .data_box .grid .data_box_inner.green{
	border: 1px solid #00602e;
	color: #00602e;
}
.page ul.old_data{
	width: 100%;
	border-top: 1px solid #005AAA;
}
.page ul.old_data li{
	border-bottom: 1px solid #005AAA;
	color: #005AAA;
	font-weight: bold;
	padding: 0;
}
.page ul.old_data li .ttl{
	line-height: 1em;
	width: 100%;
	margin: 0;
	position: relative;
}
.page ul.old_data li .ttl:after{
	content: "";
	display: block;
	position: absolute;
}
.page ul.old_data li .ttl.open_list:after{
	transform: rotate(180deg);
}
.page .boder_ttl{
	border: 4px solid #FFA400;
	color: #FFA400;
	font-weight: bold;
}
.page .boder_ttl img{
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
.page .btn_center .btn{
	margin-left: auto;
	margin-right: auto;
}
.page .btn_center .btn span.pdf,
.page .btn_center .btn span.ppt{
		display: inline-block;
		position: relative;
		margin-left: 5px;
		margin-bottom: -2px;
}
.page .data_box.gridbox.column1 .grid{
	width: 100%;
	margin-bottom: 10px;
	
}
.page .data_box.gridbox.column1 .grid a{
	padding-right: 20px;
}
.page ul.list li{
	padding-left: 1em;
	margin-bottom: 1em;
	line-height: 1.4em;
}
.page ul.list li:first-letter{
	margin-left: -1em;
}
dl dd{
	margin-left: 1em;
}

/**SP**/
@media screen and (max-width:980px){

main article.page {
	padding-bottom: 50px;
}
.page p,.page li{
	font-size: 14px;
}
.page img{
	height: auto;
}
.page section + section{
	margin-top: 60px;
}
.page .inner_box{
	margin-top: 30px;
}

p span.big,
li span.big{
	font-size: 18px;
}
p span.big2,
li span.big2{
	font-size: 18px;
}
.page h2,.page h3,.page h4{
	line-height: 1.8;
}
.page h1{
	font-size: 24px;
	margin: 40px 0 ;
	padding-bottom: 5px;
}
.page h2{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 30px;

}
.page h2 span{
	padding-bottom: 5px;
	line-height: 1.8em;
	display: block;
}

.page h2 span:after{
	content: "";
	display: block;
	position: absolute;
	background-image: url(../images/page/h2_btm_sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 11px;
	height: 13px;
	bottom: -13px;
	left: 44px;
}
.page h2 span + span.red{
	border: none;
	text-align: right;
	display: block!important;
}
.page h2 span.red:after{
	display: none;
}
.page h2 span.pdf{
	min-width: 15px;
	border-bottom: none;
}
.page h2 span.pdf:after{
	display: none;
	
}
.page h3.black{
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.page h4{
	font-size: 16px;
}
.page .numbox{
	/*height: 80px;*/
}
.page .numbox div.number{
	width: 44px;
	height: 44px;
	font-size: 24px;
	padding-top: 8px;
}
.page .numbox h3{
	font-size: 16px;
	line-height: 1.4em;
	width: calc(100% - 50px);
	left: 0;
	height: auto;
	height: fit-content;
	padding: 10px 0 10px 5px;
	position: relative;
}
.page .numbox + h4{
	margin-top: 15px;
}
.page .iconbox{
	padding: 10px 0;
	border: 2px solid #FFA400;
	margin-top: 40px;
}
.page .iconbox img{
	max-width: 32px;
	margin-right: 10px;
}
.page .iconbox h3{
	margin-top: 0;
	font-size: 16px;
}
.page ul.check_icon li{
	background-image: url(../images/page/check_icon_sp.png);
	background-size: 16px;
	padding-left: 25px;
	background-position: left top 2px;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
}
.page .center_img.sp{
	margin-top: 30px;
	margin-bottom: 30px;
}
.page ul.check_icon li + li{
	margin-top: 10px;
}
.page .gridbox.column2.check_point{
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}
.page .gridbox.column2.check_point .grid{
	margin-bottom: 20px;
}
.page .gridbox.column2.check_point .grid:nth-child(odd){
	width: 80px;
}
.page .gridbox.column2.check_point .grid:nth-child(even){
	width: calc(100% - 100px);
	margin-left: 20px;
}
.page .point_box{
	padding: 20px 15px;
}
.page .point_box p{
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	line-height: 1.4em;
	width: calc(100% - 71px);
}
.page .point_box span{
	width: 61px;
}
.page .item_box .ttl{
	padding: 8px 15px 8px 25px;
}
.page .item_box .ttl{
	font-size: 16px;
	background-image: url(../images/page/icon_item_sp.png);
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: left 15px center;
}

.page .item_box .ttl h2{
	font-size: 16px;
	line-height: 16px;
	margin: 0;
}
.page .item_box .gridbox{
	padding: 15px 20px;
}
.page .item_box .gridbox .grid:nth-child(odd) img{
	margin: 30px auto;
}
.page .data_box .grid{
	margin-bottom: 15px;
}
.page .data_box .grid .data_box_inner{
	padding: 15px 20px 15px 15px;
	font-size: 16px;
	line-height: 1em;
	
}
.page .data_box.day_box .grid .data_box_inner{
	padding: 10px 15px 10px 15px;
	line-height: 1.4em;
	font-size: 14px;
}

.page .data_box .grid .data_box_inner span.day{
	font-size: 10px;
	display: block;
	padding-bottom: 5px;
	line-height: 1.2em;
}
.page .data_box .grid .data_box_inner a{
	color: #005AAA;
	line-height: 1.4em;
	position: relative;
	padding-right: 10px;
	background-image: url(../images/page/next_sp.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 7px auto;
}
.page .data_box .grid .data_box_inner.green a{
	color: #00602e;
	background-image: url(../images/page/next02_sp.png);
}
.page .data_box .grid .data_box_inner a + a{
	margin-top: 15px;
}
.page ul.old_data li .ttl{
	font-size: 16px;
	transition: .3s;
	padding: 15px 15px 15px 30px;
}
.page ul.old_data li .ttl:after{
	content: "";
	background-image: url(../images/page/btn_down_sp.png);
	background-size: 13px auto;
	width: 13px;
	height: 9px;
	left: 10px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
}
.page ul.old_data li .ttl + .open_inner{
	padding-top: 15px;
}
.page .boder_ttl{
	padding: 15px;
	font-size: 16px;
	margin: 10px 0 15px;
	border: 2px solid #FFA400;
}
.page .gridbox.column2 .grid{
	margin-bottom: 25px;
}
.page .gridbox.column2 .grid .grid{
	margin-bottom: 0;
}
.page .gridbox.column2.data_box .grid{
	margin-bottom: 10px;
}
.page .gridbox.column2.left_small,
.page .gridbox.column2.left_small2{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 10px;
}
.page .gridbox.column2.left_small .grid:nth-child(odd),
.page .gridbox.column2.left_small2 .grid:nth-child(odd){
	width: 102px;
}
.page .gridbox.column2.left_small .grid:nth-child(even),
.page .gridbox.column2.left_small2 .grid:nth-child(even){
	width: calc(98% - 102px);
	margin-left: 2%;
}
.page .item_box .gridbox.left_small .grid:nth-child(odd) img{
	margin-top: 5px;
	margin-left: 0;
}
.page .gridbox.column2.left_small .grid:nth-child(even) p{
	margin: 0;
	padding-left: 1em;
}
.page .gridbox.column2.left_small2 .grid p{
	margin-top: 0;
}
.page .grid ul.check_icon{
	margin: 20px 0;
}
.page .grid ul.check_icon li{
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 1.4em;
	font-weight: bold;
}
.page .grid ul.check_icon + .center_img{
	padding-top: 20px;
}
.page .gridbox.column2.left_big,
.page .gridbox.column2.btn_center{
	display: flex;
}
.page .gridbox.column2.left_big .grid:nth-child(even){
	width: 150px;
}
.page .gridbox.column2.left_big .grid:nth-child(odd){
	width: calc(98% - 150px);
}
.page .gridbox.column2.left_big p{
	margin-top: 0;
}

.page .gridbox.column2.btn_center .grid{
	width: 49%;
	margin-bottom: 0;
}
.page .gridbox.column2.btn_center .grid + .grid{
	margin-left: 2%;
}
.page .gridbox.column2.btn_center .grid a.btn{
	padding-top: 9px;
    height: 40px;
    font-size: 13px;
    max-width: 100%;
}
.page .sitemap a{
	margin-bottom: 5px;
}
.page .sitemap h2{
	margin-bottom: 5px;
	margin-top: 10px;
}
.page .sitemap h2 a{
	color: #FFA400;
	position: relative;
	width: fit-content;
	font-size: 16px;
}

.page .link_list li{
	padding-left: 0.5em;
}

.page .link_list li a{
	position: relative;
	width: fit-content;
}

.page .link_list li a{
	font-size: 14px;
	font-weight: bold;
}
.page .link_list ul{
	margin-bottom: 2em;
}
.page .link_list li ul li a{
	font-size: 12px;
}
.page .link_list li ul li li a{
	font-size: 10px;
}
.page table.page_table{
	background-color: #fff;
	width: 100%;
	/*font-size: 14px;*/
}
.page table.page_table .tr_first{
	display: none;
}
.page table.page_table a{
	/*font-size: 14px;*/
}
.page table.page_table tr{
	
}
.page table.page_table tr th:nth-child(1){
	
	background-color: #F6F6F6;
}
.page table.page_table tr td{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.page table.page_table tr td:nth-child(2) a{
	color: #005AAA;
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
}
.page table.page_table tr{
	border:1px solid #DFDFDF;
}
.page table.page_table th{
	border:1px solid #DFDFDF;
	padding: 10px;
	min-width: 80px;
}
.page table.page_table td{
	padding: 2px 10px;
}
.page table.page_table td:nth-child(1){
	padding-top: 10px;
}
.page table.page_table td:nth-child(5){
	padding-bottom: 10px;
}
.page table.page_table td:nth-child(5) a,
.page table.page_table td a.tel{
	font-weight: bold;
	text-decoration: underline;
	position: relative;
	padding-left: 20px;
}
.page table.page_table td a.tel{
	display: inline-block;
}
.page table.page_table td:nth-child(5) a:before,
.page table.page_table td a.tel:before{
	content: "";
	display: block;
	position: absolute;
	left: 2px;
	top: 5px;
	bottom: 0;
	width: 14px;
	height: 14px;
	background-image: url(../images/common/icon_tel.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.page table.page_table td{
	text-align: left;
}
.page table.page_table td ul li{
	padding-left: 1em;
	padding-bottom: 10px;
	font-size: inherit;
}
.page table.page_table td ul li:first-letter{
	margin-left: -1em;
}
.page table.page_table td ul.list_number li{
	padding-left: 2.5em;
}
.page table.page_table td ul.list_number li:first-letter{
	margin-left: -2.5em;
}
.page table.page_table.column2 td{
	padding: 10px;
}
.page .scroll_box{
	overflow-y: scroll;
	height: 200px;
	display: block;
	margin: 20px auto;
	border: 1px solid #DFDFDF;
	padding: 20px;
}
.page .scroll_box .info_box ul li{
	padding: 15px 0;
	border-bottom: 1px solid #DFDFDF;
}
.page .scroll_box .info_box a.btn{
	display: block;
	margin: 30px auto;
	padding-top: 9px;
}
.page .or_box_light{
	padding: 15px;
}
.page .gridbox.column3 .grid{
	margin-bottom: 15px;
}
.page p + h2 {
	margin-top: 40px;
}
.page .center_img + .center_img{
	margin-top: 30px;
}
.page dt h4{
	margin-bottom: 0;
}
.page dd p{
	margin-top: 5px;
}
.page .map{
	height: 200px;
	width: 90%;
	margin: 30px auto;
}
.page .map iframe{
	max-width: 100%;
	max-height: 100%;
}
}

/**PC**/
@media screen and (min-width : 981px ){
	p.small{
		font-size: 14px;
	}
.page .gridbox.column2 .grid{
	width: 49%;
}
.page .gridbox.column2 .grid:nth-child(even){
	margin-left: 2%;
}
.page section + section{
	margin-top: 75px;
}
	.page p,.page a{
		/*font-size: 14px;*/
		font-size: 16px;
		line-height: 1.6em;
	}
	.page p{
		margin-bottom: 1em;
	}
p span.big,li span.big{
	font-size: 24px;
}
p span.big2,li span.big2{
	font-size: 20px;
}
.page h1{
	font-size: 32px;
	margin: 80px 0 ;
}
.page h2{
	font-size: 28px;
	line-height: 1.4em;
}
.page h2.black{
	font-size: 24px;
}
.page h2 span{
	display: inline-block;
	min-width: 100px;

}
.page h2 span:after{
	content: "";
	display: block;
	position: absolute;
	background-image: url(../images/page/h2_btm.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 13px;
	height: 10px;
	bottom: -10px;
	left: 65px;
}
.page h2 span.red{
	border: none;
}
.page h2 span.red:after{
	display: none;
}
.page h2 span.pdf{
	min-width: 15px;
	border-bottom: none;
}
.page h2 span.pdf:after{
	display: none;
	
}
.page h3.black{
	font-size: 22px;
	font-weight: bold;
}
.page h4{
	font-size: 18px;
}
.page .numbox{
	width: 98%;
}
.page .numbox div.number{
	width: 70px;
	font-size: 36px;
}
.page .numbox h3{
	font-size: 18px;
	line-height: 1.4em;
	width: calc(100% - 88px);
	left: 88px;
	height: auto;
	height: fit-content;
	padding-right: 20px;
}
.page .numbox + h4{
	margin-top: 20px;
}
.page .gridbox.column2 .grid{
	margin-bottom: 20px;
}
.page .gridbox.column2 .grid p,
.page .iconbox,.page .gridbox.column3 .grid p{
	width: 98%;
}
.page .gridbox.column2.left_small .grid p,
.page .gridbox.column2.left_small2 .grid p{
	margin-top: 0;
}
.page .iconbox{
	height: 83px;
}
.page .iconbox h3{
	color:  #FFA400;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
}
.page .inner_box{
	margin-top: 50px;
}
.page ul.check_icon li{
	background-image: url(../images/page/check_icon.png);
	background-size: 16px;
	padding-left: 20px;
}
.page h2 + ul.check_icon{
	margin-top: 30px;
}
.page .center_img.pc{
	margin-top: 30px;
	margin-bottom: 30px;
}
.page .gridbox.column2.check_point{
	align-items: center;
}
.page .gridbox.column2.check_point .grid{
	margin-bottom: 40px;
}
.page .gridbox.column2.check_point .grid:nth-child(odd){
	width: 120px;
}
.page .gridbox.column2.check_point .grid:nth-child(even){
	width: calc(100% - 140px);
	margin-left: 20px;
}
.page .point_box{
	padding: 20px 40px;
}
.page .point_box p{
	font-size: 22px;
	font-weight: bold;
	margin-left: 20px;
	line-height: 1.4em;
}
.page .item_box .ttl{
	padding: 15px 20px 15px 35px;
}
.page .item_box .ttl{
	font-size: 18px;
	background-image: url(../images/page/icon_item.png);
	background-repeat: no-repeat;
	background-size: 8px 12px;
	background-position: left 20px center;
	transition: .3s;
}
.page .item_box .ttl h2{
	font-size: 18px;
	line-height: 18px;
	margin: 0;
}
.page .item_grid a{
	height: 100%;
}
.page a:hover .item_box .ttl{
	background-position: left 25px center;
}
.page a .item_box{
	position: relative;
}
.page a .item_box:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255,0.3);
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
	opacity: 0;
}
.page a:hover .item_box:after{
	opacity: 1;
}
.page .item_box .gridbox{
	padding: 15px 20px;
}
.page .item_box .gridbox .grid:nth-child(odd){
	width: 180px;
}

.page .item_box .gridbox .grid:nth-child(even){
	width: calc(98% - 180px);
}


.page .data_box .grid .data_box_inner{
	padding: 25px 30px 25px 20px;
	font-size: 18px;
	line-height: 1em;
	transition: .3s;
/*	background-image: url(../images/page/next.png);
	background-repeat: no-repeat;
	background-position: right 20px center;*/
	height: 100%;
}
.page .data_box.day_box .grid .data_box_inner{
	padding: 15px 30px 15px 20px;
	font-size: 16px;
	line-height: 1.4em;
	height: 100%;
}
.page .data_box .grid .data_box_inner a{
	color: #005AAA;
	line-height: 1.4em;
	position: relative;
	padding-right: 20px;
}
.page .data_box .grid .data_box_inner.green a{
	color: #00602e;
}
.page .data_box .grid .data_box_inner a:after{
	content: "";
	position: absolute;
	display: block;
	width: 8px;
	height: 12px;
	background-image: url(../images/page/next.png);
	background-repeat: no-repeat;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
}
.page .data_box .grid .data_box_inner.green a:after{
	background-image: url(../images/page/next02.png);
}
.page .data_box .grid .data_box_inner a:hover{
	text-decoration: underline;
}

.page .data_box .grid .data_box_inner a:hover:after{
	right: -10px;
	background-repeat: no-repeat;
}
.page .data_box .grid .data_box_inner a + a{
	margin-top: 10px;
}

.page .data_box .grid span.day{
	font-size: 12px;
	display: block;
}
/*.page .data_box .grid a:hover{
	background-color: #005AAA;
	color: #fff;
	background-image: url(../images/page/next_wh.png);
	background-position: right 10px center;
}*/
.page ul.old_data li .ttl{
	font-size: 18px;
	transition: .3s;
	padding: 15px 20px 15px 40px;
}
.page ul.old_data li .ttl:after{
	content: "";
	background-image: url(../images/page/btn_down.png);
	width: 12px;
	height: 8px;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
}

.page ul.old_data li .ttl:hover{
	background-color: #005AAA;
	color: #fff;
}
.page ul.old_data li .ttl:hover:after{
	top: 10px;
	background-image: url(../images/page/btn_down_wh.png);
}
.page ul.old_data li .ttl.open_list:hover:after{
	bottom: 20px;
}
.page ul.old_data li .ttl + .open_inner{
	padding-top: 30px;
}
.page .boder_ttl{
	padding: 20px 15px;
	font-size: 20px;
	margin: 10px 0;
}
.page .grid ul.check_icon{
	margin: 20px 0;
}
.page .grid ul.check_icon li{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 1.4em;
		max-width: 95%;
		margin-left: auto;
		margin-right: auto;
}
.page .grid ul.check_icon + .center_img{
	padding-top: 20px;
}
.page .gridbox.column2.left_big .grid:nth-child(even){
	width: 200px;
}
.page .gridbox.column2.left_big .grid:nth-child(odd){
	width: calc(98% - 200px);
}
.page .gridbox.column2.left_small .grid:nth-child(even) {
    width: calc(98% - 200px);
}
.page .gridbox.column2.left_small .grid:nth-child(odd) {
    width: 200px;
}
.page .item_box .gridbox.left_small .grid:nth-child(odd),
.page .gridbox.column2.left_small2 .grid:nth-child(odd){
	width: 110px;
}
.page .item_box .gridbox.left_small .grid:nth-child(even),
.page .gridbox.column2.left_small2 .grid:nth-child(even){
	width: calc(98% - 110px);
}
.page .gridbox.column2.left_small2 .grid p{
	margin-top: 0;
}

.page .sitemap h2{
	margin-bottom: 5px;

}
.page .sitemap h2 a{
	color: #FFA400;
	position: relative;
	width: fit-content;
}
.page .sitemap h2 a:before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #FFA400;
		transition: .3s;
}
.page .sitemap h2 a:hover:before{
	width: 100%;
}
.page .link_list li{
	padding-left: 0.5em;
	
}
.page .link_list > li{
padding-bottom: 5px;
}
.page .link_list li a{
	position: relative;
	width: fit-content;
}
.page .link_list li a:before{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #000;
		transition: .3s;
}
.page .link_list li a:hover:before{
	width: 100%;
}
.page .link_list li a{
	font-size: 15px;
	font-weight: bold;
}
.page .link_list li ul{
	margin-bottom: 1em;
}
.page .link_list li ul li a{
	font-size: 13px;
}
.page .link_list li ul li li a{
	font-size: 11px;
}
.page table.page_table{
	background-color: #fff;
	width: 100%;
	/*font-size: 14px;*/
}
.page table.page_table a{
	/*font-size: 14px;*/
}
.page table.page_table tr td:nth-child(2) a{
	color: #005AAA;
	font-weight: bold;
	text-decoration: underline;
	font-size: 16px;
}
.page table.page_table tr{
	border:1px solid #DFDFDF;

}
.page table.page_table th{
	border:1px solid #DFDFDF;
	background-color: #F6F6F6;
}
.page table.page_table.column2 th{
	min-width: 150px;
}
.page table.page_table th,
.page table.page_table td{
	padding: 15px;
}
.page table.page_table td{
	text-align: left;
}
.page table.page_table td + td{
	border-left:1px solid #DFDFDF;
}
.page table.page_table tr td:nth-child(1){
	width: 50px;
}
.page table.page_table tr td:nth-child(3){
	width: 100px;
}
.page table.page_table tr td:nth-child(5){
	width: 140px;
	text-align: center;
}
.page table.page_table tr td:nth-child(5) a,
.page table.page_table td a.tel{
	pointer-events: none;
}
.page table.page_table td:nth-child(2) a.tel,
.page table.page_table td a.tel{
	font-size: inherit;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
}
.page table.page_table td ul li{
	padding-left: 1em;
}
.page table.page_table td ul li:first-letter{
	margin-left: -1em;
}
.page table.page_table td ul.list_number li{
	padding-left: 2.5em;
}
.page table.page_table td ul.list_number li:first-letter{
	margin-left: -2.5em;
}
.page .scroll_box{
	overflow-y: scroll;
	height: 200px;
	display: block;
	margin: 30px auto;
	border: 1px solid #DFDFDF;
	padding: 20px;
}
.page .scroll_box .info_box ul li{
	padding: 30px 0;
	border-bottom: 1px solid #DFDFDF;
}
.page .scroll_box .info_box a.btn{
	display: block;
	margin: 30px auto;
}
.page .scroll_box .info_box ul li a{
	display: block;
	position: relative;
	width: fit-content;
}
.page .scroll_box .info_box ul li a:after{
	content: "";
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #000;
	transition: .3s;
}
.page .scroll_box .info_box ul li a:hover:after{
	width: 100%;
}
.page .or_box_light{
	padding: 30px;
}
.page p + h2 {
	margin-top: 40px;
}
.page .center_img + .center_img{
	margin-top: 40px;
}
.page dt h4{
	margin-bottom: 0;
}
.page dd p{
	margin-top: 5px;
}
.page .w_620{
	width: 620px;
	margin: 0 auto;
}
}
/**TAB**/
@media screen and (min-width:481px) and (max-width:980px) {
.page section + section{
	margin-top: 40px;
}
.page .inner_box{
	margin-top: 30px;
}
.page .data_box .grid a{
	height: 100%;
}
.page .iconbox{
	min-height: 80px;
}
.page .gridbox.column2.left_big .grid:nth-child(even){
	width: 200px;
}
.page .gridbox.column2.left_big .grid:nth-child(odd){
	width: calc(98% - 200px);
}
.page .gridbox.column2.left_small .grid:nth-child(even) {
    width: calc(98% - 200px);
}
.page .gridbox.column2.left_small .grid:nth-child(odd) {
    width: 200px;
}
.page .item_box .gridbox.left_small .grid:nth-child(odd),
.page .gridbox.column2.left_small2 .grid:nth-child(odd){
	width: 110px;
}
.page .item_box .gridbox.left_small .grid:nth-child(even),
.page .gridbox.column2.left_small2 .grid:nth-child(even){
	width: calc(98% - 110px);
}
.page .gridbox.column2.left_small2 .grid p{
	margin-top: 0;
}
.page h2 span{
	width: fit-content;
	min-width: 80px;
}
.page .data_box .grid .data_box_inner{
	height: 100%;
}
.page .data_box .grid .data_box_inner a{
	height: auto;
}

}


@media screen and (max-width:360px){
    .standmap p{
        max-width: calc(33% - 10px);
    }
}



/***取引の適正化サイト***/
.wrapper.full_page #wrap_main,
.wrapper.full_page .footer_foot{
	width: 100%;
	margin: 0;
	max-width: none;
}
.wrapper.full_page .page .inner_box{
	padding-bottom: 150px;
}
.wrapper.full_page header .h_logo{
	width: 259px;
}
.page.optimization h1.black.optimization{
	border-bottom: none;
	text-align: center;
	color: #005AAA;
}
.page.optimization .grid .open_list .ttl,
.page.optimization .gridbox + .open_list .ttl{
	border: 2px solid #FFA400;
	padding: 20px 0;
	text-align: center;
	display: block;
	font-weight: bold;
}
.page.optimization .gridbox + .open_list .ttl{
	margin-top: 1em;
}
.page.optimization .grid p{
	margin:0;
}
.page.optimization .grid p a + a{
	margin-top: 1em;
}

.page.optimization .grid p a:hover{
	text-decoration: underline;
}
.page.optimization .gridbox .grid ul li{
	padding: 1em 0;
	border-bottom: 1px solid #DFDFDF;
}
.page.optimization .gridbox .grid ul li span{
	font-size: .8em;
}
.page.optimization p.right{
	text-align: right;
	font-size: .8em;
}
.page.optimization table{
	width: 100%;
	border: 1px solid #333;
}
.page.optimization table a:hover{
		text-decoration: underline;
		font-weight: bold;
}
.page.optimization table td:nth-of-type(3) a{
	font-size: .8em;
	color: #005AAA;
	text-decoration: underline;
}
.page.optimization table td:last-child{
	max-width: 350px;
}
.page.optimization table tr{
	border-bottom: 1px solid #333;
}
.page.optimization table tr:last-child{
	border-bottom: none;
}
.page.optimization table th,
.page.optimization table td{
	border-left: 1px solid #333;
	padding: 5px;
}
.page.optimization table th:nth-child(1),
.page.optimization table td:nth-child(1){
	border-left: none;
}
.page.optimization .open_list .ttl{
	position: relative;
}
.page.optimization .open_list .ttl span{
	position: absolute;
	width: 20px;
	height: 20px;
	right: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: inline-block;
}
.page.optimization .open_list .ttl span:before,
.page.optimization .open_list .ttl span:after{
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #333;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	transition: .3s;
}
.page.optimization .open_list .ttl span:after{
	transform: rotate(90deg);
}
.page.optimization .open_list .ttl.open_list span:after{
	transform: rotate(0);
}
.page.optimization .inner{
	max-width: 1200px;
	margin: 0 auto;
}
.page.optimization .gridbox ul.over_scroll{
	overflow-y: scroll;
}
@media screen and (min-width:981px){
	.page.optimization .gridbox ul.over_scroll{
max-height: 350px;
padding: 0 20px;
border: 1px solid #dfdfdf;
}
.page.optimization .gridbox .grid{
    width: 49%;
}
.page.optimization .gridbox{
	justify-content: space-between;
	margin-bottom: 80px;
}
.page.optimization .grid .open_list .ttl, .page.optimization .gridbox + .open_list .ttl{
transition: .3s;
}
.page.optimization .grid .open_list .ttl:hover, .page.optimization .gridbox + .open_list .ttl:hover{
background-color: #FFA400;
color: #fff;
}
.page.optimization .open_list .ttl:hover span:before, .page.optimization .open_list .ttl:hover span:after{
	background-color: #fff;
}
.wrapper.full_page .page .inner_box{
	padding-bottom: 250px;
}
.page.optimization .gridbox .grid ul li p{
	margin: 0;
}
.page.optimization .gridbox .grid ul li p a + a{
	margin-top: 1em;
}
}



@media screen and (max-width:980px){
	.page.optimization .gridbox ul.over_scroll{
max-height: 250px;
padding: 10px;
border: 1px solid #dfdfdf;
margin-bottom: 30px;
}
.page.optimization .gridbox .grid + .grid{
	margin-top: 1em;
}
.page.optimization .gridbox + .open_list .ttl{
	padding-right: 20px;
}
.page.optimization .open_list .ttl span{
	right: 20px;
}
.page.optimization .sp_scrollbox{
	width: 95%;
	display: block;
	margin: 0 auto;
	overflow-y: scroll;
}
.page.optimization .sp_scrollbox table{
	width: 600px;
}
.wrapper.full_page header .h_logo{
	margin: 0 auto;
}
.wrapper.full_page header .inner{
	padding-right: 0;
	padding-left: 20px;
}
.page.optimization table th, .page.optimization table td{
	font-size: 13px;
}
}
@media screen and (min-width: 481px) and (max-width: 980px){
	.page.optimization .gridbox{
		display: flex;
		justify-content: space-between;
	}
	.page.optimization .gridbox .grid{
		width: 49%;
	}
	.page.optimization .gridbox .grid + .grid{
		margin-top: 0;
	}
}
