@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap');
/*font-family: 'Oswald', sans-serif;*/
/*font-family: 'Noto Sans JP', sans-serif;*/


.btnArea > a.btn{
	background-color: #F8B500;
}



@media screen and (min-width: 768px) {
  .pcVer{
		display: block;
	}
	.spVer{
		display: none;
	}
	.textHeadingKoukoku{
    background-color: #0065B5;
		text-align: center;
		padding: 50px 0;
	}
	.textHeadingKoukoku > p{
		color: #FFFFFF;
		font-family: 'Oswald', sans-serif;
		font-size: 38px;
		font-size: 3.8rem;
		font-weight: 500;
		letter-spacing: .03em;
		line-height: 1.84;
	}
  .textHeadingKoukoku > p.jp{
		color: #FFFFFF;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 32px;
		font-size: 3.2rem;
		font-weight: 500;
		letter-spacing: .03em;
		line-height: 1.84;
	}
	.textHeadingKoukoku > h1{
		color: #FFFFFF;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 36px;!important
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 1;
		margin-top: 10px;
	}
}


@media screen and (max-width: 767px) {
	.pcVer{
		display: none;
	}
  .spVer{
		display: block;
	}
	.textHeadingKoukoku{
		background-color: #0065B5;
		text-align: center;
		padding: 40px 0;
	}
	.textHeadingKoukoku > p{
		color: #FFFFFF;
		font-family: 'Oswald', sans-serif;
		font-size: 26px;
		font-size: 2.6rem;
		font-weight: 500;
		letter-spacing: .03em;
		line-height: 1.84;
	}
  .textHeadingKoukoku > p.jp{
		color: #FFFFFF;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: 500;
		letter-spacing: .03em;
		line-height: 1.84;
	}
	.textHeadingKoukoku > h1{
		color: #FFFFFF;
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 1;
		margin-top: 10px;
	}
}


.icon-arrow03{
    content: '';
    display: inline-block;
    vertical-align: 4px;
    margin-left: 0px;
    background-size: cover;
    width:17;
    height:17;
}

.icon-file_gr{
    content: '';
    display: inline-block;
    vertical-align: 4px;
    margin-left: 0px;
    background-size: cover;
}

@media screen and (max-width: 767px) {
  .c-txtk img,
  .c-image__txtk img {
    width: 60%;
    height: auto;
  }
}

