@charset "utf-8";
/* Copyright 2016 AL:Designs All Rights Reserved. */

#contentSRC {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#contentSRC .tdfkList {
	width: 970px;
	margin: 0px auto 15px;
}
#contentSRC .tdfkList ul {
	display:flex;
	flex-wrap:wrap;
	margin:0;
	padding:0;
}
#contentSRC .tdfkList ul li {
	width: 23%;
	margin-right:1%;
	margin-left:1%;
	border: 1px solid #83C5E7;
	box-sizing:border-box;
	/*float: left;
	margin-right: 14px;*/
}
/*#contentSRC .tdfkList ul li:last-child { margin-right: 0; }*/
#contentSRC .tdfkList ul li p {
	display: block;
	text-align: center;
	font-size: 115%;
	padding: 16px 0px 14px;
	background-color: #ddffff;
	margin-bottom: 0;
	margin-top:0;
}

#contentSRC .tdfkLine {
	width: 950px;
	margin: 0px auto;
	display: none;
}
#contentSRC .tdfkLine h3 {
	padding: 10px;
	border-bottom: 1px solid #4F99CA;
	font-size: 120%;
	margin: 20px auto 15px;
}
#contentSRC .tdfkLine .areaGroup {
	margin-bottom: 20px;
	clear: both;
}
#contentSRC .tdfkLine .areaGroup2 {
	width: 300px;
	margin-right: 25px;
	float: left;
}
#contentSRC .tdfkLine .areaGroup2:nth-child(3n) { margin-right: 0; }

#contentSRC .tdfkLine .areaGroup h4,
#contentSRC .tdfkLine .areaGroup2 h4 {
	padding: 10px;
	background-color: #DEF1F8;
}
#contentSRC .tdfkLine .areaGroup h3.type13,
#contentSRC .tdfkLine .areaGroup2 h3.type13 {
	padding: 10px;
	background-color: #DEF1F8;
	font-size: 100%;
}

#contentSRC .tdfkLine .areaGroup a,
#contentSRC .tdfkLine .areaGroup2 a {
	color: #1F4D85;
}
#contentSRC .tdfkLine .areaGroup a:hover,
#contentSRC .tdfkLine .areaGroup2 a:hover {
	color: #00AAAA;
	text-decoration: underline;
}
#contentSRC .tdfkLine .areaGroup ul,
#contentSRC .tdfkLine .areaGroup2 ul {
	margin-left: 20px;
	margin-top: 15px;
	padding-bottom: 5px;
}
#contentSRC .tdfkLine .areaGroup ul li {
	width: 220px;
	float: left;
	margin-right: 10px;
}
#contentSRC .tdfkLine .areaGroup ul li:nth-child(4n) { margin-right: 0; }

#contentSRC .tdfkLine .areaGroup ul li,
#contentSRC .tdfkLine .areaGroup2 ul li {
	margin-bottom: 5px;
}

#contentSRC .termBox {
	width: 950px;
	margin: 25px auto;
}
#contentSRC .termBox h3 {
	padding: 10px;
	border-bottom: 1px solid #4F99CA;
	font-size: 120%;
	margin: 20px auto 15px;
}
#contentSRC .termBox .archiAndRate {
	width: 862px;
	background-color: #edffef;
	padding: 25px;
	margin: 10px auto;
}

#contentSRC .termBox .archiAndRate .archiBox {
	width: 500px;
	float: left;
}

#contentSRC .termBox .archiAndRate .rateBox {
	width: 350px;
	float: right;
}
#contentSRC .termBox .archiAndRate .archiBox h4,
#contentSRC .termBox .archiAndRate .rateBox h4,
#contentSRC .termBox .otherTerms h4 {
	font-size: 115%;
	font-weight: normal;
	margin-bottom: 8px;
}
#contentSRC .termBox .archiAndRate .archiBox select {
	width: 150px;
}
#contentSRC .termBox .archiAndRate .rateBox select {
	width: 120px;
}

#contentSRC .termBox .otherTerms {
	width: 860px;
	margin: 20px auto;
	border: 1px solid #e5e5e5;
	padding: 25px;
}

#contentSRC .termBox .otherTerms .otherTermBox {
	width: 860px;
	margin: 0px auto;
}
#contentSRC .termBox .otherTerms .otherTermBox ul li {
	width: 210px;
	float: left;
	margin-right: 5px;
	padding: 5px 0px;
}

