@charset "utf-8";

/* yakuhanmp-noto */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp-noto.min.css");

/* Noto Serif Japanese */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');


html {font-size: 87.5%;} /*14px*/


body {
  color: #050505;
	font-family: YakuHanJP_Noto, 'Noto Sans JP', sans-serif;
  letter-spacing: 0.05rem;
  line-height: 2rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
}

/* -- ヘッダー （マイページ）------*/

header.mypage-head {
	width: 100% !important;
  max-width: initial !important;
	margin: 0 auto !important; 
	padding: 0 !important;
	background: #006ab6 !important;
	color:#fff !important;
}

header.mypage-head > h1 {
  font-family: 'Noto Serif JP', serif !important;
  font-size: clamp(1rem, 0.85rem + 0.75vw, 1.75rem) !important;
  font-weight: 700 !important;
  text-align: center !important;
  letter-spacing: 0.1rem !important;
  line-height: 2.25 !important;
}

header.mypage-head > p.period {
  font-family: 'Noto Serif JP', serif !important ;
  display: block !important;
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem) !important;
  padding: 5px 0 !important;
  font-weight: 600 !important;
  text-align: center !important;
  letter-spacing: 0.05rem !important;
  background: #54afe3 !important;
  width: 100% !important;
  margin-left: 0 !important;
}

/* ---フッター　----------- */
footer {
  /* background-color: #303f4e; */
  width: 100%;
  text-align: center;
  /* box-shadow: -2px -2px 4px gray; */
	font-size: clamp(0.75rem, 0.725rem + 0.13vw, 0.875rem) !important;
}


/* -- div#thanks -------------------------------------------------------------------------------- */

div#thanks * {
	margin: 0;
	padding: 0;
}

div#thanks {
	width: 100%;
	max-width: 1000px;
	margin: 50px auto;
	padding: 30px 0;
	background: #ffffff;
	border: 1px solid #f7f7f7;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba( 0, 0, 0, 0.1 );
	line-height: 1.8;
}

div#thanks h1,
div#thanks h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 115%;
	font-weight: bold;
	border-bottom: 1px solid #454545;
	line-height: 1.35;
	padding-bottom: 0.5rem;
}

div#thanks h2 {
	margin-top: 3em;
}

div#thanks p {
	width: 90%;
	margin: 0 auto;
	margin-top: 2em;
}

div#thanks dl {
	width: 90%;
	margin: 0 auto 3em;
}

div#thanks dl dt {
	margin-top: 2em;
	font-weight: 500 !important;
}

div#thanks dl dd {
	padding-left:0.75rem;
}

div#thanks dl dd p.indent-1 {
	padding: 0;
	margin: 0;
	padding-left:1em;
	text-indent:-1em;
	color: #666 !important;
	font-size: 90%;
}

div#thanks dl dd ul {
	padding: 0;
	margin: 15px 0 !important;
	font-size: 95%;
}

div#thanks dl dd ul li:first-child{
	font-weight: bold;
}


.mt05{
	margin-top: 0.5rem !important;
}








/* -- responsive ----------------------------------------------------------------------------------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {


/* -- div#thanks -------------------------------------------------------------------------------- */

div#thanks {
	width: 95%;
	font-size: 100%;
}


}
/* 1000pixel end */








