@charset "UTF-8";

/* 全体構成
------------------------------------------  */
html { font-size: 62.5%; }
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #222;
  line-height: 1.75;
  letter-spacing: 0.02em;
}

.font-serif {
  font-family: 'Noto Serif JP', serif;
}

a {
  text-decoration: underline;
}

a:hover {
  opacity: 0.7;
}


/* 導線ボタン
------------------------------------------  */

.gmt-lead_btn {
  display: block;
}

.gmt-lead_btn li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;

  width: 300px;
  height: 66px;
  padding: 1rem 1rem;
  margin: 0 10px;
  position: relative;
}

.gmt-lead_btn li:nth-child(1) a {
  background: #436aba;
  color: #fff;
}

.gmt-lead_btn li:nth-child(1) a:hover {
  background-color: rgba(255,255,255,0.8);
  border: 4px solid #436aba;
  color: #436aba;
  opacity: 1;
}

.gmt-lead_btn li:nth-child(2) a {
  background: #ef5d35;
  color: #fff;
}

.gmt-lead_btn li:nth-child(2) a:hover {
  color: #ef5d35;
  background-color: rgba(255,255,255,0.8);
  border: 4px solid #ef5d35;
  opacity: 1;
}

.gmt-btm_btn .gmt-lead_btn {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content:center;
}

.gmt-btm_btn {
  padding:20px 0px 80px 0px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content:center;
}
.gmt-btm_btn li{
list-style:none;
}

@media (max-width: 989px) {

  .gmt-btm_btn .gmt-lead_btn {
    display: block;
	padding-left: 20px;
    padding-right: 20px;
  }
	

  .gmt-btm_btn .gmt-lead_btn li {
    margin: 15px auto;
  }

  .gmt-btm_btn .gmt-lead_btn li a {
    width: 100%;
    margin: 0;
  }

}


/* 共通パーツ
------------------------------------------  */
.gmt-content-block-inner {
  margin: auto;
  padding: 0px;
  width: 960px;
}

.gmt-content-block h2 {
  font-size: 2.8rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 70px;
  padding-bottom: 1.5rem;
  position: relative;
}

@media (max-width: 989px) {

  .gmt-content-block-inner {
    padding: 60px 0;
    width: 100%;
  }

  .gmt-content-block h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    padding-bottom: 1.5rem;
  }

}



/* その他調整
------------------------------------------  */
.pc { display:inline; }
.sp { display:none; }

.total_number{
  text-align: center!important;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top:-40px;
}
.total_number-date{
	text-align:right;
	font-size:12px;
	margin-top:10px;
	
}




@media (max-width: 1059px) {}

@media (max-width: 989px) {
.total_number{
  text-align: center!important;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top:-10px;
}
}

@media screen and (max-width: 599px){   
  .pc { display:none; }
  .sp { display:inline; }

  .total_number{
    text-align: center!important;
    font-size:  20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top:-10px;
  }
}