#searchBtnBox {
	/* width: 1000px; */
	width:100%;
	left:0;
	padding: 15px 0px 5px;
	background-color: rgba(255,255,255,0.65);
	/*background-color: rgba(230,240,250,0.65);*/
	/*border-top: 1px solid #E6E6E6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;*/
	margin: 0px auto;
	z-index: 100;
}
#searchBtnBox .boxbox {
	width: 330px;
	margin: 0px auto;
	padding: 10px 0px;
	background-color: #fff;
	border: 2px solid #ddd;
}
#searchBtnBox p {
	display: none;
}
#searchBtnBox .btnbox {
	/* width: 179px; */
	width:45%;
	/* height: 45px; */
	min-height: 45px;
	margin: 0px auto;
}

#searchBtnBox.posfixed {
	background-color:rgba(29,76,133,0.85);
}
#searchBtnBox .srcbtnblock {
	width:100%;
	max-width:900px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
}
#searchBtnBox .srcbtnblock .srcbtnmain {
	background:linear-gradient(to right, #4895CC 0%, #1F4B83 100%);
	display:flex;
	justify-content:center;
	align-items:center;
	height:60px;
	width:100%;
	max-width:500px;
	border-radius:5px;
	font-size:130%;
	color:#fff;
	position:relative;
	letter-spacing: 3px;
	margin:0 auto;
	box-shadow: 1px 4px 3px #aaa;
}
#searchBtnBox .srcbtnblock .srcbtnmain span {
	font-size:130%;
}
#searchBtnBox .srcbtnblock .srcbtnmain::after {
	font-family: "Font Awesome 6 Free";
	content: "\f002";
	font-weight: 900;
	font-size:160%;
	position: absolute;
	/* top: 15px; */
	right: 15px;
	color: #fff;
}
#searchBtnBox .srcbtnblock .btnbox a.btntosrc {
	background: linear-gradient(to right, #F59AA1 0%, #EABA82 100%);;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	color: #fff;
	font-size: 135%;
	border-top: 3px solid #F7B2B7;
	border-left: 3px solid #F7B2B7;
	border-bottom: 3px solid #D0A078;
	border-right: 3px solid #D0A078;
	border-radius: 5px;
	box-shadow: 1px 4px 3px #333;
}
#searchBtnBox .srcbtnblock .btnbox a.btnsrcterm {
	background: linear-gradient(to right, #1EA2A5 0%, #108C8B 100%);
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	color: #fff;
	font-size: 135%;
	border-top: 3px solid #5ECED4;
	border-left: 3px solid #5ECED4;
	border-bottom: 3px solid #0E8080;
	border-right: 3px solid #0E8080;
	border-radius: 5px;
	box-shadow: 1px 4px 3px #333;
}
#searchBtnBox.posfixed .srcbtnblock .boxP100 {
	display:none;
}
#searchBtnBox.posfixed .fontRc {
	color:#fff !important;
}
#searchBtnBox .srcbtnblock .bdisp {
	display:none;
}
#searchBtnBox.posfixed .srcbtnblock .bdisp {
	display:block;
}

/* 20230628 korenaga */
@media (max-width: 768px){
	#searchBtnBox {
		width:100% !important;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#searchBtnBox .srcbtnblock .btnbox a.btntosrc {
		padding: 3px;
		font-size: 125%;
	}
	#searchBtnBox .srcbtnblock .btnbox a.btnsrcterm {
		padding: 3px;
		font-size: 125%;
	}

}
/* //20230628 korenaga */

#searchBtnBox13 {
	width: 1000px;
	padding: 10px 0px 5px;
	background-color: rgba(255,255,255,0.65);
	/*background-color: rgba(230,240,250,0.65);*/
	/*border-top: 1px solid #E6E6E6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;*/
	margin: 0px auto;
	z-index: 100;
}
#searchBtnBox13 .boxbox {
	width: 330px;
	margin: 0px auto;
	padding: 10px 0px;
	background-color: #fff;
	border: 2px solid #ddd;
}
#searchBtnBox13 p {
	display: none;
}
#searchBtnBox13 .btnbox {
	width: 179px;
	height: 45px;
	margin: 0px auto;
}

