@charset "utf-8";

@import "base_layout.css";
@import "common_parts.css";

.anim{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: .8s;
}
.move{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.delay1{
	transition-delay: .1s;
}
.delay2{
	transition-delay: .2s;
}
.delay3{
	transition-delay: .3s;
}
.delay4{
	transition-delay: .4s;
}
.delay5{
	transition-delay: .5s;
}
.delay6{
	transition-delay: .6s;
}
.delay7{
	transition-delay: .7s;
}
@media screen and (max-width: 979px) {
.delay1,
.delay2,
.delay3,
.delay4,
.delay5,
.delay6,
.delay7{
	transition-delay: .1s;
}
}

@media screen and (max-width: 768px){
.delay1,
.delay2,
.delay3,
.delay4,
.delay5,
.delay6,
.delay7{
	transition-delay: 0;
}
}


/*parts
************************************************************************************/
/*breadcrumb
----------------------------------------------------------------------*/
#breadcrumb{
	margin: auto;
	padding: 15px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#breadcrumb ul{
	display: table;
	font-size: 12px;
}
#breadcrumb ul li{
	color: #000;
	display: table-cell;
}
#breadcrumb ul li:after{
	content: " / ";
	padding: 0 7px;
}
#breadcrumb ul li:last-child:after{
	content: "";
}
#breadcrumb ul li a{
	color: #000;
}

@media screen and (max-width: 979px) {
#breadcrumb{
	position: static;
	height: auto;
	background: none;
}
#breadcrumb{
	width: 100%;
}
#breadcrumb ul li:first-child span{
	display: none;
}
}



/*table*/

table.normal{
	width: 100%;
	margin: 20px auto;
	border-collapse:collapse;
	border-top: 1px solid #000;
}

table.normal th{
	padding: 15px 30px;
	text-align: left;
	border-bottom: 1px solid #000;
}
table.normal th.textCenter{
	text-align: center;
}

table.normal td{
	padding: 15px 30px;
	border-bottom: 1px solid #000;
}

table.normal thead th{
	background: #e7e9eb;
	text-align: center;
}

dl.normal dt{
	color: #FFF;
	margin: 0 0 .7em 0;
	background: #072856;
	font-weight: bold;
	padding: 5px;
}
dl.normal dd{
	margin: 0 0 2em 1em;
}
dl.normal_sq dt{
	color: #072856;
	margin: 0 0 .7em 0;
	font-weight: bold;
	font-size: 16px;
}
dl.normal_sq dt:before{
	content: "■";
	margin: 0 ;
	color: #072856;
}

dl.normal_sq dd{
	margin: 0 0 2em 1em;
}

@media screen and (max-width: 979px) {
table.normal th{
	padding: 15px 15px;
	text-align: left;
	border-bottom: 1px solid #000;
}

table.normal td{
	padding: 15px 15px;
	border-bottom: 1px solid #000;
}
}

@media screen and (max-width: 620px) {
table.smartphone{
	display: block;
	width: 100%;
}
table.smartphone thead{
	display: none;
}
table.smartphone tbody{
	display: block;
	width: 100%;
}
table.smartphone tr{
	display: block;
	margin-bottom: 1.5em;
	width: 100%;
}
table.smartphone th,
table.smartphone td{
	display: list-item;
	width: 100%;
	padding: 5px 10px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	border: 0;
}
table.smartphone th{
	list-style-type: none;
	display: block;
	background: #ededed;
}

table.smartphone td{
	margin-left: 0;
	list-style-type: none;
	border: 0;
	padding-left: 25px;
}
}




