/*------------------------------------------
	全体
------------------------------------------*/
*{
	margin: 0;
	padding: 0;
	text-align: center;
}
body{
	font-family: "M PLUS 1p", sans-serif;
	display: grid;
    align-content: start;
	max-width: 100%;
	padding: 0;
}

a{
	display: block;
}
section {
    display: grid;
    align-content: start;
}
section > *{
    max-width: 1080px;
	margin: 0 auto;
}
@media all and (min-width:960px){
	.sp{
		display: none;
	}
}
@media all and (max-width:750px){
	
}

/*-------------------------------------
	ヘッダー
-------------------------------------*/
header {
	max-width: 1080px;
    width: 100%;
    margin: auto;
}
a.headerLogo {
    max-width: 150px;
    min-width: 100px;
    width: 15%;
}


@media all and (max-width:750px){
	a.headerLogo{
		margin: 1em auto 1em 1em;
	}
}

/*-------------------------------------
	コンテンツ
-------------------------------------*/
.ttl img{
	max-width: 515px;
	width: 70%;
	margin: auto;
}


.contents{
	background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 10%,#e7f0f9 10%,#e7f0f9 100%);
	padding: 3em 0;

}
.contents .top {
    display: flex;
    align-items: flex-end;
	justify-content: center;
    gap: 2em;
}
.contents .top .topTxt {
    margin-bottom: 3em;
}


.contents .main{
	background: #004EA1;
	color: #FFFFFF;
	padding: 4rem;
}
.contents .main h3{
	display: flex;
    align-items: flex-end;
    justify-content: center;
	color: #FFF474;	
    font-size: clamp(24px, 2vw, 35px);
	font-weight: 800;
    line-height: 1.2em;
}
.contents .main h3::before,
.contents .main h3::after{
	width: 0.5em;
	margin: 0 0.15em;
}
.contents .main h3::before{
	content: url("../img/main_hd_bf.svg");	
}
.contents .main h3::after{
	content: url("../img/main_hd_af.svg");	
}

.contents .main ul.txtBWarp {
    margin-top: 1.5em;
    display: grid;
    align-content: start;
    gap: 1.5em;
}
.contents .main ul.txtBWarp li.txtBox {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.contents .main ul.txtBWarp li.txtBox .txtEng {
	font-family: "Roboto Condensed", sans-serif;
    font-size: 2.5em;
    line-height: 1em;
    width: 1.5em;
	text-align: left;
}
.contents .main ul.txtBWarp li.txtBox .txtDl {
	width: 100%;
    display: grid;
    align-content: start;
    gap: 0.5em;
}
.contents .main ul.txtBWarp li.txtBox .txtDl h4 {
    width: calc(100% - 1rem);
    font-size: clamp(18px, 2vw, 24px);
	line-height: 1.3em;
    text-align: left;
    background: #e7f0f9;
    color: #004ea1;
    padding: 0.5rem;
}
.contents .main ul.txtBWarp li.txtBox .txtDl p {
    font-weight: 400;
}
.contents .linkWarp{
    background: linear-gradient(to bottom,  #004ea1 0%,#004ea1 50%,#e7f0f9 50%,#e7f0f9 100%);
}
.contents .linkWarp a{
	display: inline-block;
    background: #FFF474;
	color: #000000;
	border: 3px #004ea1 solid;
	border-radius: 2em;
	padding: 0.5em 3em;
	/*font-size: 1.5em;*/
	font-size: clamp(16px, 2vw, 28px);
	font-weight: 800;
}
.contents .cap{
	margin-top: 4rem;
	font-size: 14px;
	font-weight: 400;
}
.contents .cap li {
    text-align: left;
	padding-left: 1em;
    text-indent: -1em;
	margin: 0.35em 0;
}
.contents .cap li::before{
    content: "※";
}



@media all and (max-width:750px){
	.contents{
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 5%, #e7f0f9 5%, #e7f0f9 100%);
	}
	.contents .top{
		gap: 1em;
	}
	.contents .top,
	.contents .cap{
		padding: 0 1rem;
	}
	.contents .main{
		padding: 2rem 1rem;
	}
	.contents .main ul.txtBWarp li.txtBox .txtDl p{
		font-size: 14px;
	}
	.contents .linkWarp a{
		padding: 0.5em 1.5em;
	}
	.contents .cap{
		margin-top: 2rem;
	}
}



/*-------------------------------------
	フッター
-------------------------------------*/
footer {
	padding-bottom: 0.5rem;
	text-align: center;
	background: #E7F0F9;
	font-size: 13px;
	font-weight: 400;
}
footer .fLogo {
    max-width: 1080px;
    margin: auto;
	text-align-last: right;
}
footer .fLogo img {
    max-width: 150px;
    margin: 0 0 1rem auto;
}

footer a {
	display: inline-block;
	color: #000000;
}






@media all and (max-width:750px) {
	footer{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	footer > a {
		display: block;
	}
}


/*------------------------------------------
	page_top ページトップへ戻る
------------------------------------------*/
#top_button{
	position: fixed;
    right: 10;
    bottom: 10px;
    width: max-content;
}
#page_top{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #6C6C6C;
  opacity: 0.5;
}
#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: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 25%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}