.selectstationinline{
	border: 1px solid #ccc;
	background-color: #f5f5f5;
	box-sizing:border-box;
	padding: 20px;
	margin-top:20px;
}
.selectstationinline h3 {
	font-size:130%;
	border-bottom: 1px solid #03c;
}
.selectstationinline #notselectstation {
	padding: 20px;
	margin-bottom: 0;
}
.selectstationinline #stationselect {
	padding: 20px;
	display:none;
	margin-bottom: 0;
}

#stationsrcBG {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	z-index: 1000;
	display: none;
}
#stationsrcBox {
	width: 1000px;
	height: 80%;
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 0px;
	/*text-align: center;*/
	margin: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1001;
	display: none;
}
#stationsrcBox #areasrcCHK {
	width: 100%;
	height: 85%;
	overflow: auto;
}
#stationsrcBox #btnboxReSrc {
	width: 179px;
	height: 45px;
	margin: 10px auto 0;
}
#stationsrcBox #btnboxReSrc a {
	display: block;
}
#stationsrcBox .clearfix { height: auto !important; }
#stationsrcBox .tdfkLine {
	width: 950px;
	margin: 0px auto;
	display: none;
}
#stationsrcBox .tdfkLine h3 {
	padding: 10px;
	border-bottom: 1px solid #4F99CA;
	font-size: 120%;
	margin: 20px auto 15px;
}
#stationsrcBox .tdfkLine .tdfkTITLE {
	padding: 10px;
	border-bottom: 1px solid #4F99CA;
	font-size: 120%;
	margin: 20px auto 15px;
	font-weight: bold;
}
#stationsrcBox .tdfkLine .areaGroup {
	margin-bottom: 20px;
	clear: both;
}
#stationsrcBox .tdfkLine .areaGroup2 {
	width: 300px;
	margin-right: 25px;
	float: left;
}
#stationsrcBox .tdfkLine .areaGroup2:nth-child(3n) { margin-right: 0; }

#stationsrcBox .tdfkLine .areaGroup h4,
#stationsrcBox .tdfkLine .areaGroup2 h4,
#stationsrcBox .tdfkLine .areaGroup p.areaTITLE,
#stationsrcBox .tdfkLine .areaGroup2 p.areaTITLE {
	padding: 10px;
	background-color: #DEF1F8;
}
#stationsrcBox .tdfkLine .areaGroup a,
#stationsrcBox .tdfkLine .areaGroup2 a {
	color: #1F4D85;
}
#stationsrcBox .tdfkLine .areaGroup a:hover,
#stationsrcBox .tdfkLine .areaGroup2 a:hover {
	color: #00AAAA;
	text-decoration: underline;
}
#stationsrcBox .tdfkLine .areaGroup ul,
#stationsrcBox .tdfkLine .areaGroup2 ul {
	margin-left: 20px;
	margin-top: 15px;
	padding-bottom: 5px;
}
#stationsrcBox .tdfkLine .areaGroup ul li {
	width: 220px;
	float: left;
	margin-right: 10px;
}
#stationsrcBox .tdfkLine .areaGroup ul li:nth-child(4n) { margin-right: 0; }

#stationsrcBox .tdfkLine .areaGroup ul li,
#stationsrcBox .tdfkLine .areaGroup2 ul li {
	margin-bottom: 5px;
}

.popback{
	width:150px;
	padding: 0px;
	border-radius: 8px;
	border:1px solid #3B689A;
	box-sizing: border-box;
	display:block;
	margin: 15px auto;
}
.popback span {
	display:block;
	background-color: #3B689A;
	border-radius: 6px;
	border:2px solid #fff;
	padding: 7px 0px 5px;
	text-align:center;
	font-weight:bold;
	font-size:120%;
	color:#fff;
}

ul.linklist {
	display:flex;
	flex-wrap:wrap;
	margin:0 0 30px 0;
	padding:0;
	width:100%;
}

ul.linklist li {
	margin:0;
	box-sizing:border-box;
	padding:10px;
	width:50%;
}

ul.linklist li a {
	display:block;
	border-radius:8px;
	border:2px solid #3B689A;
	color:#3B689A;
	padding:10px 10px 8px;
	text-align:center;
	font-size:120%;
	font-weight:bold;
}

ul.linklist li a:hover {
	color:#fff;
	background-color:#3B689A;
}
