@charset "utf-8";
/* CSS Document */
/*.previewArea {
    #toolbar {
        display: none;
    }
}*/
html {
 height: 100%;
}
header img{
	float:right;
	padding:20px;
}
body {
font-family: "メイリオ", Meiryo, "Noto Sans JP", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka",  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
footer {
  width: 100%;
  background: #f2f2f2;
}
p.otoiawase{
	width:80%;
	float:left;
	display:inline-block;
	padding-bottom:25px;
	font-size:.9rem;

}
.add{
		display:block;
	}
.s_font{
	font-size:.95rem;
}
.flogo{
	float:right;
	display:inline-block;

}
.flogo img{
	width:140px;
	padding:10px 10px 20px 0;
}
.copyright{
	display:block;
	clear:both;
	text-align:center;
	padding:10px 0 5px 0;
	margin:0;
	font-size:.8rem;
	background:#737373;
	color:#fff;
}

.table_01{
	width:100%;
	border-collapse: collapse;
	margin:10px auto;
	
}

.table_01 th{
	background:#f3f3f3;
	padding: 10px;
	border:1px solid #cfcfcf;

}
.table_01 td:first-child{
	width:70%;
}

.table_01 td{
	padding:10px 15px;
	border:1px solid #cfcfcf;
}

.arrow_right {
	position: relative;
	display: inline-block;
	padding: 10px 10px 5px 1.3rem;
	color: #333;
	line-height: 1;

	padding-right:22px;
}
.arrow_right::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #707070;
  border-right: solid 1px #707070;
  position: absolute;
  transform: rotate(45deg);
  left:0;
  top: .7em;
  vertical-align: middle;
}

.date{
	color:#707070;
	margin-right:1rem;
}
.label_red{
	font-size:.75rem;
	color:#994040;
	vertical-align:top;
	padding:1px 5px;
	background:#f4ebeb;
	border-radius: 5px;
	margin-left:.5rem;

}
.label_blue{
	font-size:.75rem;
	color:#406d99;
	vertical-align:top;
	padding:1px 5px;
	background:#ebf0f4;
	border-radius: 5px;
	margin-left:.5rem;
}
.caution{
		font-size:.9rem;
	padding:50px 0 0px 0;
}
.wrap {
  position: relative;
	top:2rem;
	
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
}
main a[href$=".pdf"]{
	display: inline-block;
	background: url("../img/PDF_24.png") no-repeat right center;
	background-position:100% 4px;
	
}
/*modal*/
.click-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    min-height: 32px;
	background:#777;
    color: #fff;
    border-radius: 3px;
    font-size: 15px;
	margin:0 20px;
}
.click-btn:hover{
    opacity: 0.8;
    cursor: pointer;
}
.modal-span {
    cursor: pointer;
    text-decoration: none; 
    }
.modal-outer {
    position: fixed;
    top: 25%;
    left: 25%;
    display: none;
	width:50%;
    height: 50%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10000; 
    }
.modal-inner {
    position: absolute;
    top:10%;
    left: 0;
    right: 0;
    bottom: 10%;
    margin: 0 auto;
    width: fit-content;
    }
.modal-inner-container{
	position: relative;
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top:-1em;
      }
.modal-inner-container img{
    margin: 0 auto; 
    max-height: 90%;
    max-width: 100%;
      }
.show {
    display: block; 
    }
.modal-inner-header{
    width: 100%;
	display: flex;
    justify-content: flex-end;
    }
.close-btn-top {
    cursor: pointer;
    color: #fff;
    font-size: 2em;
    display: block;
    }
.close-btn-bottom {
    margin-bottom: 0;
    width:150px;
    margin:0 auto;
    text-align: center; 
    }
.close-btn-bottom button {
    padding: 5px 10px; 
    cursor: pointer;
    }
    
@media print, screen and (min-width: 1024px) {
.contents {
	width: 992px;
    margin: 0 auto;
    padding-top: 10px;
	position: relative;
	flex: 1;
    }
}

@media print, screen and (max-width: 992px) {
.contents {
	width: 736px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	flex: 1;
}
p, li{
	letter-spacing: .006em;
    line-height: 2.2rem;
	font-size:16px;
}
table{
	letter-spacing: .006em;
    line-height: 1.8rem;
	font-size:16px;
}	
	
.arrow_right {
	line-height: 1.5;
	}
.table_01 td:first-child{
	width:80%;
}
.click-btn{
	font-size: 13px;
	font-weight:normal;
	min-width: 130px;
	min-height:25px;
		padding-top:3px;
	}
.caution, .s_font, .copyright{
	font-size:.9rem;
}
p.otoiawase{
	width:70%;
	font-size:.9rem;
	line-height:1.5rem;
	}
.flogo img{
	width:120px;
	padding:10px 10px 20px 0;
}
.arrow_right::before {
	top:1.3rem;	
	}
.department{
	display:block;
	}
main a[href$=".pdf"]{
	display: inline-block;
	background: url("../img/PDF_24.png") no-repeat right center;
	background-position:100% 15px;
}
}
@media print, screen and (max-width: 768px) {
.contents {
	width: 530px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
	flex: 1;
	}

}