/*itemBox
----------------------------------------------------------------------*/
.itemBox{
	margin: 30px 0;
}
.itemBox.nomargin{
	margin: 0;
}
.itemBox ul,
.itemBox .frameBox{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: left;
	justify-content: left;
}
.itemBox ul li,
.itemBox .frameBox .inframe{
	display: block;
	padding: 10px;
	margin: 2px 0.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.itemBox ul li.pdno{
	padding: 0;
}

.itemBox .item1{
	width: 99%;
}
.itemBox .item2{
	width: 49%;
}
.itemBox .item3{
	width: 32%;
}
.itemBox .item4{
	width: 24%;
}
.itemBox .item5{
	width: 19%;
}
.itemBox .box{
	border: 1px solid #e6e6e6;
}
.itemBox .line{
	border-right: 1px solid #e6e6e6;
}
.itemBox .none{
	border: 0;
}

.itemBox .image{
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
}
.itemBox .image img{
	max-width: 100%;
	height: auto;
}
_:-ms-lang(x)::-ms-backdrop, .itemBox .image img{
	/* IE11 のみ適用される */
	width: 100%;
	height: auto;
}
.itemBox .image img.border{
	border: 2px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.itemBox .caption{
	text-align: center;
	padding: 0;
	word-break: break-all;
	word-wrap:break-word;
}
.itemBox .cmt{
	text-align: left;
	padding: 7px 0 0 0;
	word-break: break-all;
	word-wrap:break-word;
}

@media screen and (max-width: 768px){
.itemBox .item1{
	width: 99%;
}
.itemBox .item2{
	width: 49%;
}
.itemBox .item3{
	width: 32%;
}
.itemBox .item4{
	width: 49%;
}
.itemBox .item5{
	width: 49%;
}
.itemBox .line{
	border: 1px solid #df0615;
}
}
@media screen and (max-width: 620px) {
.itemBox .item1,
.itemBox .item2,
.itemBox .item3,
.itemBox .item4,
.itemBox .item5{
	width: 99%;
}
}




/*table-yoko
----------------------------------------------------------------------*/
.table-yoko{
    overflow-x: scroll;
    padding: 10px;
}

.table-yoko table.data-yoko{
	width:2000px;
	margin: 2px auto;
	border-collapse:collapse;
	border: 2px solid #000;
	font-size: 90%;
}
.table-yoko .line2{
	border-top: 2px solid #000;
}
.table-yoko table.data-yoko tbody td{
	padding: 2px 10px 2px 2px;
	border-bottom: 1px solid #ccc;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	vertical-align: top;
	text-align:right;
	width: 70px;	
}
.table-yoko table.data-yoko tbody th{
	padding: 2px;
	border-bottom: 1px solid #333;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	vertical-align: top;
	text-align:center;
	background-color:#89c3eb;
	width: 70px;	
}
.table-yoko table.data-yoko tbody th.th150{
	padding: 2px;
	border-bottom: 1px solid #333;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	vertical-align: top;
	text-align:center;
	background-color:#007bbb;
	color:#fff;
	width: 170px;	
}
.table-yoko table.data-yoko tbody th.year{
	padding: 2px 2px 2px 10px;
	border-bottom: 2px solid #333;
	border-left: 2px solid #000;
	border-right: 0px solid #000;
	vertical-align: top;
	text-align:left;
	background-color:#343434;
	color:#89c3eb;
	font-weight:600;
}
.table-yoko table.data-yoko tbody td.bg{
	padding: 2px;
	border-bottom: 1px solid #add8e6;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	text-align: left;
	vertical-align:top;
	background-color: #ccffff;
	width: 120px;	
}
.table-yoko .bold2{
	font-size:1.2em;
	font-weight: 600;
}


/*buttom
----------------------------------------------------------------------*/
.inBtn{
	margin: 15px 0;
}
.inBtn li,
.btnDocument{
	margin: 5px;
	display: inline-block;
	padding: 0 0 0 20px !important;
	border: 3px solid #093368;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	line-height: 65px;
	height: 65px;
}
.inBtn li:hover,
.btnDocument:hover{
	background: #FFF;
}

.inBtn li a,
.btnDocument a{
	display: block;
	color: #093368;
	font-weight: bold;
	text-decoration: none;
	padding: 0 30px 0 50px;
	background: url(../../img/common/ar_blue.png) no-repeat left center;
	-moz-background-size: 17px auto;
	background-size: 17px auto;
}
.inBtn li a.pdf,
.btnDocument a.pdf{
	background: url(../../img/common/icon_pdf.png) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}
.inBtn li a.word,
.btnDocument a.word{
	background: url(../../img/common/icon_word.png) no-repeat left center;
	-moz-background-size: 20px auto;
	background-size: 20px auto;
}


@media screen and (max-width: 620px) {
.inBtn li{
	display: block;
	line-height: normal;
	height: auto;
}
.inBtn li a{
	padding: 15px 30px 15px 50px;
}
.inBtn li.phonenumber{
	line-height: 65px;
}
}


.btnNormal{
	text-align: center;
}
.btnNormal img{
	width: 30px;
	height: auto;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.btnNormal.pageback{
	margin: 50px 0;
}
.btnNormal a{
	display: inline-block;
	margin: auto 2px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #FFF;
	border: 2px solid #049571;
	color: #049571;
	line-height: 60px;
	font-size: 15px;
	padding: 0 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 980px) {
.btnNormal a{
	position: relative;
	z-index: 2;
	min-width: 300px;
}
.btnNormal a::before,
.btnNormal a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #FFF;
}
.btnNormal a,
.btnNormal a::before,
.btnNormal a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.btnNormal a:hover {
	background-color: #049571;
	border-color: #049571;
	color: #FFF;
}

.btnNormal a::before {
	right: 0;
}
.btnNormal a::after {
	left: 0;
}
.btnNormal a:hover::before,
.btnNormal a:hover::after {
	width: 0;
	background-color: #FFF;
}
}
@media screen and (max-width: 979px) {

.btnNormal a{
	font-weight: bold;
	padding: 7px 30px;
	width: 95%;
	margin: 2px auto;
}
}