@charset "utf-8";

div, span, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, address, code, del, em, img, small, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, nav, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0
}

html { font-size: 62.5% } /* 10px */

body { font-family: Arial,Noto Sans JP,Noto Sans Japanese,Hiragino Kaku Gothic ProN,Meiryo,sans-serif; font-size: 1.5rem; line-height: 1.8;}

img { vertical-align: bottom }

.fixed-bg { position: relative; min-height: 100%; background-size: cover; background-attachment: fixed; background-repeat: repeat; background-position: center center;
	
}
.bg-00{
 background-color: #ffffff;
}
.bg-01 { 
	min-height: 1366px;
	background:  url("/distance-learning/assets/img/guide-campaign/guide-campaign2026/bg.jpg") center top/cover no-repeat; background-attachment: fixed; }
.bg-02{
 background: radial-gradient(rgb(169, 214, 255), rgb(56, 98, 151));
}
.bg-03{
 background-color: #5497cf;
}
.yellow { color:yellow }
.green { color:#3dbcce}
.red { color:#B8001F}

.sa-wrapper { color: #120605;  display: block}

.sa-content-layout { max-width: 1064px; margin: 0 auto; padding-right: 20px; padding-left: 20px }

.sa-inner-layout { max-width: 980px; margin: 0 auto; padding-right: 20px; padding-left: 20px }

.lead-section{ display:flex; justify-content:center; }

.container { max-width:800px; align-items: center; margin-top: 20px; margin-bottom: 20px; display: flex; justify-content:center; }
.container-02 { max-width:1200px; align-items: center; margin-top: 20px; margin-bottom: 20px; display: flex; justify-content:center; }
.br-pc { display: none;}
.container .box { padding: 20px; margin:0 auto; }
/* sa-header */

.sa-logo { padding: 20px }
.sa-logo img { width: 330px }


.box> img { max-width: 280px;
}
.sa-header__lead { padding:20px;background-color: #ffffff; border-radius: 5px; color: #333333; font-size:2rem; font-weight: 700; }
  

.sa-header__level-1 .sa-title--level-1 { max-width: 1000px; margin: 0 auto;  color: #1a4983; text-align:center; position: relative; }

.sa-questionnaire { position: relative; text-align: center }
.sa-questionnaire>.sa-questionnaire-btn { position: relative; display: inline-block; margin: auto; padding: 0.5em; width: 95%; font-size: 2rem; text-align: center; text-decoration: none; font-weight: 700; color: #FFFFFF; background: #582789; border: 4px solid #C0C0C0; box-shadow: 9px 9px #808080; overflow: hidden }
.sa-questionnaire>.sa-questionnaire-btn:before { content: ""; position: absolute; top: 0px; left: -96%; height: 100%; width: 100%; background: #FFF; transition: .4s }
.sa-questionnaire>a.sa-questionnaire-btn:hover { color: #FFFFFF }
.sa-questionnaire>a.sa-questionnaire-btn:hover:before { left: 0; opacity: 0.4 }

.sa-header__food { max-width:750px; margin:0 auto 50px;  }

.h3-01 { text-align: center; margin: auto; color: #ffffff; font-size: 2.2rem; background-color: #333333;}

.link {color:#2EA9C8; border-bottom: 1px solid #2EA9C8;
   padding-bottom: 2px;}
.link:hover {color: #582789; border-bottom: none;}
.list-01 { background: #F8F6E3; }
.annotation {font-size: 1.5rem;}


ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 35px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #3dbcce;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* sa-main */

.sa-main { padding-top: 75px }
	
.sa-section-spec ul { list-style: none }
.sa-section-spec ul>li { text-align: center; background-color: #fdfbdb; position: relative }
.sa-section-spec ul>li .sa-spec-list__title { margin: auto; padding: 0.5em 1em; font-weight: 700; color: #333333; background-color: #FFF; border-top: solid 3px #333333; border-bottom: solid 3px #333333; display: block; position: absolute; top:-1.5em }
.sa-section-spec ul>li .sa-spec-list__content { padding: 45px 20px 20px; display: block; color:#fff; background-color:#333333;}

/*.sa-section-spec dl>dt { margin-bottom: 0.6em; padding: 0.3em 0.8em; color: #142C55; background-color: #00A9AF; display: inline-block }*/
.sa-section-spec .sa-box-01 { border: 2px solid #cfcfcf; padding: 10px 20px 1em; background-color: #ffffff;}
.sa-section-spec .sa-box-01 dl>dt { border-bottom: solid 6px #3dbcce; margin: 0 0 1em; padding: 0 0 0.5em; font-weight: bold;}

.sa-section-shop { color: #333333 }
.sa-section-shop .sa-content-layout { margin-top: 70px; padding: 10px 20px 1em; background-color: #fff; border: solid 3px #333333;}
.sa-section-shop .sa-content-layout:after { content: ""; display: block; clear: both }
.sa-section-shop .sa-title--level-2 { padding-bottom: 0.5em; position: relative; color: #333333 }
.sa-section-shop .sa-title--level-2:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 6px; background-color: #3dbcce }
/*.sa-section-shop .sa-title--level-2 .sa-title--sub { font-size: 1.4rem }*/
.sa-section-shop .sa-shop__content p { margin-top: 1em }
.sa-section-shop .sa-shop__content__inner { display: flex; justify-content: space-between;}
.sa-section-shop .sa-shop__content__inner .sa-shop__image { text-align: center; width: 100%;}

.sa-bottom { padding-top: 50px }

/* 2022年分用に追記 */
.sa-header__lead-3 { font-size: 1.5rem;}
#sa-shop-subtitle { font-size: 1.4rem; color: #1A4983; font-weight: bold;}
.sa-section-shop .sa-title--level-2 { font-size: 1.8rem;}
.sa-header__food { padding-top: 90px; padding-bottom: 90px;}



/* sa-footer */

.sa-footer { background: #333333 }
.sa-footer__copyright { color: #FFF }

.sa-page-top__button { background: #FFF8BB }
.sa-page-top__button .sa-icon--angle-up { color: #00A9AF }
.pc .sa-page-top__button:hover { background-color: #FFEB0F }

@media screen and (max-width:767px) {
  
  .container { display:block; text-align:left; }
  .container-02 { display:block; text-align:left; }
  .container-08 { display:block; text-align:center; }
  
  .sa-logo { border-bottom: 1px solid #b99d01; margin-bottom: 20px }

  .sa-header__lead .sa-header__lead-2 .sa-text-size { font-size: 1.6rem }

  .sa-header__lead { font-size: 1.7rem; margin-bottom: 20px;
    
  }
  .sa-section-spec ul>li { margin-bottom: 50px }
  .sa-section-spec ul>li:last-child { margin-bottom: 25px }
  .sa-section-spec ul>li .sa-spec-list__title { width: 80%; left: 0; right: 0 }
	
	 /* 2022年分用に追記 */
	.sa-header__lead-3 { font-size: 1.5rem;}
	.br-sp { display: block; }
	
}



@media screen and (min-width:768px) {
  body { font-size: 1.6rem }


  .sa-header__level-1 .sa-title--level-1 { color: #1a4983; font-size: 1.7rem }
  .sa-header__level-1 .sa-title--level-1:before { bottom: 7.7%; right: 24.5% }
  .sa-header__level-1 .sa-title--level-1:after  { bottom: 3.4%; right: 26% }
	
  .sa-header__lead .sa-header__lead-1,

  .sa-header__lead .sa-header__lead-2 { color: #532516; font-size: 2.4rem }
	
  .sa-questionnaire>.sa-questionnaire-btn { width: 65%; font-size: 2.8rem }


  .sa-section-spec ul { width: 100%; margin-bottom: 25px; display: -ms-flexbox; display: flex; -ms-flex-align: stretch; align-items: stretch; justify-content: space-between }
  .sa-section-spec ul>li { width: 30% }
  .sa-section-spec ul>li .sa-spec-list__title { left: -20px }

  .sa-section-shop .sa-title--level-2 .sa-title--sub { font-size: 1.6rem }

  .sa-bottom { padding: 100px 0 50px; }
	
	 /* 2022年分用に追記 */
	.sa-header__lead-3 { font-size: 1.9rem;}
	.br-pc { display: block; }
	.br-sp { display: none; }
	.sa-section-shop .sa-title--level-2 { font-size: 2rem;}
	.sa-header__lead .sa-header__lead-1 { font-weight: 700; color: #532516 }

@media screen and (min-width:768px) and (max-width:1023px) {

  .sa-header__level-1 .sa-title--level-1 { font-size: 1.6rem }
  .sa-header__level-1 .sa-title--level-1:before { bottom: 7.4%; right: 23.8% }
  .sa-header__level-1 .sa-title--level-1:after  { bottom: 3.1%; right: 24.6% }


  .sa-header__lead .sa-header__lead-1,
  .sa-header__lead .sa-header__lead-2 { padding-left: 100px }

  .sa-questionnaire:before { left: 16.5% }
  .sa-questionnaire:after  { left: 81.6% }
  .sa-questionnaire>.sa-questionnaire-btn { width: 65%; font-size: 2.8rem }



  .sa-section-spec ul>li .sa-spec-list__title { font-size: 1.3rem }

  .sa-section-spec dl>dt { font-size: 1.3rem }
  .sa-section-spec dl>dd { padding-right: 240px }
	
/* 2022年分用に追記 */
  .br-sp { display: none; }
  .sa-section-shop .sa-title--level-2 { font-size: 2.2rem;}
  .sa-header__lead .sa-header__lead-1 { font-weight: 700; color: #532516 }


  
/* 2022年分用に追記 */
@media screen and (min-width:280px) and (max-width:280px) {
.sa-header__lead .sa-header__lead-2 { font-size: 1.7rem }
.sa-header__level-1 .sa-title--level-1:before { content: '回答時間'; position: absolute; bottom: 8%; right: 23%; font-size: 1.1rem;}
.sa-header__level-1 .sa-title--level-1:after  { content: '約5分'; position: absolute; bottom: 2%; right: 25% }

@media screen and (min-width:320px) and (max-width:320px) {

.sa-header__level-1 .sa-title--level-1:before { content: '回答時間'; position: absolute; bottom: 7%; right: 23%; font-size: 1.3rem;}
.sa-header__level-1 .sa-title--level-1:after  { content: '約5分'; position: absolute; bottom: 3%; right: 26% }
.sa-section-spec ul>li .sa-spec-list__content02 { padding-top: 65px;}
}
@media screen and (min-width:360px) and (max-width:360px) {

.sa-header__level-1 .sa-title--level-1:after  { content: '約5分'; position: absolute; bottom: 3%; right: 26%; }
.sa-header__lead {padding-top: 90px;}
}
@media screen and (min-width:375px) and (max-width:375px) {
.sa-header__level-1 .sa-title--level-1:after { right: 26%; }
.sa-header__lead .sa-header__lead-2 {margin-top: 25px;}
}
@media screen and (min-width:411px) and (max-width:414px) {

.sa-header__lead .sa-header__lead-2 { margin-top: 10px;}
.sa-header__lead .sa-header__lead-2 { margin-top: 30px;}
.sa-header__level-1 .sa-title--level-1:after { right: 27.2%; }
.sa-header__lead {margin-bottom: 35px;}
.sa-header__lead {padding-top: 100px;}
}
@media screen and (min-width:540px) and (max-width:540px) {

.sa-header__level-1 .sa-title--level-1:before { content: '回答時間'; position: absolute; bottom: 7%; right: 26%; font-size: 1.5rem;}
.sa-header__level-1 .sa-title--level-1:after  { content: '約5分'; position: absolute; bottom: 3%; right: 28%; font-size: 1.5rem;}
.sa-header__lead .sa-header__lead-2 { margin-top: 40px;}
}

