@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: 400;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  box-sizing: border-box;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
}
a {
  -moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  -ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
  transition: color 0.2s ease, border-bottom-color 0.2s ease;
  /*border-bottom: dotted 1px;*/
  color: inherit;
  text-decoration: none;
}
a:hover {
  border-bottom-color: transparent;
}
ol, ul {
  list-style: none;
}

.res-table {
  width: 100%;
  margin-top:  3rem;
  margin-bottom: 3rem;
  background: #fff;
  border-collapse: collapse;
font-size: clamp(1.4rem, 2.14vw, 1.6rem); }

.res-table th {
  background: #E7F7FF;
  border: solid 1px #ddd;
  padding: 10px;
vertical-align: middle;}

.res-table td {
  border: solid 1px #ddd;
  padding: 10px;
  vertical-align: middle;
}


@media screen and (max-width: 768px) {
  .last td:last-child {
    border-bottom: solid 1px #ddd;
    width: 100%;}
 
  .res-table th,
  .res-table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
/* ==============================
   グループ共通ヘッダー（河合塾グループ）
============================== */
@media screen and (max-width: 768px){
#gHeader{
	display:none;
}
div.gStyle div.gStyleIn {
	width:100%;
	margin:0;
	text-align:center;
}
#gFooterGroups {
	float:none;
	display:none;
}
div#gFooter {
	text-align:center;
}
div#gFooter p.groupLogo {
	float:none;
	display:inline-block;
	width: 30%;
}
div#gFooter p.groupLogo:first-of-type {
	margin-left: 10px;
}
div#gFooter p.groupLogo img {
	width:100%;
	height:auto;
}
#copyrightBlock {
	margin-bottom:10px;
	font-size:8pt;
}
}

.group-header {
  width: 100%;
 /* background: #fff;
  border-top: 2px solid #0072ba;
  border-bottom: 1px solid #eee;*/
}
.group-header img {
	max-height: 13px;
	width: auto;
}

/*
.group-header-inner {
  max-width: 1560px;       
  margin: 0 auto;
  padding: 4px 20px;       
  text-align: right;
}

.group-header-logo {
  height: 30px;
  text-decoration: none;
  letter-spacing: .03em;
}
.group-header-logo img {
	max-width:auto;
}

.group-header-logo:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .group-header-inner {
    padding: 4px 12px;
  }
  .group-header-logo {
    font-size: 11px;
  }
}
*/
/* ==============================
   河合塾グループ フッター
============================== */
.group-footer {
  width: 100%;
  max-width: 1400px;
  margin: auto;
 /* background: #fff;
  border-top: 1px solid #d5dff5; 
  padding: 20px 0 30px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;*/
}


@media screen and (max-width: 768px){
	.group-footer {
  display: flex;
  justify-content: center;
	}
}
/*
.group-footer-inner {
  max-width: 1560px;
  margin: 0 auto;
  padding: 20px 20px;
  display: flex;            
  align-items: flex-start;   
  justify-content: space-between;
  gap: 20px;
}
.group-footer-left {
  width: 60%;  
}
.group-footer-left img {
  width: 200px;  
  height: auto;
  display: block;
}

.group-footer-logo {
  display: inline-block;
}
.group-footer-logo .sub {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
}


.group-footer-right {
  text-align: left;
  flex: 1;
}

.group-footer-guide {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 8px;
  font-size: 13px;
  color: #333;
  border: 1px solid #999;
  border-radius: 3px;
  background: #f8f8f8;
  text-decoration: none;
}


.group-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}

.group-footer-links li {
  display: inline;
}


.group-footer-links li + li::before {
  content: "｜";
  margin: 0 4px;
  color: #0070d8;
}

.group-footer-links a {
  color: #0070d8;
  text-decoration: none;
}
.group-footer-links a:hover {
  text-decoration: underline;
}

*/
/* ==============================
   SP レスポンシブ
============================== */
/*@media (max-width: 768px) {
  .group-footer-inner {
    flex-direction: column;
    text-align: left;
  }
.group-footer-left {
  width: 100%;  
}
  .group-footer-right {
    display: none;
  }

  .group-footer-links li {
    display: block;
    margin: 4px 0;
  }

  .group-footer-guide {
    margin-bottom: 12px;
  }
}*/
