* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html,body {
	height: 100%;
}
body {
	font-size: 14px;
	font-family: 'Lato','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	/*font-family: 'Noto Sans JP';
	font-family: 'Lato';*/
	letter-spacing:1px;
}

ul {
	list-style: none;
}
a {
	text-decoration: none;
	color:#333;
}
a:hover {
	text-decoration: underline;
}

header {
	width: auto; /* 初期値のため、指定してもしなくても結果は同じ */
	max-width: 100%;
	margin: auto; /* 左右のスペースを均等にするための指定 */
	z-index: 99;
}
@media screen and (min-width: 800px) {
	.sm{
		display: none;
	}
}
@media screen and (max-width: 800px) {
	.pc{
		display: none;
	}
}
.clear{
	clear: both;
}
.display-no{
	display:none;
}
.display-bl{
	display: block;
}
.inner-n-eigyousyo{
	background: #f2f2f2;
	padding:1em 3em 3em 3em;
}
.annai-waku{
	background: #fff;
	border-radius: 10px;
	padding:3em 1em;

}
.inner-n-annai{
	background: #87b6f1;
	padding:0;
	margin:0 auto;
	max-width:1000px;
	
}

.page-content-width-annai {
	width: 100%;
	max-width: 1300px;
	background: #fff;
	text-align:left;
	padding:2em;
}
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 1em;
	bottom: 1em;
	background: red;
	/*opacity: 0.6;*/
	border-radius: 5px 5px 30px 5px;
	}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page_top-index{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0.5em;
	bottom: 1.5em;
	background: #d68813;
	/*opacity: 0.6;*/
	border-radius: 50%;
	}
#page_top-index a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
	}
#page_top-index a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page_top-index{
          bottom: 115px !important;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
	display: block !important;
	margin:0 auto;
	width:100%;
	max-width:847px;
}
.sp {
	display: none !important;
}
/* タブレットで見たときは"tb"のclassがついた画像が表示される */
@media only screen and (max-width: 1024px) {
.tb {
	display: none !important;
}
}


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 480px) {

header {
	z-index: 99;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
	margin:0 auto;
	width:100%;
	max-width:847px;
}
}

@media screen and (min-width: 720px) {
	.br-sp { display:none; }
}
@media screen and (max-width: 720px) {
	.br-pc { display:none; }
}

@media print, screen and (min-width: 600px) {
    .br-sp { display:none;}
}
.kaigyou {
	display: inline-block;
}
.red{
	color:red;
	text-decoration:underline;
}
header {
	width: 100%;
	padding: 10px 30px;
	background: #87b6f1;
	/*display: -webkit-flex;
	display: flex;*/
	height:80px;
	text-align:right;
}

#brand-logo {
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}

#brand-logo img{
	max-width: 220px;
}

.annai-waku-red,
.annai-waku-red2{
	border-radius: 10px;
	padding: 1em;
	background-color:red;
	color:#fff;
	margin:0 auto;
	font-size:24px;
	font-weight:700;
	width:100%;
	text-align:center;
}
.annai-waku-red span,
.annai-waku-red2 span{
	font-size:28px;
	text-decoration:underline;
}
h3 {
    font-size: 18px;
    color: #fff;
    background-color: #5fa1f3;
    border-radius: 0 0 32px 0;
    padding:0.5em 1em;
}
@media screen and (max-width: 1000px) {
	#brand-logo img{
		width: 50%;
	}
	#brand-logo {
	}
header {
	height:60px;
	text-align:center;
}
.annai-waku-red,
.annai-waku-red2{
	font-size:14px;
}
.annai-waku-red span{
	font-size:20px;
}
.annai-waku-red2 span{
	font-size:18px;
}
h3 {
    font-size: 16px;
}
}

.page-content-width-annai h2{
	font-size:23px;
	/*top: 115px;*/
	/*top: 18px;*/
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-weight: bold;
	border-bottom: 3px solid #e3e3e3;
	padding: 0.3em;
	margin-bottom: 0.3em;
	position: relative;
	max-width:1000px;
}
.page-content-width-annai h2::after {
	content: '';
	background-color: #87b6f1;
	width: 10em;
	height: 3px;
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%)
}
.inner {
	margin-bottom:3em !important;
}
ul li{
  margin:0 0.5em;
  position: relative;
  padding-left: 1.5em;
}
 
ul li:before {
  content: "";
  position: absolute;
  top: .4em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
}
ol li{
	margin:0 0.5em;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 0;
    /* sampleの文字は、自由に変更できます。※ただし、before側も合わせる */
    counter-increment: sample;
  }
 
ol li:before {
    content: "("counter(sample)")";
    margin-right: 5px;
  }
p {
  margin:0 0.5em;
}
.red{
	color:red;
	padding:0 0.5em;
}
h4 {
	font-size:18px;
	font-weight:700;
	margin-bottom:0.5em !important;
}
table{
	border-collapse: collapse;
	width: 100%;
}
.tb01 th,
.tb01 td{
	padding: 10px;
	border: solid 1px #ccc;
	text-align:center;
	box-sizing:border-box;
}
.tb01 th {
	background: #5fa1f3;
	color: #fff;

}
/* フッター */

.footer-copyright {
	padding: 16px 32px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	background: red;
}
.footer-copyright-left {
	text-align: left;
}
.footer-copyright-center {
	text-align: center;
}
.footer-copyright-right {
	text-align: right;
}
.footer-copyright a{
	color: #fff;
	font-size:18px;
	font-weight:700;
}

@media screen and (max-width: 896px) {
	.footer-copyright {
		padding: 15px;
		font-size: 12px;
		letter-spacing: 0;
	}
}

.newswaku-cl {
	color: #2574d7;
	font-size:18px;
	font-weight:700;
	width:100%;
	border-radius: 5px;
	border: solid 6px #2574d7;
	padding:0.5em 1em;
	padding:0.5em 0.5em;
	box-sizing:border-box;
	text-align:center;
	background: #fff;
}
.newswaku-conv {
	color: #ff7cd7;
	font-size:18px;
	font-weight:700;
	width:100%;
	border-radius: 5px;
	border: solid 6px #ff7cd7;
	padding:0.5em 1em;
	padding:0.5em 0.5em;
	box-sizing:border-box;
	text-align:center;
	background: #fff;
}